From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 24 17:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 528F1B28 for ; Tue, 24 Sep 2013 17:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 327502B45 for ; Tue, 24 Sep 2013 17:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8OHA14f027768 for ; Tue, 24 Sep 2013 17:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8OHA1Te027767; Tue, 24 Sep 2013 17:10:01 GMT (envelope-from gnats) Resent-Date: Tue, 24 Sep 2013 17:10:01 GMT Resent-Message-Id: <201309241710.r8OHA1Te027767@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Volodymyr Kostyrko Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F30A2814 for ; Tue, 24 Sep 2013 17:01:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E0D912AF0 for ; Tue, 24 Sep 2013 17:01:11 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8OH1B3Q060659 for ; Tue, 24 Sep 2013 17:01:11 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8OH1BIM060610; Tue, 24 Sep 2013 17:01:11 GMT (envelope-from nobody) Message-Id: <201309241701.r8OH1BIM060610@oldred.freebsd.org> Date: Tue, 24 Sep 2013 17:01:11 GMT From: Volodymyr Kostyrko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182351: mail/thunderbird - doesn't build with qt3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Sep 2013 17:10:01 -0000 >Number: 182351 >Category: ports >Synopsis: mail/thunderbird - doesn't build with qt3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 24 17:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Volodymyr Kostyrko >Release: stable/9 >Organization: none >Environment: FreeBSD ar1l0u 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #7 r255487M: Thu Sep 12 10:06:28 EEST 2013 arcade@ar1l0u:/usr/obj/usr/src/sys/MINIMAL amd64 >Description: checking for libffi >= 3.0.9... yes checking MOZ_FFI_CFLAGS... -I/usr/local/lib/libffi-3.0.13/include checking MOZ_FFI_LIBS... -L/usr/local/lib -lffi checking for icu-i18n >= 50.1... yes checking MOZ_ICU_CFLAGS... -I/usr/local/include checking MOZ_ICU_LIBS... -licui18n -L/usr/local/lib -licuuc -licudata checking for application to build... ../mail checking if app-specific confvars.sh exists... /tmp/ports/usr/ports/mail/thunderbird/work/comm-esr24/mozilla/../mail/confvars.sh checking for qmake... no /tmp/ports/usr/ports/mail/thunderbird/work/comm-esr24/mozilla/configure: -v: not found configure: error: * * * Unsupported Qt Version: ------ config.log ------ ... configure:15749: checking for hunspell configure:15756: checking MOZ_HUNSPELL_CFLAGS configure:15761: checking MOZ_HUNSPELL_LIBS configure:15953: checking for libffi >= 3.0.9 configure:15960: checking MOZ_FFI_CFLAGS configure:15965: checking MOZ_FFI_LIBS configure:16063: checking for icu-i18n >= 50.1 configure:16070: checking MOZ_ICU_CFLAGS configure:16075: checking MOZ_ICU_LIBS configure:16269: checking for application to build configure:16331: checking if app-specific confvars.sh exists configure:17190: checking for qmake configure: error: /tmp/ports/usr/ports/mail/thunderbird/work/comm-esr24/mozilla/configure failed for mozilla *** Fix above errors and then restart with "gmake -f client.mk build" Looks like configure is unaware that qmake is actually qmake-qt4. >How-To-Repeat: >Fix: Fixing qmake executable name to qmake-qt4 in configure actually gets me past this point. >Release-Note: >Audit-Trail: >Unformatted: