From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Darrington Subject: Re: [PATCH] gnu: Fix load-extension path in packaging of guile-ncurses. Date: Tue, 20 Dec 2016 15:16:33 +0100 Message-ID: <20161220141633.GA22696@jocasta.intra> References: <1482169820-2043-1-git-send-email-jmd@gnu.org> <1482169820-2043-2-git-send-email-jmd@gnu.org> <87lgvb9ii1.fsf@netris.org> <20161220110331.GA20543@jocasta.intra> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0F1p//8PRICkK4MW" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37006) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cJLDc-0007VO-9c for guix-devel@gnu.org; Tue, 20 Dec 2016 09:16:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cJLDZ-00064A-49 for guix-devel@gnu.org; Tue, 20 Dec 2016 09:16:40 -0500 Content-Disposition: inline In-Reply-To: <20161220110331.GA20543@jocasta.intra> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: John Darrington Cc: guix-devel@gnu.org, John Darrington --0F1p//8PRICkK4MW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 20, 2016 at 12:03:31PM +0100, John Darrington wrote: On Tue, Dec 20, 2016 at 02:17:42AM -0500, Mark H Weaver wrote: The scheme code contains a number of procedures similar to=20 (load-extension "libguile-ncurses" "func"). We need the first string to contain the absolute path where the shared object is=20 installed. The previous version had done this by patching the=20 ^^^=20 For clarification, when I say "installed" here, I mean it's location=20 in /gnu/store. .scm file post-installation. However that meant that the compiled .go file was compiled with the old, unmodified version. =20 This patch ensures that the .scm files are patched first, and that the .go files are built from the patched .scm files. =20 --=20 Avoid eavesdropping. Send strong encrypted email. PGP Public key ID: 1024D/2DE827B3=20 fingerprint =3D 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://sks-keyservers.net or any PGP keyserver for public key. --0F1p//8PRICkK4MW Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlhZPUEACgkQimdxnC3oJ7PwRgCfcb0nGWkUPt/OSMO8zgIgWQqy hGEAnR2YDn1SeEc0sn53ZXHRkF+Q7QVQ =kijZ -----END PGP SIGNATURE----- --0F1p//8PRICkK4MW--