[Bug 217240] emulators/virtualbox-ose fails to build when kbuild looks for moc-qt4
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Feb 19 22:48:31 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217240
russo at bogodyn.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |russo at bogodyn.org
--- Comment #1 from russo at bogodyn.org ---
Follow-up:
By adding a symlink
cd /usr/local/lib/qt4/bin
ln -s moc moc-qt4
I got past the compilation error in the initial description. It got caught up
again later, when it tried to run uic-qt4. A similar symlink got past that,
only to get caught up when it hit "lrelease-qt4." Kludged that with another
symlink. Those three symlinks were enough to let the compilation proceed. But
it is an icky "solution."
I was able to get VirtualBox reinstalled with all that kludging, but clearly
some package (kBuild? VirtualBox? qtchooser?) is still not aware that the qt
ports got rearranged and that it's inappropriate to add the "-qt4" suffix.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-emulation
mailing list