[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master seem to build fail
From: |
Ludovic Courtès |
Subject: |
Re: master seem to build fail |
Date: |
Tue, 29 May 2018 22:02:57 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hello,
"Feng Shu" <address@hidden> 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’.