From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hamzeh Nasajpour" Subject: Re: undefined symbol error in qtbase Date: Mon, 12 Aug 2019 16:38:41 +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> <87zhkkvzxj.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]:39818) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hx981-0007hC-KC for help-guix@gnu.org; Mon, 12 Aug 2019 08:08:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hx980-0006vG-Ku for help-guix@gnu.org; Mon, 12 Aug 2019 08:08:45 -0400 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:53851) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hx980-0006uP-7N for help-guix@gnu.org; Mon, 12 Aug 2019 08:08:44 -0400 In-Reply-To: <87zhkkvzxj.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 Hi Ricardo, Thanks for your help. Now I repackage the `qtbase` and remove the `sqlite` from this line: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/qt.scm#n536= The problem resolved and the `trojita` installed and run successfully.=20= Regards, Hamzeh On Thu, Aug 8, 2019, at 12:42 PM, Ricardo Wurmus wrote: >=20 > Hamzeh Nasajpour writes: >=20 > >> The problem appears to be that qtbase contains references to both s= qlite > >> and sqlite-with-column-metadata. It should contain references to o= nly > >> one of the two, preferably the one with column metadata. > > > > Seems that `qtbase` has only one dependency to `sqlite-with-column-m= etadata` 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. >=20 > I wrote =E2=80=9Creferences=E2=80=9D; I meant the qtbase package closu= re. When you look > at =E2=80=9Cguix graph=E2=80=9D for qtbase you=E2=80=99ll find other u= sers of =E2=80=9Csqlite=E2=80=9D. >=20 > --=20 > Ricardo >=20 >