GNU bug report logs - #15442
guix FTBFS

Previous Next

Package: guix;

Reported by: Matthias Wachs <wachs <at> net.in.tum.de>

Date: Mon, 23 Sep 2013 10:59:02 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 15442 in the body.
You can then email your comments to 15442 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#15442; Package guix. (Mon, 23 Sep 2013 10:59:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Matthias Wachs <wachs <at> net.in.tum.de>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Mon, 23 Sep 2013 10:59:02 GMT) Full text and rfc822 format available.

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

From: Matthias Wachs <wachs <at> net.in.tum.de>
To: bug-guix <at> gnu.org
Subject: guix FTBFS
Date: Mon, 23 Sep 2013 12:57:32 +0200
[Message part 1 (text/plain, inline)]
with git f59e9eaac87b4365c646a475d44b431e43949649
on Ubuntu 13.04 /w guile 2.0.7:

[apply-smob/1 #<boot-closure 9d3a60 (_ _ _)> #t ...]
   ?: 7 [apply-smob/1 #<catch-closure 9a96c0>]
   ?: 6 [primitive-eval ((@ # %) (begin # # #))]
In /usr/bin/guild:
  59: 5 [main ("/usr/bin/guild" "compile" "-L" ...)]
In unknown file:
   ?: 4 [apply-smob/1 #<boot-closure b897a0 (_)> (scripts compile)
#:ensure #f]
   ?: 3 [primitive-load-path "scripts/compile" #f]
In scripts/compile.scm:
  31: 2 [#<procedure 12e56a0 ()>]
In unknown file:
   ?: 1 [apply-smob/1 #<boot-closure b4d3c0 (_)> (scripts compile) ...]
   ?: 0 [scm-error misc-error #f ...]

ERROR: make[2]: *** [guix/scripts/build.go] Error 1


-- 
Dipl.-Inf. Matthias Wachs
Free Secure Network Systems Group
Technische Universitaet Muenchen
Chair for Network Architectures and Services
Institute for Informatics / I8           Tel:    +49 89 289 18037
Boltzmannstr. 3 / Room 03.05.042         Fax:    +49 89 289 18033
D-85748 Garching b. Muenchen, Germany    Email: wachs <at> net.in.tum.de
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#15442; Package guix. (Mon, 23 Sep 2013 11:03:01 GMT) Full text and rfc822 format available.

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

From: Matthias Wachs <wachs <at> net.in.tum.de>
To: 15442 <at> debbugs.gnu.org
Subject: my config.log
Date: Mon, 23 Sep 2013 13:02:14 +0200
[Message part 1 (text/plain, inline)]
I added my config.log

tia!
-- 
Dipl.-Inf. Matthias Wachs
Free Secure Network Systems Group
Technische Universitaet Muenchen
Chair for Network Architectures and Services
Institute for Informatics / I8           Tel:    +49 89 289 18037
Boltzmannstr. 3 / Room 03.05.042         Fax:    +49 89 289 18033
D-85748 Garching b. Muenchen, Germany    Email: wachs <at> net.in.tum.de
[config.log (text/x-log, attachment)]
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#15442; Package guix. (Mon, 23 Sep 2013 15:59:02 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: Matthias Wachs <wachs <at> net.in.tum.de>
Cc: 15442 <at> debbugs.gnu.org
Subject: Re: bug#15442: guix FTBFS
Date: Mon, 23 Sep 2013 17:58:04 +0200
Matthias Wachs <wachs <at> net.in.tum.de> skribis:

> with git f59e9eaac87b4365c646a475d44b431e43949649
> on Ubuntu 13.04 /w guile 2.0.7:
>
> [apply-smob/1 #<boot-closure 9d3a60 (_ _ _)> #t ...]
>    ?: 7 [apply-smob/1 #<catch-closure 9a96c0>]
>    ?: 6 [primitive-eval ((@ # %) (begin # # #))]
> In /usr/bin/guild:
>   59: 5 [main ("/usr/bin/guild" "compile" "-L" ...)]
> In unknown file:
>    ?: 4 [apply-smob/1 #<boot-closure b897a0 (_)> (scripts compile)
> #:ensure #f]
>    ?: 3 [primitive-load-path "scripts/compile" #f]
> In scripts/compile.scm:
>   31: 2 [#<procedure 12e56a0 ()>]
> In unknown file:
>    ?: 1 [apply-smob/1 #<boot-closure b4d3c0 (_)> (scripts compile) ...]
>    ?: 0 [scm-error misc-error #f ...]
>
> ERROR: make[2]: *** [guix/scripts/build.go] Error 1

This (the #<boot-closure ...> thing) suggests that Guile was not
installed correctly.

Are you able to run just ‘guile’ and get a REPL prompt?  Do you see
loads of messages about files getting compiled?

TIA,
Ludo’.




Information forwarded to bug-guix <at> gnu.org:
bug#15442; Package guix. (Tue, 24 Sep 2013 06:29:01 GMT) Full text and rfc822 format available.

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

From: Matthias Wachs <wachs <at> net.in.tum.de>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 15442 <at> debbugs.gnu.org
Subject: Re: bug#15442: guix FTBFS
Date: Tue, 24 Sep 2013 08:28:14 +0200
[Message part 1 (text/plain, inline)]
Ok, I figured it out ... you were right:
My guile-2.0-libs package was somehow corrupted/not correctly installed.
So running guile showed some errors ...

After fixing this issue by purging the package and reinstalling it I can
run make install successfully...

Thanks a lot...

Matthias

On Mon, 2013-09-23 at 17:58 +0200, Ludovic Courtès wrote:
> Matthias Wachs <wachs <at> net.in.tum.de> skribis:
> 
> > with git f59e9eaac87b4365c646a475d44b431e43949649
> > on Ubuntu 13.04 /w guile 2.0.7:
> >
> > [apply-smob/1 #<boot-closure 9d3a60 (_ _ _)> #t ...]
> >    ?: 7 [apply-smob/1 #<catch-closure 9a96c0>]
> >    ?: 6 [primitive-eval ((@ # %) (begin # # #))]
> > In /usr/bin/guild:
> >   59: 5 [main ("/usr/bin/guild" "compile" "-L" ...)]
> > In unknown file:
> >    ?: 4 [apply-smob/1 #<boot-closure b897a0 (_)> (scripts compile)
> > #:ensure #f]
> >    ?: 3 [primitive-load-path "scripts/compile" #f]
> > In scripts/compile.scm:
> >   31: 2 [#<procedure 12e56a0 ()>]
> > In unknown file:
> >    ?: 1 [apply-smob/1 #<boot-closure b4d3c0 (_)> (scripts compile) ...]
> >    ?: 0 [scm-error misc-error #f ...]
> >
> > ERROR: make[2]: *** [guix/scripts/build.go] Error 1
> 
> This (the #<boot-closure ...> thing) suggests that Guile was not
> installed correctly.
> 
> Are you able to run just ‘guile’ and get a REPL prompt?  Do you see
> loads of messages about files getting compiled?
> 
> TIA,
> Ludo’.

-- 
Dipl.-Inf. Matthias Wachs
Free Secure Network Systems Group
Technische Universitaet Muenchen
Chair for Network Architectures and Services
Institute for Informatics / I8           Tel:    +49 89 289 18037
Boltzmannstr. 3 / Room 03.05.042         Fax:    +49 89 289 18033
D-85748 Garching b. Muenchen, Germany    Email: wachs <at> net.in.tum.de
[signature.asc (application/pgp-signature, inline)]

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

Notification sent to Matthias Wachs <wachs <at> net.in.tum.de>:
bug acknowledged by developer. (Tue, 24 Sep 2013 12:47:02 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: Matthias Wachs <wachs <at> net.in.tum.de>
Cc: 15442-done <at> debbugs.gnu.org
Subject: Re: bug#15442: guix FTBFS
Date: Tue, 24 Sep 2013 14:46:39 +0200
Matthias Wachs <wachs <at> net.in.tum.de> skribis:

> Ok, I figured it out ... you were right:
> My guile-2.0-libs package was somehow corrupted/not correctly installed.
> So running guile showed some errors ...
>
> After fixing this issue by purging the package and reinstalling it I can
> run make install successfully...

Great, thanks for letting us know.

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 23 Oct 2013 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 11 years and 298 days ago.

Previous Next


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