Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 372137 - www-client/chromium-13.0.782.24-r1 fails to configure with linux-3.0_rc3
Summary: www-client/chromium-13.0.782.24-r1 fails to configure with linux-3.0_rc3
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
: 373427 373477 373525 373555 374885 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-06-18 08:46 UTC by ron widler
Modified: 2011-07-24 02:14 UTC (History)
7 users (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 ron widler 2011-06-18 08:46:05 UTC
gyp seems to be unaware of linux-3.0 and fails

Reproducible: Always

Steps to Reproduce:
1. emerge =chromium-13.0.782.24-r1
2.
3.
Actual Results:  
"Updating projects from gyp files..." fails

Expected Results:  
configure and compile

---
Updating projects from gyp files...
Traceback (most recent call last):
  File "build/gyp_chromium", line 170, in <module>
    sys.exit(gyp.main(args))
  File "/home/PORTAGE/portage/www-client/chromium-9999-r1/work/chromium-9999/tools/gyp/pylib/gyp/__init__.py", line 323, in main
    'sunos5':   'make',}[sys.platform] ]
KeyError: 'linux3'
---
note: this is the error message from trying to compile chromium-9999-r1 but it's exactly the same with chromium-13.0.782.24-r1

when manually editing /tools/gyp/pylib/gyp/__init__.py to recognize linux3 as well the configuration phase works again. i made a patch /which fails), and i'm in a bit of a hurry so i'll look into it again later.

also reported it upstream.
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-06-24 12:08:29 UTC
Thank you for the report. This is fixed upstream.
Comment 2 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-06-29 07:57:27 UTC
*** Bug 373427 has been marked as a duplicate of this bug. ***
Comment 3 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-06-30 07:59:35 UTC
*** Bug 373477 has been marked as a duplicate of this bug. ***
Comment 4 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-06-30 08:52:11 UTC
*** Bug 373525 has been marked as a duplicate of this bug. ***
Comment 5 Mike Gilbert gentoo-dev 2011-06-30 17:55:57 UTC
*** Bug 373555 has been marked as a duplicate of this bug. ***
Comment 6 Mike Lothian 2011-07-05 01:16:09 UTC
Any chance of a backport?
Comment 7 Mike Gilbert gentoo-dev 2011-07-11 19:33:26 UTC
*** Bug 374885 has been marked as a duplicate of this bug. ***
Comment 8 Richard 2011-07-23 02:34:49 UTC
(In reply to comment #1)
> Thank you for the report. This is fixed upstream.

It has been over a month, but this hasn't come downstream yet. Did something happen upstream?