Compiling fails at 10.1-RELEASE

Tommy Scheunemann net at arrishq.net
Wed Feb 18 15:42:36 UTC 2015


On Tue, 17 Feb 2015, Jung-uk Kim wrote:

> On 02/17/2015 12:55, Jung-uk Kim wrote:
>> On 02/17/2015 09:16, Tommy Scheunemann wrote:
>>> Hello there,
>>
>>> after updating the ports tree a bit ago, VirtualBox came along
>>> with an update from the installed 4.3.20_4 to 4.3.22. Each
>>> installed port (gcc-4.8.4, kBuild etc.) is up to date, still the
>>> compile run fails with the following error:
>>>
>>> ---- SNIP ---- kBuild: Compiling VBoxRemPrimary -
>>> ...
>>> kmk: *** Exiting with status 2 **e *** Error code 1
>>
>>> Stop. make: stopped in /usr/src/ports/emulators/virtualbox-ose
>>
>>> ===>>> make build failed for emulators/virtutart from the point
>>> of failure with this command line: portmaster <flags>
>>> emulators/virtualbox-ose
>>>---- SNIP ----
>>>
>>> My "make.conf" looks like:
>>>
>>> ---- SNIP ----
>>> ...
>>> ---- SNIP ----
>>
>>> And the port is configured with:
>>
>>> DBUS, GUESTADDITIONS, QT4, UDPTUNNEL, X11
>>
>>> enabled. The rest of the settings is disabled.
>>
>>> Running a "make distclean" and another "make" doesn't help and
>>> the error is reproducible. What has been changed is that the
>>> PORTSDIR is mounted under /usr/src/ports, though the environment
>>> variable has been set - in case that causes problems. Also
>>> removing the CFLAGS options (or better the FORTIFY_SOURCE)
>>> doesn't help much. So, is there anything else I can do at my end
>>> ? Maybe changing options of the port ? Basically DBUS isn't maybe
>>> required, UDPTUNNEL might be - X11 and QT4 yes because the
>>> intention is to run a Windows - if possible with the seamless
>>> option.
>>
>> It looks like you're using ccache.  I believe you need to disable
>> it. Please try "make NOCCACHE=yes".
>
> Please see the following ccache PR:
>
> https://bugzilla.samba.org/show_bug.cgi?id=7827
>
> Especially, Comment 4 and 5.
>
> Jung-uk Kim

Hello,

Yup - disabling ccache was it.

Kind regards


More information about the freebsd-emulation mailing list