Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 448170 - [qt overlay] x11-libs/qt-webkit-5.0.0 requires ruby and python2
Summary: [qt overlay] x11-libs/qt-webkit-5.0.0 requires ruby and python2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-22 12:07 UTC by anonymous
Modified: 2012-12-24 08:36 UTC (History)
0 users

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


Attachments
build.log (build.log,278.95 KB, text/plain)
2012-12-22 12:08 UTC, anonymous
Details

Note You need to log in before you can comment on or make changes to this bug.
Description anonymous 2012-12-22 12:07:00 UTC
Missing ruby in dependencies for x11-libs/qt-webkit-5.0.0

Reproducible: Always

Actual Results:  
make[2]: Entering directory `/var/tmp/portage/x11-libs/qt-webkit-5.0.0/work/qtwebkit-opensource-src-5.0.0_build/Source/JavaScriptCore'
ruby /var/tmp/portage/x11-libs/qt-webkit-5.0.0/work/qtwebkit-opensource-src-5.0.0/Source/JavaScriptCore/offlineasm/generate_offset_extractor.rb /var/tmp/portage/x11-libs/qt-webkit-5.0.0/work/qtwebkit-opensource-src-5.0.0/Source/JavaScriptCore/llint/LowLevelInterpreter.asm LLIntDesiredOffsets.h
make[2]: ruby: Command not found
make[2]: *** [LLIntDesiredOffsets.h] Error 127
make[2]: Leaving directory `/var/tmp/portage/x11-libs/qt-webkit-5.0.0/work/qtwebkit-opensource-src-5.0.0_build/Source/JavaScriptCore'
make[1]: *** [sub-LLIntOffsetsExtractor-pro-make_first-ordered] Error 2
make[1]: Leaving directory `/var/tmp/portage/x11-libs/qt-webkit-5.0.0/work/qtwebkit-opensource-src-5.0.0_build/Source/JavaScriptCore'
make: *** [sub-Source-JavaScriptCore-JavaScriptCore-pro-make_first-ordered] Error 2
Comment 1 anonymous 2012-12-22 12:08:29 UTC
Created attachment 333020 [details]
build.log
Comment 2 anonymous 2012-12-22 12:48:42 UTC
Also problem with Python 3 (with Python 2 all fine):

  File "/var/tmp/portage/x11-libs/qt-webkit-5.0.0/work/qtwebkit-opensource-src-5.0.0/Source/JavaScriptCore/disassembler/udis86/itab.py", line 271
    print "error: invalid operand declaration: %s\n" % opr[i]
                                                   ^
SyntaxError: invalid syntax
make[2]: *** [generated/udis86_itab.c] Error 1
Comment 3 Davide Pesavento (RETIRED) gentoo-dev 2012-12-24 08:36:54 UTC
Fixed in git, thanks for reporting.