From owner-freebsd-gecko@FreeBSD.ORG Fri Dec 5 23:59:46 2014 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B0C5120 for ; Fri, 5 Dec 2014 23:59:46 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C3D4BDF for ; Fri, 5 Dec 2014 23:59:46 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sB5Nxkxg098791 for ; Fri, 5 Dec 2014 23:59:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: maintainer-feedback requested: [Bug 195728] [patch] mail/thunderbird: fails with configure error Date: Fri, 05 Dec 2014 23:59:46 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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: Fri, 05 Dec 2014 23:59:46 -0000 Lawrence Chen has reassigned Bugzilla Automation 's request for maintainer-feedback to gecko@FreeBSD.o= rg: Bug 195728: [patch] mail/thunderbird: fails with configure error https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D195728 --- Description --- Created attachment 150254 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D150254&action= =3Dedit patch for mail/thunderbird The latest fails with a configure error. Adding configure options from /wrkdirs/usr/ports/mail/thunderbird/work/comm-esr31/.mozconfig --program-transform-name=3Ds/thunderbird/thunderbird/ --enable-single-profile --disable-profilesharing --enable-application=3Dmail --enable-official-branding x86_64-portbld-freebsd9.2 --prefix=3D/usr/local --enable-jemalloc --enable-system-cairo --with-system-libevent --enable-system-ffi --with-system-graphite2 --with-system-harfbuzz --enable-system-hunspell --with-system-icu --with-intl-api --with-system-jpeg=3D/usr/local --with-system-nspr --with-system-nss --with-system-opus --with-system-png=3D/usr/local --enable-system-pixman --with-system-soundtouch --enable-system-sqlite --with-system-vorbis --with-system-ogg --with-system-libvpx --enable-chrome-format=3Domni --enable-default-toolkit=3Dcairo-gtk2 --with-pthreads --enable-extensions=3Ddefault,gnomevfs --enable-necko-protocols=3Ddefault --with-system-zlib --with-system-bz2 --enable-unified-compilation --disable-debug-symbols --disable-glibtest --disable-gtktest --disable-freetypetest --disable-installer --disable-updater --disable-pedantic --enable-optimize --enable-startup-notification --enable-gstreamer=3D1.0 --enable-gconf --enable-gio --enable-gnomeui --enable-gnomevfs --enable-libproxy --enable-alsa --disable-pulseaudio --disable-debug --enable-release --disable-dtrace --enable-logging --disable-profiling --disable-tests --enable-strip --enable-install-strip --enable-calendar configure: warning: x86_64-portbld-freebsd9.2: invalid host type configure: warning: x86_64-portbld-freebsd9.2: invalid host type configure: error: can only configure for one host and one target at a time configure: error: /wrkdirs/usr/ports/mail/thunderbird/work/comm-esr31/mozilla/configure failed for mozilla *** Fix above errors and then restart with "gmake -f client.mk build" /wrkdirs/usr/ports/mail/thunderbird/work/comm-esr31/client.mk:348: recipe f= or target 'configure' failed gmake: *** [configure] Error 1 =3D=3D=3D> Script "configure" failed unexpectedly. Please report the problem to gecko@FreeBSD.org [maintainer] and attach the "/wrkdirs/usr/ports/mail/thunderbird/work/comm-esr31/config.log" including the output of the failure of your make command. Also, it might be a good id= ea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** [gecko-do-configure] Error code 1 The fix is pretty simple. and while that portion of the Makefile wasn't cha= nged between the previous release, the content of CONFIGURE_TARGET had changed in bsd.gecko.mk. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer gecko@FreeBSD.org=