From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eLlzt-0007Wy-Ej for guix-patches@gnu.org; Mon, 04 Dec 2017 03:21:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eLlzq-0006Gs-71 for guix-patches@gnu.org; Mon, 04 Dec 2017 03:21:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:35558) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eLlzq-0006Gj-3J for guix-patches@gnu.org; Mon, 04 Dec 2017 03:21:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eLlzp-0006GD-OU for guix-patches@gnu.org; Mon, 04 Dec 2017 03:21:01 -0500 Subject: [bug#28690] provide a lib output for boost Resent-Message-ID: Date: Mon, 04 Dec 2017 09:19:53 +0100 (CET) Message-Id: <20171204.091953.594379672344347781.post@thomasdanckaert.be> From: Thomas Danckaert In-Reply-To: <871skb4di3.fsf@elephly.net> References: <87a80j0zv9.fsf@gnu.org> <20171024.152840.126421535486070154.post@thomasdanckaert.be> <871skb4di3.fsf@elephly.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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: rekado@elephly.net Cc: 28690@debbugs.gnu.org, dave.love@manchester.ac.uk From: Ricardo Wurmus Subject: Re: [bug#28690] provide a lib output for boost Date: Mon, 04 Dec 2017 00:07:16 +0100 >> Meanwhile I'll try to build those 97 packages, stay tuned ;-) > > have you been able to build some of these packages to verify that > this > patch is fine? I tried to build them all, but only a few packages built successfully (those). Most packages probably just need boost:lib added to their inputs (I already fixed a few in my local tree), but sometimes the build fails for other reasons, and verifying them all takes time (the list includes things like vigra and libreoffice). I should have some time in the holiday period, but help is welcome :) The updated list and a few patches are on my other computer, I'll post them when I get home. Thomas