Date: Mon, 17 Apr 2017 21:15:05 +0200 From: Rainer Hurling <rhurlin@gwdg.de> To: Martin Wilke <miwi@sg.miwi.cc>, <brooks@FreeBSD.org> Cc: <freebsd-ports@freebsd.org> Subject: Re: shebangfix problems with devel/llvm40 on 12.0-CURRENT Message-ID: <a6770220-819f-2e7a-a6f4-541c5c58f22f@gwdg.de> In-Reply-To: <em6f5e84cb-3b12-4a14-b6ef-ed91902ca2c6@msi> References: <d1e62f57-c3ae-ddf6-df1b-fecbd92d4674@gwdg.de> <em6f5e84cb-3b12-4a14-b6ef-ed91902ca2c6@msi>
next in thread | previous in thread | raw e-mail | index | archive | help
Am 17.04.2017 um 16:44 schrieb Martin Wilke: > I committed just a fix. Hi Martin, Your patch works as expected :) Many thanks for this and the other shebang fixes. Greetings from Germany, Rainer > > ------ Original Message ------ > From: "Rainer Hurling" <rhurlin@gwdg.de> > 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..] >> ====> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a6770220-819f-2e7a-a6f4-541c5c58f22f>