From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: wrong type of agument... where ? Date: Sun, 31 Dec 2017 13:23:21 +0100 Message-ID: <20171231132321.0186e7de@scratchpost.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eVceG-0002Zc-Rg for guix-devel@gnu.org; Sun, 31 Dec 2017 07:23:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eVceD-0005U9-Fx for guix-devel@gnu.org; Sun, 31 Dec 2017 07:23:28 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:54408) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eVceD-0005Tn-8f for guix-devel@gnu.org; Sun, 31 Dec 2017 07:23:25 -0500 In-Reply-To: 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: Catonano Cc: guix-devel Hi Catonano, On Sun, 31 Dec 2017 12:39:07 +0100 Catonano wrote: > In attempting to test my trytond service wit hthhis line > > make check-system TESTS="trytond" > > I get this errror > > [...] > adding user 'guixbuilder08'... > adding user 'guixbuilder09'... > adding user 'guixbuilder10'... > adding user 'trytond'... > adding user 'postgres'... > registering public key > '/gnu/store/94y24as2zk3n3n39602vlanqb1g5j0c0-guix-0.13.0-12.0a154c1/share/guix/hydra.gnu.org.pub'... > ERROR: In procedure append: > ERROR: In procedure append: Wrong type argument in position 1 (expecting > empty list): "-c en_US.utf8" > > Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue. > GNU Guile 2.2.2 > Copyright (C) 1995-2017 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)> > > > Where does this -c en_US.utf8 string come from ? > Where is append being called ? > > Could I have a slighhtly more verbose error message ? Write ,bt (including the comma) I agree, the error message could be better. Let's see where it comes from. Or is that not an interactive REPL?