Your message dated Sun, 16 Mar 2008 21:02:20 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#455141: fixed in freehdl 0.0.4-1.1
has caused the Debian Bug report #455141,
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.)
--
455141: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=455141
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: freehdl
Version: 0.0.4-1
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 freehdl_0.0.4-1 on em64t by sbuild/amd64 0.53
...
> x86_64-linux-gnu-g++ -DPACKAGE_NAME=\"freehdl\"
> -DPACKAGE_TARNAME=\"freehdl\" -DPACKAGE_VERSION=\"0.0.4\"
> "-DPACKAGE_STRING=\"freehdl 0.0.4\"" -DPACKAGE_BUGREPORT=\"[EMAIL PROTECTED]"
> -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 -DYYTEXT_POINTER=1
> -DHAVE_FLEXLEXER_H=1 -DHAVE_EXECINFO_H=1 -DHAVE_MALLOC_H=1 -DHAVE_GETOPT_H=1
> -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1
> -DHAVE_SOCKET=1 -I. -I. -I.. -I.. -g -O2 -MT libfreehdl_kernel_la-error.lo
> -MD -MP -MF .deps/libfreehdl_kernel_la-error.Tpo -c error.cc -fPIC -DPIC -o
> .libs/libfreehdl_kernel_la-error.o
> In file included from
> /usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/ext/hash_map:64,
> from ../freehdl/kernel-util.hh:13,
> from ../freehdl/kernel-db.hh:80,
> from ../freehdl/std-vhdl-types.hh:2218,
> from error.cc:4:
> /usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/backward/backward_warning.h:32:2:
> warning: #warning This file includes at least one deprecated or antiquated
> header. Please consider use of an equivalent, non-deprecated interface for
> the requested functionality. A list of valid replacements is as follows: Use:
> Instead of: <sstream>, basic_stringbuf <strstream>, strstreambuf <sstream>,
> basic_istringstream <strstream>, istrstream <sstream>, basic_ostringstream
> <strstream>, ostrstream <sstream>, basic_stringstream <strstream>, strstream
> <unordered_set>, unordered_set <ext/hash_set>, hash_set <unordered_set>,
> unordered_multiset <ext/hash_set>, hash_multiset <unordered_map>,
> unordered_map <ext/hash_set>, hash_map <unordered_map>, unordered_multimap
> <ext/hash_set>, hash_multimap <functional>, bind <functional>, binder1st
> <functional>, bind <functional>, binder2nd <functional>, bind <functional>,
> bind1st <functional>, bind <functional>, bind2nd <memory>, unique_ptr
> <memory>, auto_ptr To disable this warning use -Wno-deprecated.
> In file included from ../freehdl/std-vhdl-types.hh:6,
> from error.cc:4:
> ../freehdl/kernel-acl.hh: In member function 'acl& acl::operator=(const
> acl&)':
> ../freehdl/kernel-acl.hh:133: error: 'memcpy' was not declared in this scope
> In file included from error.cc:4:
> ../freehdl/std-vhdl-types.hh: In member function 'buffer_stream&
> buffer_stream::binary_write(const void*, int)':
> ../freehdl/std-vhdl-types.hh:56: error: 'memcpy' was not declared in this
> scope
> ../freehdl/std-vhdl-types.hh: In member function 'buffer_stream&
> buffer_stream::operator<<(const char*)':
> ../freehdl/std-vhdl-types.hh:63: error: 'strlen' was not declared in this
> scope
> ../freehdl/std-vhdl-types.hh:66: error: 'strcpy' was not declared in this
> scope
> ../freehdl/std-vhdl-types.hh: In member function 'buffer_stream&
> buffer_stream::operator<<(int)':
> ../freehdl/std-vhdl-types.hh:110: error: 'strcpy' was not declared in this
> scope
> ../freehdl/std-vhdl-types.hh: In member function 'buffer_stream&
> buffer_stream::operator<<(lint)':
> ../freehdl/std-vhdl-types.hh:145: error: 'strcpy' was not declared in this
> scope
> ../freehdl/std-vhdl-types.hh: In function 'int do_case_select(int, int,
> unsigned int, const unsigned int*, const unsigned int*, const int*, const
> enumeration**, const int*)':
> ../freehdl/std-vhdl-types.hh:478: error: 'memcmp' was not declared in this
> scope
> ../freehdl/std-vhdl-types.hh: In member function 'record_info&
> record_info::set(int, int, char**, void* (*)(void*, int), int)':
> ../freehdl/std-vhdl-types.hh:1003: error: 'memset' was not declared in this
> scope
> ../freehdl/std-vhdl-types.hh: In constructor
> 'array_type<E>::array_type(array_info*, const E*)':
> ../freehdl/std-vhdl-types.hh:1582: error: there are no arguments to 'memset'
> that depend on a template parameter, so a declaration of 'memset' must be
> available
> ../freehdl/std-vhdl-types.hh:1582: error: (if you use '-fpermissive', G++
> will accept your code, but allowing the use of an undeclared name is
> deprecated)
> ../freehdl/std-vhdl-types.hh: In constructor
> 'array_type<E>::array_type(array_info*, const E&)':
> ../freehdl/std-vhdl-types.hh:1610: error: there are no arguments to 'memset'
> that depend on a template parameter, so a declaration of 'memset' must be
> available
> ../freehdl/std-vhdl-types.hh: In member function 'array_type<E>&
> array_type<E>::init(type_info_interface*, const void*)':
> ../freehdl/std-vhdl-types.hh:1680: error: there are no arguments to 'memset'
> that depend on a template parameter, so a declaration of 'memset' must be
> available
> ../freehdl/std-vhdl-types.hh:1692: error: there are no arguments to 'memset'
> that depend on a template parameter, so a declaration of 'memset' must be
> available
> ../freehdl/std-vhdl-types.hh: In member function 'array_type<E>&
> array_type<E>::init(type_info_interface*)':
> ../freehdl/std-vhdl-types.hh:1736: error: there are no arguments to 'memset'
> that depend on a template parameter, so a declaration of 'memset' must be
> available
> ../freehdl/std-vhdl-types.hh: In member function 'array_type<E>&
> array_type<E>::init(type_info_interface*, const E&)':
> ../freehdl/std-vhdl-types.hh:1767: error: there are no arguments to 'memset'
> that depend on a template parameter, so a declaration of 'memset' must be
> available
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: freehdl
Source-Version: 0.0.4-1.1
We believe that the bug you reported is fixed in the latest version of
freehdl, which is due to be installed in the Debian FTP archive:
freehdl_0.0.4-1.1.diff.gz
to pool/main/f/freehdl/freehdl_0.0.4-1.1.diff.gz
freehdl_0.0.4-1.1.dsc
to pool/main/f/freehdl/freehdl_0.0.4-1.1.dsc
freehdl_0.0.4-1.1_amd64.deb
to pool/main/f/freehdl/freehdl_0.0.4-1.1_amd64.deb
libfreehdl0-dev_0.0.4-1.1_amd64.deb
to pool/main/f/freehdl/libfreehdl0-dev_0.0.4-1.1_amd64.deb
libfreehdl0_0.0.4-1.1_amd64.deb
to pool/main/f/freehdl/libfreehdl0_0.0.4-1.1_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.
Pierre Habouzit <[EMAIL PROTECTED]> (supplier of updated freehdl 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, 16 Mar 2008 20:40:19 +0000
Source: freehdl
Binary: freehdl libfreehdl0-dev libfreehdl0
Architecture: source amd64
Version: 0.0.4-1.1
Distribution: unstable
Urgency: low
Maintainer: José L. Redrejo RodrÃguez <[EMAIL PROTECTED]>
Changed-By: Pierre Habouzit <[EMAIL PROTECTED]>
Description:
freehdl - VHDL simulator for Linux
libfreehdl0 - generic font configuration library (shared libraries)
libfreehdl0-dev - VHDL simulator for Linux (development headers)
Closes: 455141
Changes:
freehdl (0.0.4-1.1) unstable; urgency=low
.
* Non-maintainer upload.
* Fix gcc-4.3 FTBFS thanks to Cyril Brulebois (Closes: 455141).
Files:
75ccf7055db73349ef25bf267446b40b 637 electronics optional freehdl_0.0.4-1.1.dsc
a516b9089db3089c4d9f1ffbd17ceefd 10499 electronics optional
freehdl_0.0.4-1.1.diff.gz
feb1469c2accfdbd4cd93b994d977a73 556786 electronics optional
freehdl_0.0.4-1.1_amd64.deb
63864e5a9a863a76eb5b3da7ac1c7c66 1071790 libdevel optional
libfreehdl0-dev_0.0.4-1.1_amd64.deb
f860b65e72d6249d2a89e497012fbada 763020 libs optional
libfreehdl0_0.0.4-1.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH3YeLvGr7W6HudhwRAhrJAJ9GHIJsEt8NZ8WfqmN4xZynRbTjuACgjFt1
yCMHQmNltExje+9WNhcwmyI=
=p17Y
-----END PGP SIGNATURE-----
--- End Message ---