[MacPorts] #41392: Virtualbox @4.2.14: doesn't build on Mavericks
#41392: Virtualbox @4.2.14: doesn't build on Mavericks -----------------------+-------------------------------- Reporter: mk@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: Mavericks | Port: virtualbox -----------------------+-------------------------------- Virtualbox' build system cannot handle Mavericks yet: {{{ :info:configure Checking for environment: Determined build machine: darwin.amd64, target machine: darwin.amd64, OK. :info:configure Checking for kBuild: found, OK. :info:configure Checking for Darwin version: failed to determine Darwin version. (uname -r: 13.0.0) :info:configure Check /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.o rg_release_tarballs_ports_emulators_virtualbox/virtualbox/work/VirtualBox-4.2.16/configure.log for d etails :info:configure Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_emulators_virtualbox/virtualbox/work/VirtualBox-4.2.16" && ./configure --with-qt-dir=/opt/local --with-openssl-dir=/opt/local --with-gcc=/opt/local/bin/gcc-apple-4.2 --with-g++=/opt/local/bin/g++-apple-4.2 --enable-vde --enable-vnc :info:configure Exit code: 1 :error:configure org.macports.configure for port virtualbox returned: configure failure: command execution failed :debug:configure Error code: NONE }}} -- Ticket URL: <https://trac.macports.org/ticket/41392> MacPorts <http://www.macports.org/> Ports system for OS X
#41392: Virtualbox @4.2.14: doesn't build on Mavericks -------------------------+-------------------------------- Reporter: mk@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: mavericks Port: virtualbox | -------------------------+-------------------------------- Changes (by ryandesign@…): * keywords: Mavericks => mavericks Comment: We should try [ticket:40786 updating the port to the latest version]. If that still doesn't work, then this problem should be reported the developers of virtualbox. -- Ticket URL: <https://trac.macports.org/ticket/41392#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#41392: Virtualbox @4.2.14: doesn't build on Mavericks -------------------------+-------------------------------- Reporter: mk@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: mavericks Port: virtualbox | -------------------------+-------------------------------- Comment (by mk@…): I agree. Thanks for hinting out this ticket. -- Ticket URL: <https://trac.macports.org/ticket/41392#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#41392: Virtualbox @4.2.14: doesn't build on Mavericks -------------------------+-------------------------------- Reporter: mk@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: mavericks Port: virtualbox | -------------------------+-------------------------------- Changes (by ryandesign@…): * cc: aruminat@… (added) Comment: Has duplicate #41414. -- Ticket URL: <https://trac.macports.org/ticket/41392#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#41392: Virtualbox @4.2.14: doesn't build on Mavericks -------------------------+-------------------------------- Reporter: mk@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: mavericks Port: virtualbox | -------------------------+-------------------------------- Comment (by dony@…): THis also fails for me. I've seen a version of the failing script for this ticket here : https://www.virtualbox.org/svn/vbox/trunk/configure An entry is lacking in the "case" instruction in function "check_darwinversion()" to take into account that uname now returns 13. cheers Christophe ----- Replying to [ticket:41392 mk@…]:
Virtualbox' build system cannot handle Mavericks yet: {{{ :info:configure Checking for environment: Determined build machine: darwin.amd64, target machine: darwin.amd64, OK. :info:configure Checking for kBuild: found, OK. :info:configure Checking for Darwin version: failed to determine Darwin version. (uname -r: 13.0.0) :info:configure Check /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.o
rg_release_tarballs_ports_emulators_virtualbox/virtualbox/work/VirtualBox-4.2.16/configure.log for d
etails :info:configure Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_emulators_virtualbox/virtualbox/work/VirtualBox-4.2.16" && ./configure --with-qt-dir=/opt/local --with-openssl-dir=/opt/local --with-gcc=/opt/local/bin/gcc-apple-4.2 --with-g++=/opt/local/bin/g++-apple-4.2 --enable-vde --enable-vnc :info:configure Exit code: 1 :error:configure org.macports.configure for port virtualbox returned: configure failure: command execution failed :debug:configure Error code: NONE }}}
-- Ticket URL: <https://trac.macports.org/ticket/41392#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#41392: Virtualbox @4.2.14: doesn't build on Mavericks -------------------------+-------------------------------- Reporter: mk@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: mavericks Port: virtualbox | -------------------------+-------------------------------- Comment (by sam.halliday@…): still no joy :-( -- Ticket URL: <https://trac.macports.org/ticket/41392#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X
#41392: Virtualbox @4.2.14: doesn't build on Mavericks -------------------------+-------------------------------- Reporter: mk@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: mavericks Port: virtualbox | -------------------------+-------------------------------- Comment (by eh88@…): Has anyone tried patching the the configure script? Does anyone know if there is a ticket in the VirtualBox bug tracker corresponding to this issue? If a ticket exists in there system, I can't seem to find it. -- Ticket URL: <https://trac.macports.org/ticket/41392#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X
#41392: Virtualbox @4.2.14: doesn't build on Mavericks -------------------------+-------------------------------- Reporter: mk@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: mavericks Port: virtualbox | -------------------------+-------------------------------- Comment (by joel@…): Please reference https://forums.virtualbox.org/viewtopic.php?f=31&t=44590. I looked at the configure script, and noticed the following starting at line 1999: check_darwinversion() { ... You'll see a case statement that matches each kernel release. It looks like they have some simple code to select the proper SDK from Xcode that is used while compiling. It should be trivial to add a statement for kernel 13 and point to the proper developer SDK. I'm not very macports savvy, so I'm not sure how to make a patch and submit it, or even what the proper way to test my theory in the build system so that macports will successfully install the package or I'd just do it all and put a patch on this ticket. -- Ticket URL: <https://trac.macports.org/ticket/41392#comment:14> MacPorts <http://www.macports.org/> Ports system for OS X
#41392: Virtualbox @4.2.14: doesn't build on Mavericks -------------------------+-------------------------------- Reporter: mk@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: mavericks Port: virtualbox | -------------------------+-------------------------------- Changes (by ryandesign@…): * cc: edhem.bajric@… (added) Comment: Has duplicate #43565. As stated previously in this ticket, somebody needs to try updating the port to the current version, and please submit a diff of that. If that still doesn't work on Mavericks, then please file a bug report with the developers of VirtualBox. -- Ticket URL: <https://trac.macports.org/ticket/41392#comment:16> MacPorts <http://www.macports.org/> Ports system for OS X
#41392: Virtualbox @4.2.14: doesn't build on Mavericks -------------------------+-------------------------------- Reporter: mk@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: mavericks Port: virtualbox | -------------------------+-------------------------------- Comment (by acmeprocessgroup@…): Sorry to keep persisting about this bug, but it appears the fix to allow virtualbox to install via ports is still not working. The VirtualBox people have read the reports here and have checked the two most recent VirtualBox releases .. they work. So not sure who is responsible, but I think everyone who has reproduced and reported this problem would appreciate having it fixed pronto. -- Ticket URL: <https://trac.macports.org/ticket/41392#comment:17> MacPorts <http://www.macports.org/> Ports system for OS X
#41392: Virtualbox @4.2.14: doesn't build on Mavericks -------------------------+-------------------------------- Reporter: mk@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: mavericks Port: virtualbox | -------------------------+-------------------------------- Comment (by egall@…): Replying to [comment:17 acmeprocessgroup@…]:
The VirtualBox people have read the reports here and have checked the two most recent VirtualBox releases .. they work.
Link to where they said this? -- Ticket URL: <https://trac.macports.org/ticket/41392#comment:18> MacPorts <http://www.macports.org/> Ports system for OS X
#41392: Virtualbox @4.2.14: doesn't build on Mavericks -------------------------+-------------------------------- Reporter: mk@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: mavericks Port: virtualbox | -------------------------+-------------------------------- Comment (by pixilla@…): Replying to [comment:17 acmeprocessgroup@…]:
So not sure who is responsible The virtualbox port is nomaintainer so no one is responsible and patches are always welcome.
-- Ticket URL: <https://trac.macports.org/ticket/41392#comment:19> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts