Bug 399761 - stl import files not included
Summary: stl import files not included
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: gsoap
Version: 8
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Matthew Farrellee
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-11-26 18:08 UTC by K H
Modified: 2008-02-08 21:36 UTC (History)
0 users

Fixed In Version: gsoap-2.7.10-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-02-08 21:36:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description K H 2007-11-26 18:08:03 UTC
Description of problem:
stl.h, stldeque.h, stllist.h, stlset.h, stlvector.h from soapcpp2/import are not
included in rpm file

Version-Release number of selected component (if applicable):
gsoap-2.7.9-0.1.l

How reproducible: 100%


Steps to Reproduce:
pass a file to soapcpp2 that contains

#import "stlvector.h"
  
Actual results:
Can't file file stlvector.h

Expected results:
Should be able to find the file but its not installed in the rpm

Additional info:
Please include stl.h  stldeque.h  stllist.h  stlset.h  stlvector.h from
soapcpp2/import in the gsoap sources in the rpm.  

When I was building my own gsoap rpm's, I installed them in /usr/include/gsoap
by adding a line:
cp soapcpp2/import/*stl*.h $RPM_BUILD_ROOT%{prefix}/include/gsoap/

after 
make install

in the %install section

Comment 1 Matthew Farrellee 2007-11-26 20:12:47 UTC
I have updated the spec to place the soapcpp2/import/*.h header files into
/usr/include/gsoap. You'll have to use -I/usr/include/gsoap when you run
soapcpp2. This change will be available in 2.7.9-0.2.l.

Comment 2 Fedora Update System 2007-11-29 01:36:56 UTC
gsoap-2.7.9-0.2.l has been pushed to the Fedora 8 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update gsoap'

Comment 3 Matthew Farrellee 2007-11-29 06:57:19 UTC
There is a better solution to this bug, which is to put soapcpp2/import/*.h into
/usr/share, because they really are not C/++ header files. They are headers only
soapcpp2 can read and process. This means using -I/usr/share/gsoap/import, which
is what I'll make 2.7.9-0.3.l do, and hopefully -0.2.l will be skipped.

Comment 4 Fedora Update System 2007-12-03 11:41:57 UTC
gsoap-2.7.9-0.3.l has been pushed to the Fedora 8 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update gsoap'


Note You need to log in before you can comment on or make changes to this bug.