From owner-freebsd-ports@freebsd.org Mon Apr 17 14:44:32 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C92ABD4119E for ; Mon, 17 Apr 2017 14:44:32 +0000 (UTC) (envelope-from miwi@sg.miwi.cc) Received: from sg.miwi.cc (sg.miwi.cc [45.76.178.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "", Issuer "Miwi" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 03B69F3B; Mon, 17 Apr 2017 14:44:31 +0000 (UTC) (envelope-from miwi@sg.miwi.cc) Received: from [192.168.1.122] (121.121.120.106 [121.121.120.106]) by sg.miwi.cc (OpenSMTPD) with ESMTPSA id 61ecea11 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Mon, 17 Apr 2017 22:44:27 +0800 (MYT) From: "Martin Wilke" To: "Rainer Hurling" , brooks@FreeBSD.org Subject: Re: shebangfix problems with devel/llvm40 on 12.0-CURRENT Cc: freebsd-ports@freebsd.org Date: Mon, 17 Apr 2017 14:44:27 +0000 Message-Id: In-Reply-To: References: Reply-To: "Martin Wilke" User-Agent: eM_Client/7.0.27943.0 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2017 14:44:32 -0000 I committed just a fix. ------ Original Message ------ From: "Rainer Hurling" To: brooks@FreeBSD.org Cc: freebsd-ports@freebsd.org Sent: 17/04/2017 03:13:27 PM Subject: shebangfix problems with devel/llvm40 on 12.0-CURRENT >On 12.0-CURRENT r316757 with recent ports system a got the following >built error: > > >[..snip..] >=3D=3D=3D=3D> Compressing man pages (compress-man) >=3D=3D=3D> Installing ldconfig configuration file >=3D=3D=3D=3D> Running Q/A tests (stage-qa) >Error: '/usr/bin/env python' is an invalid shebang you need >USES=3Dshebangfix for 'bin/lit40' >Error: '/usr/bin/env python' is an invalid shebang you need >USES=3Dshebangfix for 'bin/llvm-lit40' >Error: '/usr/bin/env python' is an invalid shebang you need >USES=3Dshebangfix for 'llvm40/bin/git-clang-format' >Error: '/usr/bin/env python' is an invalid shebang you need >USES=3Dshebangfix for 'llvm40/bin/scan-view' >Error: '/usr/bin/env python' is an invalid shebang you need >USES=3Dshebangfix for 'llvm40/bin/lit' >Error: '/usr/bin/env python' is an invalid shebang you need >USES=3Dshebangfix for 'llvm40/bin/llvm-lit' >Error: '/usr/bin/env python' is an invalid shebang you need >USES=3Dshebangfix for 'llvm40/share/clang/clang-format-diff.py' >Error: '/usr/bin/env python' is an invalid shebang you need >USES=3Dshebangfix for 'llvm40/share/clang/clang-tidy-diff.py' >Error: '/usr/bin/env python' is an invalid shebang you need >USES=3Dshebangfix for 'llvm40/share/clang/run-clang-tidy.py' >Error: '/usr/bin/env python' is an invalid shebang you need >USES=3Dshebangfix for 'llvm40/share/clang/run-find-all-symbols.py' >Error: /usr/local/bin/FileCheck40 is linked to >/usr/local/lib/libtinfo.so.6 from devel/ncurses but it is not declared >as a dependency >Warning: you need USES+=3Dncurses >Error: /usr/local/llvm40/bin/lldb-server-4.0.0 is linked to >/usr/local/lib/libform.so.6 from devel/ncurses but it is not declared=20 >as >a dependency >Warning: you need USES+=3Dncurses >Error: /usr/local/llvm40/bin/lldb-server-4.0.0 is linked to >/usr/local/lib/libpanel.so.6 from devel/ncurses but it is not declared >as a dependency >Warning: you need USES+=3Dncurses >Error: /usr/local/llvm40/bin/lldb-server-4.0.0 is linked to >/usr/local/lib/libexecinfo.so.1 from devel/libexecinfo but it is not >declared as a dependency >Warning: you need USES+=3Dexecinfo >*** Error code 1 > >Stop. >make[1]: stopped in /usr/ports/devel/llvm40 >[..snip..] > > >I think, this is because of the new requirements of shebang pathes? > >Thanks for any help. >_______________________________________________ >freebsd-ports@freebsd.org mailing list >https://lists.freebsd.org/mailman/listinfo/freebsd-ports >To unsubscribe, send any mail to=20 >"freebsd-ports-unsubscribe@freebsd.org"