From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:46822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4U9D-00032t-FG for guix-patches@gnu.org; Thu, 14 Mar 2019 13:28:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h4U9C-0000SA-Fi for guix-patches@gnu.org; Thu, 14 Mar 2019 13:28:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58681) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h4U9B-0000Rk-Sm for guix-patches@gnu.org; Thu, 14 Mar 2019 13:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h4U9B-0004dN-LB for guix-patches@gnu.org; Thu, 14 Mar 2019 13:28:01 -0400 Subject: [bug#34044] Packaging Jami (ex GNU Ring) Resent-Message-ID: References: <87h8efvx6e.fsf@ambrevar.xyz> <871s3a6cq6.fsf@elephly.net> <87a7hyty0x.fsf@ambrevar.xyz> <87sgvq4ngh.fsf@elephly.net> <877ed1uadt.fsf@ambrevar.xyz> <87va0lseec.fsf@ambrevar.xyz> <87tvg5se8q.fsf@ambrevar.xyz> From: Ricardo Wurmus In-reply-to: <87tvg5se8q.fsf@ambrevar.xyz> Date: Thu, 14 Mar 2019 18:26:44 +0100 Message-ID: <87d0mt2wq3.fsf@elephly.net> 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: Pierre Neidhardt Cc: 34044@debbugs.gnu.org Pierre Neidhardt writes: > Forget it, the graph is pretty simple: only python2 and python3 depend on > sqlite. I'll see if I can force them to use sqlite-with-column-metadata. That would require a separate build of python2 and python3. That=E2=80=99s quite an expensive thing to do just for Jami. Can you see another way around this? (E.g. LD_LIBRARY_PATH or =E2=80=A6 abusing grafts?) --=20 Ricardo