unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* master seem to build fail
@ 2018-05-29 12:34 Feng Shu
  0 siblings, 0 replies; 3+ messages in thread
From: Feng Shu @ 2018-05-29 12:34 UTC (permalink / raw)
  To: guix-devel


make[2]: 进入目录“/home/feng/project/guix”
Compiling Scheme modules...
  LOAD     guix/http-client.scm
  LOAD     guix/scripts/pack.scm
  LOAD     guix/scripts/system.scm
  LOAD     gnu/bootloader/grub.scm
  LOAD     gnu/bootloader/u-boot.scm
  LOAD     gnu/packages/algebra.scm
  LOAD     gnu/packages/audio.scm
  LOAD     gnu/packages/bootloaders.scm
  LOAD     gnu/packages/check.scm
  LOAD     gnu/packages/code.scm
  LOAD     gnu/packages/compression.scm
  LOAD     gnu/packages/cpp.scm
  LOAD     gnu/packages/emacs.scm
  LOAD     gnu/packages/firmware.scm
  LOAD     gnu/packages/games.scm
  LOAD     gnu/packages/gnome.scm
  LOAD     gnu/packages/gnuzilla.scm
  LOAD     gnu/packages/image.scm
  LOAD     gnu/packages/image-viewers.scm
  LOAD     gnu/packages/java.scm
  LOAD     gnu/packages/calendar.scm
  LOAD     gnu/packages/linux.scm
  LOAD     gnu/packages/messaging.scm
  LOAD     gnu/packages/music.scm
  LOAD     gnu/packages/networking.scm
  LOAD     gnu/packages/python.scm
  LOAD     gnu/packages/qt.scm
  LOAD     gnu/packages/rust.scm
  LOAD     gnu/packages/samba.scm
  LOAD     gnu/packages/search.scm
  LOAD     gnu/packages/tls.scm
  LOAD     gnu/packages/video.scm
  LOAD     gnu/packages/wine.scm
  LOAD     gnu/services/base.scm
  LOAD     gnu/system.scm
  LOAD     gnu/system/file-systems.scm
  LOAD     gnu/system/install.scm
  LOAD     gnu/system/vm.scm
  LOAD     gnu/build/file-systems.scm
  LOAD     gnu/build/linux-boot.scm
  LOAD     gnu/tests.scm
  LOAD     gnu/tests/install.scm
Backtrace:
In ice-9/boot-9.scm:
   222:29 19 (map1 (((gnu bootloader extlinux)) ((gnu tests)) ((…)) …))
   222:29 18 (map1 (((gnu tests)) ((gnu tests base)) ((gnu #)) (#) …))
   222:17 17 (map1 (((gnu tests base)) ((gnu system)) ((gnu # #)) # …))
  2788:17 16 (resolve-interface (gnu tests base) #:select _ #:hide _ …)
  2714:10 15 (_ (gnu tests base) _ _ #:ensure _)
  2982:16 14 (try-module-autoload _ _)
   2312:4 13 (save-module-excursion #<procedure ae379c0 at ice-9/boo…>)
  3002:22 12 (_)
In unknown file:
          11 (primitive-load-path "gnu/tests/base" #<procedure a9731…>)
In gnu/tests/base.scm:
    390:6 10 (_)
    63:20  9 (run-basic-test #<<operating-system> kernel: #<package…> …)
In ice-9/eval.scm:
    155:9  8 (_ #(#(#<directory (gnu system) bddb050>) #<<operati…> …))
    159:9  7 (_ #(#(#<directory (gnu system) bddb050>) #<<operati…> …))
   293:34  6 (_ #(#(#(#(#(#(#(#(#(#<directo…>) …) …) …) …) …) …) …) …))
   196:35  5 (_ #(#(#(#(#<directory (gnu system) bddb050>) # #) #) #))
   196:35  4 (_ #(#(#(#<directory (gnu system) bddb050>) #<<ope…>) …))
In gnu/system/linux-initrd.scm:
    335:4  3 (base-initrd (#<<file-system> device: "TAGjoptajej2…> …) …)
   233:10  2 (file-system-packages (#<<file-system> device: "TAG…> …) …)
In unknown file:
           1 (find #<procedure b179d490 at gnu/system/linux-initrd.…> …)
           0 (string-prefix? "ext" (read-only) #<undefined> #<undef…> …)

ERROR: In procedure string-prefix?:
In procedure string-prefix?: Wrong type argument in position 2 (expecting string): (read-only)

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:5408:make-go] 错误 1
make[2]: 离开目录“/home/feng/project/guix”
make[1]: *** [Makefile:4536:all-recursive] 错误 1
make[1]: 离开目录“/home/feng/project/guix”
make: *** [Makefile:3122:all] 错误 2
feng@tumashu:~/project/guix $ 

-- 

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

* Re: master seem to build fail
       [not found] <5b0d732b.1c69fb81.e8cb0.6ee6SMTPIN_ADDED_BROKEN@mx.google.com>
@ 2018-05-29 15:41 ` Clément Lassieur
  0 siblings, 0 replies; 3+ messages in thread
From: Clément Lassieur @ 2018-05-29 15:41 UTC (permalink / raw)
  To: Feng Shu; +Cc: guix-devel

Hi Feng,

I had a similar issue, I did "make clean" and then it worked again.

Clément

Feng Shu <tumashu@qq.com> writes:

> make[2]: 进入目录“/home/feng/project/guix”
> Compiling Scheme modules...
>   LOAD     guix/http-client.scm
>   LOAD     guix/scripts/pack.scm
>   LOAD     guix/scripts/system.scm
>   LOAD     gnu/bootloader/grub.scm
>   LOAD     gnu/bootloader/u-boot.scm
>   LOAD     gnu/packages/algebra.scm
>   LOAD     gnu/packages/audio.scm
>   LOAD     gnu/packages/bootloaders.scm
>   LOAD     gnu/packages/check.scm
>   LOAD     gnu/packages/code.scm
>   LOAD     gnu/packages/compression.scm
>   LOAD     gnu/packages/cpp.scm
>   LOAD     gnu/packages/emacs.scm
>   LOAD     gnu/packages/firmware.scm
>   LOAD     gnu/packages/games.scm
>   LOAD     gnu/packages/gnome.scm
>   LOAD     gnu/packages/gnuzilla.scm
>   LOAD     gnu/packages/image.scm
>   LOAD     gnu/packages/image-viewers.scm
>   LOAD     gnu/packages/java.scm
>   LOAD     gnu/packages/calendar.scm
>   LOAD     gnu/packages/linux.scm
>   LOAD     gnu/packages/messaging.scm
>   LOAD     gnu/packages/music.scm
>   LOAD     gnu/packages/networking.scm
>   LOAD     gnu/packages/python.scm
>   LOAD     gnu/packages/qt.scm
>   LOAD     gnu/packages/rust.scm
>   LOAD     gnu/packages/samba.scm
>   LOAD     gnu/packages/search.scm
>   LOAD     gnu/packages/tls.scm
>   LOAD     gnu/packages/video.scm
>   LOAD     gnu/packages/wine.scm
>   LOAD     gnu/services/base.scm
>   LOAD     gnu/system.scm
>   LOAD     gnu/system/file-systems.scm
>   LOAD     gnu/system/install.scm
>   LOAD     gnu/system/vm.scm
>   LOAD     gnu/build/file-systems.scm
>   LOAD     gnu/build/linux-boot.scm
>   LOAD     gnu/tests.scm
>   LOAD     gnu/tests/install.scm
> Backtrace:
> In ice-9/boot-9.scm:
>    222:29 19 (map1 (((gnu bootloader extlinux)) ((gnu tests)) ((…)) …))
>    222:29 18 (map1 (((gnu tests)) ((gnu tests base)) ((gnu #)) (#) …))
>    222:17 17 (map1 (((gnu tests base)) ((gnu system)) ((gnu # #)) # …))
>   2788:17 16 (resolve-interface (gnu tests base) #:select _ #:hide _ …)
>   2714:10 15 (_ (gnu tests base) _ _ #:ensure _)
>   2982:16 14 (try-module-autoload _ _)
>    2312:4 13 (save-module-excursion #<procedure ae379c0 at ice-9/boo…>)
>   3002:22 12 (_)
> In unknown file:
>           11 (primitive-load-path "gnu/tests/base" #<procedure a9731…>)
> In gnu/tests/base.scm:
>     390:6 10 (_)
>     63:20  9 (run-basic-test #<<operating-system> kernel: #<package…> …)
> In ice-9/eval.scm:
>     155:9  8 (_ #(#(#<directory (gnu system) bddb050>) #<<operati…> …))
>     159:9  7 (_ #(#(#<directory (gnu system) bddb050>) #<<operati…> …))
>    293:34  6 (_ #(#(#(#(#(#(#(#(#(#<directo…>) …) …) …) …) …) …) …) …))
>    196:35  5 (_ #(#(#(#(#<directory (gnu system) bddb050>) # #) #) #))
>    196:35  4 (_ #(#(#(#<directory (gnu system) bddb050>) #<<ope…>) …))
> In gnu/system/linux-initrd.scm:
>     335:4  3 (base-initrd (#<<file-system> device: "TAGjoptajej2…> …) …)
>    233:10  2 (file-system-packages (#<<file-system> device: "TAG…> …) …)
> In unknown file:
>            1 (find #<procedure b179d490 at gnu/system/linux-initrd.…> …)
>            0 (string-prefix? "ext" (read-only) #<undefined> #<undef…> …)
>
> ERROR: In procedure string-prefix?:
> In procedure string-prefix?: Wrong type argument in position 2 (expecting string): (read-only)
>
> 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:5408:make-go] 错误 1
> make[2]: 离开目录“/home/feng/project/guix”
> make[1]: *** [Makefile:4536:all-recursive] 错误 1
> make[1]: 离开目录“/home/feng/project/guix”
> make: *** [Makefile:3122:all] 错误 2
> feng@tumashu:~/project/guix $ 

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

* Re: master seem to build fail
       [not found] <87d0xeej33.fsf@163.com>
@ 2018-05-29 20:02 ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2018-05-29 20:02 UTC (permalink / raw)
  To: Feng Shu; +Cc: guix-devel

Hello,

"Feng Shu" <tumashu@qq.com> skribis:

> In gnu/system/linux-initrd.scm:
>     335:4  3 (base-initrd (#<<file-system> device: "TAGjoptajej2…> …) …)
>    233:10  2 (file-system-packages (#<<file-system> device: "TAG…> …) …)
> In unknown file:
>            1 (find #<procedure b179d490 at gnu/system/linux-initrd.…> …)
>            0 (string-prefix? "ext" (read-only) #<undefined> #<undef…> …)
>
> ERROR: In procedure string-prefix?:
> In procedure string-prefix?: Wrong type argument in position 2 (expecting string): (read-only)

This particular issue is a symptom of a change in the ABI introduced by
a5acc17a3c10a3779b5b8b1a2565ef130be77e51.  That’s why “make clean-go && make”
solves the problem.

Ludo’.

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

end of thread, other threads:[~2018-05-29 20:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <87d0xeej33.fsf@163.com>
2018-05-29 20:02 ` master seem to build fail Ludovic Courtès
     [not found] <5b0d732b.1c69fb81.e8cb0.6ee6SMTPIN_ADDED_BROKEN@mx.google.com>
2018-05-29 15:41 ` Clément Lassieur
2018-05-29 12:34 Feng Shu

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