From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hamzeh Nasajpour" Subject: Re: undefined symbol error in qtbase Date: Wed, 07 Aug 2019 16:12:57 +0430 Message-ID: <65762938-7616-4f2c-89b5-4abfe5fd4605@www.fastmail.com> References: <215dedf4-647c-45a9-ab55-db89b1ba9b7e@www.fastmail.com> <5ecf4ede-b518-1337-6814-0021b903c099@riseup.net> <87k1bpxlc5.fsf@elephly.net> <87imr9xl98.fsf@elephly.net> 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]:57115) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hvKLN-0005Se-M1 for help-guix@gnu.org; Wed, 07 Aug 2019 07:43:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hvKLM-0007jJ-Nn for help-guix@gnu.org; Wed, 07 Aug 2019 07:43:01 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:43829) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hvKLM-0007ik-AM for help-guix@gnu.org; Wed, 07 Aug 2019 07:43:00 -0400 In-Reply-To: <87imr9xl98.fsf@elephly.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Ricardo Wurmus Cc: help-guix@gnu.org On Wed, Aug 7, 2019, at 4:04 PM, Ricardo Wurmus wrote: >=20 > Ricardo Wurmus writes: >=20 > >> This is the package definition for `trojita` [=E2=80=A6] > > > > I copied this to the bottom of qt.scm (didn=E2=80=99t want to have t= o adjust any > > module imports) and built it just fine. > > > > So it looks like nothing=E2=80=99s wrong. >=20 > Ah, well, the problem is with running the executable. >=20 > The problem appears to be that qtbase contains references to both sqli= te > and sqlite-with-column-metadata. It should contain references to only= > one of the two, preferably the one with column metadata. >=20 > --=20 > Ricardo >=20 > Hi Ricardo, Thanks for quick reply. Yes, exactly, the problem is in running with this error: > trojita: symbol lookup error: /gnu/store/890yw9i7lcjnnxhlza8r121352xp1= hi-qtbase-5.11.3/lib/qt5/plugins/sqldrivers/libqsqlite.so: undefined sym= bol: sqlite3_column_table_name16 What's your idea/solution for it? Regards, Hamzeh