Your message dated Fri, 14 Sep 2012 11:21:09 +0200
with message-id <[email protected]>
and subject line Re: Bug#687606: gsoap: Missing stdsoap2.c and stdsoap2.cpp in
gsoap_2.8.7-1
has caused the Debian Bug report #687606,
regarding gsoap: Missing stdsoap2.c and stdsoap2.cpp in gsoap_2.8.7-1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
687606: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687606
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gsoap
Version: 2.8.7-1
Severity: normal
Dear Maintainer,
I've found that gsoap_2.8.7-1 for debian amd64 arch is missing two important
files for development: /usr/include/gsoap/stdsoap2.c and
/usr/include/gsoap/stdsoap2.cpp.
These files where present in squeeze package (2.7.9|-0.2) and also in source
forge 2.8.7 tar.gz package.
I've search for all packages in wheezy containg these pattern (stdsoap2.c) and
none found.
Regards.
- Juanjo
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages gsoap depends on:
ii libc6 2.13-35
ii libgcc1 1:4.7.1-7
ii libgsoap2 2.8.7-1
ii libstdc++6 4.7.1-7
gsoap recommends no packages.
gsoap suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi!
The source files of the installed libraries are not installed on
purpose.
The package contains all files installed by "make install" in upstream's
build script (except for a few that were removed for license reasons).
Upstream's build script does not install the stdsoap2.c and stdsoap2.cpp
source files.
The package includes the gsoap library compiled from the source for both
C and C++, each in three different flavours. Make sure to use the
compiler flags from pkg-config for the flavour of the library you use
when compiling code that includes stdsoap2.h header. This way you use
the same compiler options as the library you link to, even though they
all use the same header file. Not using the right flags will cause
problems.
$ pkg-config --cflags gsoap
-DWITH_IPV6 -DWITH_DOM
$ pkg-config --cflags gsoapck
-DWITH_IPV6 -DWITH_COOKIES -DWITH_DOM
$ pkg-config --cflags gsoapssl
-DWITH_IPV6 -DWITH_OPENSSL -DWITH_DOM -DWITH_COOKIES -DWITH_GZIP
Mattias
smime.p7s
Description: S/MIME cryptographic signature
--- End Message ---