Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 376301 - www-client/chromium-9999 fails to configure: "ERROR: WebGL conformance tests do not exist"
Summary: www-client/chromium-9999 fails to configure: "ERROR: WebGL conformance tests ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-25 07:18 UTC by Julien Sanchez
Modified: 2011-08-04 21:26 UTC (History)
0 users

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


Attachments
Log file (build.log,175.74 KB, text/plain)
2011-07-25 07:18 UTC, Julien Sanchez
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Sanchez archtester 2011-07-25 07:18:24 UTC
[...]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/www-client/chromium-9999-r1/work/chromium-9999 ...
build/gyp_chromium --depth=. -Ddisable_sse2=1 -Duse_system_bzip2=1 -Duse_system_ffmpeg=1 -Duse_system_flac=1 -Duse_system_icu=1 -Duse_system_libevent=1 -Duse_system_libjpeg=1 -Duse_system_libpng=1 -Duse_system_libwebp=1 -Duse_system_libxml=1 -Duse_system_speex=1 -Duse_system_vpx=1 -Duse_system_xdg_utils=1 -Duse_system_zlib=1 -Duse_cups=1 -Duse_gconf=1 -Duse_gnome_keyring=1 -Dlinux_link_gnome_keyring=1 -Dlinux_sandbox_path=/usr/lib64/chromium-browser-live/chrome_sandbox -Dlinux_sandbox_chrome_path=/usr/lib64/chromium-browser-live/chrome -Dproprietary_codecs=1 -Dtarget_arch=x64 -Dwerror=
Updating projects from gyp files...
ERROR: WebGL conformance tests do not exist.
Traceback (most recent call last):
  File "build/gyp_chromium", line 170, in <module>
    sys.exit(gyp.main(args))
  File "/var/tmp/portage/www-client/chromium-9999-r1/work/chromium-9999/tools/gyp/pylib/gyp/__init__.py", line 463, in main
    options.circular_check)
[...]

Full log attached.
Comment 1 Julien Sanchez archtester 2011-07-25 07:18:48 UTC
Created attachment 280891 [details]
Log file
Comment 2 Mike Gilbert gentoo-dev 2011-07-25 17:27:23 UTC
This just needs third_party/webgl_confirmance to be kept intact.
Comment 3 Julien Sanchez archtester 2011-07-26 08:02:12 UTC
Thanks you, Mike, when keeping third_party/webgl_confirmance, this problem disappears.

More generally, should I submit bugs you have already fixed in your overlay? (sfntly, etc...).

Other example, bug #374903 about ICU patch was originally submitted for chromium-9999 but was fixed only for chromium-14. Should I reopen a new bug report about that(because portage's chromium-9999 does not work out of box (without user modifications) for nearly one month)?
Comment 4 Mike Gilbert gentoo-dev 2011-07-26 14:30:08 UTC
(In reply to comment #3)
> Thanks you, Mike, when keeping third_party/webgl_confirmance, this problem
> disappears.
> 
> More generally, should I submit bugs you have already fixed in your overlay?
> (sfntly, etc...).
> 

I was waiting for the influx of libraries to settle down a bit. Feel free to report them now. :)

> Other example, bug #374903 about ICU patch was originally submitted for
> chromium-9999 but was fixed only for chromium-14. Should I reopen a new bug
> report about that(because portage's chromium-9999 does not work out of box
> (without user modifications) for nearly one month)?

I'm guessing that Alex thought it would roll into upstream more quickly. You can re-open it, but I'm not sure that means anything will be done. :)
Comment 5 Julien Sanchez archtester 2011-07-26 15:19:26 UTC
It's not a problem for me to manually update chromium-9999 (and to follow more closely your personal repository :)

Until chromium-9999 breaks so long, I compiled it almost everyday and I just wondered if there was a reason that it has stalled in official portage.

As you have already fixed the issues, I will wait the next unresolved one before reporting.
Comment 6 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-08-04 21:26:21 UTC
Thanks, fixed.