From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: Re: Something broke Date: Sun, 17 Jun 2018 20:28:13 +0200 Message-ID: <20180617202813.2d943558@lepiller.eu> References: <8736xl5jip.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fUcQ2-000231-3Z for help-guix@gnu.org; Sun, 17 Jun 2018 14:28:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fUcPx-000441-5q for help-guix@gnu.org; Sun, 17 Jun 2018 14:28:54 -0400 Received: from static-176-182-42-79.ncc.abo.bbox.fr ([176.182.42.79]:44478 helo=lepiller.eu) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fUcPw-00040h-R7 for help-guix@gnu.org; Sun, 17 Jun 2018 14:28:49 -0400 In-Reply-To: <8736xl5jip.fsf@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Jone Cc: help-guix@gnu.org Le Sun, 17 Jun 2018 18:56:46 +0000, Jone a =C3=A9crit : > Standard path is '/usr/lib/alsa-lib/', and > $HOME/.guix-profile/lib/alsa-lib not exist. Need to change. Edit > Makefile is bad, gexp.. it's outrageous why it couldn't be done on a > standard Lisp. I'm sometimes an idiot :) Ho, are you trying to write a package definition for a package that tries to locate libasound_module_pcm_equal.so? In that case, ALSA_PLUGIN_DIR won't help you: it works only when alsa-lib and its plugins are installed in the same directory, as with system and user profiles. This is not the case in during a build though. Do you mind sharing you recipe so far? We might be able to help you better that way. >=20 > > If you've built 3 packages for Guix, we will be glad to add them to > > Guix once you send them to =20 >=20 > This is a BAD model. How do you not understand this?? These packages > are not part of the system, there can be anything!=20 I'm sorry, but I don't understand. What are you trying to achieve? Also, what model are you talking about? What are these packages and why couldn't they be part of the system?