From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Raghav Gururajan" Subject: Linphone Date: Wed, 25 Mar 2020 18:34:23 +0000 Message-ID: <7aa517d42c2bd7b527712c73ca5eac58@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46884) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHArG-00062i-Jf for guix-devel@gnu.org; Wed, 25 Mar 2020 14:34:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jHArF-0006bs-F9 for guix-devel@gnu.org; Wed, 25 Mar 2020 14:34:30 -0400 Received: from knopi.disroot.org ([178.21.23.139]:43304) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jHArF-0006al-0a for guix-devel@gnu.org; Wed, 25 Mar 2020 14:34:29 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 5F5B128741 for ; Wed, 25 Mar 2020 19:34:25 +0100 (CET) Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RjU8VnVx7bqn for ; Wed, 25 Mar 2020 19:34:24 +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 Folks!=0A=0AFor past week, I have been working on packaging Linphon= e. I have successfully packaged all the required dependencies, including = liblinphone. Here is the whole diff of my project:=0A=0Ahttps://bin.disro= ot.org/?2526ad4c662035f3#DRxApUqk2XhFf23dH2EPAQ9Xeqn1DBE5dkCxeBxoQ8QB=0A= =0AFor the final package, linphone-desktop, I am having some trouble. Her= e is the error I get:=0A=0Ahttps://bin.disroot.org/?f9419716e5815c6c#DEtw= GGt2mSM4UuYnDn7pd4BHvD5KWNXTWMYaHUCvidvA=0A=0AI tried (#configure-flags (= list (string-append "-DBcToolbox_DIR=3D" (assoc-ref %build-inputs "bctool= box")))). But it did not work.=0A=0AAny thoughts please?=0A=0ARegards,=0A= RG.