From mboxrd@z Thu Jan 1 00:00:00 1970 From: rekado Subject: bug#19313: missing newline after "transferred" Date: Mon, 08 Dec 2014 19:39:38 +0100 Message-ID: <87sigqc7f9.fsf@mango.localdomain> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xy3FQ-0004ye-1E for bug-guix@gnu.org; Mon, 08 Dec 2014 13:41:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xy3F1-0007ym-Dx for bug-guix@gnu.org; Mon, 08 Dec 2014 13:41:27 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:60765) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xy3F1-0007ya-6P for bug-guix@gnu.org; Mon, 08 Dec 2014 13:41:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Xy3F0-0000fp-QR for bug-guix@gnu.org; Mon, 08 Dec 2014 13:41:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51292) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xy3Du-0004Y4-IV for bug-guix@gnu.org; Mon, 08 Dec 2014 13:40:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xy3Dn-0006vb-IV for bug-guix@gnu.org; Mon, 08 Dec 2014 13:39:54 -0500 Received: from sender1.zohomail.com ([74.201.84.155]:30592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xy3Dn-0006vQ-Ae for bug-guix@gnu.org; Mon, 08 Dec 2014 13:39:47 -0500 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 19313@debbugs.gnu.org Hi guix, When installing a package (e.g. `guix package -i icecat`) with binary substitutions enabled, the output lines are not always separated by newline characters. Here's a snippet of the output: -------------------8<---------------- downloading `/gnu/store/zpin1ikrh56pb0jv1x9ncsbl10rfmd97-libxt-1.1.3' (2.8 MiB installed)... http://hydra.gnu.org/nar/n8hqv5fib2j9c0mixg96il6jqnf9wia6-python-2.7.6 3200.0 KiB transferred;;; note: source file /usr/local/share/guile/site/2.0/guix/config.scm ;;; newer than compiled /usr/local/share/guile/site/2.0/guix/config.go http://hydra.gnu.org/nar/n8hqv5fib2j9c0mixg96il6jqnf9wia6-python-2.7.6 3328.0 KiB transferredfound valid signature for '/gnu/store/4nzqhpy29ykf3b9m4k4ha57brjjlnhif-python-3.3.5', from 'http://hydra.gnu.org/nar/4nzqhpy29ykf3b9m4k4ha57brjjlnhif-python-3.3.5' downloading `/gnu/store/4nzqhpy29ykf3b9m4k4ha57brjjlnhif-python-3.3.5' (90.5 MiB installed)... http://hydra.gnu.org/nar/4nzqhpy29ykf3b9m4k4ha57brjjlnhif-python-3.3.5 13824.0 KiB transferred;;; note: source file /usr/local/share/guile/site/2.0/guix/config.scm ;;; newer than compiled /usr/local/share/guile/site/2.0/guix/config.go found valid signature for '/gnu/store/791sv5dz95wdyfyxyzpr88d86adhb5nw-cairo-1.12.16', from 'http://hydra.gnu.org/nar/791sv5dz95wdyfyxyzpr88d86adhb5nw-cairo-1.12.16' downloading `/gnu/store/791sv5dz95wdyfyxyzpr88d86adhb5nw-cairo-1.12.16' (13.2 MiB installed)... http://hydra.gnu.org/nar/4nzqhpy29ykf3b9m4k4ha57brjjlnhif-python-3.3.56 16128.0 KiB transferred;;; note: source file /usr/local/share/guile/site/2.0/guix/config.scm ;;; newer than compiled /usr/local/share/guile/site/2.0/guix/config.go -------------------8<---------------- After "transferred" is no newline, resulting in something like "transferredfound" or "transferred;;; note". I'm using guix-0.8 (built from the release tarball) on Fedora 20. Best, rekado