From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: undefined symbol error in qtbase Date: Wed, 07 Aug 2019 13:33:55 +0200 Message-ID: <87imr9xl98.fsf@elephly.net> References: <215dedf4-647c-45a9-ab55-db89b1ba9b7e@www.fastmail.com> <5ecf4ede-b518-1337-6814-0021b903c099@riseup.net> <87k1bpxlc5.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]:55615) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hvKCh-0000lA-0A for help-guix@gnu.org; Wed, 07 Aug 2019 07:34:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hvKCg-0002rr-5E for help-guix@gnu.org; Wed, 07 Aug 2019 07:34:02 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21329) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hvKCf-0002rE-Vx for help-guix@gnu.org; Wed, 07 Aug 2019 07:34:02 -0400 In-reply-to: <87k1bpxlc5.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: Hamzeh Nasajpour Cc: help-guix@gnu.org Ricardo Wurmus writes: >> 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 adj= ust any > module imports) and built it just fine. > > So it looks like nothing=E2=80=99s wrong. Ah, well, the problem is with running the executable. 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. --=20 Ricardo