From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: Re: wrong type of agument... where ? Date: Sun, 31 Dec 2017 14:04:50 +0100 Message-ID: References: <20171231132321.0186e7de@scratchpost.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="f403045d0e08cc283c0561a2828d" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eVdIK-0002XK-Sm for guix-devel@gnu.org; Sun, 31 Dec 2017 08:04:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eVdIJ-0001nP-ME for guix-devel@gnu.org; Sun, 31 Dec 2017 08:04:52 -0500 Received: from mail-yw0-x22d.google.com ([2607:f8b0:4002:c05::22d]:40536) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eVdIJ-0001m1-GQ for guix-devel@gnu.org; Sun, 31 Dec 2017 08:04:51 -0500 Received: by mail-yw0-x22d.google.com with SMTP id g191so10666397ywe.7 for ; Sun, 31 Dec 2017 05:04:51 -0800 (PST) In-Reply-To: <20171231132321.0186e7de@scratchpost.org> 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: Danny Milosavljevic Cc: guix-devel --f403045d0e08cc283c0561a2828d Content-Type: text/plain; charset="UTF-8" 2017-12-31 13:23 GMT+01:00 Danny Milosavljevic : > 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? > Yes, there iis a REPL but ,bt doesn't return a prrompt. It remains suspended, like this [...] 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)> ,bt --f403045d0e08cc283c0561a2828d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


2017-12-31 13:23 GMT+01:00 Danny Milosavljevic <dannym@scratchpos= t.org>:
Hi Catonano,

On Sun, 31 Dec 2017 12:39:07 +0100
Catonano <catonano@gmail.com&g= t; wrote:

> In attempting to test my trytond service wit hthhis line
>
> make check-system TESTS=3D"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 (expecti= ng
> empty list): "-c en_US.utf8"
>
> Entering a new prompt.=C2=A0 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<= br> > 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.=C2=A0 Let's see where it co= mes from.

Or is that not an interactive REPL?

Yes, there iis a RE= PL but

,bt

doesn't return a prrompt. It remains suspended, like t= his


[...]
adding user 'guixbuilder08'...
adding us= er 'guixbuilder09'...
adding user 'guixbuilder10'...
= adding user 'trytond'...
adding user 'postgres'...
re= gistering public key '/gnu/store/94y24as2zk3n3n39602vlanqb1g5j0c0-guix-= 0.13.0-12.0a154c1/share/guix/hydra.gnu.org.pub'...
ERROR: In procedu= re append:
ERROR: In procedure append: Wrong type argument in position 1= (expecting empty list): "-c en_US.utf8"

Entering a new pr= ompt.=C2=A0 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'.<= br>This program is free software, and you are welcome to redistribute itunder certain conditions; type `,show c' for details.

Enter `,h= elp' for help.
scheme@(guile-user)> ,bt

--f403045d0e08cc283c0561a2828d--