bug#33755: error: execlp: No such file or directory from guix environment

2018-12-18 Thread Ludovic Courtès
Hi Timothy, Timothy Sample skribis: > Aha! I didn’t know about “error-reporting-wrapper”. I think this makes > sense. It fixes the same issue in the container script, too. I’ve > attached an updated patch. > > I had to modify “error-reporting-wrapper” to deal with the fact that > “execlp”

bug#33755: error: execlp: No such file or directory from guix environment

2018-12-16 Thread Timothy Sample
Hi Ludo, Ludovic Courtès writes: > Hello comrades! > > Timothy Sample skribis: > >> [...] >> >> From aedc745a3f9765ae00dc61a59fa53d22a458551b Mon Sep 17 00:00:00 2001 >> From: Timothy Sample >> Date: Sat, 15 Dec 2018 23:17:46 -0500 >> Subject: [PATCH] environment: Print command name on execlp

bug#33755: error: execlp: No such file or directory from guix environment

2018-12-15 Thread Timothy Sample
Hi Danny, Danny Milosavljevic writes: > Hi Tim, > > I like it in princple, but why special-case ENOENT? I think it would > be better to just always print the program name (and maybe program > args, too!) and the system error message. You are right. I got fixated on the fact that it was

bug#33755: error: execlp: No such file or directory from guix environment

2018-12-15 Thread Danny Milosavljevic
Hi Tim, I like it in princple, but why special-case ENOENT? I think it would be better to just always print the program name (and maybe program args, too!) and the system error message. pgpfpkMv0wer0.pgp Description: OpenPGP digital signature

bug#33755: error: execlp: No such file or directory from guix environment

2018-12-15 Thread Timothy Sample
Bah! I goofed on the attachment. Sorry for the trouble. Here it is again. >From e88baf0363607d4e072f5a29a2cd01ededfa00d2 Mon Sep 17 00:00:00 2001 From: Timothy Sample Date: Sat, 15 Dec 2018 12:57:52 -0500 Subject: [PATCH] environment: Print command name on execlp error. Fixes

bug#33755: error: execlp: No such file or directory from guix environment

2018-12-15 Thread Timothy Sample
Hi, Julien Lepiller writes: > Hi, this is because we have a -- option. "guix environment guix -- > ad-hoc libgit2" means you want to run "ad-hoc libgit2" in a guix > environment. The error message tells you that it can't find an ad-hoc > executable in that environment. There is no "ad-hoc"

bug#33755: error: execlp: No such file or directory from guix environment

2018-12-15 Thread Julien Lepiller
Hi, this is because we have a -- option. "guix environment guix -- ad-hoc libgit2" means you want to run "ad-hoc libgit2" in a guix environment. The error message tells you that it can't find an ad-hoc executable in that environment. There is no "ad-hoc" package involved here… Le 15 décembre

bug#33755: error: execlp: No such file or directory from guix environment

2018-12-14 Thread swedebugia
Hi Is this a bug? sdb@antelope ~/src/guix$ guix environment guix -- ad-hoc libgit2 texinfo guix environment: error: execlp: No such file or directory I meant to type: sdb@antelope ~/src/guix$ guix environment guix --ad-hoc libgit2 texinfo I would have liked an error saying "error: package