[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#564980: epos: ftbfs with gcc-4.5



Package: epos
Version: 1:2.5.37-8
Severity: normal
Tags: sid
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-4.5

The package fails to build in a test rebuild on at least amd64 with
gcc-4.5/g++-4.5, but succeeds to build with gcc-4.4/g++-4.4.
For the compiler version used, see:
http://lists.debian.org/debian-devel/2010/01/msg00230.html

The full build log can be found at:
http://people.debian.org/~lucas/logs/2010/01/08b/epos_1:2.5.37-8_lsid64b.buildlog
The last lines of the build log are cwat the end of this report.

The reason of the build failure is likely in the package (compiler or
linker message found in the build log), if this turns out as a gcc bug,
please reassign to the gcc-4.5 package. If the build ends with a
message "confused by earlier errors, bailing out", please
ignore it for now; these compiler errors are filed separately.


[...]
	else rm -f ".deps/matrix.Tpo"; exit 1; \
	fi
rm -f .libs/matrix.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -w -DEPOS -ggdb -DBASE_DIR=/usr/share/epos -g -O2 -MT matrix.lo -MD -MP -MF .deps/matrix.Tpo -c matrix.cc  -fPIC -DPIC -o .libs/matrix.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -w -DEPOS -ggdb -DBASE_DIR=/usr/share/epos -g -O2 -MT matrix.lo -MD -MP -MF .deps/matrix.Tpo -c matrix.cc -o matrix.o >/dev/null 2>&1
mv -f .libs/matrix.lo matrix.lo
if /bin/bash ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../..  -I./..  -w -DEPOS -ggdb -DBASE_DIR=/usr/share/epos   -g -O2 -MT stream.lo -MD -MP -MF ".deps/stream.Tpo" \
	  -c -o stream.lo `test -f 'stream.cc' || echo './'`stream.cc; \
	then mv -f ".deps/stream.Tpo" ".deps/stream.Plo"; \
	else rm -f ".deps/stream.Tpo"; exit 1; \
	fi
rm -f .libs/stream.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -w -DEPOS -ggdb -DBASE_DIR=/usr/share/epos -g -O2 -MT stream.lo -MD -MP -MF .deps/stream.Tpo -c stream.cc  -fPIC -DPIC -o .libs/stream.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -w -DEPOS -ggdb -DBASE_DIR=/usr/share/epos -g -O2 -MT stream.lo -MD -MP -MF .deps/stream.Tpo -c stream.cc -o stream.o >/dev/null 2>&1
mv -f .libs/stream.lo stream.lo
if /bin/bash ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../..  -I./..  -w -DEPOS -ggdb -DBASE_DIR=/usr/share/epos   -g -O2 -MT neural_parse.lo -MD -MP -MF ".deps/neural_parse.Tpo" \
	  -c -o neural_parse.lo `test -f 'neural_parse.cc' || echo './'`neural_parse.cc; \
	then mv -f ".deps/neural_parse.Tpo" ".deps/neural_parse.Plo"; \
	else rm -f ".deps/neural_parse.Tpo"; exit 1; \
	fi
rm -f .libs/neural_parse.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -w -DEPOS -ggdb -DBASE_DIR=/usr/share/epos -g -O2 -MT neural_parse.lo -MD -MP -MF .deps/neural_parse.Tpo -c neural_parse.cc  -fPIC -DPIC -o .libs/neural_parse.lo
neural_parse.yy: In function 'int neuralerror(char*)':
neural_parse.yy:258:144: error: cannot pass objects of non-trivially-copyable type 'class CString' through '...'
make[4]: *** [neural_parse.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2



Reply to: