From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 23 16:22:58 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org 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 ESMTPS id 3509B6AC for ; Tue, 23 Sep 2014 16:22:58 +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 1B2B8681 for ; Tue, 23 Sep 2014 16:22:58 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8NGMvGh048388 for ; Tue, 23 Sep 2014 16:22:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193878] New: Mk/Scripts/qa.sh: accept /compat/linux/* as valid shebang Date: Tue, 23 Sep 2014 16:22:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Infrastructure X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2014 16:22:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193878 Bug ID: 193878 Summary: Mk/Scripts/qa.sh: accept /compat/linux/* as valid shebang Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Keywords: patch Severity: Affects Only Me Priority: --- Component: Infrastructure Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: jbeich@vfemail.net Created attachment 147604 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147604&action=edit fix linux-* port may not want native shebang. For one, linux-tor-browser uses linux bash to avoid having handle cases like |getconf LONG_BIT|. $ echo OVERRIDE_LINUX_BASE_PORT=c6 ${__MAKE_CONF:-/etc/make.conf} $ echo OVERRIDE_LINUX_NONBASE_PORTS=c6 >>${__MAKE_CONF:-/etc/make.conf} $ svn co https://trillian.chruetertee.ch/svn/freebsd-gecko/trunk/www/linux-tor-browser $ cd linux-tor-browser $ fgrep bash Makefile bash_CMD= ${LINUXBASE}/bin/bash $ DEVELOPER=1 make BATCH= ... ====> Running Q/A tests (stage-qa) Error: '/compat/linux/bin/bash' is an invalid shebang you need USES=shebangfix for 'lib/linux-tor-browser/Browser/start-tor-browser' *** Error code 1 -- You are receiving this mail because: You are the assignee for the bug.