From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hamzeh Nasajpour" Subject: Re: undefined symbol error in qtbase Date: Thu, 08 Aug 2019 11:36:58 +0430 Message-ID: References: <215dedf4-647c-45a9-ab55-db89b1ba9b7e@www.fastmail.com> <5ecf4ede-b518-1337-6814-0021b903c099@riseup.net> <87k1bpxlc5.fsf@elephly.net> <87imr9xl98.fsf@elephly.net> <65762938-7616-4f2c-89b5-4abfe5fd4605@www.fastmail.com> 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]:52286) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hvcVr-0004vg-UZ for help-guix@gnu.org; Thu, 08 Aug 2019 03:07:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hvcVq-0006lb-LL for help-guix@gnu.org; Thu, 08 Aug 2019 03:07:03 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:60129) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hvcVq-0006is-BI for help-guix@gnu.org; Thu, 08 Aug 2019 03:07:02 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 7BF0821CDA for ; Thu, 8 Aug 2019 03:06:59 -0400 (EDT) In-Reply-To: <65762938-7616-4f2c-89b5-4abfe5fd4605@www.fastmail.com> 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: help-guix@gnu.org Hi Ricardo, > 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. Seems that `qtbase` has only one dependency to `sqlite-with-column-metad= ata` here: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/qt.scm#n578= Did you see the `qtbase` package definition? I don't see `sqlite` in it'= s package definition. Regards, Hamzeh On Wed, Aug 7, 2019, at 4:13 PM, Hamzeh Nasajpour wrote: >=20 >=20 > 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= to 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 sq= lite > > and sqlite-with-column-metadata. It should contain references to on= ly > > one of the two, preferably the one with column metadata. > >=20 > > --=20 > > Ricardo > >=20 > > >=20 > Hi Ricardo, >=20 > Thanks for quick reply. >=20 > Yes, exactly, the problem is in running with this error: > > trojita: symbol lookup error: /gnu/store/890yw9i7lcjnnxhlza8r121352x= p1hi-qtbase-5.11.3/lib/qt5/plugins/sqldrivers/libqsqlite.so: undefined s= ymbol: sqlite3_column_table_name16 >=20 > What's your idea/solution for it? >=20 > Regards, > Hamzeh >=20 >