From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#37449: Bug when using non-trivial inferiors/channel setup Date: Fri, 20 Sep 2019 23:12:07 +0200 Message-ID: <87mueyoeoo.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49050) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iBQDB-00069b-Fd for bug-guix@gnu.org; Fri, 20 Sep 2019 17:13:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iBQD9-0005CH-IQ for bug-guix@gnu.org; Fri, 20 Sep 2019 17:13:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49860) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iBQD8-0005CA-EH for bug-guix@gnu.org; Fri, 20 Sep 2019 17:13:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iBQD7-0000eQ-Qr for bug-guix@gnu.org; Fri, 20 Sep 2019 17:13:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Carl Dong's message of "Wed, 18 Sep 2019 16:08:45 +0000") 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" To: Carl Dong Cc: 37449@debbugs.gnu.org Hi Carl, Carl Dong skribis: > building path(s) `/gnu/store/myrl5p8fy3qhpdv7376sak8wmhdsrl5f-profile' > Backtrace: > 2 (primitive-load "/home/dongcarl/.config/guix/current/bi=E2= =80=A6") > In guix/ui.scm: > 1692:12 1 (run-guix-command _ . _) > 623:13 0 (_ srfi-34 #) > > guix/ui.scm:623:13: Throw to key `wrong-type-arg' with args `("condition-= has-type?" "Wrong type argument")'. With commit e773b3918f51231f28363905b64ca164b172b47a, you should be able to see the actual error condition. >From there, we should have clues as to why some inferior packages in your manifest are problematic. Let me know! Ludo=E2=80=99.