build fails

  • Done
  • quality assurance status badge
Details
4 participants
  • Alex Kost
  • Catonano
  • Leo Famulari
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Catonano
Severity
normal
C
C
Catonano wrote on 27 Feb 2017 00:04
(address . bug-guix@gnu.org)
CAJ98PDwHMOrUTscmsf0ZctT+2bTwtR0aRp72UJD13+UxJc4miQ@mail.gmail.com
Guix master won't build

I just pulled master and I'm at
5d79b1bf575139dba9b3f919c7cc7b7f0853a67c

Attached is a file containing the last part of the log ("uscita dalla
directory" means 'exit from directory')

I'm building on GuixSD
Attachment: file
LOAD (guix scripts build)
LOAD (guix scripts archive)
LOAD (guix scripts import)
LOAD (guix scripts package)
;;; Failed to autoload protobuf in (gnu packages protobuf):
;;; ERROR: Unbound variable: python-build-system
LOAD (guix scripts gc)
LOAD (guix scripts hash)
LOAD (guix scripts pull)
LOAD (guix scripts substitute)
LOAD (guix scripts authenticate)
LOAD (guix scripts refresh)
Backtrace:
In unknown file:
?: 19 [primitive-load-path "guix/scripts/refresh" ...]
In ice-9/eval.scm:
505: 18 [#<procedure 9725c0 at ice-9/eval.scm:499:4 (exp)> (define-module # # ...)]
In ice-9/psyntax.scm:
1106: 17 [expand-top-sequence ((define-module # # # ...)) () ((top)) ...]
989: 16 [scan ((define-module (guix scripts refresh) #:use-module ...)) () ...]
279: 15 [scan ((#(syntax-object let # ...) (#) (# #) ...)) () ...]
In ice-9/eval.scm:
411: 14 [eval # ()]
In ice-9/boot-9.scm:
2954: 13 [define-module* (guix scripts refresh) #:filename ...]
2929: 12 [resolve-imports (((guix ui)) ((guix hash)) ((guix scripts)) ...)]
2867: 11 [resolve-interface (gnu packages commencement) #:select ...]
2792: 10 [#<procedure a26200 at ice-9/boot-9.scm:2780:4 (name #:optional autoload version #:key ensure)> # ...]
3068: 9 [try-module-autoload (gnu packages commencement) #f]
2404: 8 [save-module-excursion #<procedure 859eba0 at ice-9/boot-9.scm:3069:17 ()>]
3088: 7 [#<procedure 859eba0 at ice-9/boot-9.scm:3069:17 ()>]
In unknown file:
?: 6 [primitive-load-path "gnu/packages/commencement" ...]
In ice-9/eval.scm:
453: 5 [eval # ()]
387: 4 [eval # ()]
387: 3 [eval # #]
387: 2 [eval # #]
393: 1 [eval # #]
In unknown file:
?: 0 [memoize-variable-access! #<memoized gcc> #<directory # 88c2f30>]

ERROR: In procedure memoize-variable-access!:
ERROR: Unbound variable: gcc
make[2]: *** [Makefile:4925: make-go] Error 1
make[2]: uscita dalla directory "/home/catonano/projects/guix-hacks"
make[1]: *** [Makefile:4068: all-recursive] Error 1
make[1]: uscita dalla directory "/home/catonano/projects/guix-hacks"
make: *** [Makefile:2724: all] Error 2
me@my-machhine ~/projects/guix-hacks [env]$
A
A
Alex Kost wrote on 27 Feb 2017 10:31
(name . Catonano)(address . catonano@gmail.com)(address . 25884@debbugs.gnu.org)
87bmtovv21.fsf@gmail.com
Catonano (2017-02-27 00:04 +0100) wrote:

Toggle quote (5 lines)
> Guix master won't build
>
> I just pulled master and I'm at
> 5d79b1bf575139dba9b3f919c7cc7b7f0853a67c

I have just built it successfully. Could you try "make clean-go"; if it
reports about unhandled .go files, remove them; then try "make" again.

--
Alex
C
C
Catonano wrote on 27 Feb 2017 11:08
(name . Alex Kost)(address . alezost@gmail.com)(address . 25884@debbugs.gnu.org)
CAJ98PDwU9PwP18unq6ZzsQrmCP4SyP8PfXVwLj4_qn55Rngqaw@mail.gmail.com
Alex,

thanks for taking time for this

2017-02-27 10:31 GMT+01:00 Alex Kost <alezost@gmail.com>:

Toggle quote (10 lines)
> Catonano (2017-02-27 00:04 +0100) wrote:
>
> > Guix master won't build
> >
> > I just pulled master and I'm at
> > 5d79b1bf575139dba9b3f919c7cc7b7f0853a67c
>
> I have just built it successfully.


It happens randomly. Sometimes it happens, sometimes it doesn't


Toggle quote (4 lines)
> Could you try "make clean-go"; if it
> reports about unhandled .go files, remove them; then try "make" again.
>

I gave "make clean-go" and the result is attached.

It doesn't seem to me there are unhandled .go files
Attachment: file
C
C
Catonano wrote on 27 Feb 2017 15:02
(name . Alex Kost)(address . alezost@gmail.com)(address . 25884@debbugs.gnu.org)
CAJ98PDyoqEWn6UEgYFEb3VU=fXmYq2OegRDQC5F+vaSN46B7tQ@mail.gmail.com
Ok,

I'm ashamed to admit that I was just confused, master builds perfectly

This bug can be closed.

Sorry for the fuss

Alex, I apologize for abusing your time :-/


2017-02-27 11:08 GMT+01:00 Catonano <catonano@gmail.com>:

Toggle quote (27 lines)
> Alex,
>
> thanks for taking time for this
>
> 2017-02-27 10:31 GMT+01:00 Alex Kost <alezost@gmail.com>:
>
>> Catonano (2017-02-27 00:04 +0100) wrote:
>>
>> > Guix master won't build
>> >
>> > I just pulled master and I'm at
>> > 5d79b1bf575139dba9b3f919c7cc7b7f0853a67c
>>
>> I have just built it successfully.
>
>
> It happens randomly. Sometimes it happens, sometimes it doesn't
>
>
>> Could you try "make clean-go"; if it
>> reports about unhandled .go files, remove them; then try "make" again.
>>
>
> I gave "make clean-go" and the result is attached.
>
> It doesn't seem to me there are unhandled .go files
>
Attachment: file
R
R
Ricardo Wurmus wrote on 27 Feb 2017 16:10
control message for bug #25884
(address . control@debbugs.gnu.org)
fd30ea57-e48c-43a5-a00a-78a0ae804339@HTCAONE.mdc-berlin.net
close 25884
L
L
Leo Famulari wrote on 27 Feb 2017 21:17
Re: bug#25884: build fails
(address . 25884-done@debbugs.gnu.org)
20170227201710.GA1609@jasmine
On Mon, Feb 27, 2017 at 03:02:21PM +0100, Catonano wrote:
Toggle quote (40 lines)
> Ok,
>
> I'm ashamed to admit that I was just confused, master builds perfectly
>
> This bug can be closed.
>
> Sorry for the fuss
>
> Alex, I apologize for abusing your time :-/
>
>
> 2017-02-27 11:08 GMT+01:00 Catonano <catonano@gmail.com>:
>
> > Alex,
> >
> > thanks for taking time for this
> >
> > 2017-02-27 10:31 GMT+01:00 Alex Kost <alezost@gmail.com>:
> >
> >> Catonano (2017-02-27 00:04 +0100) wrote:
> >>
> >> > Guix master won't build
> >> >
> >> > I just pulled master and I'm at
> >> > 5d79b1bf575139dba9b3f919c7cc7b7f0853a67c
> >>
> >> I have just built it successfully.
> >
> >
> > It happens randomly. Sometimes it happens, sometimes it doesn't
> >
> >
> >> Could you try "make clean-go"; if it
> >> reports about unhandled .go files, remove them; then try "make" again.
> >>
> >
> > I gave "make clean-go" and the result is attached.
> >
> > It doesn't seem to me there are unhandled .go files
> >
Closed
A
A
Alex Kost wrote on 28 Feb 2017 14:53
(name . Catonano)(address . catonano@gmail.com)(address . 25884-done@debbugs.gnu.org)
87bmtmifqc.fsf@gmail.com
Catonano (2017-02-27 15:02 +0100) wrote:

Toggle quote (11 lines)
> Ok,
>
> I'm ashamed to admit that I was just confused, master builds
> perfectly
>
> This bug can be closed.
>
> Sorry for the fuss
>
> Alex, I apologize for abusing your time :-/

No problem. BTW you can close bugs yourself simply by sending a message
to <NNNNN-done@debbugs.gnu.org> as I did with this message.

--
Alex
Closed
R
R
Ricardo Wurmus wrote on 28 Feb 2017 15:36
(name . Alex Kost)(address . alezost@gmail.com)
idj4lze2xhq.fsf@bimsb-sys02.mdc-berlin.net
Alex Kost <alezost@gmail.com> writes:

Toggle quote (16 lines)
> Catonano (2017-02-27 15:02 +0100) wrote:
>
>> Ok,
>>
>> I'm ashamed to admit that I was just confused, master builds
>> perfectly
>>
>> This bug can be closed.
>>
>> Sorry for the fuss
>>
>> Alex, I apologize for abusing your time :-/
>
> No problem. BTW you can close bugs yourself simply by sending a message
> to <NNNNN-done@debbugs.gnu.org> as I did with this message.

Or if you’re using the Emacs debbugs interface you can hit “C” to send a
control message (as I did before), e.g. to close the issue.

--
Ricardo Wurmus
Closed
?