GNU bug report logs - #33411
Guix fails to build master from source on 0.15 since a few days

Previous Next

Package: guix;

Reported by: swedebugia <swedebugia <at> riseup.net>

Date: Sat, 17 Nov 2018 10:52:01 UTC

Severity: normal

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

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 33411 in the body.
You can then email your comments to 33411 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#33411; Package guix. (Sat, 17 Nov 2018 10:52:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to swedebugia <swedebugia <at> riseup.net>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sat, 17 Nov 2018 10:52:02 GMT) Full text and rfc822 format available.

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

From: swedebugia <swedebugia <at> riseup.net>
To: bug-guix <at> gnu.org
Subject: Guix fails to build master from source on 0.15 since a few days
Date: Sat, 17 Nov 2018 11:51:13 +0100
Hi

I successfully cloned and built guix a few times after pulling during 
the last 2-3 weeks.
My workflow is this: git pull && make
-> success

Now this happens: git pull && make:
...
checking the length of a typical hash bang line... 73
checking the length of a hash bang line used in tests... 97
checking for pkg-config... 
/gnu/store/30fxs0wkfcbllcbf13jksjxscqldswdn-profile/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
configure: checking for guile 2.2
configure: checking for guile 2.0
configure: error:
No Guile development packages were found.

Please verify that you have Guile installed.  If you installed Guile
from a binary distribution, please verify that you have also installed
the development packages.  If you installed it yourself, you might need
to adjust your PKG_CONFIG_PATH; see the pkg-config man page for more.

make: *** [Makefile:3241: config.status] Error 1

--
This did not help: $ make clean && ./bootstrap && .configure && make
-> same error as above

my env is completely the same:

guix environment guix --ad-hoc gnupg help2man git strace   pkg-config 
less binutils coreutils grep guile guile-git guile-json gcc --no-grafts 
-l ~/my-packages/guile-gcrypt.scm

$ guix --version
guix (GNU Guix) 1f44934fb6e2cefccbecd4fa347025349fa9ff76 (=0.15)

$ which guile
/gnu/store/30fxs0wkfcbllcbf13jksjxscqldswdn-profile/bin/guile
sdb <at> komputilo ~/guix-tree [env]$ guile --version
guile (GNU Guile) 2.2.4

$ env |grep GUILE
GUILE_LOAD_COMPILED_PATH=/gnu/store/30fxs0wkfcbllcbf13jksjxscqldswdn-profile/lib/guile/2.2/site-ccache:/gnu/store/30fxs0wkfcbllcbf13jksjxscqldswdn-profile/share/guile/site/2.2:/home/sdb/.guix-profile/lib/guile/2.2/site-ccache:/run/current-system/profile/lib/guile/2.2/site-ccache:/run/current-system/profile/share/guile/site/2.2
GUILE_LOAD_PATH=/gnu/store/30fxs0wkfcbllcbf13jksjxscqldswdn-profile/share/guile/site/2.2:/home/sdb/.guix-profile/share/lib/guile/2.2/:/run/current-system/profile/share/guile/site/2.2

-- 
Cheers
Swedebugia




Information forwarded to bug-guix <at> gnu.org:
bug#33411; Package guix. (Sun, 18 Nov 2018 14:53:02 GMT) Full text and rfc822 format available.

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

From: swedebugia <swedebugia <at> riseup.net>
To: 33411 <at> debbugs.gnu.org
Subject: Re: bug#33411: Guix fails to build master from source on 0.15 since a
 few days
Date: Sun, 18 Nov 2018 15:58:37 +0100
On 2018-11-17 11:51, swedebugia wrote:
> Hi
> 
> I successfully cloned and built guix a few times after pulling during 
> the last 2-3 weeks.

I pulled a commit a few days from current master and the error disappeared.

I conclude that it is no longer possible to build guix on 0.15.

We can mark this as wont-fix I guess I just dont know how to do that yet :)

-- 
Cheers Swedebugia




Information forwarded to bug-guix <at> gnu.org:
bug#33411; Package guix. (Sun, 18 Nov 2018 22:46:02 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: swedebugia <swedebugia <at> riseup.net>
Cc: 33411 <at> debbugs.gnu.org
Subject: Re: bug#33411: Guix fails to build master from source on 0.15 since a
 few days
Date: Sun, 18 Nov 2018 23:45:40 +0100
Hi,

swedebugia <swedebugia <at> riseup.net> skribis:

> Now this happens: git pull && make:
> ...
> checking the length of a typical hash bang line... 73
> checking the length of a hash bang line used in tests... 97
> checking for
> pkg-config... /gnu/store/30fxs0wkfcbllcbf13jksjxscqldswdn-profile/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> configure: checking for guile 2.2
> configure: checking for guile 2.0
> configure: error:
> No Guile development packages were found.

We’d need to check what ‘config.log’ says but there’s no reason for this
to break.

Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#33411; Package guix. (Mon, 19 Nov 2018 23:34:02 GMT) Full text and rfc822 format available.

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

From: swedebugia <swedebugia <at> riseup.net>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 33411 <at> debbugs.gnu.org
Subject: Re: bug#33411: Guix fails to build master from source on 0.15 since a
 few days
Date: Tue, 20 Nov 2018 00:33:55 +0100
On 2018-11-18 23:45, Ludovic Courtès wrote:
snip

> We’d need to check what ‘config.log’ says but there’s no reason for this
> to break.

I found the error.

./configure complained about --localstatedir that I had not specified.

running make now works :)

-- 
Cheers
Swedebugia




Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Tue, 20 Nov 2018 10:12:02 GMT) Full text and rfc822 format available.

Notification sent to swedebugia <swedebugia <at> riseup.net>:
bug acknowledged by developer. (Tue, 20 Nov 2018 10:12:02 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: swedebugia <swedebugia <at> riseup.net>
Cc: 33411-done <at> debbugs.gnu.org
Subject: Re: bug#33411: Guix fails to build master from source on 0.15 since a
 few days
Date: Tue, 20 Nov 2018 11:11:47 +0100
Hello,

swedebugia <swedebugia <at> riseup.net> skribis:

> On 2018-11-18 23:45, Ludovic Courtès wrote:
> snip
>
>> We’d need to check what ‘config.log’ says but there’s no reason for this
>> to break.
>
> I found the error.
>
> ./configure complained about --localstatedir that I had not specified.
>
> running make now works :)

Great that you found out.  Closing!

Thanks,
Ludo’.




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

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

Previous Next


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