All of lore.kernel.org
 help / color / mirror / Atom feed
* Error when building libdbi-sqlite-perl
@ 2012-05-22  6:48 Patrick
  2012-05-22  7:24 ` Patrick
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick @ 2012-05-22  6:48 UTC (permalink / raw)
  To: poky

[-- Attachment #1: Type: text/plain, Size: 1915 bytes --]

Dear all,

I am using Yocto/Poky to build my own ARM based embedded system. In this 
system we use Perl and SQLite and DBI is used to interface Perl to SQLite.
I was using poky 6.0.1 and everything was building nicely.

Now I have moved my own layer to poky 7.0 and I have a strange error 
when building libdbi-sqlite-perl:

> NOTE: Running task 500 of 721 (ID: 6, poky-denzil-7.0/meta-s/recipes-devtools/libdbi-sqlite-perl/libdbi-sqlite-perl_1.36.bb, do_configure)
> NOTE: package libdbi-sqlite-perl-1.36-r1: task do_configure: Started
> ERROR: Function failed: do_configure (see build-sb-dev-7.0/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/libdbi-sqlite-perl-1.36-r1/temp/log.do_configure.27922 for further information)
> ERROR: Logfile of failure stored in: build-sb-dev-7.0/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/libdbi-sqlite-perl-1.36-r1/temp/log.do_configure.27922
> Log data follows:
> | ERROR: Function failed: do_configure (see build-sb-dev-7.0/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/libdbi-sqlite-perl-1.36-r1/temp/log.do_configure.27922 for further information)
> | *** Module name IN: build-sb-dev-7.0/tmp/sysroots/sb/usr/lib/perl/5.14.2/Cwd.pm
> | *** p1: build-sb-dev-7.0/tmp/sysroots/sb/usr/lib/  p3: perl/5.14.2/  p5: Cwd.pm
> | *** Module name OUT: build-sb-dev-7.0/tmp/sysroots/i686-linux/usr/lib/perl-native/perl/5.14.2/Cwd.pm
> | build-sb-dev-7.0/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/libdbi-sqlite-perl-1.36-r1/temp/run.do_configure.27922: line 85: 27924 Broken pipe             yes ''
> |      27925 Segmentation fault      | perl Makefile.PL
> NOTE: package libdbi-sqlite-perl-1.36-r1: task do_configure: Failed
> ERROR: Task 6 (poky-denzil-7.0/meta-s/recipes-devtools/libdbi-sqlite-perl/libdbi-sqlite-perl_1.36.bb, do_configure) failed with exit code '1'

The recipes is from OE and is attached to this mail.

Any help/idea is welcome !

Patrick

[-- Attachment #2: libdbi-sqlite-perl_1.36.bb --]
[-- Type: application/x-extension-bb, Size: 1027 bytes --]

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

* Re: Error when building libdbi-sqlite-perl
  2012-05-22  6:48 Error when building libdbi-sqlite-perl Patrick
@ 2012-05-22  7:24 ` Patrick
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick @ 2012-05-22  7:24 UTC (permalink / raw)
  To: poky

On 05/22/2012 08:48 AM, Patrick wrote:
> Dear all,
>
> I am using Yocto/Poky to build my own ARM based embedded system. In this
> system we use Perl and SQLite and DBI is used to interface Perl to SQLite.
> I was using poky 6.0.1 and everything was building nicely.
>
> Now I have moved my own layer to poky 7.0 and I have a strange error
> when building libdbi-sqlite-perl:
>
>> NOTE: Running task 500 of 721 (ID: 6,
>> poky-denzil-7.0/meta-s/recipes-devtools/libdbi-sqlite-perl/libdbi-sqlite-perl_1.36.bb,
>> do_configure)
>> NOTE: package libdbi-sqlite-perl-1.36-r1: task do_configure: Started
>> ERROR: Function failed: do_configure (see
>> build-sb-dev-7.0/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/libdbi-sqlite-perl-1.36-r1/temp/log.do_configure.27922
>> for further information)
>> ERROR: Logfile of failure stored in:
>> build-sb-dev-7.0/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/libdbi-sqlite-perl-1.36-r1/temp/log.do_configure.27922
>>
>> Log data follows:
>> | ERROR: Function failed: do_configure (see
>> build-sb-dev-7.0/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/libdbi-sqlite-perl-1.36-r1/temp/log.do_configure.27922
>> for further information)
>> | *** Module name IN:
>> build-sb-dev-7.0/tmp/sysroots/sb/usr/lib/perl/5.14.2/Cwd.pm
>> | *** p1: build-sb-dev-7.0/tmp/sysroots/sb/usr/lib/ p3: perl/5.14.2/
>> p5: Cwd.pm
>> | *** Module name OUT:
>> build-sb-dev-7.0/tmp/sysroots/i686-linux/usr/lib/perl-native/perl/5.14.2/Cwd.pm
>>
>> |
>> build-sb-dev-7.0/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/libdbi-sqlite-perl-1.36-r1/temp/run.do_configure.27922:
>> line 85: 27924 Broken pipe yes ''
>> | 27925 Segmentation fault | perl Makefile.PL
>> NOTE: package libdbi-sqlite-perl-1.36-r1: task do_configure: Failed
>> ERROR: Task 6
>> (poky-denzil-7.0/meta-s/recipes-devtools/libdbi-sqlite-perl/libdbi-sqlite-perl_1.36.bb,
>> do_configure) failed with exit code '1'
>
> The recipes is from OE and is attached to this mail.
>
> Any help/idea is welcome !
>
> Patrick
>
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky

I reply myself If I use Perl 5.12.3 from Poky 6.0.1 in Poky 7.0 it work 
nicely. I will try to contact the author of libdbi-sqlite-perl...

Patrick


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

end of thread, other threads:[~2012-05-22  7:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-22  6:48 Error when building libdbi-sqlite-perl Patrick
2012-05-22  7:24 ` Patrick

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.