From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#28310: guix build -n misses package builds Date: Thu, 31 Aug 2017 21:03:34 +0200 Message-ID: <20170831190334.GA6673@jurong> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dnUl4-0005g9-H2 for bug-guix@gnu.org; Thu, 31 Aug 2017 15:04:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dnUl0-00021N-Eb for bug-guix@gnu.org; Thu, 31 Aug 2017 15:04:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57562) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dnUl0-00021J-BZ for bug-guix@gnu.org; Thu, 31 Aug 2017 15:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dnUkz-0008Br-SJ for bug-guix@gnu.org; Thu, 31 Aug 2017 15:04:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dnUkj-0005fw-6a for bug-guix@gnu.org; Thu, 31 Aug 2017 15:03:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dnUkf-0001uv-6p for bug-guix@gnu.org; Thu, 31 Aug 2017 15:03:45 -0400 Received: from mailrelay3-3.pub.mailoutpod1-cph3.one.com ([46.30.212.12]:20703) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dnUke-0001u6-UK for bug-guix@gnu.org; Thu, 31 Aug 2017 15:03:41 -0400 Content-Disposition: inline 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: 28310@debbugs.gnu.org Hello, I am right now in the process of updating pari-gp to version 2.9.3. After building it on a git check-out of three days ago, which went smoothly, I rebased my patch on today's master and was pleased to see that no rebuild was needed: $ ./pre-inst-env guix build pari-gp -n outputs nothing. However, once the -n dropped, the gd package gets built. And then it is starting ruby, which has no connection to pari-gp: Downloading https://mirror.hydra.gnu.org/guix/nar/229n3pzp5bdmbdvwslg0dxliysas92k5-ruby-2.4.1.tar.xz... ruby-2.4.1.tar.xz 9.5MiB 22KiB/s 00:06 [ ] 1.3%^ Andreas