From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36325: In procedure put-string: Wrong type argument in position 1 (expecting open output port): # Date: Mon, 24 Jun 2019 21:36:58 +0200 Message-ID: <87r27i6ahx.fsf@gnu.org> References: <20190621201826.3ce6e0a8@scratchpost.org> 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]:50173) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfUn0-0004lZ-Ho for bug-guix@gnu.org; Mon, 24 Jun 2019 15:38:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hfUmw-00045O-Nt for bug-guix@gnu.org; Mon, 24 Jun 2019 15:38:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44486) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hfUmw-00044v-K6 for bug-guix@gnu.org; Mon, 24 Jun 2019 15:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hfUmw-0004Ja-Ge for bug-guix@gnu.org; Mon, 24 Jun 2019 15:38:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20190621201826.3ce6e0a8@scratchpost.org> (Danny Milosavljevic's message of "Fri, 21 Jun 2019 20:18:26 +0200") 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: Danny Milosavljevic Cc: 36325-done@debbugs.gnu.org Hi Danny, Danny Milosavljevic skribis: > following redirection to `https://ci.guix.gnu.org'... > Backtrace: > 3 (apply-smob/1 #) > In ice-9/boot-9.scm: > 705:2 2 (call-with-prompt _ _ #) > In ice-9/eval.scm: > 619:8 1 (_ #(#(#))) > In guix/ui.scm: > 1734:12 0 (run-guix-command _ . _) > > guix/ui.scm:1734:12: In procedure run-guix-command: > In procedure put-string: Wrong type argument in position 1 (expecting ope= n output port): # > substitution of /gnu/store/hwyhdah35bv4xkqg4rdaw7a1hs5ny3mk-gcc-toolchain= -5.5.0 failed I believe this is the same issue as , fixed earlier today. Thanks, Ludo=E2=80=99.