Your message dated Sun, 24 Feb 2008 21:02:18 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#455434: fixed in pstoedit 3.45-3
has caused the Debian Bug report #455434,
regarding FTBFS with GCC 4.3: missing #includes
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.)
--
455434: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=455434
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: pstoedit
Version: 3.45-2
Usertags: ftbfs-gcc-4.3
Your package fails to build with GCC 4.3. Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning. In GCC 4.3, the C++ header
dependencies have been cleaned up. The advantage of this is that
programs will compile faster. The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC). There's some more information about this at
http://www.cyrius.com/journal/2007/05/10#gcc-4.3-include
You can reproduce this problem with gcc-snapshot from unstable. Note
that Red Hat, Novell and Ubuntu have done some work getting packages
to build with GCC 4.3 so there might be patches floating around
somewhere. I suggest you talk to your upstream.
> Automatic build of pstoedit_3.45-2 on em64t by sbuild/amd64 0.53
...
> mkdir .libs
> c++ -Wl,--as-needed -Wl,-O1 -DPACKAGE_NAME=\"pstoedit\"
> -DPACKAGE_TARNAME=\"pstoedit\" -DPACKAGE_VERSION=\"3.45\"
> "-DPACKAGE_STRING=\"pstoedit 3.45\""
> -DPACKAGE_BUGREPORT=\"wglunz34_AT_pstoedit.net\" -DPACKAGE=\"pstoedit\"
> -DVERSION=\"3.45\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
> -DHAVE_DIRENT_H=1 -I. -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DHAVE_MAGIC
> -DHAVE_LIBPNG -DDEFAULTGS=/usr/bin/gs
> -DPSTOEDITDATADIR=\"/usr/share/pstoedit\"
> -DPSTOEDITLIBDIR=\"/usr/lib/pstoedit\" -DBUGGYGPP -pedantic -Wall
> -Wwrite-strings -Wcast-qual -Wpointer-arith -D_LITTLE_ENDIAN -g -MT
> dynload.lo -MD -MP -MF .deps/dynload.Tpo -c dynload.cpp -fPIC -DPIC -o
> .libs/dynload.o
> In file included from dynload.cpp:22:
> cppcomp.h: In function 'void strncpy_s(char*, size_t, const char*, size_t)':
> cppcomp.h:236: error: 'strlen' was not declared in this scope
> cppcomp.h:245: error: 'exit' was not declared in this scope
> cppcomp.h: In function 'void strcpy_s(char*, size_t, const char*)':
> cppcomp.h:249: error: 'strlen' was not declared in this scope
> cppcomp.h: In function 'void strcat_s(char*, size_t, const char*)':
> cppcomp.h:254: error: 'strlen' was not declared in this scope
> dynload.cpp: In member function 'void (* DynLoader::getSymbol(const char*,
> int) const)()':
> dynload.cpp:166: warning: ISO C++ forbids casting between pointer-to-function
> and pointer-to-object
> make[2]: *** [dynload.lo] Error 1
> make[2]: Leaving directory `/build/tbm/pstoedit-3.45/src'
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: pstoedit
Source-Version: 3.45-3
We believe that the bug you reported is fixed in the latest version of
pstoedit, which is due to be installed in the Debian FTP archive:
libpstoedit-dev_3.45-3_amd64.deb
to pool/main/p/pstoedit/libpstoedit-dev_3.45-3_amd64.deb
libpstoedit0c2a_3.45-3_amd64.deb
to pool/main/p/pstoedit/libpstoedit0c2a_3.45-3_amd64.deb
pstoedit_3.45-3.diff.gz
to pool/main/p/pstoedit/pstoedit_3.45-3.diff.gz
pstoedit_3.45-3.dsc
to pool/main/p/pstoedit/pstoedit_3.45-3.dsc
pstoedit_3.45-3_amd64.deb
to pool/main/p/pstoedit/pstoedit_3.45-3_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
J.H.M. Dassen (Ray) <[EMAIL PROTECTED]> (supplier of updated pstoedit package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 24 Feb 2008 20:53:40 +0100
Source: pstoedit
Binary: libpstoedit-dev libpstoedit0c2a pstoedit
Architecture: source amd64
Version: 3.45-3
Distribution: unstable
Urgency: medium
Maintainer: J.H.M. Dassen (Ray) <[EMAIL PROTECTED]>
Changed-By: J.H.M. Dassen (Ray) <[EMAIL PROTECTED]>
Description:
libpstoedit-dev - PostScript to editable vector graphics library (development
files
libpstoedit0c2a - PostScript to editable vector graphics library (runtime
files)
pstoedit - PostScript and PDF files to editable vector graphics converter
Closes: 455434
Changes:
pstoedit (3.45-3) unstable; urgency=medium
.
* [src/cppcomp.h] Added missing includes for strlen and exit. Fixes FTBFS
with gcc 4.3. (Closes: #455434)
* [debian/control] Tag libpstoedit-dev as section: libdevel rather than
devel.
Files:
fd311888b500c21b0db76f4838871189 771 graphics optional pstoedit_3.45-3.dsc
133c402e44a7d0b5be83f8d83ab45529 23675 graphics optional
pstoedit_3.45-3.diff.gz
e6a98d78a4e3f3f0146a46da2a0c415d 84550 libdevel optional
libpstoedit-dev_3.45-3_amd64.deb
92f47dba19b1d6c1b383167cac18eafb 412100 libs optional
libpstoedit0c2a_3.45-3_amd64.deb
c31580cdf6ec57e66088f92b54491e67 166378 graphics optional
pstoedit_3.45-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHwczPmGjI2TeZ54cRAkuPAKCycNJFbjkz6Pgd3wOlgFoC8zRuBQCfa5pw
vt9JJNPyGlUfRj+NMwBA1sE=
=DZeC
-----END PGP SIGNATURE-----
--- End Message ---