From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFRvr-0002pE-Bn for guix-patches@gnu.org; Sun, 06 May 2018 18:15:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFRvq-00014B-CR for guix-patches@gnu.org; Sun, 06 May 2018 18:15:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43838) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fFRvq-000140-9b for guix-patches@gnu.org; Sun, 06 May 2018 18:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fFRvq-0007zk-2W for guix-patches@gnu.org; Sun, 06 May 2018 18:15:02 -0400 Subject: bug#31352: [PATCH] build dynamic libraries for libsigsegv Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87in86gnv0.fsf@b.rontosaur.us> Date: Mon, 07 May 2018 00:14:27 +0200 In-Reply-To: <87in86gnv0.fsf@b.rontosaur.us> (Weldon Goree's message of "Wed, 02 May 2018 09:59:15 -0400") Message-ID: <87y3gwl9do.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Weldon Goree Cc: 31352-done@debbugs.gnu.org Hello, Weldon Goree skribis: > This is keeping smalltalk from building currently. Pushed a slightly different version in the =E2=80=98core-updates-next=E2=80= =99 branch, which corresponds to the next batch of full-rebuild changes: https://git.savannah.gnu.org/cgit/guix.git/commit/?h=3Dcore-updates-next&= id=3D3cc9a8a1324b865fa70d61647c5a41de1e439522 In the meantime, if you need libsigsegv.so on master, I=E2=80=99d suggest creating a package variant to avoid the full rebuild and to use that variant in Smalltalk. Thanks, Ludo=E2=80=99.