Your message dated Sun, 16 Oct 2005 11:50:59 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#324032: packagesearch: FTBFS: Links a shared lib against a static non-PIC lib. has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 19 Aug 2005 21:52:17 +0000 >From [EMAIL PROTECTED] Fri Aug 19 14:52:17 2005 Return-path: <[EMAIL PROTECTED]> Received: from poros.telenet-ops.be [195.130.132.44] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E6Emf-0006k2-00; Fri, 19 Aug 2005 14:52:17 -0700 Received: from localhost (localhost.localdomain [127.0.0.1]) by poros.telenet-ops.be (Postfix) with SMTP id B86473BC09D for <[EMAIL PROTECTED]>; Fri, 19 Aug 2005 23:52:16 +0200 (MEST) Received: from Q.roeckx.be (dD5775F4A.access.telenet.be [213.119.95.74]) by poros.telenet-ops.be (Postfix) with ESMTP id A2F053BC082 for <[EMAIL PROTECTED]>; Fri, 19 Aug 2005 23:52:16 +0200 (MEST) Received: by Q.roeckx.be (Postfix, from userid 501) id 2DF3D26136; Fri, 19 Aug 2005 23:52:16 +0200 (CEST) Date: Fri, 19 Aug 2005 23:52:16 +0200 From: Kurt Roeckx <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: packagesearch: FTBFS: Links a shared lib against a static non-PIC lib. Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: packagesearch Version: 1.3 Severity: serious Hi, Your package is creating a shared lib and is linking that to a static lib. This is not portable and fails on some arches with the following error: g++ -shared -o libdebtagsplugin.so .obj/debtagsplugin.o .obj/debtagsplugincontainer.o .obj/relatedplugin.o .obj/stringtagcollbuilder.o .obj/tagitem.o .obj/taglistviewitem.o .obj/tagselectionlistview.o .obj/tagselectionview.o .obj/tagselectionwidget.o .obj/selectioninputanddisplay.o .obj/selectedfacetsmatcher.o .obj/instantiations.o .obj/debtagspluginfactory.o .obj/singlesimpledebtags.o .obj/debtagssettingswidget.o .obj/choosentagsdisplay.o .obj/relatedfeedbackwidget.o .obj/relatedinput.o .obj/tagchooserwidget.o .obj/moc_debtagsplugin.o .obj/moc_debtagsplugincontainer.o .obj/moc_relatedplugin.o .obj/moc_taglistviewitem.o .obj/moc_tagselectionlistview.o .obj/moc_tagselectionwidget.o .obj/moc_selectioninputanddisplay.o .obj/moc_debtagssettingswidget.o .obj/moc_choosentagsdisplay.o .obj/moc_relatedfeedbackwidget.o .obj/moc_relatedinput.o .obj/moc_tagchooserwidget.o -L/usr/share/qt3/lib -ldebtags1 -ltagcoll1 -lkdecore -lqt-mt -lpthread /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/4.0.2/../../../../lib64/libdebtags1.a(Tag.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /usr/lib/gcc/x86_64-linux-gnu/4.0.2/../../../../lib64/libdebtags1.a: could not read symbols: Bad value debtags is not making a shared library because it's API is not stable yet. Either you will have to ask a pic version of the static library, wait until they make a shared library, or don't make a shared library yourself. Kurt --------------------------------------- Received: (at 324032-done) by bugs.debian.org; 16 Oct 2005 15:53:16 +0000 >From [EMAIL PROTECTED] Sun Oct 16 08:53:16 2005 Return-path: <[EMAIL PROTECTED]> Received: from mail.gmx.net [213.165.64.20] by spohr.debian.org with smtp (Exim 3.36 1 (Debian)) id 1ERAp2-00026o-00; Sun, 16 Oct 2005 08:53:16 -0700 Received: (qmail invoked by alias); 16 Oct 2005 15:52:44 -0000 Received: from dyn-wireless-155-203.Concordia.CA (EHLO dyn-wireless-155-203.Concordia.CA) [132.205.155.203] by mail.gmx.net (mp006) with SMTP; 16 Oct 2005 17:52:44 +0200 X-Authenticated: #834378 Subject: Re: Bug#324032: packagesearch: FTBFS: Links a shared lib against a static non-PIC lib. From: Benjamin Mesing <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Content-Type: text/plain Date: Sun, 16 Oct 2005 11:50:59 -0400 Message-Id: <[EMAIL PROTECTED]> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 2 Version: 2.0.2 Thanks for the report. This issue is fixed in 2.0.2 which depends on libapt-front now. libaot-front provides PIC compatability by default (and so does libtagcoll now). Best regards Benjamin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]