all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pierre Neidhardt <mail@ambrevar.xyz>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: 34044@debbugs.gnu.org
Subject: [bug#34044] Packaging Jami (ex GNU Ring)
Date: Thu, 14 Mar 2019 19:15:00 +0100	[thread overview]
Message-ID: <87ef79726z.fsf@ambrevar.xyz> (raw)
In-Reply-To: <877ed12v3s.fsf@elephly.net>

[-- Attachment #1: Type: text/plain, Size: 1543 bytes --]

I could fix it manually with

--8<---------------cut here---------------start------------->8---
env LD_LIBRARY_PATH="/gnu/store/74i7r7qp1km0gw1i22fnq3szbgc9mpdx-sqlite-with-column-metadata-3.26.0/lib:$LD_LIBRARY_PATH" /gnu/store/2frbprf0qrqrk9v5wy0xfzkvmqk27wfk-ring-client-gnome-20190108.1.8659b2c/bin/gnome-ring
--8<---------------cut here---------------end--------------->8---

Something weird: the original error message

--8<---------------cut here---------------start------------->8---
/gnu/store/6q1ysbyki4v1zidbcndvyrchm3jncs58-ring-client-gnome-20190108.1.8659b2c/bin/gnome-ring:
symbol lookup error:
/gnu/store/zng0ix6b6icm8f8r6cqr09ykiz6rgrpg-qtbase-5.11.2/lib/qt5/plugins/sqldrivers/libqsqlite.so:
undefined symbol: sqlite3_column_table_name16
--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:

--8<---------------cut here---------------start------------->8---
> ldd /gnu/store/zng0ix6b6icm8f8r6cqr09ykiz6rgrpg-qtbase-5.11.2/lib/qt5/plugins/sqldrivers/libqsqlite.so
...
	libsqlite3.so.0 => /gnu/store/74i7r7qp1km0gw1i22fnq3szbgc9mpdx-sqlite-with-column-metadata-3.26.0/lib/libsqlite3.so.0 (0x00007ff81f146000)
--8<---------------cut here---------------end--------------->8---

So libqsqlite.so is linked against the right libsqlite3.so.0.  
This makes me wonder how the LD_LIBRARY_PATH trick above could work at all.

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

  reply	other threads:[~2019-03-14 18:16 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-11 18:58 bug#34044: Packaging Jami (ex GNU Ring) Pierre Neidhardt
2019-01-11 21:37 ` Marius Bakke
2019-01-12  9:15   ` Pierre Neidhardt
2019-01-12 10:12     ` Gábor Boskovits
2019-03-13 15:00 ` [bug#34044] " Ricardo Wurmus
2019-03-13 18:44   ` Pierre Neidhardt
2019-03-13 18:51     ` Ricardo Wurmus
2019-03-14  8:29       ` Pierre Neidhardt
2019-03-14 14:45         ` Pierre Neidhardt
2019-03-14 14:49           ` Pierre Neidhardt
2019-03-14 17:26             ` Ricardo Wurmus
2019-03-14 17:38               ` Pierre Neidhardt
2019-03-14 17:40                 ` Pierre Neidhardt
2019-03-14 18:00                   ` Ricardo Wurmus
2019-03-14 18:01                 ` Ricardo Wurmus
2019-03-14 18:15                   ` Pierre Neidhardt [this message]
2019-03-14 18:34                     ` Pierre Neidhardt
2019-03-17 21:50                       ` Christopher Lemmer Webber
2019-03-18  7:41                         ` Pierre Neidhardt
2019-03-25  8:32                           ` Pierre Neidhardt
2019-03-25 15:19                             ` Christopher Lemmer Webber
2019-03-26 18:26                               ` Pierre Neidhardt
2019-03-26 18:41                                 ` Ricardo Wurmus
2019-03-27  1:52                                   ` Brett Gilio
2019-03-27  7:45                                     ` Pierre Neidhardt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ef79726z.fsf@ambrevar.xyz \
    --to=mail@ambrevar.xyz \
    --cc=34044@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.