From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Subject: Re: Packaging pjproject Date: Sun, 2 Feb 2020 23:27:26 +0100 Message-ID: <20200202232727.51ef91f1@kompiuter> References: <20200131154854.5fc5adca@kompiuter> <87sgjvmx13.fsf@devup.no> <20200131172745.7d12ab53@kompiuter> <87h80bo8ig.fsf@ambrevar.xyz> <20200131203445.07a72436@interia.pl> <20200202184249.GG9517@E5400> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36907) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iyNiW-00052o-LX for guix-devel@gnu.org; Sun, 02 Feb 2020 17:27:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iyNiV-00048u-Fu for guix-devel@gnu.org; Sun, 02 Feb 2020 17:27:48 -0500 Received: from smtpo.poczta.interia.pl ([217.74.65.239]:37533) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iyNiU-0003yj-RP for guix-devel@gnu.org; Sun, 02 Feb 2020 17:27:47 -0500 In-Reply-To: <20200202184249.GG9517@E5400> 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-mx.org@gnu.org Sender: "Guix-devel" To: Efraim Flashner Cc: guix-devel@gnu.org On Sun, 2 Feb 2020 20:42:49 +0200 Efraim Flashner wrote: > > Debian does a lot of work with unbundling software, I'd check with > them first if they've patched anything to make it work. > Checked Debian and it doesn't look good. They removed pjproject from Buster. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925263 "- pjsip is a library where a lot of functionality and behaviour is selected at compile time using #define statements. Most of these define statements alter the ABI due to changing structs, which makes it ill-suited as a system wide library to be used by several programs. - Consequently, src:ring (now called jami) has always been built against an embedded copy and src:asterisk also switched to an embedded copy, both tailored to their needs. There are no other source packages depending on src:pjproject left" I picked the worst thing to maintain, didn't I :D I guess we can remove pjproject then and use only pjproject-jami, but that doesn't fix the bug. I'll try checking how is pjproject-jami different from what Jami devs build, but have no clue whatsoever. Jan Wielkiewicz