GNU bug report logs - #68717
texlive-bibexport is installed with incorrect shebang.

Previous Next

Package: guix;

Reported by: Claire Rodriguez <yewscion <at> gmail.com>

Date: Thu, 25 Jan 2024 16:32:02 UTC

Severity: normal

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#68717: closed (texlive-bibexport is installed with incorrect
 shebang.)
Date: Sat, 27 Jan 2024 14:35:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 27 Jan 2024 15:34:13 +0100
with message-id <87jznusv4q.fsf <at> nicolasgoaziou.fr>
and subject line Re: bug#68717: texlive-bibexport is installed with incorrect shebang.
has caused the debbugs.gnu.org bug report #68717,
regarding texlive-bibexport is installed with incorrect shebang.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
68717: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68717
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Claire Rodriguez <yewscion <at> gmail.com>
To: bug-guix <at> gnu.org
Subject: texlive-bibexport is installed with incorrect shebang.
Date: Thu, 25 Jan 2024 11:30:37 -0500
[Message part 3 (text/plain, inline)]
Just installed texlive-bibexport, which is a bash script used with .aux
files in a LaTeX project to create project-local BibTeX files, and found
that it has a hard-coded shebang of:

`#!/bin/bash`

This is not a problem if the system has a /bin/bash, but the default in GNU
Guix is still currently not to, and therefore this script should be patched
to use the following, or similar:

`#$(file-append bash "/bin/bash")`

This would allow it to function without requiring the creation of a literal
`/bin/bash`.

Thoughts?
[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Claire Rodriguez <yewscion <at> gmail.com>
Cc: 68717-done <at> debbugs.gnu.org
Subject: Re: bug#68717: texlive-bibexport is installed with incorrect shebang.
Date: Sat, 27 Jan 2024 15:34:13 +0100
Hello,

Claire Rodriguez <yewscion <at> gmail.com> writes:

> Just installed texlive-bibexport, which is a bash script used with .aux
> files in a LaTeX project to create project-local BibTeX files, and found
> that it has a hard-coded shebang of:
>
> `#!/bin/bash`
>
> This is not a problem if the system has a /bin/bash, but the default in GNU
> Guix is still currently not to, and therefore this script should be patched
> to use the following, or similar:
>
> `#$(file-append bash "/bin/bash")`
>
> This would allow it to function without requiring the creation of a literal
> `/bin/bash`.
>
> Thoughts?

Indeed. I just patched texlive-bibexport.

Thanks for the report.

Regards,
-- 
Nicolas Goaziou




This bug report was last modified 1 year and 169 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.