public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* Relocatable SDK Perl issues
@ 2013-02-18 11:48 Jack Mitchell
  2013-02-18 11:50 ` Jack Mitchell
  0 siblings, 1 reply; 3+ messages in thread
From: Jack Mitchell @ 2013-02-18 11:48 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

The relocatable SDK seems to have had it's perl issues slipped back in 
somewhere.

Running autoreconf -i on my autotools application leads to the following:

Can't locate strict.pm in @INC (@INC contains: 
/mnt/SSD/r0005sdk/130213r0/sysroots/x86_64-oecore-linux/usr/share/autoconf 
/opt/dblinux/1.0-20130213/sysroots/x86_64-oecore-linux/usr/lib/perl/site_perl/5.14.3/ 
/opt/dblinux/1.0-20130213/sysroots/x86_64-oecore-linux/usr/lib/perl/site_perl/5.14.3 
/opt/dblinux/1.0-20130213/sysroots/x86_64-oecore-linux/usr/lib/perl/vendor_perl/5.14.3/ 
/opt/dblinux/1.0-20130213/sysroots/x86_64-oecore-linux/usr/lib/perl/vendor_perl/5.14.3 
/opt/dblinux/1.0-20130213/sysroots/x86_64-oecore-linux/usr/lib/perl/5.14.3/ 
/opt/dblinux/1.0-20130213/sysroots/x86_64-oecore-linux/usr/lib/perl/5.14.3 
/opt/dblinux/1.0-20130213/sysroots/x86_64-oecore-linux/usr/lib/perl/5.14.3 
.) at 
/mnt/SSD/r0005sdk/130213r0/sysroots/x86_64-oecore-linux/usr/share/autoconf/Autom4te/Channels.pm 
line 70.
BEGIN failed--compilation aborted at 
/mnt/SSD/r0005sdk/130213r0/sysroots/x86_64-oecore-linux/usr/share/autoconf/Autom4te/Channels.pm 
line 70.
Compilation failed in require at 
/mnt/SSD/r0005sdk/130213r0/sysroots/x86_64-oecore-linux/usr/share/autoconf/Autom4te/ChannelDefs.pm 
line 19.
BEGIN failed--compilation aborted at 
/mnt/SSD/r0005sdk/130213r0/sysroots/x86_64-oecore-linux/usr/share/autoconf/Autom4te/ChannelDefs.pm 
line 19.
Compilation failed in require at 
/mnt/SSD/r0005sdk/130213r0/sysroots/x86_64-oecore-linux/usr/bin/gnu-configize 
line 40.
BEGIN failed--compilation aborted at 
/mnt/SSD/r0005sdk/130213r0/sysroots/x86_64-oecore-linux/usr/bin/gnu-configize 
line 40.
autoreconf: gnu-configize failed with exit status: 2

Any ideas? This was broken a while ago (~6 months), and then was fixed 
(~2 months) and it seems to have regressed again somewhere along the way.

-- 

   Jack Mitchell (jack@embed.me.uk)
   Embedded Systems Engineer
   http://www.embed.me.uk

--




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Relocatable SDK Perl issues
  2013-02-18 11:48 Relocatable SDK Perl issues Jack Mitchell
@ 2013-02-18 11:50 ` Jack Mitchell
  2013-02-19 21:22   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Jack Mitchell @ 2013-02-18 11:50 UTC (permalink / raw)
  To: openembedded-core

On 18/02/13 11:48, Jack Mitchell wrote:
> The relocatable SDK seems to have had it's perl issues slipped back in 
> somewhere.
>
> Running autoreconf -i on my autotools application leads to the following:
>
> Can't locate strict.pm in @INC (@INC contains: 
> /mnt/SSD/r0005sdk/130213r0/sysroots/x86_64-oecore-linux/usr/share/autoconf 
> /opt/dblinux/1.0-20130213/sysroots/x86_64-oecore-linux/usr/lib/perl/site_perl/5.14.3/ 
> /opt/dblinux/1.0-20130213/sysroots/x86_64-oecore-linux/usr/lib/perl/site_perl/5.14.3 
> /opt/dblinux/1.0-20130213/sysroots/x86_64-oecore-linux/usr/lib/perl/vendor_perl/5.14.3/ 
> /opt/dblinux/1.0-20130213/sysroots/x86_64-oecore-linux/usr/lib/perl/vendor_perl/5.14.3 
> /opt/dblinux/1.0-20130213/sysroots/x86_64-oecore-linux/usr/lib/perl/5.14.3/ 
> /opt/dblinux/1.0-20130213/sysroots/x86_64-oecore-linux/usr/lib/perl/5.14.3 
> /opt/dblinux/1.0-20130213/sysroots/x86_64-oecore-linux/usr/lib/perl/5.14.3 
> .) at 
> /mnt/SSD/r0005sdk/130213r0/sysroots/x86_64-oecore-linux/usr/share/autoconf/Autom4te/Channels.pm 
> line 70.
> BEGIN failed--compilation aborted at 
> /mnt/SSD/r0005sdk/130213r0/sysroots/x86_64-oecore-linux/usr/share/autoconf/Autom4te/Channels.pm 
> line 70.
> Compilation failed in require at 
> /mnt/SSD/r0005sdk/130213r0/sysroots/x86_64-oecore-linux/usr/share/autoconf/Autom4te/ChannelDefs.pm 
> line 19.
> BEGIN failed--compilation aborted at 
> /mnt/SSD/r0005sdk/130213r0/sysroots/x86_64-oecore-linux/usr/share/autoconf/Autom4te/ChannelDefs.pm 
> line 19.
> Compilation failed in require at 
> /mnt/SSD/r0005sdk/130213r0/sysroots/x86_64-oecore-linux/usr/bin/gnu-configize 
> line 40.
> BEGIN failed--compilation aborted at 
> /mnt/SSD/r0005sdk/130213r0/sysroots/x86_64-oecore-linux/usr/bin/gnu-configize 
> line 40.
> autoreconf: gnu-configize failed with exit status: 2
>
> Any ideas? This was broken a while ago (~6 months), and then was fixed 
> (~2 months) and it seems to have regressed again somewhere along the way.
>

I see a bug that may be along the same lines here: 
https://bugzilla.yoctoproject.org/show_bug.cgi?id=3338

Could anyone confirm it's the same issue, if so; I'll sit quiet :)

-- 

   Jack Mitchell (jack@embed.me.uk)
   Embedded Systems Engineer
   http://www.embed.me.uk

--




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Relocatable SDK Perl issues
  2013-02-18 11:50 ` Jack Mitchell
@ 2013-02-19 21:22   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2013-02-19 21:22 UTC (permalink / raw)
  To: ml; +Cc: openembedded-core

On Mon, 2013-02-18 at 11:50 +0000, Jack Mitchell wrote:
> On 18/02/13 11:48, Jack Mitchell wrote:
> > The relocatable SDK seems to have had it's perl issues slipped back in 
> > somewhere.
> >
> > Running autoreconf -i on my autotools application leads to the following:
> >
> > Can't locate strict.pm in @INC (@INC contains: 
> > /mnt/SSD/r0005sdk/130213r0/sysroots/x86_64-oecore-linux/usr/share/autoconf 
> > /opt/dblinux/1.0-20130213/sysroots/x86_64-oecore-linux/usr/lib/perl/site_perl/5.14.3/ 
> > /opt/dblinux/1.0-20130213/sysroots/x86_64-oecore-linux/usr/lib/perl/site_perl/5.14.3 
> > /opt/dblinux/1.0-20130213/sysroots/x86_64-oecore-linux/usr/lib/perl/vendor_perl/5.14.3/ 
> > /opt/dblinux/1.0-20130213/sysroots/x86_64-oecore-linux/usr/lib/perl/vendor_perl/5.14.3 
> > /opt/dblinux/1.0-20130213/sysroots/x86_64-oecore-linux/usr/lib/perl/5.14.3/ 
> > /opt/dblinux/1.0-20130213/sysroots/x86_64-oecore-linux/usr/lib/perl/5.14.3 
> > /opt/dblinux/1.0-20130213/sysroots/x86_64-oecore-linux/usr/lib/perl/5.14.3 
> > .) at 
> > /mnt/SSD/r0005sdk/130213r0/sysroots/x86_64-oecore-linux/usr/share/autoconf/Autom4te/Channels.pm 
> > line 70.
> > BEGIN failed--compilation aborted at 
> > /mnt/SSD/r0005sdk/130213r0/sysroots/x86_64-oecore-linux/usr/share/autoconf/Autom4te/Channels.pm 
> > line 70.
> > Compilation failed in require at 
> > /mnt/SSD/r0005sdk/130213r0/sysroots/x86_64-oecore-linux/usr/share/autoconf/Autom4te/ChannelDefs.pm 
> > line 19.
> > BEGIN failed--compilation aborted at 
> > /mnt/SSD/r0005sdk/130213r0/sysroots/x86_64-oecore-linux/usr/share/autoconf/Autom4te/ChannelDefs.pm 
> > line 19.
> > Compilation failed in require at 
> > /mnt/SSD/r0005sdk/130213r0/sysroots/x86_64-oecore-linux/usr/bin/gnu-configize 
> > line 40.
> > BEGIN failed--compilation aborted at 
> > /mnt/SSD/r0005sdk/130213r0/sysroots/x86_64-oecore-linux/usr/bin/gnu-configize 
> > line 40.
> > autoreconf: gnu-configize failed with exit status: 2
> >
> > Any ideas? This was broken a while ago (~6 months), and then was fixed 
> > (~2 months) and it seems to have regressed again somewhere along the way.
> >
> 
> I see a bug that may be along the same lines here: 
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=3338
> 
> Could anyone confirm it's the same issue, if so; I'll sit quiet :)

Its probably related, hard to tell for sure. It would be good if we
could get this resolved.

Cheers,

Richard






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-02-19 21:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-18 11:48 Relocatable SDK Perl issues Jack Mitchell
2013-02-18 11:50 ` Jack Mitchell
2013-02-19 21:22   ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox