From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: wrong type of agument... where ? Date: Sun, 31 Dec 2017 12:39:07 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="089e082c84a44e77280561a15048" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eVbxS-0001XC-7e for guix-devel@gnu.org; Sun, 31 Dec 2017 06:39:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eVbxN-0005Y0-KU for guix-devel@gnu.org; Sun, 31 Dec 2017 06:39:14 -0500 Received: from mail-yb0-x232.google.com ([2607:f8b0:4002:c09::232]:36996) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eVbxN-0005Xj-Em for guix-devel@gnu.org; Sun, 31 Dec 2017 06:39:09 -0500 Received: by mail-yb0-x232.google.com with SMTP id 5so25092652ybp.4 for ; Sun, 31 Dec 2017 03:39:09 -0800 (PST) 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: guix-devel --089e082c84a44e77280561a15048 Content-Type: text/plain; charset="UTF-8" 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 ? Thanks --089e082c84a44e77280561a15048 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
In attempting to test my trytond = service wit hthhis line

make check-system TESTS=3D"trytond"= ;

I get this errror

[...]
adding user 'guixbuild= er08'...
adding user 'guixbuilder09'...
adding user '= guixbuilder10'...
adding user 'trytond'...
adding user &#= 39;postgres'...
registering public key '/gnu/store/94y24as2zk3n3= n39602vlanqb1g5j0c0-guix-0.13.0-12.0a154c1/share/guix/hydra.gnu.org.pub'= ;...
ERROR: In procedure append:
ERROR: In procedure append: Wrong ty= pe argument in position 1 (expecting empty list): "-c en_US.utf8"=

Entering a new prompt.=C2=A0 Type `,bt' for a backtrace or `,q&= #39; to continue.
GNU Guile 2.2.2
Copyright (C) 1995-2017 Free Softwa= re Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for det= ails type `,show w'.
This program is free software, and you are welc= ome 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 ?
Whe= re is append being called ?

Could I have a slighhtly more verb= ose error message ?

Thanks
--089e082c84a44e77280561a15048--