Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 352460 - www-client/chromium-9999 webkit_version.py AssertionError
Summary: www-client/chromium-9999 webkit_version.py AssertionError
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Chromium Project
URL: http://code.google.com/p/chromium/iss...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-23 00:53 UTC by Mike Gilbert
Modified: 2011-01-25 16:41 UTC (History)
0 users

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


Attachments
Full build log (build.log.gz,92.03 KB, application/x-gzip)
2011-01-23 01:01 UTC, Mike Gilbert
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Gilbert gentoo-dev 2011-01-23 00:53:12 UTC
* Installing/updating to version 10.0.647.0_p72285

...

  export LD_LIBRARY_PATH=/build/portage/www-client/chromium-9999-r1/work/chromium-9999/out/Release/l
ib.host:/build/portage/www-client/chromium-9999-r1/work/chromium-9999/out/Release/lib.target:$LD_LIB
RARY_PATH; cd webkit/support; mkdir -p /build/portage/www-client/chromium-9999-r1/work/chromium-9999
/out/Release/obj.target/geni; python ../build/webkit_version.py ../../third_party/WebKit /Source/Web
Core/Configurations/Version.xcconfig "/build/portage/www-client/chromium-9999-r1/work/chromium-9999/
out/Release/obj.target/geni"

...

Traceback (most recent call last):
  File "../build/webkit_version.py", line 97, in <module>
    main()
  File "../build/webkit_version.py", line 93, in main
    EmitVersionHeader(*sys.argv[1:])
  File "../build/webkit_version.py", line 78, in EmitVersionHeader
    webkit_revision = GetWebKitRevision(webkit_dir, version_file)
  File "../build/webkit_version.py", line 60, in GetWebKitRevision
    assert version_info.url.endswith(version_file_dir)
AssertionError
make: *** [out/Release/obj.target/geni/webkit_version.h] Error 1
Comment 1 Mike Gilbert gentoo-dev 2011-01-23 00:57:45 UTC
I looks like GetWebKitRevision() calls the python equivalent of "svn info" to get the repository url, and grabs the revision number from that.

This obviously will not work for us since we build outside of any SVN checkout.
Comment 2 Mike Gilbert gentoo-dev 2011-01-23 01:01:26 UTC
Created attachment 260527 [details]
Full build log
Comment 3 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-01-25 11:08:18 UTC
Could you check again? Someone in http://code.google.com/p/chromium/issues/detail?id=70537 claims it's fixed. If it indeed is, please close as RESOLVED UPSTREAM.
Comment 4 Julien Sanchez archtester 2011-01-25 11:09:24 UTC
It's fixed. No problem for me.
Comment 5 Mike Gilbert gentoo-dev 2011-01-25 16:41:20 UTC
Yeah, looks fixed to me. I will reopen if my build fails.

http://src.chromium.org/viewvc/chrome?view=rev&revision=72351