Your message dated Thu, 6 Oct 2005 15:58:24 +0200 (CEST)
with message-id <[EMAIL PROTECTED]>
and subject line gem: FTBFS: Linking shared lib against 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; 21 Aug 2005 15:46:03 +0000
>From [EMAIL PROTECTED] Sun Aug 21 08:46:03 2005
Return-path: <[EMAIL PROTECTED]>
Received: from adicia.telenet-ops.be [195.130.132.56]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E6s1L-0006uT-00; Sun, 21 Aug 2005 08:46:03 -0700
Received: from localhost (localhost.localdomain [127.0.0.1])
by adicia.telenet-ops.be (Postfix) with SMTP id 7FE83440E2
for <[EMAIL PROTECTED]>; Sun, 21 Aug 2005 17:46:02 +0200 (MEST)
Received: from Q.roeckx.be (dD5775F4A.access.telenet.be [213.119.95.74])
by adicia.telenet-ops.be (Postfix) with ESMTP id 6B3E14415A
for <[EMAIL PROTECTED]>; Sun, 21 Aug 2005 17:46:02 +0200 (MEST)
Received: by Q.roeckx.be (Postfix, from userid 501)
id 276EB26136; Sun, 21 Aug 2005 17:46:02 +0200 (CEST)
Date: Sun, 21 Aug 2005 17:46:01 +0200
From: Kurt Roeckx <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: gem: FTBFS: Linking shared lib against 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: gem
Version: 1:0.90.0-17
Severity: serious
Hi,
Your package is failing to build because you're linking a shared
library against a static non-PIC lib:
g++ -o Gem.pd_linux -shared ../Manips/*.o ../Particles/*.o ../Base/*.o
../MarkEx/*.o ../Pixes/*.o ../Controls/*.o ../Nongeos/*.o ../Geos/*.o
../openGL/*.o -ldc1394_control -lvorbis -lvorbisenc -lftgl -ldv -lmpeg3
-lquicktime -lavformat_pic -lavcodec_pic -ldts -lpng -ljpeg -ltiff -lGLU -lGL
-ldl -lz -lm -lfreetype -lz
/usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.0.2/../../../../lib64/libftgl.a(FTFont.o):
relocation R_X86_64_32S against `vtable for FTFont' can not be used when making
a shared object; recompile with -fPIC
/usr/lib/gcc/x86_64-linux-gnu/4.0.2/../../../../lib64/libftgl.a: could not read
symbols: Bad value
collect2: ld returned 1 exit status
make[2]: *** [Gem.pd_linux] Error 1
ftgl does not provide a shared version of the library, but
it does provide a pic version of it. You can link against
the pic version using -lftgl_pic instead of -lftgl. (Just
as you already do for some others.)
(Also see #315330)
Kurt
---------------------------------------
Received: (at 324339-done) by bugs.debian.org; 6 Oct 2005 13:58:33 +0000
>From [EMAIL PROTECTED] Thu Oct 06 06:58:33 2005
Return-path: <[EMAIL PROTECTED]>
Received: from xdv.org [62.116.9.23] (root)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1ENWGW-0001AR-00; Thu, 06 Oct 2005 06:58:32 -0700
Received: from xdv.org ([EMAIL PROTECTED] [62.116.9.23])
by xdv.org (8.13.5/8.13.3/Debian-6) with ESMTP id j96DwOPA004204
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
for <[EMAIL PROTECTED]>; Thu, 6 Oct 2005 15:58:25 +0200
Date: Thu, 6 Oct 2005 15:58:24 +0200 (CEST)
From: Guenter Geiger <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: gem: FTBFS: Linking shared lib against static non-PIC lib
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
> Your package is failing to build because you're linking a shared
> library against a static non-PIC lib:
Fixed by building against ftgl_pic
Guenter
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]