From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: libjpeg-8 not installable Date: Sat, 19 Jan 2013 12:16:28 +0100 Message-ID: <201301191216.29184.andreas@enge.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="Boundary-01=_MCo+Quqqs/KkWWR" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwWPc-00025M-QN for bug-guix@gnu.org; Sat, 19 Jan 2013 06:16:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TwWPa-0007SO-6l for bug-guix@gnu.org; Sat, 19 Jan 2013 06:16:36 -0500 Received: from moutng.kundenserver.de ([212.227.17.10]:61230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwWPZ-0007SF-TS for bug-guix@gnu.org; Sat, 19 Jan 2013 06:16:34 -0500 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: bug-guix@gnu.org --Boundary-01=_MCo+Quqqs/KkWWR Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello, libjpeg-8 is listed by "guix-package --list-available", and built without problem by "guix-build libjpeg-8". However: $ guix-package -i libjpeg-8 libjpeg-8: package not found Could this be related to the definition with inheritance? (define-public libjpeg-8 (package (inherit libjpeg) (name "libjpeg-8") ... Or is it a bug in guix-package? Andreas --Boundary-01=_MCo+Quqqs/KkWWR Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit

Hello,

 

libjpeg-8 is listed by "guix-package --list-available", and built without problem by "guix-build libjpeg-8". However:

 

$ guix-package -i libjpeg-8

libjpeg-8: package not found

 

Could this be related to the definition with inheritance?

(define-public libjpeg-8

(package (inherit libjpeg)

(name "libjpeg-8")

...

Or is it a bug in guix-package?

 

Andreas

 

--Boundary-01=_MCo+Quqqs/KkWWR--