From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?G=C3=A1bor_Boskovits?= Subject: Re: Packaging Jami progress Date: Fri, 27 Dec 2019 21:32:10 +0100 Message-ID: References: <20191215211230.66fea79e@interia.pl> <875zihclep.fsf@elephly.net> <20191222002815.4db8e9ca@interia.pl> <87d0cgpzqo.fsf@elephly.net> <20191223204317.3069e8ba@kompiuter> <20191225023416.0b36b90c@kompiuter> <20191227195731.6b869970@interia.pl> 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]:48627) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ikwHa-0007js-CV for guix-devel@gnu.org; Fri, 27 Dec 2019 15:32:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ikwHY-000444-Uo for guix-devel@gnu.org; Fri, 27 Dec 2019 15:32:26 -0500 Received: from mail-ed1-x52d.google.com ([2a00:1450:4864:20::52d]:37701) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ikwHY-00043f-MS for guix-devel@gnu.org; Fri, 27 Dec 2019 15:32:24 -0500 Received: by mail-ed1-x52d.google.com with SMTP id cy15so26370996edb.4 for ; Fri, 27 Dec 2019 12:32:23 -0800 (PST) In-Reply-To: <20191227195731.6b869970@interia.pl> 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.org@gnu.org Sender: "Guix-devel" To: Jan Wielkiewicz Cc: Guix-devel Hello Jan, Thanks for working on this. Jan Wielkiewicz ezt =C3=ADrta (id=C5=91pont: 2019. dec. 27., P, 20:11): > > Tested Jami with gnutls 3.6.10, but I get the same bug. I reported it > to Jami developers, but they can't reproduce the bug. > Here's more info, if anyone has any idea what could be the cause, then > please tell me: > https://git.jami.net/savoirfairelinux/ring-client-gnome/issues/1123 > > I need to find out what's wrong with our package. How do I debug > something on Guix System? I used "guix environment guix", then > "./pre-inst-env guix environment jami --ad-hoc gdb", then after running > gdb and passing the proper path to it and pressing "r", it displays the > following error: > > Reading symbols from > /gnu/store/30jjbf7jkddw6z679c0h8zvifwaaakn0-jami-20191224.1.5c0154a/bin/.= jami-gnome-real... > (No debugging symbols found in > /gnu/store/30jjbf7jkddw6z679c0h8zvifwaaakn0-jami-20191224.1.5c0154a/bin/.= jami-gnome-real) > (gdb) r Starting program: > /gnu/store/30jjbf7jkddw6z679c0h8zvifwaaakn0-jami-20191224.1.5c0154a/bin/.= jami-gnome-real > [Thread debugging using libthread_db enabled] Using host libthread_db > library > "/gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/libthread_db.= so.1". > [New Thread 0x7fffee145700 (LWP 4795)] [New Thread 0x7fffed944700 (LWP > 4796)] ** Message: 19:45:55.037: Jami GNOME client version: > 501cb99929f171ede62a96c675d51ffe0581ce5c ** Message: 19:45:55.038: git > ref: unknown [New Thread 0x7fffeca91700 (LWP 4797)] No migration > required > /gnu/store/30jjbf7jkddw6z679c0h8zvifwaaakn0-jami-20191224.1.5c0154a/bin/.= jami-gnome-real: > symbol lookup error: > /gnu/store/371gzl7v7c8p0waasm4kwkalvgqmskav-qtbase-5.12.6/lib/qt5/plugins= /sqldrivers/libqsqlite.so: > undefined symbol: sqlite3_column_table_name16 [Thread 0x7fffeca91700 > (LWP 4797) exited] [Thread 0x7fffed944700 (LWP 4796) exited] [Thread > 0x7fffee145700 (LWP 4795) exited] [Inferior 1 (process 4789) exited > with code 0177] (gdb) You should look for packages with debug output. That is the way the debugging symbol files are generated for a package. Currently not too many packages define it, but from an example you can easily find out how to include that into the interesting package. You can find further infomation here: https://guix.gnu.org/manual/en/html_node/Installing-Debugging-Files.html > > > Jan Wielkiewicz > Best regards, g_bor --=20 OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21