Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 217606

Summary: app-accessibility/epos-2.5.37 fails w/ gcc-4.3.0
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: [OLD] GCC PortingAssignee: Gentoo Accessibility Team <accessibility>
Status: RESOLVED FIXED    
Severity: normal CC: esigra
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://bugs.debian.org/455443
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: epos-2.5.37-gcc43.patch

Description Peter Alfredsen (RETIRED) gentoo-dev 2008-04-14 09:33:59 UTC
/bin/bash ../../libtool --tag=CXX   --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../..  -I./..  -w -DEPOS -ggdb -DBASE_DIR=/usr/share/epos   -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT neural.lo -MD -MP -MF .deps/neural.Tpo -c -o neural.lo neural.cc
 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I./.. -w -DEPOS -ggdb -DBASE_DIR=/usr/share/epos -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT neural.lo -MD -MP -MF .deps/neural.Tpo -c neural.cc  -fPIC -DPIC -o .libs/neural.o
neural.cc:41:22: error: iostream.h: No such file or directory
 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I./.. -w -DEPOS -ggdb -DBASE_DIR=/usr/share/epos -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT neural_parse.lo -MD -MP -MF .deps/neural_parse.Tpo -c neural_parse.cc -o neural_parse.o >/dev/null 2>&1
mv -f .deps/neural_parse.Tpo .deps/neural_parse.Plo
/bin/bash ../../libtool --tag=CXX   --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../..  -I./..  -w -DEPOS -ggdb -DBASE_DIR=/usr/share/epos   -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT perceptron.lo -MD -MP -MF .deps/perceptron.Tpo -c -o perceptron.lo perceptron.cc
 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I./.. -w -DEPOS -ggdb -DBASE_DIR=/usr/share/epos -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT perceptron.lo -MD -MP -MF .deps/perceptron.Tpo -c perceptron.cc  -fPIC -DPIC -o .libs/perceptron.o
 i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I./.. -w -DEPOS -ggdb -DBASE_DIR=/usr/share/epos -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -MT perceptron.lo -MD -MP -MF .deps/perceptron.Tpo -c perceptron.cc -o perceptron.o >/dev/null 2>&1
make[3]: *** [neural.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
mv -f .deps/perceptron.Tpo .deps/perceptron.Plo
make[3]: Leaving directory `/var/tmp/portage/app-accessibility/epos-2.5.37/work/epos-2.5.37/src/nnet'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/app-accessibility/epos-2.5.37/work/epos-2.5.37/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-accessibility/epos-2.5.37/work/epos-2.5.37'
make: *** [all] Error 2


Reproducible: Always

Steps to Reproduce:
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-14 09:34:51 UTC
Created attachment 149654 [details, diff]
epos-2.5.37-gcc43.patch

Fixes the problem. Snatched from Debian.
Comment 2 Mark Loeser (RETIRED) gentoo-dev 2008-05-10 03:27:55 UTC
Applied, thanks Peter.