From debbugs-submit-bounces@debbugs.gnu.org Wed May 04 14:30:27 2016 Received: (at 23409) by debbugs.gnu.org; 4 May 2016 18:30:27 +0000 Received: from localhost ([127.0.0.1]:38175 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ay1Z4-0005jM-Sj for submit@debbugs.gnu.org; Wed, 04 May 2016 14:30:27 -0400 Received: from mx1.riseup.net ([198.252.153.129]:56892) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ay1Z3-0005jE-5a for 23409@debbugs.gnu.org; Wed, 04 May 2016 14:30:25 -0400 Received: from piha.riseup.net (unknown [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 130421A259A; Wed, 4 May 2016 18:30:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1462386624; bh=qwPt4iX2hPAOQ/JvdqkJ8z3qgzy9vVc/xJL46r3gHEs=; h=Date:From:To:Cc:Subject:Reply-To:In-Reply-To:References:From; b=Bqzkh3fsEZfLZMQpRZVX0km6zNzH07koNME+4CTV4bZfQ/PEFQ7ISBD9jVaypqZOo vAtdAddH1kOw3gDjrrWsBDfxLcsJtsmYpBW9KYRUNBBRZufca03n1Lp91MNYaFUPpF xNxBh1qacm00nRa4nW2ebzoWfxRoJ6dLFpAPQ00U= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: quiliro) with ESMTPSA id CF0731C0392 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Wed, 04 May 2016 13:30:23 -0500 From: Quilro Ordonez To: 23409@debbugs.gnu.org Subject: Re: bug#23409: unable to load free firmware Mail-Reply-To: lxo@fsfla.org, 23409@debbugs.gnu.org In-Reply-To: <877ffagpdy.fsf@gmail.com> References: <8c7981c22c93720a9dbd5f63c279c44b@riseup.net> <87shy1apax.fsf@gnu.org> <20160502085507.31da4d6f@openmailbox.org> <871t5jfu3d.fsf@gnu.org> <87eg9ij2fz.fsf@gnu.org> <609d0dda92cead243d99546befa113ca@riseup.net> <35d2e4a2bdc12bc75b84965e714beaa0@riseup.net> <877ffagpdy.fsf@gmail.com> Message-ID: X-Virus-Scanned: clamav-milter 0.99 at mx1.riseup.net X-Virus-Status: Clean X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 23409 Cc: lxo@fsfla.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: lxo@fsfla.org, 23409@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.8 (--) Thank you very much for your help Alex. Below is my report. El 2016-05-04 04:10, Alex Kost escribió: > you can create > "/any/directory/you/want/my-guix-packages.scm" file Downloaded the file and saved it on directory /home/quiliro/guix/packages > After that the following command should build the package: > > $ GUIX_PACKAGE_PATH=/any/directory/you/want guix build > openfwwf-firmware This is the output: $ GUIX_PACKAGE_PATH=/home/quiliro/guix/packages guix build openfwwf-firmware /gnu/store/xcxhd2r2h3iz0721vn6c5wfqkd0r4xc0-openfwwf-firmware-5.2 $ > Also if you add this directory to GUILE_LOAD_PATH, you could use > (my-guix-packages) module in any guile code, particularly in your > system > config Downloaded quiliro-os.scm and placed it in /home/quiliro/guix > So add the following to your ~/.bash_profile: > > export GUIX_PACKAGE_PATH=/any/directory/you/want > export GUILE_LOAD_PATH=/any/directory/you/want Did that. This is the output of reconfiguring the whole system: # guix system reconfigure /home/quiliro/guix/quiliro-os.scm guix system: error: failed to load 'quilro-os.scm': ice-9/boot-9.scm:2867:6: In procedure resolve-interface: ice-9/boot-9.scm:2867:6: no code for module (my-guix-packages) #