GNU bug report logs - #40816
‘guix pack -R’ wrapper swallows exit code

Previous Next

Package: guix;

Reported by: Ludovic Courtès <ludovic.courtes <at> inria.fr>

Date: Fri, 24 Apr 2020 12:31:01 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

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: Ludovic Courtès <ludovic.courtes <at> inria.fr>
Subject: bug#40816: closed (Re: bug#40816: ‘guix pack
 -R’ wrapper swallows exit code)
Date: Fri, 24 Apr 2020 14:24:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#40816: ‘guix pack -R’ wrapper swallows exit code

which was filed against the guix package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 40816 <at> debbugs.gnu.org.

-- 
40816: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40816
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: 40816-done <at> debbugs.gnu.org
Cc: Jan Nieuwenhuizen <janneke <at> gnu.org>
Subject: Re: bug#40816: ‘guix pack -R’ wrapper swallows exit code
Date: Fri, 24 Apr 2020 16:23:36 +0200
Ludovic Courtès <ludovic.courtes <at> inria.fr> skribis:

> As janneke reported earlier today, wrappers generated by ‘guix pack -R’
> (or ‘-RR’) swallow the program’s exit code when running in user
> namespace mode:

Fixed in 2520059bdb43fa1663ce102f3f4c442d4918c32b!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludovic.courtes <at> inria.fr>
To: bug-guix <at> gnu.org
Subject: ‘guix pack -R’ wrapper
 swallows exit code
Date: Fri, 24 Apr 2020 14:29:46 +0200
Hello!

As janneke reported earlier today, wrappers generated by ‘guix pack -R’
(or ‘-RR’) swallow the program’s exit code when running in user
namespace mode:

--8<---------------cut here---------------start------------->8---
$ mkdir /tmp/pack
$ (cd /tmp/pack; tar xf $(guix pack -R sed -S /bin=bin))
$ unshare -mrf sh -c 'mount -t tmpfs none /gnu; /tmp/pack/bin/sed --whatever'
/tmp/pack/bin/sed: unrecognized option '--whatever'

[...]

$ echo $?
0
$ guix describe
Generacio 139	Apr 13 2020 21:50:08	(nuna)
  guix bad368b
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: bad368b0d794689f3a8a11b58f1ea4987938682e
--8<---------------cut here---------------end--------------->8---

(The ‘unshare’ trick, also used in ‘tests/guix-pack-relocatable.sh’,
allows me to pretend there’s no /gnu/store on my machine.)

Ludo’.



This bug report was last modified 5 years and 86 days ago.

Previous Next


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