From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Subject: Packaging pjproject Date: Fri, 31 Jan 2020 15:48:54 +0100 Message-ID: <20200131154854.5fc5adca@kompiuter> 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]:57232) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ixXbi-0003qj-4R for guix-devel@gnu.org; Fri, 31 Jan 2020 09:49:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ixXbg-000571-WA for guix-devel@gnu.org; Fri, 31 Jan 2020 09:49:17 -0500 Received: from smtpo.poczta.interia.pl ([217.74.65.239]:40304) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ixXbg-0004zs-Bl for guix-devel@gnu.org; Fri, 31 Jan 2020 09:49:16 -0500 Received: from kompiuter (89-64-54-32.dynamic.chello.pl [89.64.54.32]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by poczta.interia.pl (INTERIA.PL) with ESMTPSA for ; Fri, 31 Jan 2020 15:49:11 +0100 (CET) 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: guix-devel@gnu.org Hello, I have hard time trying to fix the pjproject package - something is broken in our version of pjproject, which makes Jami crash. pjproject-jami works, because we disable some unused dependencies, but pjproject alone never actually worked. The problem is there are dependencies packed in third_party folder and the build system wants to have them there. I tried removing the "make dep" phase, modifying Makefiles, etc, but no matter what I do, the build system still complains about not having dependencies, for example speex, even though it is present in the propagated inputs field. How do we deal with problems like this? Jan Wielkiewicz