From owner-freebsd-ports@freebsd.org Mon Apr 17 07:13:41 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 16F9BD41F89 for ; Mon, 17 Apr 2017 07:13:41 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from fmailer.gwdg.de (fmailer.gwdg.de [134.76.11.16]) (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 CF01A843; Mon, 17 Apr 2017 07:13:40 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from um-excht-a01.um.gwdg.de ([134.76.11.221] helo=email.gwdg.de) by mailer.gwdg.de with esmtp (Exim 4.80) (envelope-from ) id 1d00qq-0002uY-2C; Mon, 17 Apr 2017 09:13:32 +0200 Received: from krabat.raven.hur (79.210.200.227) by email.gwdg.de (134.76.9.210) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 17 Apr 2017 09:13:31 +0200 To: CC: From: Rainer Hurling Subject: shebangfix problems with devel/llvm40 on 12.0-CURRENT Message-ID: Date: Mon, 17 Apr 2017 09:13:27 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Language: de-DE Content-Transfer-Encoding: 7bit X-Spam-Level: - X-Virus-Scanned: (clean) by clamav 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 07:13:41 -0000 On 12.0-CURRENT r316757 with recent ports system a got the following built error: [..snip..] ====> Compressing man pages (compress-man) ===> Installing ldconfig configuration file ====> Running Q/A tests (stage-qa) Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'bin/lit40' Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'bin/llvm-lit40' Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'llvm40/bin/git-clang-format' Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'llvm40/bin/scan-view' Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'llvm40/bin/lit' Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'llvm40/bin/llvm-lit' Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'llvm40/share/clang/clang-format-diff.py' Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'llvm40/share/clang/clang-tidy-diff.py' Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix for 'llvm40/share/clang/run-clang-tidy.py' Error: '/usr/bin/env python' is an invalid shebang you need USES=shebangfix 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+=ncurses 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 as a dependency Warning: you need USES+=ncurses 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+=ncurses 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+=execinfo *** 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.