Opened 13 years ago
Closed 13 years ago
#30971 closed defect (worksforme)
virtualbox @4.1.2 Configure error - qt4 not found
Reported by: | gthb (Gunnlaugur Thor Briem) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.1 |
Keywords: | Cc: | ||
Port: | virtualbox |
Description
Tried to install virtualbox
(with and without +vde2
) just now; it fails saying “qt4 not found” at the configure step.
port info
does state the qt4-mac
dependency, and I don't have qt4-mac
installed, but port install
still neglects to install the dependency.
main.log
is attached.
Attachments (1)
Change History (4)
Changed 13 years ago by gthb (Gunnlaugur Thor Briem)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
The log shows you have qt3 installed. Uninstall qt3 and try again.
sudo port uninstall qt3 sudo port clean virtualbox sudo port install virtualbox
comment:2 Changed 13 years ago by jmroot (Joshua Root)
It actually depends on path:bin/qmake:qt4-mac
. Does qt3 provide ${prefix}/bin/qmake? If so, the depspec is incorrect (I'm assuming from Ryan's comment that virtualbox doesn't work with qt3.)
comment:3 Changed 13 years ago by royliu@…
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I'm closing this -- It seems to arise from factors external to VirtualBox and the VirtualBox port.
Note: See
TracTickets for help on using
tickets.
main.log from the failed install