unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* HEAD at 73c791b8f3124b20e9bdd66428dbdf481ee12921 fails
@ 2017-05-14 21:19 ng0
  2017-05-14 21:42 ` HEAD at 73c791b8f3124b20e9bdd66428dbdf481ee12921 fails (not.) ng0
  2017-05-14 22:25 ` HEAD at 73c791b8f3124b20e9bdd66428dbdf481ee12921 fails Leo Famulari
  0 siblings, 2 replies; 4+ messages in thread
From: ng0 @ 2017-05-14 21:19 UTC (permalink / raw)
  To: guix-devel

Just wanted to rebuild, when I hit this:

   LOAD     (gnu services web)
;;; note: source file ./gnu/services/web.scm
;;;       newer than compiled /home/user/src/guix/guix/gnu/services/web.go
   LOAD     (gnu system)
   LOAD     (gnu system grub)
   LOAD     (gnu tests base)
;;; note: source file ./gnu/tests/base.scm
;;;       newer than compiled /home/user/src/guix/guix/gnu/tests/base.go
Backtrace:
In ice-9/boot-9.scm:
   2986:16 19 (try-module-autoload _ _)
    2316:4 18 (save-module-excursion #<procedure 3fa43f0 at ice-9/boo…>)
   3006:22 17 (_)
In unknown file:
           16 (primitive-load-path "gnu/tests/base" #<procedure 3e560…>)
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 (#{ g562}#) 66013c0>)
In ice-9/boot-9.scm:
    2866:4 10 (define-module* _ #:filename _ #:pure _ #:version _ # _ …)
   2075:24  9 (call-with-deferred-observers #<procedure 3e53870 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 3800360 at ice-9/boo…>)
   3006:22  2 (_)
In unknown file:
            1 (primitive-load-path "gnu/tests" #<procedure 3e867c0 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]: Leaving directory '/home/user/src/guix/guix'
make[1]: *** [Makefile:4275: all-recursive] Error 1
make[1]: Leaving directory '/home/user/src/guix/guix'
make: *** [Makefile:2865: all] Error 2

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: HEAD at 73c791b8f3124b20e9bdd66428dbdf481ee12921 fails (not.)
  2017-05-14 21:19 HEAD at 73c791b8f3124b20e9bdd66428dbdf481ee12921 fails ng0
@ 2017-05-14 21:42 ` ng0
  2017-05-14 22:25 ` HEAD at 73c791b8f3124b20e9bdd66428dbdf481ee12921 fails Leo Famulari
  1 sibling, 0 replies; 4+ messages in thread
From: ng0 @ 2017-05-14 21:42 UTC (permalink / raw)
  To: guix-devel

Nevermind, I had to clean out old builds.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: HEAD at 73c791b8f3124b20e9bdd66428dbdf481ee12921 fails
  2017-05-14 21:19 HEAD at 73c791b8f3124b20e9bdd66428dbdf481ee12921 fails ng0
  2017-05-14 21:42 ` HEAD at 73c791b8f3124b20e9bdd66428dbdf481ee12921 fails (not.) ng0
@ 2017-05-14 22:25 ` Leo Famulari
  2017-05-15  9:02   ` ng0
  1 sibling, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2017-05-14 22:25 UTC (permalink / raw)
  To: ng0; +Cc: guix-devel

On Sun, May 14, 2017 at 09:19:51PM +0000, ng0 wrote:
> Just wanted to rebuild, when I hit this:
> 
>   LOAD     (gnu services web)
> ;;; note: source file ./gnu/services/web.scm
> ;;;       newer than compiled /home/user/src/guix/guix/gnu/services/web.go
>   LOAD     (gnu system)
>   LOAD     (gnu system grub)
>   LOAD     (gnu tests base)
> ;;; note: source file ./gnu/tests/base.scm
> ;;;       newer than compiled /home/user/src/guix/guix/gnu/tests/base.go
> Backtrace:
> In ice-9/boot-9.scm:
>   2986:16 19 (try-module-autoload _ _)
>    2316:4 18 (save-module-excursion #<procedure 3fa43f0 at ice-9/boo…>)
>   3006:22 17 (_)
> In unknown file:
>           16 (primitive-load-path "gnu/tests/base" #<procedure 3e560…>)
> 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 (#{ g562}#) 66013c0>)
> In ice-9/boot-9.scm:
>    2866:4 10 (define-module* _ #:filename _ #:pure _ #:version _ # _ …)
>   2075:24  9 (call-with-deferred-observers #<procedure 3e53870 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 3800360 at ice-9/boo…>)
>   3006:22  2 (_)
> In unknown file:
>            1 (primitive-load-path "gnu/tests" #<procedure 3e867c0 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

As you noted in your next message, this can be fixed with `make clean`.
Commit e0b2e93005188ab4d6c7413a27832ba2fb7388e8 changed the ABI.

https://git.savannah.gnu.org/cgit/guix.git/commit/?id=e0b2e93005188ab4d6c7413a27832ba2fb7388e8

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: HEAD at 73c791b8f3124b20e9bdd66428dbdf481ee12921 fails
  2017-05-14 22:25 ` HEAD at 73c791b8f3124b20e9bdd66428dbdf481ee12921 fails Leo Famulari
@ 2017-05-15  9:02   ` ng0
  0 siblings, 0 replies; 4+ messages in thread
From: ng0 @ 2017-05-15  9:02 UTC (permalink / raw)
  To: guix-devel



https://pragmatique.xyz
PGP: https://people.pragmatique.xyz/ng0/

On Sun, 14 May 2017, Leo Famulari wrote:

> On Sun, May 14, 2017 at 09:19:51PM +0000, ng0 wrote:
>> Just wanted to rebuild, when I hit this:
>>
>>   LOAD     (gnu services web)
>> ;;; note: source file ./gnu/services/web.scm
>> ;;;       newer than compiled /home/user/src/guix/guix/gnu/services/web.go
>>   LOAD     (gnu system)
>>   LOAD     (gnu system grub)
>>   LOAD     (gnu tests base)
>> ;;; note: source file ./gnu/tests/base.scm
>> ;;;       newer than compiled /home/user/src/guix/guix/gnu/tests/base.go
>> Backtrace:
>> In ice-9/boot-9.scm:
>>   2986:16 19 (try-module-autoload _ _)
>>    2316:4 18 (save-module-excursion #<procedure 3fa43f0 at ice-9/boo…>)
>>   3006:22 17 (_)
>> In unknown file:
>>           16 (primitive-load-path "gnu/tests/base" #<procedure 3e560…>)
>> 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 (#{ g562}#) 66013c0>)
>> In ice-9/boot-9.scm:
>>    2866:4 10 (define-module* _ #:filename _ #:pure _ #:version _ # _ …)
>>   2075:24  9 (call-with-deferred-observers #<procedure 3e53870 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 3800360 at ice-9/boo…>)
>>   3006:22  2 (_)
>> In unknown file:
>>            1 (primitive-load-path "gnu/tests" #<procedure 3e867c0 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
>
> As you noted in your next message, this can be fixed with `make clean`.
> Commit e0b2e93005188ab4d6c7413a27832ba2fb7388e8 changed the ABI.
>
> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=e0b2e93005188ab4d6c7413a27832ba2fb7388e8
>
>
>

However you can not fix this from within the 0.12 install medium
when you ran guix pull inside it. That said, I will just create
a minimal diskimage myself now with the recent master.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-05-15  9:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-14 21:19 HEAD at 73c791b8f3124b20e9bdd66428dbdf481ee12921 fails ng0
2017-05-14 21:42 ` HEAD at 73c791b8f3124b20e9bdd66428dbdf481ee12921 fails (not.) ng0
2017-05-14 22:25 ` HEAD at 73c791b8f3124b20e9bdd66428dbdf481ee12921 fails Leo Famulari
2017-05-15  9:02   ` ng0

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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).