Skip Menu |

This queue is for tickets about the Text-BibTeX CPAN distribution.

Report information
The Basics
Id: 40675
Status: resolved
Priority: 0/
Queue: Text-BibTeX

People
Owner: Nobody in particular
Requestors: frank.wiegand [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.38
Fixed in: (no value)



Subject: compile error on x86_64
The Text-BibTeX distribution does not compile on the x86_64 platform: $ make [gcc output] rm -f blib/arch/auto/Text/BibTeX/BibTeX.so cc -shared -O2 -g -L/usr/local/lib BibTeX.o btxs_support.o -o blib/arch/auto/Text/BibTeX/BibTeX.so btparse/src/.libs/libbtparse.a \ \ /usr/bin/ld: btparse/src/.libs/libbtparse.a(init.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC btparse/src/.libs/libbtparse.a: could not read symbols: Bad value collect2: ld returned 1 exit status make: *** [blib/arch/auto/Text/BibTeX/BibTeX.so] Error 1 See this CPAN testers report for the full compiler output: http://www.nntp.perl.org/group/perl.cpan.testers/2008/10/msg2410732.html Thanks, Frank
On Wed Nov 05 03:35:36 2008, frank.wiegand wrote: Show quoted text
> The Text-BibTeX distribution does not compile on the x86_64 platform: > > $ make > [gcc output] > > rm -f blib/arch/auto/Text/BibTeX/BibTeX.so > cc -shared -O2 -g -L/usr/local/lib BibTeX.o btxs_support.o -o > blib/arch/auto/Text/BibTeX/BibTeX.so btparse/src/.libs/libbtparse.a \ > \ > > /usr/bin/ld: btparse/src/.libs/libbtparse.a(init.o): relocation > R_X86_64_32 against `a local symbol' can not be used when making a > shared object; recompile with -fPIC > btparse/src/.libs/libbtparse.a: could not read symbols: Bad value > collect2: ld returned 1 exit status > make: *** [blib/arch/auto/Text/BibTeX/BibTeX.so] Error 1 > > > See this CPAN testers report for the full compiler output: > http://www.nntp.perl.org/group/perl.cpan.testers/2008/10/msg2410732.html > > Thanks, Frank
Any chance on trying 0.40? Thanks.
Subject: Re: [rt.cpan.org #40675] compile error on x86_64
Date: Thu, 11 Mar 2010 23:07:26 +0100
To: bug-Text-BibTeX [...] rt.cpan.org
From: Frank Wiegand <frank.wiegand [...] gmail.com>
Am Donnerstag, den 11.03.2010, 13:46 -0500 schrieb Alberto Simões via RT: Show quoted text
Show quoted text
> Any chance on trying 0.40?
Works: http://www.nntp.perl.org/group/perl.cpan.testers/2010/03/msg6925214.html Great! Thanks, Frank
Fixed, thanks.
Subject: Re: [rt.cpan.org #40675] compile error on x86_64
Date: Thu, 11 Mar 2010 22:21:25 +0000
To: bug-Text-BibTeX [...] rt.cpan.org
From: Alberto Simoes <ambs [...] perl-hackers.net>
On 11/03/2010 22:09, Frank Wiegand via RT wrote: Show quoted text
> Queue: Text-BibTeX > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=40675 > > > Am Donnerstag, den 11.03.2010, 13:46 -0500 schrieb Alberto Simões via RT: >
>> Any chance on trying 0.40?
> > Works: > http://www.nntp.perl.org/group/perl.cpan.testers/2010/03/msg6925214.html > > > Great! > Thanks, Frank > >
Thank you very much :)