unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: ng0 <ng0@infotropique.org>
To: guix-devel@gnu.org
Subject: does a shebang-patched shebang of autotools leak into my 'make dist'?
Date: Thu, 21 Sep 2017 07:05:30 +0000	[thread overview]
Message-ID: <20170921070530.4iphfkqor44jtgbr@abyayala> (raw)

[-- Attachment #1: Type: text/plain, Size: 1715 bytes --]

If you do:
git clone https://git.taler.net/gnurl.git
cd gnurl
guix environment gnurl -- ./buildconf
sed 's/\/usr\/bin\/file/\/usr\/bin\/env file/' configure
guix environment gnurl -- ./configure --enable-ipv6 --with-gnutls --without-libssh2 --without-libmetalink --without-winidn --without-librtmp --without-nghttp2 --without-nss --without-cyassl --without-polarssl --without-ssl --without-winssl --without-darwinssl --disable-sspi --disable-ntlm-wb --disable-ldap --disable-rtsp --disable-dict --disable-telnet --disable-tftp --disable-pop3 --disable-imap --disable-smtp --disable-gopher --disable-file --disable-ftp --disable-smb
guix environment gnurl -- make
guix environment gnurl zip xz perl git -- ./maketgz 7.55.1-4

and the extract the resulting gnurl-7.55.1-4.tar.xz somewhere
you can cat ltmain.sh:

#!/gnu/store/kpxi8h3669afr9r1bgvaf9ij3y4wdyyn-bash-minimal-4.4.12/bin/sh
## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
##               by inline-source v2014-01-03.01

# libtool (GNU libtool) 2.4.6
# Provide generalized library-building support services.
# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
…

This is the only result when I grep for /gnu/store/.
Is this caused by our autotools or by the way I
produced the tarball?
What needs to be changed to remove this?
Adding something to rewrite the shebang in the maketgz
script is trivial, I'm just wondering if it was some
argument I used.
This is close to 'make dist', as make dist is involved
in maketgz.

Help is very much welcome!
-- 
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://krosos.org/dist/keys/
https://www.infotropique.org https://www.krosos.org

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2017-09-21  7:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-21  7:05 ng0 [this message]
2017-09-21  7:39 ` does a shebang-patched shebang of autotools leak into my 'make dist'? Andy Wingo
2017-09-21  8:14   ` ng0

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170921070530.4iphfkqor44jtgbr@abyayala \
    --to=ng0@infotropique.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).