Date: Thu, 11 Dec 2014 01:01:49 +0300 From: Ruslan Makhmatkhanov <cvs-src@yandex.ru> To: Jan Beich <jbeich@vfemail.net> Cc: gecko@freebsd.org Subject: Re: x86_64-portbld-freebsd11.0: invalid host type Message-ID: <5488C2CD.3000900@yandex.ru> In-Reply-To: <7fxz-fglr-wny@vfemail.net> References: <5486A270.9020205@yandex.ru> <zjax-2id5-wny@vfemail.net> <548897A2.6020906@yandex.ru> <7fxz-fglr-wny@vfemail.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Jan Beich wrote on 10.12.2014 22:29:
> Ruslan Makhmatkhanov <cvs-src@yandex.ru> writes:
>
>>> Ruslan Makhmatkhanov <cvs-src@yandex.ru> writes:
>>>
>>>> I have a problem with thunderbird (Makefile r373830) build on -current:
>>>>
>>>> """
>>>> configure: warning: x86_64-portbld-freebsd11.0: invalid host type
>>>> configure: warning: x86_64-portbld-freebsd11.0: invalid host type
>>>> configure: error: can only configure for one host and one target at a time
>>>> configure: error:
>>>> /mnt/media/d1/ports/mail/thunderbird/work/comm-esr31/mozilla/configure
>>>> failed for mozilla
>>>> *** Fix above errors and then restart with "gmake -f
>>>> client.mk build"
>>>> /mnt/media/d1/ports/mail/thunderbird/work/comm-esr31/client.mk:348:
>>>> recipe for target 'configure' failed
>>>> gmake[2]: *** [configure] Error 1
>>>> gmake[2]: Leaving directory '/mnt/media/d1/ports/mail/thunderbird'
>>>> ===> Script "configure" failed unexpectedly.
>>>> """
>>>
>>> This was already reported as ports/195728. I cannot reproduce either
>>> locally on 11.0-CURRENT amd64 or on 9.2-RELEASE amd64 in poudriere jail.
>>>
>>> Have you altered port options from default like in the PR? Can you show
>>> .mozconfig contents?
>>>
>>> $ cat $(make -V MOZCONFIG)
>>> ac_add_options --program-transform-name='s/thunderbird/thunderbird/'
>>> ac_add_options --enable-single-profile
>>> ac_add_options --disable-profilesharing
>>> ...
>>
>> I just did rmconfig and was able to build it successfully. So one of
>> the was the culprit.
>
> It was GNOMEVFS2. The following := assignment interferes
>
> # append ,gnomevfs to --enable-extensions=default
> MOZ_OPTIONS:= ${MOZ_OPTIONS:C/(extensions)=(.*)/\1=\2,gnomevfs/}
>
> I'm not sure how to fix yet. Not to mention GNOMEVFS2 is broken since
> 33.0 (ports/194622) and is generally deprecated by GIO (gvfs).
So may be it worth to remove this option altogether?
I believe I turned this option on when my system was first installed
couple of years ago. I did that being a gnome user, but was unaware of
any benefits this option adds.
--
Regards,
Ruslan
T.O.S. Of Reality
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5488C2CD.3000900>
