From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#27900: broken checkout? can't run autotools (automake) anymore in guix repository Date: Tue, 1 Aug 2017 11:19:29 +0200 Message-ID: <20170801111929.378f1312@scratchpost.org> References: <20170801085922.hidhecwbpymfawyt@abyayala> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dcTLV-00014a-Kw for bug-guix@gnu.org; Tue, 01 Aug 2017 05:20:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dcTLP-0001NL-6s for bug-guix@gnu.org; Tue, 01 Aug 2017 05:20:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33429) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dcTLP-0001NC-2U for bug-guix@gnu.org; Tue, 01 Aug 2017 05:20:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dcTLO-0006FH-TF for bug-guix@gnu.org; Tue, 01 Aug 2017 05:20:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170801085922.hidhecwbpymfawyt@abyayala> 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: ng0 Cc: 27900@debbugs.gnu.org Hi ng0, > guix environment --fallback --ad-hoc guix autoconf automake@1.15.1 make guile guile-ssh pkg-config gcc-toolchain libgcrypt gnutls guile-json zlib bzip2 sqlite help2man gettext texinfo guile-git I only ever do $ guix environment --fallback --pure guix (The "--pure" is important) and it works fine, bootstrapping too (via ./bootstrap - which invokes autoreconf). I mean I guess your ad-hoc-everything way should be possible, but why would you do that? It makes the setup flaky should the guix package ever change its inputs (I don't know whether it did in fact do that). I do sometimes specify extra ad-hoc packages, like so: $ guix environment --fallback --pure guix --ad-hoc guile-ncurses-with-gpm The order of the arguments is sometimes important. I think of "--ad-hoc" like "--" for many other UNIX commands (startx etc).