From mboxrd@z Thu Jan 1 00:00:00 1970 From: George myglc2 Clemmer Subject: bug#30142: pipe of 'guix --version' produces error Date: Tue, 16 Jan 2018 21:01:41 -0500 Message-ID: <86o9ltb5ve.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ebd3F-0000o3-FP for bug-guix@gnu.org; Tue, 16 Jan 2018 21:02:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ebd3C-0002pJ-D3 for bug-guix@gnu.org; Tue, 16 Jan 2018 21:02:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:51322) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ebd3C-0002oQ-9U for bug-guix@gnu.org; Tue, 16 Jan 2018 21:02:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ebd3B-0006rJ-Sk for bug-guix@gnu.org; Tue, 16 Jan 2018 21:02:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ebd2x-0000js-6u for bug-guix@gnu.org; Tue, 16 Jan 2018 21:01:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ebd2u-0002PJ-72 for bug-guix@gnu.org; Tue, 16 Jan 2018 21:01:47 -0500 Received: from mail-qk0-x232.google.com ([2607:f8b0:400d:c09::232]:42608) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ebd2u-0002Oy-1g for bug-guix@gnu.org; Tue, 16 Jan 2018 21:01:44 -0500 Received: by mail-qk0-x232.google.com with SMTP id k201so8425472qke.9 for ; Tue, 16 Jan 2018 18:01:43 -0800 (PST) Received: from g1 (c-73-167-118-254.hsd1.ma.comcast.net. [73.167.118.254]) by smtp.gmail.com with ESMTPSA id g103sm2522158qkh.75.2018.01.16.18.01.41 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 16 Jan 2018 18:01:42 -0800 (PST) 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: 30142@debbugs.gnu.org EXAMPLE: ******* g1@g1 ~/www/VM-on-GuixSD$ guix --version | head -n 1 guix (GNU Guix) 0.14.0.617-e2f37 Backtrace: 5 (primitive-load "/gnu/store/nxdxbad50ydp1nhmgzvlwbk0jkkdc28r-guix-0.14.0-3.f76ff98/bin/.guix-real") In guix/ui.scm: 390:2 4 (show-version-and-exit _) In ice-9/format.scm: 1590:19 3 (format #t "Copyright ~a 2017 ~a" "(C)" "the Guix authors\n") 261:19 2 (format:format-work "Copyright ~a 2017 ~a" ("(C)" "the Guix authors\n")) 70:10 1 (format:out-obj-padded _ _ _ _) In unknown file: 0 (display "the Guix authors\n" #) ERROR: In procedure display: ERROR: In procedure fport_write: Broken pipe g1@g1 ~/www/VM-on-GuixSD$ guix --version | head -n 1 guix (GNU Guix) 0.14.0.617-e2f37 Backtrace: 5 (primitive-load "/gnu/store/nxdxbad50ydp1nhmgzvlwbk0jkkdc28r-guix-0.14.0-3.f76ff98/bin/.guix-real") In guix/ui.scm: 390:2 4 (show-version-and-exit _) In ice-9/format.scm: 1590:19 3 (format #t "Copyright ~a 2017 ~a" "(C)" "the Guix authors\n") 261:19 2 (format:format-work "Copyright ~a 2017 ~a" ("(C)" "the Guix authors\n")) 70:10 1 (format:out-obj-padded _ _ _ _) In unknown file: 0 (display "the Guix authors\n" #) ERROR: In procedure display: ERROR: In procedure fport_write: Broken pipe ******* VERSION: ******* g1@g1 ~$ guix --version guix (GNU Guix) 0.14.0.617-e2f37 Copyright (C) 2017 the Guix authors License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.