From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Seeking advice: preparing releases on GuixSD. Date: Sat, 31 Dec 2016 00:34:40 +0100 Message-ID: <878tqx7zzj.fsf@gnu.org> References: <874m1uvkdz.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> <874m1ty6rd.fsf@elephly.net> <87a8blpeqs.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> <871swxxrzc.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <871swxxrzc.fsf@elephly.net> (Ricardo Wurmus's message of "Sat, 24 Dec 2016 16:32:39 +0100") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Ricardo Wurmus Cc: help-guix@gnu.org, bug-guix@gnu.org List-Id: bug-guix.gnu.org Hi! Ricardo Wurmus skribis: > =E2=80=9Cltmain.sh=E2=80=9D is instantiated from a template by libtool. = It originally > contains a /bin/sh shebang, and I think it should not be patched when > installed to > > /gnu/store/=E2=80=A6-libtool-2.4.6/share/libtool/build-aux/ltmain.sh > > This seems like a bug to me. Definitely: --8<---------------cut here---------------start------------->8--- $ head -1 $(find $(guix build libtool) -name ltmain.sh) #!/gnu/store/qkw4zrwfybxww8f56nkb6hggxambk89b-bash-4.4.0/bin/sh --8<---------------cut here---------------end--------------->8--- Opening a new bug now. This is with v0.12.0-176-ge087671. Ludo=E2=80=99.