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

Bug 217710

Summary: games-action/chromium-0.9.12-r7 fails w/ gcc-4.3.0
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: [OLD] GCC PortingAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal CC: esigra, teidakankan
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: supercedes gcc3-gentoo.patch
patch for ebuild

Description Peter Alfredsen (RETIRED) gentoo-dev 2008-04-14 19:42:19 UTC
i686-pc-linux-gnu-g++ -c -pipe   `/usr/bin/sdl-config --cflags` -DUSE_SDL `/usr/bin/smpeg-config --cflags` -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 -DPKGDATADIR='"/usr/share/games/chromium"' -DPKGBINDIR='"/usr/games/bin"' -DAUDIO_OPENAL -D_REENTRANT -I../support/glpng/include -I/usr/X11R6/include -o Config.o Config.cpp
In file included from Config.cpp:17:
NCString.h:4:20: error: stream.h: No such file or directory
In file included from Config.cpp:17:
NCString.h:126: error: expected constructor, destructor, or type conversion before ‘&’ token
make[1]: *** [Config.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/games-action/chromium-0.9.12-r7/work/Chromium-0.9/src'
make: *** [src] Error 2


Reproducible: Always

Steps to Reproduce:
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-14 19:44:14 UTC
Created attachment 149736 [details, diff]
supercedes gcc3-gentoo.patch
Comment 2 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-14 19:46:17 UTC
Created attachment 149737 [details, diff]
patch for ebuild

Note that "${FILESDIR}"/${PV}-gcc3-gentoo.patch is superceded by"${FILESDIR}"/${PV}-gcc43.patch.
Comment 3 Peter Alfredsen (RETIRED) gentoo-dev 2008-04-14 19:47:37 UTC
This bug depends on bug 217708, cause without it I can't run configure.
Comment 4 Jan Kundrát (RETIRED) gentoo-dev 2008-04-14 20:17:03 UTC
(In reply to comment #3)
> This bug depends on bug 217708, cause without it I can't run configure.

Nope, these are separate issues.
Comment 5 Peter Alfredsen (RETIRED) gentoo-dev 2008-06-09 12:50:14 UTC
+  09 Jun 2008; Peter Alfredsen <loki_val@gentoo.org>
+  +files/0.9.12-gcc43.patch, chromium-0.9.12-r7.ebuild:
+  Gcc4.3 fix; bug 217710
+