emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#23718: closed (guix import shows wrong program)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#23718: closed (guix import shows wrong program)
Date: Wed, 08 Jun 2016 17:11:02 +0000

Your message dated Wed, 08 Jun 2016 19:10:30 +0200
with message-id <address@hidden>
and subject line Re: bug#23718: guix import shows wrong program
has caused the debbugs.gnu.org bug report #23718,
regarding guix import shows wrong program
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
23718: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23718
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: guix import shows wrong program Date: Tue, 7 Jun 2016 13:47:53 +0300 User-agent: Mutt/1.6.1 (2016-04-27)
I ran `guix import gnu make' and got the following output:
http://sprunge.us/LHGD

I separately downloaded make-4.2.tar.bz2 and the displayed hash was the
correct one, but the other fields were wrong.

-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: bug#23718: guix import shows wrong program Date: Wed, 08 Jun 2016 19:10:30 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
Efraim Flashner <address@hidden> 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'.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]