From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Guix build package and publish Date: Sun, 31 May 2015 17:41:34 +0200 Message-ID: <87fv6cah5d.fsf@elephly.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yz5Mv-0002wT-Kx for guix-devel@gnu.org; Sun, 31 May 2015 11:41:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yz5Ms-0001th-FH for guix-devel@gnu.org; Sun, 31 May 2015 11:41:45 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:24902) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yz5Ms-0001sv-5i for guix-devel@gnu.org; Sun, 31 May 2015 11:41:42 -0400 In-reply-to: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Daniel Pimentel Cc: guix-devel@gnu.org > 6. Build package: ./pre-inst-env.in guix build ipcalc -K This is wrong. "./pre-inst-env.in" is a template that is used to produce the script "./pre-inst-env" at build time. If you do not have "./pre-inst-env" you probably have not actually built Guix yet. ~~ Ricardo