From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: master seem to build fail Date: Tue, 29 May 2018 22:02:57 +0200 Message-ID: <87zi0is00e.fsf@gnu.org> References: <87d0xeej33.fsf@163.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fNkph-0003Wn-Vc for guix-devel@gnu.org; Tue, 29 May 2018 16:03:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fNkpg-00027R-MF for guix-devel@gnu.org; Tue, 29 May 2018 16:03:01 -0400 In-Reply-To: <87d0xeej33.fsf@163.com>+C81C25C9196705A2 (Feng Shu's message of "Tue, 29 May 2018 20:34:40 +0800") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Feng Shu Cc: guix-devel@gnu.org Hello, "Feng Shu" skribis: > In gnu/system/linux-initrd.scm: > 335:4 3 (base-initrd (#< device: "TAGjoptajej2=E2=80=A6= > =E2=80=A6) =E2=80=A6) > 233:10 2 (file-system-packages (#< device: "TAG=E2=80=A6= > =E2=80=A6) =E2=80=A6) > In unknown file: > 1 (find # =E2=80=A6) > 0 (string-prefix? "ext" (read-only) # # =E2=80=A6) > > 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=E2=80=99s why =E2=80=9Cmake= clean-go && make=E2=80=9D solves the problem. Ludo=E2=80=99.