From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#18033: Add support for 'search-path-specifications' referring to files Date: Sat, 03 Jan 2015 19:48:07 +0100 Message-ID: <87lhljbt08.fsf@gnu.org> References: <1405449096-29230-1-git-send-email-jmd@gnu.org> <1405449096-29230-5-git-send-email-jmd@gnu.org> <87r41ml4nu.fsf@gnu.org> <20140715214338.GB16482@jocasta.intra> <87mwc9irnj.fsf@gnu.org> <20140716100854.GB21262@jocasta.intra> <87k37dh05v.fsf_-_@gnu.org> <8761cxib9q.fsf@gnu.org> <87d274g0q1.fsf@gnu.org> <87sifs4v6i.fsf@netris.org> 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]:47725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7Tl3-00063v-EV for bug-guix@gnu.org; Sat, 03 Jan 2015 13:49:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y7Tl0-0005lC-4y for bug-guix@gnu.org; Sat, 03 Jan 2015 13:49:05 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:54685) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y7Tl0-0005l8-1Q for bug-guix@gnu.org; Sat, 03 Jan 2015 13:49:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Y7Tkz-0004kg-O8 for bug-guix@gnu.org; Sat, 03 Jan 2015 13:49:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87sifs4v6i.fsf@netris.org> (Mark H. Weaver's message of "Fri, 02 Jan 2015 18:30:45 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Mark H Weaver Cc: 18033@debbugs.gnu.org Mark H Weaver skribis: > Something seems to have gone wrong here. Trying to build 'emacs' on > current 'core-updates' (bf0baaf) on i686, I get this: > > mhw:~/guix-core-updates$ git describe > v0.8-499-gbf0baaf > mhw:~/guix-core-updates$ ./pre-inst-env guile > GNU Guile 2.0.11 > Copyright (C) 1995-2014 Free Software Foundation, Inc. > > Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. > This program is free software, and you are welcome to redistribute it > under certain conditions; type `,show c' for details. > > Enter `,help' for help. > scheme@(guile-user)> ,use (guix scripts build) > scheme@(guile-user)> (guix-build "emacs") > ERROR: In procedure concatenate: > ERROR: In procedure append: Wrong type argument in position 23 (expecting= empty list): #< variable: "XML_CATALOG_FILES" f= iles: ("xml") separator: " " file-type: regular file-pattern: "^catalog\\.x= ml$"> A typo fixed in commit 7452806. Thanks for the report! Ludo=E2=80=99.