From mboxrd@z Thu Jan  1 00:00:00 1970
From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=)
Subject: bug#23718: guix import shows wrong program
Date: Wed, 08 Jun 2016 19:10:30 +0200
Message-ID: <87oa7bd2t5.fsf@gnu.org>
References: <20160607104753.GA5795@debian-netbook>
Mime-Version: 1.0
Content-Type: text/plain
Return-path: <bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org>
Received: from eggs.gnu.org ([2001:4830:134:3::10]:48632)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1bAh0U-0006A3-RU
	for bug-guix@gnu.org; Wed, 08 Jun 2016 13:11:07 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1bAh0Q-0007d2-Fs
	for bug-guix@gnu.org; Wed, 08 Jun 2016 13:11:05 -0400
Received: from debbugs.gnu.org ([208.118.235.43]:48975)
	by eggs.gnu.org with esmtp (Exim 4.71)
	(envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1bAh0Q-0007cw-Cl
	for bug-guix@gnu.org; Wed, 08 Jun 2016 13:11:02 -0400
Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2)
	(envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1bAh0Q-00080n-9X
	for bug-guix@gnu.org; Wed, 08 Jun 2016 13:11:02 -0400
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
Resent-To: bug-guix@gnu.org
Resent-Message-ID: <handler.23718.D23718.146540584430765.done@debbugs.gnu.org>
In-Reply-To: <20160607104753.GA5795@debian-netbook> (Efraim Flashner's message
	of "Tue, 7 Jun 2016 13:47:53 +0300")
List-Id: Bug reports for GNU Guix <bug-guix.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/bug-guix>,
	<mailto:bug-guix-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/bug-guix/>
List-Post: <mailto:bug-guix@gnu.org>
List-Help: <mailto:bug-guix-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/bug-guix>,
	<mailto:bug-guix-request@gnu.org?subject=subscribe>
Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org
Sender: "bug-Guix" <bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org>
To: Efraim Flashner <efraim@flashner.co.il>
Cc: 23718-done@debbugs.gnu.org

Efraim Flashner <efraim@flashner.co.il> skribis:

> I ran `guix import gnu make' and got the following output:
> http://sprunge.us/LHGD

This showed this (please paste things inline in emails):

--8<---------------cut here---------------start------------->8---
(package
  (name "automake")
  (version "4.2")
  (source
    (origin
      (method url-fetch)
      (uri (string-append
             "mirror://gnu/make/automake-"
             version
             ".tar.bz2"))
      (sha256
        (base32
          "0pv5rvz5pp4njxiz3syf786d2xp4j7gzddwjvgw5zmz55yvf6p2f"))))
  (build-system gnu-build-system)
  (synopsis
    "Making GNU standards-compliant Makefiles")
  (description
    "Automake the part of the GNU build system for producing
standards-compliant Makefiles.  Build requirements are entered in an
intuitive
format and then Automake works with Autoconf to produce a robust
Makefile, simplifying the entire process for the developer.")
  (home-page
    "http://www.gnu.org/software/automake/manual/")
  (license find-by-yourself!))
--8<---------------cut here---------------end--------------->8---

Fixed in dc794a723809f0f28e49e4c32e8974b5b9a98ff0.

Ludo'.