From owner-freebsd-gecko@FreeBSD.ORG Wed Dec 10 18:58:28 2014 Return-Path: Delivered-To: gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C36C5E6 for ; Wed, 10 Dec 2014 18:58:28 +0000 (UTC) Received: from forward7l.mail.yandex.net (forward7l.mail.yandex.net [IPv6:2a02:6b8:0:1819::7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7D980209 for ; Wed, 10 Dec 2014 18:58:28 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward7l.mail.yandex.net (Yandex) with ESMTP id 7B12CBC1594; Wed, 10 Dec 2014 21:58:24 +0300 (MSK) Received: from smtp12.mail.yandex.net (localhost [127.0.0.1]) by smtp12.mail.yandex.net (Yandex) with ESMTP id 1DDE216A1535; Wed, 10 Dec 2014 21:58:24 +0300 (MSK) Received: from unknown (unknown [178.76.214.146]) by smtp12.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id Pvka7HZbb4-wNjeK3dG; Wed, 10 Dec 2014 21:58:23 +0300 (using TLSv1.2 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: cdc59f44-9864-4a3c-85ed-6bc165772aea DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1418237903; bh=wiUa3qs2yx5GkiX4Z/XanPYp3mxMxrdKOYJolvsNVoU=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=B35ujha3cL7DI35psqi/ffDL98dMm8jzPRncMu14eqckuTfnXepb8kca5u5yi9+aX 1uKQiV2L9iKdM87wDwoBNN9VGQTjljp9SA/SCRe7Nl8KS6hLN5Sbk1o3BBnm75Y/mM mp7ekqT4FEL48yu/F2viM9FWmhJUf46dwrSnqcuQ= Authentication-Results: smtp12.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <548897A2.6020906@yandex.ru> Date: Wed, 10 Dec 2014 21:57:38 +0300 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Jan Beich Subject: Re: x86_64-portbld-freebsd11.0: invalid host type References: <5486A270.9020205@yandex.ru> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: gecko@freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Dec 2014 18:58:28 -0000 Jan Beich wrote on 09.12.2014 14:05: > Ruslan Makhmatkhanov 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. -- Regards, Ruslan T.O.S. Of Reality