bug#36443: Canonicalized build directory name in container leads to confusion (was guix build mixes build dirs?)

2019-07-04 Thread Ludovic Courtès
Hi, Robert Vollmert skribis: >> On 2. Jul 2019, at 15:37, Ludovic Courtès wrote: >> >>> /* In a sandbox, for determinism, always use the same temporary >>>directory. */ >>> -tmpDirInSandbox = useChroot ? canonPath("/tmp", true) + "/guix-build-" >>> + drvName + "-0" : tmpDir; >

bug#36443: Canonicalized build directory name in container leads to confusion (was guix build mixes build dirs?)

2019-07-04 Thread Robert Vollmert
> On 4. Jul 2019, at 09:59, Ludovic Courtès wrote: > > Hi, > > “Impossible” is an exaggeration, but when you source the > ‘environment-variables’ file, for example, PWD and other variables will > refer to /tmp/guix-build-….drv, which won’t exist. Likewise, generated > files such as Makefiles

bug#36330: guix-build-branch.sh failed on Fedora 29

2019-07-04 Thread Ludovic Courtès
Hi Matt, Matt Wette skribis: > write(2, "updating checkout of > 'https://notabug.org/cwebber/guile-gcrypt.git'...\n", 71) = 71 > openat(AT_FDCWD, "/usr/lib64/libgit2.la", O_RDONLY) = -1 ENOENT (No such file > or directory) It seems that your installation of Guile-Git fails to load libgit2, an

bug#36330: guix-build-branch.sh failed on Fedora 29

2019-07-04 Thread Matt Wette
On 7/4/19 2:29 AM, Ludovic Courtès wrote: Hi Matt, Matt Wette skribis: write(2, "updating checkout of 'https://notabug.org/cwebber/guile-gcrypt.git'...\n", 71) = 71 openat(AT_FDCWD, "/usr/lib64/libgit2.la", O_RDONLY) = -1 ENOENT (No such file or directory) It seems that your installation o

bug#36498: modem["ttyUSB0"]: error starting PPP: Could not find "pppd" binary

2019-07-04 Thread pelzflorian (Florian Pelz)
On Thu, Jul 04, 2019 at 03:48:11PM +0200, Adam Mazurkiewicz wrote: > I am geeting the error > > modem["ttyUSB0"]: error starting PPP: Could not find "pppd" binary > > when choosing a modem connection i nm. > > Here you are details: > > s@s:~$ cat ~/Dropbox/Guix/export/txt/grep1 > Jul 4 14:50:0

bug#36443: Canonicalized build directory name in container leads to confusion (was guix build mixes build dirs?)

2019-07-04 Thread Ludovic Courtès
Hello, Robert Vollmert skribis: >> On 4. Jul 2019, at 09:59, Ludovic Courtès wrote: >> >> Hi, >> >> “Impossible” is an exaggeration, but when you source the >> ‘environment-variables’ file, for example, PWD and other variables will >> refer to /tmp/guix-build-….drv, which won’t exist. Likewi

bug#36498: modem["ttyUSB0"]: error starting PPP: Could not find "pppd" binary

2019-07-04 Thread pelzflorian (Florian Pelz)
On Thu, Jul 04, 2019 at 04:46:32PM +0200, pelzflorian (Florian Pelz) wrote: > I suppose the attached patch could help. It builds, but I could not > test. > > Adam, could you try it? Just follow the Guix manual’s instructions on > Contributing and `git am the-attached-patch`. > Only if ./pre-in

bug#36498: modem["ttyUSB0"]: error starting PPP: Could not find "pppd" binary

2019-07-04 Thread pelzflorian (Florian Pelz)
On Thu, Jul 04, 2019 at 06:08:55PM +0200, pelzflorian (Florian Pelz) wrote: > On Thu, Jul 04, 2019 at 04:46:32PM +0200, pelzflorian (Florian Pelz) wrote: > > (git > reset --hard master, then git am this-new-patch and reconfigure.) > Sorry, I meant to write `git reset --hard master^` with a ^ to ge