Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217710 - games-action/chromium-0.9.12-r7 fails w/ gcc-4.3.0
Summary: games-action/chromium-0.9.12-r7 fails w/ gcc-4.3.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-04-14 19:42 UTC by Peter Alfredsen (RETIRED)
Modified: 2008-06-09 12:50 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
supercedes gcc3-gentoo.patch (0.9.12-gcc43.patch,13.20 KB, patch)
2008-04-14 19:44 UTC, Peter Alfredsen (RETIRED)
Details | Diff
patch for ebuild (chromium-ebuild.patch,686 bytes, patch)
2008-04-14 19:46 UTC, Peter Alfredsen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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
+