* master
@ 2017-05-15 7:19 Catonano
2017-05-15 7:48 ` master ng0
2017-05-15 9:43 ` master Ludovic Courtès
0 siblings, 2 replies; 4+ messages in thread
From: Catonano @ 2017-05-15 7:19 UTC (permalink / raw)
To: help-guix
[-- Attachment #1: Type: text/plain, Size: 2183 bytes --]
I can't build the master branch right now (commit
1edbdb0bfc3248abb6732ccebb2b3463b02fee3a )
...
LOAD (gnu system)
LOAD (gnu system grub)
LOAD (gnu tests base)
;;; note: source file ./gnu/tests/base.scm
;;; newer than compiled ...readxl/gnu/tests/base.go
Backtrace:
In ice-9/boot-9.scm:
2986:16 19 (try-module-autoload _ _)
2316:4 18 (save-module-excursion #<procedure 132b390 at ice-9/boo…>)
3006:22 17 (_)
In unknown file:
16 (primitive-load-path "gnu/tests/base" #<procedure 5a133…>)
In ice-9/eval.scm:
721:20 15 (primitive-eval (define-module (gnu tests base) # (…) …))
In ice-9/psyntax.scm:
1234:36 14 (expand-top-sequence ((define-module (gnu tests #) # …)) …)
1181:24 13 (parse _ (("placeholder" placeholder)) ((top) #(# # …)) …)
284:10 12 (parse _ (("placeholder" placeholder)) (()) _ c&e (eval) …)
In ice-9/eval.scm:
293:34 11 (_ #<module (#{ g586}#) 4ca0a00>)
In ice-9/boot-9.scm:
2866:4 10 (define-module* _ #:filename _ #:pure _ #:version _ # _ …)
2075:24 9 (call-with-deferred-observers #<procedure 5a024b0 at ic…>)
2879:24 8 (_)
230:17 7 (map1 (((gnu tests)) ((gnu system)) ((gnu system #)) # …))
2792:17 6 (resolve-interface (gnu tests) #:select _ #:hide _ # _ # …)
2718:10 5 (_ (gnu tests) _ _ #:ensure _)
2986:16 4 (try-module-autoload _ _)
2316:4 3 (save-module-excursion #<procedure 135f2a0 at ice-9/boo…>)
3006:22 2 (_)
In unknown file:
1 (primitive-load-path "gnu/tests" #<procedure 5a33020 at…>)
In gnu/tests.scm:
208:16 0 (_)
gnu/tests.scm:208:16: gnu/tests.scm:208:16: In procedure allocate-struct:
Wrong type argument in position 2: 6
Some deprecated features have been used. Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information. Set it to "no" to suppress
this message.
make[2]: *** [Makefile:5148: make-go] Error 1
make[2]: uscita dalla directory "...projects/readxl"
make[1]: *** [Makefile:4275: all-recursive] Error 1
make[1]: uscita dalla directory "...projects/readxl"
make: *** [Makefile:2865: all] Error 2
[-- Attachment #2: Type: text/html, Size: 2509 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: master
2017-05-15 7:19 master Catonano
@ 2017-05-15 7:48 ` ng0
2017-05-15 9:43 ` master Ludovic Courtès
1 sibling, 0 replies; 4+ messages in thread
From: ng0 @ 2017-05-15 7:48 UTC (permalink / raw)
To: help-guix
Hi, you want to take a look at the message with HEAD [commit]
fails and the ones after that. If the webinterface of gmane
would be functional, I'd say take a look at
http://permalink.gmane.org/gmane.comp.gnu.guix.devel/37647
but as we only have nntp:// access right now and I have no browser open,
just take a look at guix-devel mailman webarchive :)
I ran into the same problem. If you build from git, a make clean-recursive
helps.
On Mon, 15 May 2017, Catonano wrote:
> I can't build the master branch right now (commit
> 1edbdb0bfc3248abb6732ccebb2b3463b02fee3a )
>
>
> ...
> LOAD (gnu system)
> LOAD (gnu system grub)
> LOAD (gnu tests base)
> ;;; note: source file ./gnu/tests/base.scm
> ;;; newer than compiled ...readxl/gnu/tests/base.go
> Backtrace:
> In ice-9/boot-9.scm:
> 2986:16 19 (try-module-autoload _ _)
> 2316:4 18 (save-module-excursion #<procedure 132b390 at ice-9/boo…>)
> 3006:22 17 (_)
> In unknown file:
> 16 (primitive-load-path "gnu/tests/base" #<procedure 5a133…>)
> In ice-9/eval.scm:
> 721:20 15 (primitive-eval (define-module (gnu tests base) # (…) …))
> In ice-9/psyntax.scm:
> 1234:36 14 (expand-top-sequence ((define-module (gnu tests #) # …)) …)
> 1181:24 13 (parse _ (("placeholder" placeholder)) ((top) #(# # …)) …)
> 284:10 12 (parse _ (("placeholder" placeholder)) (()) _ c&e (eval) …)
> In ice-9/eval.scm:
> 293:34 11 (_ #<module (#{ g586}#) 4ca0a00>)
> In ice-9/boot-9.scm:
> 2866:4 10 (define-module* _ #:filename _ #:pure _ #:version _ # _ …)
> 2075:24 9 (call-with-deferred-observers #<procedure 5a024b0 at ic…>)
> 2879:24 8 (_)
> 230:17 7 (map1 (((gnu tests)) ((gnu system)) ((gnu system #)) # …))
> 2792:17 6 (resolve-interface (gnu tests) #:select _ #:hide _ # _ # …)
> 2718:10 5 (_ (gnu tests) _ _ #:ensure _)
> 2986:16 4 (try-module-autoload _ _)
> 2316:4 3 (save-module-excursion #<procedure 135f2a0 at ice-9/boo…>)
> 3006:22 2 (_)
> In unknown file:
> 1 (primitive-load-path "gnu/tests" #<procedure 5a33020 at…>)
> In gnu/tests.scm:
> 208:16 0 (_)
>
> gnu/tests.scm:208:16: gnu/tests.scm:208:16: In procedure allocate-struct:
> Wrong type argument in position 2: 6
>
> Some deprecated features have been used. Set the environment
> variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
> program to get more information. Set it to "no" to suppress
> this message.
> make[2]: *** [Makefile:5148: make-go] Error 1
> make[2]: uscita dalla directory "...projects/readxl"
> make[1]: *** [Makefile:4275: all-recursive] Error 1
> make[1]: uscita dalla directory "...projects/readxl"
> make: *** [Makefile:2865: all] Error 2
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: master
2017-05-15 7:19 master Catonano
2017-05-15 7:48 ` master ng0
@ 2017-05-15 9:43 ` Ludovic Courtès
2017-05-15 9:46 ` master Catonano
1 sibling, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2017-05-15 9:43 UTC (permalink / raw)
To: Catonano; +Cc: help-guix
Hello,
Catonano <catonano@gmail.com> skribis:
> I can't build the master branch right now (commit
> 1edbdb0bfc3248abb6732ccebb2b3463b02fee3a )
[...]
> In unknown file:
> 1 (primitive-load-path "gnu/tests" #<procedure 5a33020 at…>)
> In gnu/tests.scm:
> 208:16 0 (_)
>
> gnu/tests.scm:208:16: gnu/tests.scm:208:16: In procedure allocate-struct:
> Wrong type argument in position 2: 6
You have to run “make clean-go” first, due to an ABI change introduced
in commit e0b2e93005188ab4d6c7413a27832ba2fb7388e8 (more of a question
for guix-devel I think ;-)).
HTH,
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: master
2017-05-15 9:43 ` master Ludovic Courtès
@ 2017-05-15 9:46 ` Catonano
0 siblings, 0 replies; 4+ messages in thread
From: Catonano @ 2017-05-15 9:46 UTC (permalink / raw)
To: guix-devel; +Cc: help-guix
[-- Attachment #1: Type: text/plain, Size: 902 bytes --]
2017-05-15 11:43 GMT+02:00 Ludovic Courtès <ludo@gnu.org>:
> Hello,
>
> Catonano <catonano@gmail.com> skribis:
>
> > I can't build the master branch right now (commit
> > 1edbdb0bfc3248abb6732ccebb2b3463b02fee3a )
>
> [...]
>
> > In unknown file:
> > 1 (primitive-load-path "gnu/tests" #<procedure 5a33020 at…>)
> > In gnu/tests.scm:
> > 208:16 0 (_)
> >
> > gnu/tests.scm:208:16: gnu/tests.scm:208:16: In procedure allocate-struct:
> > Wrong type argument in position 2: 6
>
> You have to run “make clean-go” first, due to an ABI change introduced
> in commit e0b2e93005188ab4d6c7413a27832ba2fb7388e8 (more of a question
> for guix-devel I think ;-)).
>
Thank you Ludo !
In fact, I saw the thread on the dev mailing list opened by ng0 right now
I launched a new build but I was waiting for it to finish in order to be
sure ;-)
Thanks again !
[-- Attachment #2: Type: text/html, Size: 1458 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-05-15 15:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-15 7:19 master Catonano
2017-05-15 7:48 ` master ng0
2017-05-15 9:43 ` master Ludovic Courtès
2017-05-15 9:46 ` master Catonano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).