[MacPorts] #21151: for `port install webkit-gtk` Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_webkit-gtk/work/webkit-1.1.10" && /usr/bin/make -j2 all " returned error 2
#21151: for `port install webkit-gtk` Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_ports_www_webkit-gtk/work/webkit-1.1.10" && /usr/bin/make -j2 all " returned error 2 --------------------------------------+------------------------------------- Reporter: macports.users@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: | Port: --------------------------------------+------------------------------------- webkit-gtk fails to build on 10.6 -- Ticket URL: <http://trac.macports.org/ticket/21151> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21151: webkit-gtk build failure on 10.6 --------------------------------------+------------------------------------- Reporter: macports.users@… | Owner: myschizobuddy@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: snowleopard | Port: webkit-gtk --------------------------------------+------------------------------------- Changes (by blb@…): * cc: devans@… (added) * owner: macports-tickets@… => myschizobuddy@… * keywords: => snowleopard * port: => webkit-gtk Old description:
webkit-gtk fails to build on 10.6
New description: webkit-gtk fails to build on 10.6 for `port install webkit-gtk` {{{ Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_ports_www_webkit-gtk/work/webkit-1.1.10" && /usr/bin/make -j2 all " returned error 2 }}} -- -- Ticket URL: <http://trac.macports.org/ticket/21151#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21151: webkit-gtk build failure on 10.6 --------------------------------------+------------------------------------- Reporter: macports.users@… | Owner: myschizobuddy@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: snowleopard | Port: webkit-gtk --------------------------------------+------------------------------------- Comment(by toby@…): The attached log doesn't actually contain the error. Please run `sudo port clean webkit-gtk` and then attach the full output of `sudo port -d install webkit-gtk` -- Ticket URL: <http://trac.macports.org/ticket/21151#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21151: webkit-gtk build failure on 10.6 --------------------------------------+------------------------------------- Reporter: macports.users@… | Owner: myschizobuddy@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: snowleopard | Port: webkit-gtk --------------------------------------+------------------------------------- Comment(by dave.brueck@…): Replying to [comment:2 toby@…]:
The attached log doesn't actually contain the error. Please run `sudo port clean webkit-gtk` and then attach the full output of `sudo port -d install webkit-gtk`
I uploaded a full error log from the failed build. Please let me know if I can be of more help - trying something out, etc. Thanks! -- Ticket URL: <http://trac.macports.org/ticket/21151#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21151: webkit-gtk build failure on 10.6 --------------------------------------+------------------------------------- Reporter: macports.users@… | Owner: myschizobuddy@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: snowleopard | Port: webkit-gtk --------------------------------------+------------------------------------- Comment(by majost@…): Specifically, the error is: {{{ JavaScriptCore/jit/JITStubs.cpp:120:2: error: #error "JIT_STUB_ARGUMENT_VA_LIST not supported on x86-64." }}} -- Ticket URL: <http://trac.macports.org/ticket/21151#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21151: webkit-gtk build failure on 10.6 --------------------------------------+------------------------------------- Reporter: macports.users@… | Owner: myschizobuddy@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: snowleopard | Port: webkit-gtk --------------------------------------+------------------------------------- Comment(by nodamage@…): FYI I was able to get this to build by adding: configure.args-append --enable-jit=no -- Ticket URL: <http://trac.macports.org/ticket/21151#comment:13> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21151: webkit-gtk build failure on 10.6 --------------------------------------+------------------------------------- Reporter: macports.users@… | Owner: myschizobuddy@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: snowleopard | Port: webkit-gtk --------------------------------------+------------------------------------- Comment(by snc@…): Since this is just sitting around without maintainer input, I've patched the port to use --enable-jit=no on SL. Note I did not bump the revision as this won't impact people who already have a built version. r59109. When an actual fix is available it should increment the revision. -- Ticket URL: <http://trac.macports.org/ticket/21151#comment:14> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21151: webkit-gtk build failure on 10.6 --------------------------------------+------------------------------------- Reporter: macports.users@… | Owner: myschizobuddy@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: snowleopard | Port: webkit-gtk --------------------------------------+------------------------------------- Comment(by ryandesign@…): But based on the error message, this is not an incompatibility with Snow Leopard but an incompatibility with x86_64, so the proper fix would add `--enable-jit=no` when configure.build_arch is x86_64. The universal variant would also need to be addressed, perhaps through the use of the muniversal portgroup's ability to use different configure args for different architectures. -- Ticket URL: <http://trac.macports.org/ticket/21151#comment:15> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21151: webkit-gtk should support jit where available --------------------------------------+------------------------------------- Reporter: macports.users@… | Owner: myschizobuddy@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: snowleopard | Port: webkit-gtk --------------------------------------+------------------------------------- Comment(by jeremyhu@…): 63157 sets jit off by default This bug is now to track adding muniversal support which is needed to do jit on the archs where it's supported -- Ticket URL: <http://trac.macports.org/ticket/21151#comment:17> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21151: webkit-gtk should support jit where available --------------------------------------+------------------------------------- Reporter: macports.users@… | Owner: myschizobuddy@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: | Port: webkit-gtk --------------------------------------+------------------------------------- Changes (by jmr@…): * keywords: snowleopard => -- Ticket URL: <https://trac.macports.org/ticket/21151#comment:19> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts