Skip Menu |

This queue is for tickets about the Wx-Scintilla CPAN distribution.

Report information
The Basics
Id: 69115
Status: resolved
Priority: 0/
Queue: Wx-Scintilla

People
Owner: Nobody in particular
Requestors: info1 [...] wolframhumann.de
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.15
Fixed in: (no value)



Subject: Building Wx::Scintilla fails in relocatable perl
Building Wx::Scintilla fails for me due to a realtive path used in '- I.../../lib/5.10.1/x86_64-linux-thread-multi/CORE'. I expect that this happens when perl is built with -Duserelocatableinc. Replacing "'-I' . $Config{archlib} . '/CORE'" with "'-I' . $Config{archlibexp} . '/CORE'" in inc\Module\Build\Scintilla\GTK.pm and it's siblings fixes this.
On Tue Jun 28 06:47:31 2011, whumann wrote: Show quoted text
> Building Wx::Scintilla fails for me due to a realtive path used in '- > I.../../lib/5.10.1/x86_64-linux-thread-multi/CORE'. I expect that this > happens when perl is built with -Duserelocatableinc. > > Replacing > "'-I' . $Config{archlib} . '/CORE'" > with > "'-I' . $Config{archlibexp} . '/CORE'" > in inc\Module\Build\Scintilla\GTK.pm and it's siblings fixes this.
I will try to fix it as soon as I have relocatable Perl via perlbrew. Thanks for reporting it.
Fixed in 0.16. Please let me know if it works for you or not. http://cpan.cpantesters.org/authors/id/A/AZ/AZAWAWI/Wx-Scintilla- 0.16.tar.gz Thanks, Ahmad M. Zawawi
Am Di 28. Jun 2011, 08:10:17, AZAWAWI schrieb: Show quoted text
> Fixed in 0.16. Please let me know if it works for you or not. > http://cpan.cpantesters.org/authors/id/A/AZ/AZAWAWI/Wx-Scintilla- > 0.16.tar.gz
0.16 works for me. Thanks!
Subject: Re: [rt.cpan.org #69115] Building Wx::Scintilla fails in relocatable perl
Date: Tue, 28 Jun 2011 13:17:58 +0200
To: bug-Wx-Scintilla [...] rt.cpan.org
From: Wolfram Humann <w.c.humann [...] arcor.de>
On 28.06.2011 13:00, Ahmad M. Zawawi via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=69115> > > On Tue Jun 28 06:47:31 2011, whumann wrote:
>> Building Wx::Scintilla fails for me due to a realtive path used in '- >> I.../../lib/5.10.1/x86_64-linux-thread-multi/CORE'. I expect that this >> happens when perl is built with -Duserelocatableinc. >> >> Replacing >> "'-I' . $Config{archlib} . '/CORE'" >> with >> "'-I' . $Config{archlibexp} . '/CORE'" >> in inc\Module\Build\Scintilla\GTK.pm and it's siblings fixes this.
> I will try to fix it as soon as I have relocatable Perl via perlbrew. > > Thanks for reporting it.
FYI, this is from Porting/Glossary : archlib (archlib.U): This variable holds the name of the directory in which the user wants to put architecture-dependent public library files for $package. It is most often a local directory such as /usr/local/lib. Programs using this variable must be prepared to deal with filename expansion. archlibexp (archlib.U): This variable is the same as the archlib variable, but is filename expanded at configuration time, for convenient use.
Thanks for info. I am closing this one as resolved. Regards, Ahmad M. Zawawi