From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Download progress interleaved with compile output Date: Sun, 21 Apr 2013 02:47:15 -0400 Message-ID: <878v4cbcss.fsf@tines.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTo3d-0003yp-Ot for bug-guix@gnu.org; Sun, 21 Apr 2013 02:47:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UTo3c-0001da-GB for bug-guix@gnu.org; Sun, 21 Apr 2013 02:47:29 -0400 Received: from world.peace.net ([96.39.62.75]:57231) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTo3c-0001dV-D3 for bug-guix@gnu.org; Sun, 21 Apr 2013 02:47:28 -0400 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: bug-guix@gnu.org I recently installed a large number of packages in a single "guix package -i" command, and in the resulting transcript I see download progress reports interleaved with compile output, e.g.: --8<---------------cut here---------------start------------->8--- gcc -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -I ../tools -Wall -W -I/nix/store/zs7rsahwk9hmfypgazw1fkk2kg6rymvp-libogg-1.3.0/include -g -O2 -MT katalyzer-kutil.o -MD -MP -MF .deps/katalyzer-kutil.Tpo -c -o katalyzer-kutil.o `test -f 'kutil.c' || echo './'`kutil.c http://mirror.yongbok.net/.../guile-ncurses-1.3.tar.gz 18.0% of 712.2 KiBmv -f .deps/katalyzer-kutil.Tpo .deps/katalyzer-kutil.Po gcc -DHAVE_CONFIG_H -I. -I../include -I ../src -I ../include -I ../tools -Wall -W -I/nix/store/zs7rsahwk9hmfypgazw1fkk2kg6rymvp-libogg-1.3.0/include -g -O2 -MT katalyzer-kstream.o -MD -MP -MF .deps/katalyzer-kstream.Tpo -c -o katalyzer-kstream.o `test -f 'kstream.c' || echo './'`kstream.c mv -f .deps/katalyzer-kstream.Tpo .deps/katalyzer-kstream.Po --8<---------------cut here---------------end--------------->8--- Is this intentional? Mark