Your message dated Thu, 05 Apr 2012 22:24:15 +0100
with message-id <[email protected]>
and subject line fixed in quilt patch
has caused the Debian Bug report #667212,
regarding ivtools: ftbfs with GCC-4.7
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.)
--
667212: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667212
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ivtools
Version: 1.2.8a1-8
Severity: important
Tags: sid wheezy
User: [email protected]
Usertags: ftbfs-gcc-4.7
The package fails to build in a test rebuild on at least amd64 with
gcc-4.7/g++-4.7, but succeeds to build with gcc-4.6/g++-4.6. The
severity of this report may be raised before the wheezy release.
src/Attribute/attrvalue.cc:396:10: error: 'intptr_t' was not declared in this
scope
The full build log can be found at:
http://people.debian.org/~lucas/logs/2012/03/29-clang-gcc47/unstable-gcc47/ivtools_1.2.8a1-8_unstable-gcc47.log
The last lines of the build log are at the end of this report.
Some hints on fixing these issues can be found at
http://gcc.gnu.org/gcc-4.7/porting_to.html
To build with GCC 4.7, either set CC=gcc-4.7 CXX=g++-4.7 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
[...]
libtool: compile: g++ -DHAVE_CONFIG_H -I. -Dcplusplus_2_1 -Isrc -Isrc/include
-Isrc/include/ivstd -Wno-write-strings -Wno-deprecated -g -O2 -c
src/Attribute/alist.cc -o src/Attribute/libAttribute_la-alist.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-Dcplusplus_2_1 -Isrc -Isrc/include -Isrc/include/ivstd -Wno-write-strings
-Wno-deprecated -g -O2 -c -o src/Attribute/libAttribute_la-aliterator.lo `test
-f 'src/Attribute/aliterator.cc' || echo './'`src/Attribute/aliterator.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -Dcplusplus_2_1 -Isrc -Isrc/include
-Isrc/include/ivstd -Wno-write-strings -Wno-deprecated -g -O2 -c
src/Attribute/aliterator.cc -fPIC -DPIC -o
src/Attribute/.libs/libAttribute_la-aliterator.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -Dcplusplus_2_1 -Isrc -Isrc/include
-Isrc/include/ivstd -Wno-write-strings -Wno-deprecated -g -O2 -c
src/Attribute/aliterator.cc -o src/Attribute/libAttribute_la-aliterator.o
>/dev/null 2>&1
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-Dcplusplus_2_1 -Isrc -Isrc/include -Isrc/include/ivstd -Wno-write-strings
-Wno-deprecated -g -O2 -c -o src/Attribute/libAttribute_la-attribute.lo `test
-f 'src/Attribute/attribute.cc' || echo './'`src/Attribute/attribute.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -Dcplusplus_2_1 -Isrc -Isrc/include
-Isrc/include/ivstd -Wno-write-strings -Wno-deprecated -g -O2 -c
src/Attribute/attribute.cc -fPIC -DPIC -o
src/Attribute/.libs/libAttribute_la-attribute.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -Dcplusplus_2_1 -Isrc -Isrc/include
-Isrc/include/ivstd -Wno-write-strings -Wno-deprecated -g -O2 -c
src/Attribute/attribute.cc -o src/Attribute/libAttribute_la-attribute.o
>/dev/null 2>&1
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-Dcplusplus_2_1 -Isrc -Isrc/include -Isrc/include/ivstd -Wno-write-strings
-Wno-deprecated -g -O2 -c -o src/Attribute/libAttribute_la-attrlist.lo `test -f
'src/Attribute/attrlist.cc' || echo './'`src/Attribute/attrlist.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -Dcplusplus_2_1 -Isrc -Isrc/include
-Isrc/include/ivstd -Wno-write-strings -Wno-deprecated -g -O2 -c
src/Attribute/attrlist.cc -fPIC -DPIC -o
src/Attribute/.libs/libAttribute_la-attrlist.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -Dcplusplus_2_1 -Isrc -Isrc/include
-Isrc/include/ivstd -Wno-write-strings -Wno-deprecated -g -O2 -c
src/Attribute/attrlist.cc -o src/Attribute/libAttribute_la-attrlist.o
>/dev/null 2>&1
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-Dcplusplus_2_1 -Isrc -Isrc/include -Isrc/include/ivstd -Wno-write-strings
-Wno-deprecated -g -O2 -c -o src/Attribute/libAttribute_la-attrvalue.lo `test
-f 'src/Attribute/attrvalue.cc' || echo './'`src/Attribute/attrvalue.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -Dcplusplus_2_1 -Isrc -Isrc/include
-Isrc/include/ivstd -Wno-write-strings -Wno-deprecated -g -O2 -c
src/Attribute/attrvalue.cc -fPIC -DPIC -o
src/Attribute/.libs/libAttribute_la-attrvalue.o
src/Attribute/attrvalue.cc: In member function 'osboolean
AttributeValue::boolean_val()':
src/Attribute/attrvalue.cc:396:10: error: 'intptr_t' was not declared in this
scope
src/Attribute/attrvalue.cc:396:20: error: expected ';' before 'obj_val'
src/Attribute/attrvalue.cc: In member function 'unsigned int
AttributeValue::uint_val()':
src/Attribute/attrvalue.cc:555:17: error: expected primary-expression before
'unsigned'
src/Attribute/attrvalue.cc:555:17: error: expected ')' before 'unsigned'
src/Attribute/attrvalue.cc: In member function 'int AttributeValue::int_val()':
src/Attribute/attrvalue.cc:588:15: error: 'intptr_t' was not declared in this
scope
src/Attribute/attrvalue.cc:588:25: error: expected ';' before 'obj_val'
make[3]: *** [src/Attribute/libAttribute_la-attrvalue.lo] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»'
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
dh_auto_build: make -j1 returned exit code 2
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Package: ivtools
Version: 1.2.8a2-1
added appropriate include file to relevant quilt patch
--- End Message ---