Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5594 - Chromium
Summary: Chromium
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-25 20:32 UTC by Linken
Modified: 2002-09-19 08:30 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Linken 2002-07-25 20:32:47 UTC
CHROMIUM 
 
1.3b-stage3-athlon kernel 2.4.19-r7 
# emerge rsync 
# emerge -u system 
# emerge -u world 
# env-update 
# source /etc/profile 
emerge chromium 
 
g++ -c -pipe  -I../support/openal/linux/include -I../support/openal/include 
`/usr/bin/sdl-config --cflags` -DUSE_SDL `/usr/bin/smpeg-config --cflags` -O2 
-DOLD_OPENAL -DAUDIO_OPENAL -D_REENTRANT -I../support/include 
-I../support/glpng/include -I/usr/X11R6/include -o NCString.o NCString.cpp 
In file included from /usr/include/g++-v31/backward/stream.h:31, 
                 from NCString.h:4, 
                 from NCString.cpp:1: 
/usr/include/g++-v31/backward/backward_warning.h:32:2: warning: #warning This 
file includes at least one deprecated or antiquated header. Please consider 
using one of the 32 headers found in section 17.4.1.2 of the C++ standard. 
Examples include substituting the <X> header for the <X.h> header for C++ 
includes, or <sstream> instead of the deprecated header <strstream.h>. To 
disable this warning use -Wno-deprecated. 
NCString.cpp: In member function `NCString& NCString::sprintf(const char*, 
...)': 
NCString.cpp:281: `va_list' undeclared (first use this function) 
NCString.cpp:281: (Each undeclared identifier is reported only once for each 
function it appears in.) 
NCString.cpp:281: parse error before `;' token 
NCString.cpp:286: `args' undeclared (first use this function) 
NCString.cpp:286: `va_start' undeclared (first use this function) 
NCString.cpp:288: `va_end' undeclared (first use this function) 
make[1]: *** [NCString.o] Error 1 
make[1]: Leaving directory 
`/var/tmp/portage/chromium-0.9.12/work/Chromium-0.9/src' 
make: *** [src] Error 2
Comment 1 Spider (RETIRED) gentoo-dev 2002-07-26 08:35:27 UTC
verified here.
Comment 2 José Alberto Suárez López 2002-08-03 20:36:39 UTC
>>> Regenerating /etc/ld.so.cache...
>>> app-games/chromium-0.9.12-r1 merged.

>>> Recording app-games/chromium in "world" favorites file...


 * GNU info directory index is up-to-date

i don t have any problem with gcc2x
Comment 3 José Alberto Suárez López 2002-08-04 19:20:08 UTC
well, some ppl try emerge it in gcc2z system, and it installs witout problems,
so this is a gcc3 problem, i look for it in the web page but nothig. So a bug
more for gcc3 ppl sorry.

PS: whatys hell is the red-bottom-bright that kill me ship!?

Comment 4 Matthew Kennedy (RETIRED) gentoo-dev 2002-08-06 09:37:22 UTC
chromium 0.9.12-r1 emerges fine here under the gcc-3.2_pre.

in fact, this problem was fixed in -r1... looking at your error message:

  make[1]: Leaving directory 
  `/var/tmp/portage/chromium-0.9.12/work/Chromium-0.9/src'

looks like you're trying to emerge 0.9.12, not 0.9.12-r1

try an

  emerge rsync (with a --clean if your portage is older) 
  emerge chromium

Comment 5 Matt Keadle 2002-09-19 04:19:36 UTC
Haven't experienced the original issue, but emergeing -r1 on a fresh system here
(2.95) works great.