From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikita Karetnikov Subject: Re: Grue Hunter: Can't create directories in the store Date: Fri, 24 May 2013 13:24:31 +0400 Message-ID: <87zjvkpw6o.fsf@karetnikov.org> References: <878v3hgxql.fsf@karetnikov.org> <8761ykl9xl.fsf@gnu.org> <87fvxn3b51.fsf@karetnikov.org> <87ppwqdgv2.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfoBk-0008D6-11 for bug-guix@gnu.org; Fri, 24 May 2013 05:21:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfoBh-0000lP-AC for bug-guix@gnu.org; Fri, 24 May 2013 05:21:27 -0400 In-Reply-To: <87ppwqdgv2.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Thu, 16 May 2013 18:33:37 +0200") 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: bug-guix@gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable >>> (let* ((gh (assoc-ref %build-inputs "source")) >> >> What is the associated value here? I assume it should be 'gh.pl'. > Yes. Actually, =E2=80=9Csource=E2=80=9D is the name of the input that co= rresponds to > the =E2=80=98source=E2=80=99 field of the package. So, if your package d= oes > (package > (source (origin (... (uri ".../gh.pl")))) > ...) > then in the builder, (assoc-ref %build-inputs "source") will be > /nix/store/...-gh.pl. Makes sense, but I don't understand the (uri ".../gh.pl") part. It should be (uri "...tar.gz") instead. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAEBAgAGBQJRnzHTAAoJEM+IQzI9IQ38uYwP/Aw2pKY4ArNhAlZgSBUT1BKv ihMcZUxVgs9o+P6mntfvYUNCv85/EWacCP2qYvqcwgaAgGCWbci/897sUzEn6IRw QjTvF7I6smGfhqqjvmz+P5rD0Tkp4dPsg0gBS53VTeov0mlXgrCWTSg00bbCPZZh 7aQAHhBda7AB7csOuZiJS2lLfArpvBOSfS3fmoqSZZnZiCHgpgIhvCamSHrC9T0u fpVJ/NnCYMOTfKVt2bF5GJUGzMmsDBWZzr4G9cMovDeT1MKlPMzQTPuJqBEjYiH2 9370rwCcSuhPYwLsdXmujWcpO94F5LTf9u9HYp07PMbBLzvuKK8WW40D1qZybKLa haXv9bBoalOGJPBj0qbeoT65vt4qIcseFms2ioe73EbIms134Vu7p/xgjHPouoxt tQ2ySR6Eo/jF5BjQSDxlnykDMpHCrb4c+OxZOAr59djm4mAkcBiO0o4W7nqGbYoe TUCjTFQ4NbpbKH0WWnh9rcavzHiWSzAhiRjNxFdRHN90ErKXUGlLEf4lK4uGlE5x ZmucQCKiCcEpOF4vKhi925U+VrndA9AU/hITeBm746i9fDcN3RMJXLMFkszYY9mL tETAKfUgaxINguBNUF2UqZ3+vd+JDhpgW0/muTey+I3uX7+CLC9TsE+DPWB9nfCp xNC630PltyxJbbCPBzcJ =pztR -----END PGP SIGNATURE----- --=-=-=--