Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2017 22:48:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        vbox@FreeBSD.org
Subject:   [Bug 217240] emulators/virtualbox-ose fails to build when kbuild looks for moc-qt4
Message-ID:  <bug-217240-26505-1WiWpnbO4S@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-217240-26505@https.bugs.freebsd.org/bugzilla/>
References:  <bug-217240-26505@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217240

russo@bogodyn.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |russo@bogodyn.org

--- Comment #1 from russo@bogodyn.org ---
Follow-up:=20=20

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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217240-26505-1WiWpnbO4S>