GNU bug report logs - #36330
guix-build-branch.sh failed on Fedora 29

Previous Next

Package: guix;

Reported by: Matt Wette <matt.wette <at> gmail.com>

Date: Sat, 22 Jun 2019 14:27:02 UTC

Severity: normal

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 36330 in the body.
You can then email your comments to 36330 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#36330; Package guix. (Sat, 22 Jun 2019 14:27:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Matt Wette <matt.wette <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sat, 22 Jun 2019 14:27:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Matt Wette <matt.wette <at> gmail.com>
To: bug-guix <at> gnu.org
Subject: guix-build-branch.sh failed on Fedora 29
Date: Sat, 22 Jun 2019 07:25:44 -0700
[Message part 1 (text/plain, inline)]
[mwette <at> localhost guix-1.0.1]$ uname -a
Linux localhost.localdomain 5.1.11-200.fc29.x86_64 #1 SMP Mon Jun 17 
19:30:44 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
[mwette <at> localhost guix-1.0.1]$ cat /etc/redhat-release
Fedora release 29 (Twenty Nine)

test-suite.log attached

config.log attached


[config.log (text/x-log, attachment)]
[test-suite.log (text/x-log, attachment)]

Information forwarded to bug-guix <at> gnu.org:
bug#36330; Package guix. (Mon, 24 Jun 2019 08:27:02 GMT) Full text and rfc822 format available.

Message #8 received at 36330 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Matt Wette <matt.wette <at> gmail.com>
Cc: 36330 <at> debbugs.gnu.org
Subject: Re: bug#36330: guix-build-branch.sh failed on Fedora 29
Date: Mon, 24 Jun 2019 10:26:22 +0200
Hi Matt,

Matt Wette <matt.wette <at> gmail.com> skribis:

> FAIL: tests/guix-build-branch
> =============================
>
> accepted connection from pid 18056, user mwette
> + guix build --version
> guix build (GNU Guix) 1.0.1
> Copyright (C) 2019 the Guix authors
> License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.
> + guile -c '(getaddrinfo "www.gnu.org" "80" AI_NUMERICSERV)'
> ++ guix build guile-gcrypt -d
> accepted connection from pid 18073, user mwette
> + orig_drv=/home/mwette/proj/guix/guix-1.0.1/test-tmp/store/18ck9672wax2asspiin305l3drpjq8g3-guile-gcrypt-0.1.0.drv
> ++ guix build guile-gcrypt --with-branch=guile-gcrypt=master -d
> accepted connection from pid 18078, user mwette
> updating checkout of 'https://notabug.org/cwebber/guile-gcrypt.git'...
> guix build: error: cannot fetch branch 'master' from https://notabug.org/cwebber/guile-gcrypt.git: failed to resolve path '/home/mwette/proj/guix/guix-1.0.1/test-tmp/var/18047/cache-18047/guix/checkouts/yxwtks42sv5sew5opm5xd3umk7xmxwfr2vgde5nsbfj6fmb5epmq': No such file or directory

It looks like the directory where Guix was attempting to store the
checkout of guile-gcrypt disappeared under its feet.  I wonder if this
could be due to parallel builds (“make check -j”).

Does it work if you run this test specifically?

  make check TESTS=tests/guix-build-branch.sh

?

Regardless, this is a harmless issue.

Thank you,
Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#36330; Package guix. (Mon, 24 Jun 2019 12:39:01 GMT) Full text and rfc822 format available.

Message #11 received at 36330 <at> debbugs.gnu.org (full text, mbox):

From: Matt Wette <matt.wette <at> gmail.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 36330 <at> debbugs.gnu.org
Subject: Re: bug#36330: guix-build-branch.sh failed on Fedora 29
Date: Mon, 24 Jun 2019 05:37:56 -0700
On 6/24/19 1:26 AM, Ludovic Courtès wrote:

> make check TESTS=tests/guix-build-branch.sh

I did not use "-j" and the above fails also.

In addition,

$ guix install glibc-locales

failed as well.  I don't remember the error message.
I will see if I can find a log.

Thanks for responding,
Matt






Information forwarded to bug-guix <at> gnu.org:
bug#36330; Package guix. (Mon, 24 Jun 2019 18:55:03 GMT) Full text and rfc822 format available.

Message #14 received at 36330 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Matt Wette <matt.wette <at> gmail.com>
Cc: 36330 <at> debbugs.gnu.org
Subject: Re: bug#36330: guix-build-branch.sh failed on Fedora 29
Date: Mon, 24 Jun 2019 20:54:25 +0200
Hello,

Matt Wette <matt.wette <at> gmail.com> skribis:

> On 6/24/19 1:26 AM, Ludovic Courtès wrote:
>
>> make check TESTS=tests/guix-build-branch.sh
>
> I did not use "-j" and the above fails also.

Does it fail in the same way?

What does this command return:

  readlink -f /home/mwette/proj/guix/guix-1.0.1/test-tmp/var

?

> In addition,
>
> $ guix install glibc-locales
>
> failed as well.  I don't remember the error message.
> I will see if I can find a log.

Please open a separate bug report when you have more info.

Thank you,
Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#36330; Package guix. (Tue, 25 Jun 2019 02:33:02 GMT) Full text and rfc822 format available.

Message #17 received at 36330 <at> debbugs.gnu.org (full text, mbox):

From: Matt Wette <matt.wette <at> gmail.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 36330 <at> debbugs.gnu.org
Subject: Re: bug#36330: guix-build-branch.sh failed on Fedora 29
Date: Mon, 24 Jun 2019 19:31:54 -0700
On 6/24/19 11:54 AM, Ludovic Courtès wrote:

> readlink -f /home/mwette/proj/guix/guix-1.0.1/test-tmp/var

[mwette <at> localhost ~]$ readlink -f /home/mwette/proj/guix/guix-1.0.1/test-tmp/var

/home/mwette/proj/guix/guix-1.0.1/test-tmp/var






Information forwarded to bug-guix <at> gnu.org:
bug#36330; Package guix. (Tue, 25 Jun 2019 14:03:02 GMT) Full text and rfc822 format available.

Message #20 received at 36330 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Matt Wette <matt.wette <at> gmail.com>
Cc: 36330 <at> debbugs.gnu.org
Subject: Re: bug#36330: guix-build-branch.sh failed on Fedora 29
Date: Tue, 25 Jun 2019 16:02:45 +0200
Hello Matt,

Matt Wette <matt.wette <at> gmail.com> skribis:

> On 6/24/19 11:54 AM, Ludovic Courtès wrote:
>
>> readlink -f /home/mwette/proj/guix/guix-1.0.1/test-tmp/var
>
> [mwette <at> localhost ~]$ readlink -f /home/mwette/proj/guix/guix-1.0.1/test-tmp/var
>
> /home/mwette/proj/guix/guix-1.0.1/test-tmp/var

Hmm I’m running out of ideas.

Would you like to edit the test, add ‘strace -s 200 -o log’ there before
the “guix build --with-branch” command?

Thanks for helping,
Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#36330; Package guix. (Wed, 26 Jun 2019 02:14:01 GMT) Full text and rfc822 format available.

Message #23 received at 36330 <at> debbugs.gnu.org (full text, mbox):

From: Matt Wette <matt.wette <at> gmail.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 36330 <at> debbugs.gnu.org
Subject: Re: bug#36330: guix-build-branch.sh failed on Fedora 29
Date: Tue, 25 Jun 2019 19:13:03 -0700
[Message part 1 (text/plain, inline)]
> Would you like to edit the test, add ‘strace -s 200 -o log’ there before
> the “guix build --with-branch” command?
>
> Thanks for helping,
> Ludo’.

log attached

[log (text/plain, attachment)]

Information forwarded to bug-guix <at> gnu.org:
bug#36330; Package guix. (Tue, 02 Jul 2019 15:11:02 GMT) Full text and rfc822 format available.

Message #26 received at 36330 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Matt Wette <matt.wette <at> gmail.com>
Cc: 36330 <at> debbugs.gnu.org
Subject: Re: bug#36330: guix-build-branch.sh failed on Fedora 29
Date: Tue, 02 Jul 2019 17:10:02 +0200
Hi Matt,

Matt Wette <matt.wette <at> gmail.com> skribis:

>> Would you like to edit the test, add ‘strace -s 200 -o log’ there before
>> the “guix build --with-branch” command?
>>
>> Thanks for helping,
>> Ludo’.
>
> log attached
>
> execve("/home/mwette/proj/guix/guix-1.0.1/scripts/guix", ["guix",
> "build", "--version"], 0x7ffd701d92e0 /* 76 vars

I was interested in the strace log of “guix build --with-branch”, not
that of “guix build --version”.  :-)

Could you send it?

Thanks, and apologies for the delay.

Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#36330; Package guix. (Wed, 03 Jul 2019 03:31:01 GMT) Full text and rfc822 format available.

Message #29 received at 36330 <at> debbugs.gnu.org (full text, mbox):

From: Matt Wette <matt.wette <at> gmail.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 36330 <at> debbugs.gnu.org
Subject: Re: bug#36330: guix-build-branch.sh failed on Fedora 29
Date: Tue, 2 Jul 2019 20:30:45 -0700
[Message part 1 (text/plain, inline)]
hoping this does the trick

On 7/2/19 8:10 AM, Ludovic Courtès wrote:
> Hi Matt,
>
> Matt Wette <matt.wette <at> gmail.com> skribis:
>
>>> Would you like to edit the test, add ‘strace -s 200 -o log’ there before
>>> the “guix build --with-branch” command?
>>>
>>> Thanks for helping,
>>> Ludo’.
>> log attached
>>
>> execve("/home/mwette/proj/guix/guix-1.0.1/scripts/guix", ["guix",
>> "build", "--version"], 0x7ffd701d92e0 /* 76 vars
> I was interested in the strace log of “guix build --with-branch”, not
> that of “guix build --version”.  :-)
>
> Could you send it?
>
> Thanks, and apologies for the delay.
>
> Ludo’.

[log (text/plain, attachment)]

Information forwarded to bug-guix <at> gnu.org:
bug#36330; Package guix. (Thu, 04 Jul 2019 09:30:02 GMT) Full text and rfc822 format available.

Message #32 received at 36330 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Matt Wette <matt.wette <at> gmail.com>
Cc: 36330 <at> debbugs.gnu.org
Subject: Re: bug#36330: guix-build-branch.sh failed on Fedora 29
Date: Thu, 04 Jul 2019 11:29:15 +0200
Hi Matt,

Matt Wette <matt.wette <at> gmail.com> 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, and
thus doesn’t work at all.  Could you check if that is the case?

(Besides, unless you want to build from source, I’d recommend using the
binary tarball to get Guix set up quickly:
<https://gnu.org/software/guix/manual/en/html_node/Binary-Installation.html>.)

Thanks,
Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#36330; Package guix. (Thu, 04 Jul 2019 14:14:01 GMT) Full text and rfc822 format available.

Message #35 received at 36330 <at> debbugs.gnu.org (full text, mbox):

From: Matt Wette <matt.wette <at> gmail.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 36330 <at> debbugs.gnu.org
Subject: Re: bug#36330: guix-build-branch.sh failed on Fedora 29
Date: Thu, 4 Jul 2019 07:12:50 -0700
On 7/4/19 2:29 AM, Ludovic Courtès wrote:
> Hi Matt,
>
> Matt Wette <matt.wette <at> gmail.com> 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, and
> thus doesn’t work at all.  Could you check if that is the case?
>
> (Besides, unless you want to build from source, I’d recommend using the
> binary tarball to get Guix set up quickly:
> <https://gnu.org/software/guix/manual/en/html_node/Binary-Installation.html>.)
>

I will look into the binary.  Thanks for taking the time on this.

Matt





Reply sent to Andreas Enge <andreas <at> enge.fr>:
You have taken responsibility. (Fri, 22 Nov 2024 18:29:01 GMT) Full text and rfc822 format available.

Notification sent to Matt Wette <matt.wette <at> gmail.com>:
bug acknowledged by developer. (Fri, 22 Nov 2024 18:29:02 GMT) Full text and rfc822 format available.

Message #40 received at 36330-done <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: 36330-done <at> debbugs.gnu.org
Subject: Close
Date: Fri, 22 Nov 2024 19:28:34 +0100
This is a very old issue, and it does not look like we can do anything
more; closing it.

Andreas





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 21 Dec 2024 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 140 days ago.

Previous Next


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