From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:56150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4Utf-00075k-Hp for guix-patches@gnu.org; Thu, 14 Mar 2019 14:16:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h4Ute-0005zS-Bu for guix-patches@gnu.org; Thu, 14 Mar 2019 14:16:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58722) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h4Ute-0005ys-4E for guix-patches@gnu.org; Thu, 14 Mar 2019 14:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h4Utd-0005og-Kp for guix-patches@gnu.org; Thu, 14 Mar 2019 14:16: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> <87d0mt2wq3.fsf@elephly.net> <87pnqts6ei.fsf@ambrevar.xyz> <877ed12v3s.fsf@elephly.net> From: Pierre Neidhardt In-reply-to: <877ed12v3s.fsf@elephly.net> Date: Thu, 14 Mar 2019 19:15:00 +0100 Message-ID: <87ef79726z.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" 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: Ricardo Wurmus Cc: 34044@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I could fix it manually with =2D-8<---------------cut here---------------start------------->8--- env LD_LIBRARY_PATH=3D"/gnu/store/74i7r7qp1km0gw1i22fnq3szbgc9mpdx-sqlite-w= ith-column-metadata-3.26.0/lib:$LD_LIBRARY_PATH" /gnu/store/2frbprf0qrqrk9v= 5wy0xfzkvmqk27wfk-ring-client-gnome-20190108.1.8659b2c/bin/gnome-ring =2D-8<---------------cut here---------------end--------------->8--- Something weird: the original error message =2D-8<---------------cut here---------------start------------->8--- /gnu/store/6q1ysbyki4v1zidbcndvyrchm3jncs58-ring-client-gnome-20190108.1.86= 59b2c/bin/gnome-ring: symbol lookup error: /gnu/store/zng0ix6b6icm8f8r6cqr09ykiz6rgrpg-qtbase-5.11.2/lib/qt5/plugins/s= qldrivers/libqsqlite.so: undefined symbol: sqlite3_column_table_name16 =2D-8<---------------cut here---------------end--------------->8--- suggests that our build of qtbase lacks the symbol. A "strings libqsqlite.= so" reveals that the symbol is there. Besdies: =2D-8<---------------cut here---------------start------------->8--- > ldd /gnu/store/zng0ix6b6icm8f8r6cqr09ykiz6rgrpg-qtbase-5.11.2/lib/qt5/plu= gins/sqldrivers/libqsqlite.so ... libsqlite3.so.0 =3D> /gnu/store/74i7r7qp1km0gw1i22fnq3szbgc9mpdx-sqlite-wi= th-column-metadata-3.26.0/lib/libsqlite3.so.0 (0x00007ff81f146000) =2D-8<---------------cut here---------------end--------------->8--- So libqsqlite.so is linked against the right libsqlite3.so.0.=20=20 This makes me wonder how the LD_LIBRARY_PATH trick above could work at all. =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAlyKmiQACgkQm9z0l6S7 zH/zrQgAlUQw8JEK5NpchOhv8dFzH7SWQdxWh78kF1KvuW2JZGifH8CT2a4gZWoA Vtk69ETBe/0T5S9XCI9V/HbMbiXqg0Xh7rF7yrKi0nFexk41B7Z4tEmg+4Qy8Cbu HClpTt79vu4kHIm4eghhRXozcMNc5x+nra8zvcvp4OYcWxjBzSEUFmTEFTQKMC+k HOgikt0hsjNe0zAdDOyTZUYlMkrVQoTgyw/6NX2MRq98RW/CoNt7W1DXnLH1nB85 4OyNs5SnPD2jM1cN6RxJj9Vpf1KURgAqJvv1BiRxrRAymzWyYufQQTXERbPw5Dk8 vIg3368MV3l50jtve+kTLYwXVhodGg== =HiQJ -----END PGP SIGNATURE----- --=-=-=--