/usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread Robert P. J. Day
argh ... after just skipping the component that was causing the earlier error, i got further and then this: perl: symbol lookup error: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr error: Bad exit status from /home/rpjday/WindRiver/prj/4.3/vrf/build/perl-Convert-ASN1-0.21

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread 'lesleyb'
/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr error: Bad exit status from /home/rpjday/WindRiver/prj/4.3/vrf/build/perl-Convert-ASN1-0.21/rpm-tmp.42187 (%build) which looks like a symbol isn't in the symbol table of the shared object Cwd.so. can someone explain in general why

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread Robert P. J. Day
. perl: symbol lookup error: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr error: Bad exit status from /home/rpjday/WindRiver/prj/4.3/vrf/build/perl-Convert-ASN1-0.21/rpm-tmp.42187 (%build) which looks like a symbol isn't in the symbol table of the shared object Cwd.so

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread Paul Johnson
On Wed, Sep 21, 2011 at 08:31:10AM -0400, Robert P. J. Day wrote: On Wed, 21 Sep 2011, 'lesleyb' wrote: On Wed, Sep 21, 2011 at 07:24:51AM -0400, Robert P. J. Day wrote: perl: symbol lookup error: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr error: Bad exit

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread Robert P. J. Day
. perl: symbol lookup error: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr error: Bad exit status from /home/rpjday/WindRiver/prj/4.3/vrf/build/perl-Convert-ASN1-0.21/rpm-tmp.42187 (%build) which looks like a symbol isn't in the symbol table of the shared object Cwd.so

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread Robert P. J. Day
On Wed, 21 Sep 2011, Paul Johnson wrote: That symbol would be defined in libperl.so and is on my system.. It sounds very much as if this software is not playing nicely. Does it have its own version of perl, perhaps embedded? i think i may have addressed in my last post, where the build

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread Paul Johnson
and then this: Probably a good idea to unskip it and fix the problem there first. perl: symbol lookup error: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr error: Bad exit status from /home/rpjday/WindRiver/prj/4.3/vrf/build/perl-Convert-ASN1-0.21/rpm-tmp.42187 (%build

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread Robert P. J. Day
On Wed, 21 Sep 2011, Paul Johnson wrote: On Wed, Sep 21, 2011 at 09:17:40AM -0400, Robert P. J. Day wrote: ... snip ... but there's a possible solution. when one initially configures the project, one can select that *all* of those host tools will be rebuilt from scratch. that would

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

2011-09-21 Thread 'lesleyb'
On Wed, Sep 21, 2011 at 08:31:10AM -0400, Robert P. J. Day wrote: On Wed, 21 Sep 2011, 'lesleyb' wrote: On Wed, Sep 21, 2011 at 07:24:51AM -0400, Robert P. J. Day wrote: argh ... after just skipping the component that was causing the earlier error, i got further and then this:

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr [SOLVED?]

2011-09-21 Thread Robert P. J. Day
/vrf_host/host-cross/bin/perl: symbol lookup error: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr Makefile:41: *** [perl.mak] Error 127 and now another google shows me this: https://bugs.archlinux.org/task/24575 ah, so the build might just be picking up the totally wrong

Re: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr [SOLVED?]

2011-09-21 Thread 'lesleyb'
='/home/rpjday/WindRiver/prj/4.3/vrf_host/host-cross' /home/rpjday/WindRiver/prj/4.3/vrf_host/host-cross/bin/perl: symbol lookup error: /usr/lib/perl5/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr Makefile:41: *** [perl.mak] Error 127 and now another google shows me this: https