From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: undefined symbol error in qtbase Date: Thu, 08 Aug 2019 10:12:08 +0200 Message-ID: <87zhkkvzxj.fsf@elephly.net> 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]:34640) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hvdX5-0008UP-Fd for help-guix@gnu.org; Thu, 08 Aug 2019 04:12:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hvdX4-0000R2-As for help-guix@gnu.org; Thu, 08 Aug 2019 04:12:23 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21320) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hvdX3-0000PW-IQ for help-guix@gnu.org; Thu, 08 Aug 2019 04:12:22 -0400 In-reply-to: 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: Hamzeh Nasajpour Cc: help-guix@gnu.org Hamzeh Nasajpour writes: >> The problem appears to be that qtbase contains references to both sqlite >> 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-metada= ta` 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. I wrote =E2=80=9Creferences=E2=80=9D; I meant the qtbase package closure. = When you look at =E2=80=9Cguix graph=E2=80=9D for qtbase you=E2=80=99ll find other users = of =E2=80=9Csqlite=E2=80=9D. --=20 Ricardo