From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: Linphone Date: Wed, 25 Mar 2020 23:29:50 +0100 Message-ID: <20200325232950.59dd1b1e@scratchpost.org> References: <7aa517d42c2bd7b527712c73ca5eac58@disroot.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/NHvHS7d1iAMF=DO3bxct/aW"; protocol="application/pgp-signature"; micalg=pgp-sha256 Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56954) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHEX7-0006Jy-0S for guix-devel@gnu.org; Wed, 25 Mar 2020 18:29:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jHEX5-0003tn-VL for guix-devel@gnu.org; Wed, 25 Mar 2020 18:29:56 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:60978) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jHEX5-0003ru-P1 for guix-devel@gnu.org; Wed, 25 Mar 2020 18:29:55 -0400 In-Reply-To: <7aa517d42c2bd7b527712c73ca5eac58@disroot.org> 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: Raghav Gururajan Cc: guix-devel@gnu.org --Sig_/NHvHS7d1iAMF=DO3bxct/aW Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi, I tried guix build -K linphone-desktop then waited until it told me the build directory (which was /tmp/guix-build-linux-libre-5.5.10.drv-0), then $ which strace $ cd /tmp/guix-build-linux-libre-5.5.10.drv-0 $ source environment-variables $ cd source $ .....strace -f cmake . 2>&1 |grep -i bctoolbox |grep -i cmake It says, among other things, that it can't open /gnu/store/m92m6bg0xcl28djxg8h97sszf3gdl42r-bctoolbox-4.3.1/share/bctoolbox= /cmake/BcToolboxConfig.cmake . So I checked that directory and it indeed does not have that file. But it does have /gnu/store/m92m6bg0xcl28djxg8h97sszf3gdl42r-bctoolbox-4.3.1/share/bctoolbox= /cmake/bctoolboxConfig.cmake -- note the different case of the name. So I'd say either linphone-desktop or bctoolbox has the case wrong in some = cmake file. linphone-desktop has the following line: ./CMakeLists.txt: include("${EP_bctoolbox_CONFIG_DIR}/BcToolboxConfig.cmak= e") ... and that line is not going to work as-is. --Sig_/NHvHS7d1iAMF=DO3bxct/aW Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl57214ACgkQ5xo1VCww uqXO3gf+O3Ny0ah8D7kh4tgT0vxuZu1hE326+wSNGntCWP2pwgi9cORl2XBcYNES fVqMDlYxgKWCqdLr9hk/g2PDA5mULStXMVa1TVnIDthvsBGFhRsDWjYT+H/U08Fs FUy+7Vv9TkP86Uh/cNlWCQHMhBXdQwY4OHw5/+Myb/l+S8gChki6YxArTKeY5L2V Sba3Cgo4NKy8K6WCsHaCykLk4EJy1h4SLhsoPAA4gApLjqsqvNaXT5q126EOW8Ao hPvlTynAZGushAm8SIe+gncba3TllLVuq3BPk2nqvwC9jwtQLpm6xXZ1pablQwNj A7jRsNq2N01etNwjF6JGGWMqhcPQ/w== =NTIj -----END PGP SIGNATURE----- --Sig_/NHvHS7d1iAMF=DO3bxct/aW--