GNU bug report logs - #55826
guix pull fails on local channel

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: guix; Reported by: Kjartan Oli Agustsson <kjartanoli@HIDDEN>; dated Tue, 7 Jun 2022 05:01:02 UTC; Maintainer for guix is bug-guix@HIDDEN.

Message received at 55826 <at> debbugs.gnu.org:


Received: (at 55826) by debbugs.gnu.org; 7 Jun 2022 09:56:39 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Tue Jun 07 05:56:39 2022
Received: from localhost ([127.0.0.1]:37837 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nyVx0-0000jG-Ug
	for submit <at> debbugs.gnu.org; Tue, 07 Jun 2022 05:56:39 -0400
Received: from tobias.gr ([80.241.217.52]:38354)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <me@HIDDEN>) id 1nyVwy-0000j3-Ho
 for 55826 <at> debbugs.gnu.org; Tue, 07 Jun 2022 05:56:37 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=hSGodPar761ae
 6rgZhdKpU07H0R43eW+711ouZ8UolE=;
 h=in-reply-to:date:subject:cc:to:
 from:references; d=tobias.gr; b=aUFKbwlEazZTDGo0Q8jJowApKsQ1l9Mpkt+DqY
 v3YnO3iRTTOt9Aw38lASrUHfju0/bBuXFfc33h/N9m9ApLPFFmdUeM5GJFmQ5H+cBhXtLx
 gM0EJqHX41BWTltFljgO7YFykegRIPHcjM8dhna8gc+M/qaNQ4XYdq7cXnJDVYYCkUvvfC
 PQd3ZT8Y8PTGfRZurMNrzBxK5PaBhp7+hUpjU1N8HRRLyfTpWrqteZo0eJ1hxIZIRC8tfe
 gX68SrNEl2SHBeSJREawzMQpxHNzJYfDzG6YgA7zyIhDiVl6dprqPgaveLWtyDER0+N+hj
 LT7zGAUq9I/L+xzomANcdOig==
Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id fbe7aefd
 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); 
 Tue, 7 Jun 2022 09:56:33 +0000 (UTC)
References: <mailman.8438.1654578063.1231.bug-guix@HIDDEN>
From: Tobias Geerinckx-Rice <me@HIDDEN>
To: kjartanoli@HIDDEN
Subject: Re: bug#55826: guix pull fails on local channel
Date: Tue, 07 Jun 2022 11:34:35 +0200
In-reply-to: <mailman.8438.1654578063.1231.bug-guix@HIDDEN>
BIMI-Selector: v=BIMI1; s=default;
Message-ID: <87tu8w6bjg@nckx>
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-=";
 micalg=pgp-sha512; protocol="application/pgp-signature"
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 55826
Cc: 55826 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)

--=-=-=
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: quoted-printable

Hi!

Kjartan Oli Agustsson =E5=86=99=E9=81=93=EF=BC=9A
>> Updating channel 'kjartan' from Git repository at=20
>> 'file:///home/kjartan/guix-custom'...
>> Authenticating channel 'kjartan', commits 3bd6c82 to 6677083 (1=20
>> new commits)...
>> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
>> #<unknown port>:5:1: unexpected end of input while searching=20
>> for: )

Guile errors are quite literal-minded, most of the time.  All the=20
world's a string, and parsing it an adventure.

This error means that you have a missing or mismatched closing )=20
somewhere, or didn't close a " so Guile doesn't see it, or=E2=80=A6

It's impossible to say more without seeing the code.

> If I delete the git repository and re-initialize it the pull is
> successful, but once I commit any changes to this new repository=20
> the
> problem re-appears.

It must be some specific change/file, not any change.

A quick and dirty

  ~/guix-custom$ guix repl -L. <each/scheme/file/in/turn.scm

might be enough: Guile will print all kinds of things to ignore,=20
but if you see the same error about searching for ), you'll know=20
that the problem is in that file.

But really=E2=80=A6

> Does anyone have any clues as to what could be
> wrong, or how I could go about debugging this?

=E2=80=A6use an editor (like emacs, but other fine and graphical editors=20
are available) that balances or at least highlights brackets.=20
Manually counting them is madness and not how anybody writes Lisps=20
in real life.

> If it helps the channel definition is:
> (channel
>   (name 'kjartan)=20
> 	(url "file:///home/kjartan/guix-custom")
> 	(introduction
> 		 (make-channel-introduction
>       	"3bd6c82a5bb588c35ead0458036aac0ef60f166a"
> 				(openpgp-fingerprint
> 		    	 "4801 0D71 49C0 1DD6 E5FD  6AC9 D757 2FE3=20
> 605E E6B0"))))

This looks fine, but I was unable to clone the repository. :-)

Kind regards,

T G-R

--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYp8hEw0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15YT8BAI1CujwU7UkZfDpW2M41J5OuI6bXvF/MyNa0qcPC
5E6pAP9Clsep/VscdjbVJKk9C6DVWKUd+L2W28Omm5fG9stdBw==
=LGUw
-----END PGP SIGNATURE-----
--=-=-=--




Information forwarded to bug-guix@HIDDEN:
bug#55826; Package guix. Full text available.

Message received at 55826 <at> debbugs.gnu.org:


Received: (at 55826) by debbugs.gnu.org; 7 Jun 2022 06:32:32 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Tue Jun 07 02:32:32 2022
Received: from localhost ([127.0.0.1]:37349 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nySlU-0003jO-Fr
	for submit <at> debbugs.gnu.org; Tue, 07 Jun 2022 02:32:32 -0400
Received: from mailrelay.tugraz.at ([129.27.2.202]:17726)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <liliana.prikler@HIDDEN>) id 1nySlQ-0003jD-Ah
 for 55826 <at> debbugs.gnu.org; Tue, 07 Jun 2022 02:32:30 -0400
Received: from lprikler-laptop.ist.intra (gw.ist.tugraz.at [129.27.202.101])
 by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4LHLBK3TMLz3wHl;
 Tue,  7 Jun 2022 08:32:25 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at;
 s=mailrelay; t=1654583545;
 bh=UZ4zKsIi9KnQYiP2OAxhxz9eI2Do1aXoUb/0SOfuuZo=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=q4AT15y1FzXvCIaXdZEWW/Pex123KPeQDu8J/ajLYa072PORDfMaopMXxNxDsp5X+
 Hylvskv7vOpk8aSsNcdsVRNgVICj0CmoKEEYJMeCxKsxz0VtjrIRZeW/GvU7qroUPy
 AjP2q0vtVqHz3XHDtqaxXcgstsZspQtr0Y2mb4rQ=
Message-ID: <0286bdb4fb92d3b234ecf73f0a26d9e20c539914.camel@HIDDEN>
Subject: Re: guix pull fails on local channel
From: Liliana Marie Prikler <liliana.prikler@HIDDEN>
To: Kjartan Oli Agustsson <kjartanoli@HIDDEN>, 55826 <at> debbugs.gnu.org
Date: Tue, 07 Jun 2022 08:32:24 +0200
In-Reply-To: <GV1P193MB231058950024F1B6F79943AEDFA59@HIDDEN>
References: <GV1P193MB231058950024F1B6F79943AEDFA59@HIDDEN>
Content-Type: text/plain; charset="UTF-8"
User-Agent: Evolution 3.42.1 
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-TUG-Backscatter-control: waObeELIUl4ypBWmcn/8wQ
X-Spam-Scanner: SpamAssassin 3.003001 
X-Spam-Score-relay: -1.9
X-Scanned-By: MIMEDefang 2.74 on 129.27.10.116
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 55826
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -3.3 (---)

Am Dienstag, dem 07.06.2022 um 00:20 +0000 schrieb Kjartan Oli
Agustsson:
> 
> I recently installed the full Guix system, and after reading the
> sections of the manual about channels I set one up for my personal
> modifications to existing packages.  Everything worked fine until I
> committed changes to one of those package definitions and re-ran
> 'guix pull' which fails with:
> 
> > Updating channel 'kjartan' from Git repository at
> > 'file:///home/kjartan/guix-custom'...
> > Authenticating channel 'kjartan', commits 3bd6c82 to 6677083 (1 new
> > commits)...
> > ice-9/boot-9.scm:1685:16: In procedure raise-exception:
> > #<unknown port>:5:1: unexpected end of input while searching for: )
> If I delete the git repository and re-initialize it the pull is
> successful, but once I commit any changes to this new repository the
> problem re-appears.  Does anyone have any clues as to what could be
> wrong, or how I could go about debugging this?
Chances are that the changes you're trying to commit are ill-formed. 
Use an editor that highlights brackets such as Emacs to find out where
you are missing one.  If it's in the middle of the file, marking the
whole file and pressing TAB once should make the fault visible – if
it's towards the end, enter closing parentheses until they are no
longer matched up with anything prior.

Cheers




Information forwarded to bug-guix@HIDDEN:
bug#55826; Package guix. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 7 Jun 2022 05:00:24 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Tue Jun 07 01:00:24 2022
Received: from localhost ([127.0.0.1]:37308 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nyRKJ-0001IB-Ml
	for submit <at> debbugs.gnu.org; Tue, 07 Jun 2022 01:00:23 -0400
Received: from lists.gnu.org ([209.51.188.17]:54196)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <kjartanoli@HIDDEN>) id 1nyMzH-0002vH-2z
 for submit <at> debbugs.gnu.org; Mon, 06 Jun 2022 20:22:23 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:42760)
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <kjartanoli@HIDDEN>)
 id 1nyMzG-0008UX-Vf
 for bug-guix@HIDDEN; Mon, 06 Jun 2022 20:22:23 -0400
Received: from mail-oln040092064011.outbound.protection.outlook.com
 ([40.92.64.11]:54086 helo=EUR01-DB5-obe.outbound.protection.outlook.com)
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <kjartanoli@HIDDEN>)
 id 1nyMzE-0004ZD-5X
 for bug-guix@HIDDEN; Mon, 06 Jun 2022 20:22:22 -0400
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none;
 b=HIsUeG14c2xQNR0sstrMJQ6p5FzPB6NX/RLbsckmuxVjWRuPTJExbQiHVD3O5TFQOLbbjAFc1T1pzVYk8cMmAzY19KBA/txaaJ87gbreiJN8QxxnzsB72gC5htEDvbwFvw/I98QdVVX6T0UzvcKK04uH2fX9hJCGZif/zn1mAwHfOq9zWUhiNe5OCKAFTVxfvrZQFXd4WI5A80WzN4iuBLaN+AjD8d4K/vukxLDhSrgQyAdXc+Dkn9Vc22VlQsQzxdGMBXfajgTIeu9CCr4XZqrgzuwk/5Hfl+GA8HoFZWocAfjWtmopV0W/oR8ZlHSlEvBEcjASLmh4M+a4i2/mrQ==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; 
 s=arcselector9901;
 h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1;
 bh=7lqpT/w104l8zccG0SjDzAarhyK2mlv+dUVjlawVorg=;
 b=XW55XRIL7FaNqH+lzxmCyM48KT7j2EzG1+qJ/LZaR2aWfxlVJjb90LImfBhdE3Vg2C8kOruQuoKQ5ASVmpVr+JKI0mD7r5VgyHT40cFBQrrRyIyenspAJZm4SPirBn5bZPHjjaqsgDWxXbGDsvzBRDIKvwyPl2UIIJ9xjRO45EyC23Vv2Ej6WOwuANCQ1AuAqESJeRgOdptBXjf3gANbGM0cswdiBUklQdFnEXMbjXwZjugSQ2HUHF5E0+EWOvoiLon8p+80rj5/BcLRVFR7h3p9LEltEGKFe2blySMeNilMGgmWmejY1u76BUSd/ba86rdTLok6WXOt1bfE1j3zEg==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=none; dmarc=none;
 dkim=none; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com;
 s=selector1;
 h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck;
 bh=7lqpT/w104l8zccG0SjDzAarhyK2mlv+dUVjlawVorg=;
 b=DkhGXMRvhvD24DOfb6tbdeFrKGr3U1su6woPv7tYAWPFP7+NPvl0uKzudNa4Js+bPeQnvTY07oVVUfGVhnKd6//NaJ8tP6N13jog+2Pywia8+41/Y4BxGgHAz+/qjavWp1wUMyngUn2Kxc1oG/6WKpg6fZFht5tUO79eGVVSV0Rsa14HcYq1neQadfLKZMx88WpAcf5db7hwyFrjtZiNf6rOqTvJufXvgI57FR3DTLuieeuhUEFa7CndccTl0Ckx21NqoCebzgRIzHHjrc4fHzQ87TGeH/sGSeNzDi50+yCLGNrYa2KhV15IAWmbwaFT4Bz/pypJfgq9VBAN1wxOfw==
Received: from GV1P193MB2310.EURP193.PROD.OUTLOOK.COM (2603:10a6:150:2a::20)
 by DB8P193MB0709.EURP193.PROD.OUTLOOK.COM (2603:10a6:10:15c::21) with
 Microsoft SMTP Server (version=TLS1_2,
 cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.5314.13; Tue, 7 Jun
 2022 00:22:17 +0000
Received: from GV1P193MB2310.EURP193.PROD.OUTLOOK.COM
 ([fe80::ec59:f94:e9c4:2f17]) by GV1P193MB2310.EURP193.PROD.OUTLOOK.COM
 ([fe80::ec59:f94:e9c4:2f17%8]) with mapi id 15.20.5314.019; Tue, 7 Jun 2022
 00:22:17 +0000
User-agent: mu4e 1.6.10; emacs 29.0.50
From: Kjartan Oli Agustsson <kjartanoli@HIDDEN>
To: bug-guix@HIDDEN
Subject: guix pull fails on local channel
Date: Tue, 07 Jun 2022 00:20:29 +0000
Message-ID: <GV1P193MB231058950024F1B6F79943AEDFA59@HIDDEN>
Content-Type: multipart/signed; boundary="=-=-=";
 micalg=pgp-sha256; protocol="application/pgp-signature"
X-TMN: [WevLODVZB56zQppszsivqchVMaF1r+sX]
X-ClientProxiedBy: AM4PR0902CA0020.eurprd09.prod.outlook.com
 (2603:10a6:200:9b::30) To GV1P193MB2310.EURP193.PROD.OUTLOOK.COM
 (2603:10a6:150:2a::20)
X-Microsoft-Original-Message-ID: <87ilpdz5jj.fsf@HIDDEN>
MIME-Version: 1.0
X-MS-Exchange-MessageSentRepresentingType: 1
X-MS-PublicTrafficType: Email
X-MS-Office365-Filtering-Correlation-Id: 3b39f4ce-75b2-4620-8890-08da481bc714
X-MS-TrafficTypeDiagnostic: DB8P193MB0709:EE_
X-Microsoft-Antispam: BCL:0;
X-Microsoft-Antispam-Message-Info: JL8k3IOzXnvlWmPwuQZekRGRSSVTL3CbyTdrKjwpLI0FY5dkwt2vFsP92PUtkTjBT9NDY6Eb0Ax2IWE8ZJYsVhXHg33cT7pKNfuCurCrXiD15EcY8c4exdyjvWkKyvL8+cl+7ZhHjz7zViXG2+7Gef0MGtefdjB5fu/LLTHHDPaHvGoAr7JZ+B2ySECI9pn3exic5nsv3A2Lz2piN7snMJqGzv1/akWgtlUOT3+xTAHxp4q1TmDA6Fz0HcLZ5uiwQyvsBsp/PIJ0/uM0afWf4aZmlAXuLaZZnTCnMzWltR5nwUOmOyJi1+hwBey+TSk94Ca32QXK80QckbJ3FN6f34eas0kEMro5ee7+4Fz8PdixYp6N0VbApDBfv6Up1lbWZ52e8ljx9pgTttkMJqoRc6LOHK/j3vXu3tKUODLW+k5sTltVuGx3f565QPHTDvSzAmnONx074vyPKh0MoG7xZTVszPX2V2uKUNaPx+qQJ3dTaWX/H6MrjWpLpOIZ64Si2axlXl+fC0d2xKJ3rNBlfBXmMqxP7EMAIRKXJtJFzIHDHeNUP2LAL7IZxq//eiBNcr44IJBpmaeRyg9ytKbplA==
X-MS-Exchange-AntiSpam-MessageData-ChunkCount: 1
X-MS-Exchange-AntiSpam-MessageData-0: =?utf-8?B?a0h3ZTBhR2VTc2MzNmJVeFdNQVdFZ3dnL3E5eFpLSWw4YjhsRndtR2tsdG9x?=
 =?utf-8?B?UjZyQ1pQRHZxYm1qTUpqcHA4S2dPKzFOV1ZOMVBaV2UrTEJBUXM2R2ZoYzB3?=
 =?utf-8?B?MDRNUXZuYk9sMFVnRC9WclpMSVpxT2FvRnRYa1R6YXR3SkFUVyt0emFFZm52?=
 =?utf-8?B?K1BVUG16WnRMOW54TkxoS0YxNnJqbEdBRm9LbHBtdStETU02OE1qNXpCTGJN?=
 =?utf-8?B?eVpsNC85Rzl6ajVUT3dnUXZHMUlUY091MUVJR0haZ0p0NFByaThXN0JDRVQ0?=
 =?utf-8?B?YndCOUNIWEp5aXIybG5YVmpEU0VzTTR2cWt2cTRJSDh2Y1RiTTRJc0xMQmNJ?=
 =?utf-8?B?bEhyK0RRTVVLakNhTmdtU0cyMHMvSVgrUlJ0dHBwbW1jeUFlQ0lwVGtrczVp?=
 =?utf-8?B?ZUQ3Nlg5TVMvcGF0bTBkTUZGRzBIRG5ubjEwTmxoWlBVRC9xQzhZRzBEdmc4?=
 =?utf-8?B?czY5WGk3eXBzNEp2WVdSYUNOTlpiMEQzdnJ4d05LTVZtd2tOL2VNVTB0RjhB?=
 =?utf-8?B?a0NtbVpwMWgyQkxTNFhIOFJCTHNOcXZuN0RuNExRVUNYMkg2a2U4OEgxQ1FE?=
 =?utf-8?B?QkJqeVNJK3YwY3N4R2pQSlRROEFjaUtOREkzV2NNQmMwaXBTaWExWnNnbmpl?=
 =?utf-8?B?VG5JV0ZSb0RvdHNIQ2V4WWZ1UTB4eUtzcFR4My8zNTViNDB6R2QzUkZTQTZD?=
 =?utf-8?B?eWJQUGFaQVA0dlpZbmpFU0N2cWU4TDV4QUFKMUUvbE1hWnR6NjE0RWkxbTlt?=
 =?utf-8?B?SlN5RWFicTFGdXBDakYxa2luTDF5MDlnUkRMVFBYSWIrSEhJb1ZNSEw4dnY5?=
 =?utf-8?B?NDBIVWNEbmhBbEpyOGpxK2srdklZRHVJUEc2d0NBakE0VDZkZFBtZWtkcnVP?=
 =?utf-8?B?V3Q0WkkzREU0bVRUSkR6aE03Qlc1VXRPaHhRNFJUUzhHZXdlZHIzQ3hWZlRn?=
 =?utf-8?B?eGJOVUhxUGwyb1BSZi9VNEp4cWhIcURhbGtIc0hWN2l4TjNVSGdycWt6SXBT?=
 =?utf-8?B?K0lkdHRzWHhUWnJRN3IydnpvS3VtVVp2Y2dQdUZ5cktCOG5JR3dQdDlzWDJW?=
 =?utf-8?B?N2JVYmhxOWtseHg2bUYydVBOVk9XWVdIZkd5TFdHOU1OcXcrQy94cVRNczNp?=
 =?utf-8?B?b2ZLaG9JMjhmMEVpYzlhajR2Sk1OQmZPeXFieVJzaE16WUZhSDhGNmFzU2Mr?=
 =?utf-8?B?S1NQWi92MHE5Z2NKTGJaMzVqRDFvNTBjYjRZaWRhenZrOGI4YUFvdDJ0S3lx?=
 =?utf-8?B?Rkc3TmpGaUREVW5hRGdlTk5IbzdsOFAwUG9iZmtVc1NML2VDMU94N0xrUWgy?=
 =?utf-8?B?dlZTSndBNUk0aU5QaUZYcEpNNFQvVWZWNEo3K3V6RmZPdGRGdXd0TUpVUDlK?=
 =?utf-8?B?NU52NDIvaEY2UVp0N3ZiVnlxR01USEpoMmJQSGMzVTArSWg1TzcyQjlObDEw?=
 =?utf-8?B?cnczOVJlV3JpdFRncng1d1BsSzJvMElhekVLaEZSNUphN01Ob092aGdaalgv?=
 =?utf-8?B?UlUzWnk3WlRrRFdrRkJyVEprTDAwU2MxeHNxSEpMNzd1a0JVaDRKcitNelFZ?=
 =?utf-8?B?aGdOMUpvdTlPcGlLUEU2WTYzWDR1OXlXWDBpN1ZMbjhQaDBkalpqZTVjeUVX?=
 =?utf-8?B?VndMOUtmMGN3S3FSajc4VXZLZUwyaWZyRmE0SnZVV0R0SmtIQ29INlNFbGNh?=
 =?utf-8?B?bmQwK0NRL0owcUpxV1VhdUFMeUVLUms3ZHM2ZG9mbVdnUUxrNnp2Z2srZXF6?=
 =?utf-8?B?WURCTDEvQnQyYXRYazFSd3FRMVJyTlMzbUczVFQvUklOcFdEWUFBSXdjVFI1?=
 =?utf-8?B?MXExTGtjd0hORHVNc3dZbHZGSXp5N2libmxweVl2OFIxcVNsVUFCSXR5Z2xW?=
 =?utf-8?B?c3ZYZUpZc0dYRUFFN283SkJBUGE4Zkpvd0szMU01Y3B0MHM3YlFLbXdyYlli?=
 =?utf-8?Q?VItV7kVJBvY=3D?=
X-OriginatorOrg: outlook.com
X-MS-Exchange-CrossTenant-Network-Message-Id: 3b39f4ce-75b2-4620-8890-08da481bc714
X-MS-Exchange-CrossTenant-AuthSource: GV1P193MB2310.EURP193.PROD.OUTLOOK.COM
X-MS-Exchange-CrossTenant-AuthAs: Internal
X-MS-Exchange-CrossTenant-OriginalArrivalTime: 07 Jun 2022 00:22:17.0956 (UTC)
X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted
X-MS-Exchange-CrossTenant-Id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa
X-MS-Exchange-Transport-CrossTenantHeadersStamped: DB8P193MB0709
Received-SPF: pass client-ip=40.92.64.11; envelope-from=kjartanoli@HIDDEN;
 helo=EUR01-DB5-obe.outbound.protection.outlook.com
X-Spam_score_int: -20
X-Spam_score: -2.1
X-Spam_bar: --
X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001,
 RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001,
 T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 0.2 (/)
X-Debbugs-Envelope-To: submit
X-Mailman-Approved-At: Tue, 07 Jun 2022 01:00:17 -0400
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -2.3 (--)

--=-=-=
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable


I recently installed the full Guix system, and after reading the
sections of the manual about channels I set one up for my personal
modifications to existing packages.  Everything worked fine until I
committed changes to one of those package definitions and re-ran 'guix
pull' which fails with:
> Updating channel 'kjartan' from Git repository at 'file:///home/kjartan/g=
uix-custom'...
> Authenticating channel 'kjartan', commits 3bd6c82 to 6677083 (1 new commi=
ts)...
> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
> #<unknown port>:5:1: unexpected end of input while searching for: )
If I delete the git repository and re-initialize it the pull is
successful, but once I commit any changes to this new repository the
problem re-appears.  Does anyone have any clues as to what could be
wrong, or how I could go about debugging this?

If it helps the channel definition is:
(channel
  (name 'kjartan)=20
	(url "file:///home/kjartan/guix-custom")
	(introduction
		 (make-channel-introduction
      	"3bd6c82a5bb588c35ead0458036aac0ef60f166a"
				(openpgp-fingerprint
		    	 "4801 0D71 49C0 1DD6 E5FD  6AC9 D757 2FE3 605E E6B0"))))

=2D-=20
Kjartan =C3=93li =C3=81g=C3=BAstsson

GPG Key fingerprint: 4801 0D71 49C0 1DD6 E5FD  6AC9 D757 2FE3 605E E6B0

--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQHLBAEBCAA1FiEESAENcUnAHdbl/WrJ11cv42Be5rAFAmKemjAXHGtqYXJ0YW5v
bGlAb3V0bG9vay5jb20ACgkQ11cv42Be5rBH4gwAvXeGAnsm9jpGb1fLaAMoLk0B
60lXbxWWrIj0BDhge86AtBGvTLZPbobGH8ReIvtrwczbl2M/QUWeAsfHeanPSevc
g0TMVHAsj2Unp2WibSh9z+pC6Y3TXgipED+0ph1BeAXZU7wbSaLnziIDnFyyqMjj
1P2emd28x/j0JRJ3frXtNpExu2Li6vqWgav+v2tP5fk7EM4swF5MjEmBuPZ7z/CP
ZyaXhRCJ823gtlJKEWwyE7NsI2zuTaBYQASXKIAXrH8yFuCwNcXzv8zdWDcB3EU/
7Mp1NncMgBkgJUmlwWtZfhKeh+RVvSSsfvMByVqctYsfxBbP7AebdVikddl9GIl3
l+mQOt1p0cyvD7Ktg1+jt9k9JpZRcCFebWztk933lVWpZ4Yd6wIupOdzSwk6wVKE
RwLEKle7pKrjeUcXvM5VLVH5lHz75LnKZoh5cR1a4ixxiBVDpjBnZ0EPZFQljZ/e
1TGVpVZyET3e+P4mwtFDR4oEu6HpJNeXJpaKbIlU
=2oE6
-----END PGP SIGNATURE-----

--=-=-=--




Acknowledgement sent to Kjartan Oli Agustsson <kjartanoli@HIDDEN>:
New bug report received and forwarded. Copy sent to bug-guix@HIDDEN. Full text available.
Report forwarded to bug-guix@HIDDEN:
bug#55826; Package guix. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Tue, 7 Jun 2022 10:00:01 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.