All of lore.kernel.org
 help / color / mirror / Atom feed
* Building Perl-5.22.1-r0 on Arch Linux fails with QA Issue
@ 2016-06-29 19:24 Daniel Kriesten
  2016-06-29 19:47 ` Burton, Ross
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Kriesten @ 2016-06-29 19:24 UTC (permalink / raw)
  To: openembedded-core

Dear List,

Building a Yocto BSP fails with
ERROR: QA Issue: Architecture did not match (…) on work/i586-poky-linux/perl/5.22.1-r0/packages…

My build host is running a 64-bit Arch Linux*. I downgraded to gcc-multilibs-5.3.0, the rest of the system is up-to-date.

I tried several traget architectures (i586, i.MX6) as well as different BSPs. But they all fail with the perl QA Issue. Unfortunately, I don’t get a answer out of google. Thus, I hope someone here can lend me a hand?

*I know, it’s not perfect. But I do not have an other machine at hand, yet.

-- 
Daniel Kriesten
daniel@die-kriestens.de
http://www.die-kriestens.de



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

* Re: Building Perl-5.22.1-r0 on Arch Linux fails with QA Issue
  2016-06-29 19:24 Building Perl-5.22.1-r0 on Arch Linux fails with QA Issue Daniel Kriesten
@ 2016-06-29 19:47 ` Burton, Ross
  2016-06-30  6:03   ` Daniel Kriesten
  0 siblings, 1 reply; 7+ messages in thread
From: Burton, Ross @ 2016-06-29 19:47 UTC (permalink / raw)
  To: Daniel Kriesten; +Cc: OE-core

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

On 29 June 2016 at 20:24, Daniel Kriesten <embedded@die-kriestens.de> wrote:

> ERROR: QA Issue: Architecture did not match (…) on
> work/i586-poky-linux/perl/5.22.1-r0/packages…
>

Can you fill in the ... so we're not guessing what the error actually is?

Ross

[-- Attachment #2: Type: text/html, Size: 718 bytes --]

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

* Re: Building Perl-5.22.1-r0 on Arch Linux fails with QA Issue
  2016-06-29 19:47 ` Burton, Ross
@ 2016-06-30  6:03   ` Daniel Kriesten
  2016-06-30 16:56     ` Burton, Ross
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Kriesten @ 2016-06-30  6:03 UTC (permalink / raw)
  To: OE-core

Sorry. I thought it’s more like a RTFM-answer. So here is the error message.

Oh - well. Thanks for bringing me thus far. while reproducing the error, I see a difference as well. Here is the from ssl-community. It complains about uudmap. When building for i586, the message was a different one. Reproducing that one will take some hours.

---------- >8 ----------
WARNING: Host distribution "Arch-rolling" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
Loading cache: 100% |##################################################################################| ETA:  00:00:00
Loaded 2197 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION        = "1.30.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "universal"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "imx6q-elo"
DISTRO            = "poky"
DISTRO_VERSION    = "2.1"
TUNE_FEATURES     = "arm armv7a vfp thumb neon       callconvention-hard       cortexa9"
TARGET_FPU        = "hard"
meta
meta-poky         = "HEAD:4376fb851791a1fb514873ad239d516dd7159341"
meta-oe
meta-multimedia   = "HEAD:247b1267bbe95719cd4877d2d3cfbaf2a2f4865a"
meta-fsl-arm      = "HEAD:3f34509381092a893b8efe4451018b8d67a5abf6"
meta-fsl-arm-extra = "HEAD:698cf389aa446244a39b597fbf58be1d55096500"
meta-fsl-demos    = "HEAD:7e4237db1f48cbbde776b17a66d71def14e3809e"

NOTE: Preparing RunQueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks

ERROR: perl-5.22.1-r0 do_package: objcopy failed with exit code 256 (cmd was 'arm-poky-linux-gnueabi-objcopy' --only-keep-debug '/home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/package/usr/lib/perl/ptest/generate_uudmap' '/home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/package/usr/lib/perl/ptest/.debug/generate_uudmap'):
arm-poky-linux-gnueabi-objcopy:/home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/package/usr/lib/perl/ptest/generate_uudmap: File format not recognized
ERROR: perl-5.22.1-r0 do_package: Function failed: split_and_strip_files
ERROR: Logfile of failure stored in: /home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/temp/log.do_package.31441
ERROR: Task 1126 (/home/krid/Develop/Yocto/fsl-community-bsp/sources/poky/meta/recipes-devtools/perl/perl_5.22.1.bb, do_package) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1436 tasks of which 1414 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:

Summary: 1 task failed:
  /home/krid/Develop/Yocto/fsl-community-bsp/sources/poky/meta/recipes-devtools/perl/perl_5.22.1.bb, do_package
Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
---------- 8< ----------


> Am 29.06.2016 um 21:47 schrieb Burton, Ross <ross.burton@intel.com>:
> 
> 
> On 29 June 2016 at 20:24, Daniel Kriesten <embedded@die-kriestens.de> wrote:
> ERROR: QA Issue: Architecture did not match (…) on work/i586-poky-linux/perl/5.22.1-r0/packages…
> 
> Can you fill in the ... so we're not guessing what the error actually is?
> 
> Ross


-- 
Daniel Kriesten
daniel@die-kriestens.de
http://www.die-kriestens.de



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

* Re: Building Perl-5.22.1-r0 on Arch Linux fails with QA Issue
  2016-06-30  6:03   ` Daniel Kriesten
@ 2016-06-30 16:56     ` Burton, Ross
  2016-07-01  5:49       ` Daniel Kriesten
  0 siblings, 1 reply; 7+ messages in thread
From: Burton, Ross @ 2016-06-30 16:56 UTC (permalink / raw)
  To: Daniel Kriesten; +Cc: OE-core

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

On 30 June 2016 at 07:03, Daniel Kriesten <embedded@die-kriestens.de> wrote:

> ERROR: perl-5.22.1-r0 do_package: objcopy failed with exit code 256 (cmd
> was 'arm-poky-linux-gnueabi-objcopy' --only-keep-debug
> '/home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/package/usr/lib/perl/ptest/generate_uudmap'
> '/home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/package/usr/lib/perl/ptest/.debug/generate_uudmap'):
> arm-poky-linux-gnueabi-objcopy:/home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/package/usr/lib/perl/ptest/generate_uudmap:
> File format not recognized
>

Can you run file on the binary that objdump is complaining about?
(/home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/package/usr/lib/perl/ptest/generate_uudmap)

Ross

[-- Attachment #2: Type: text/html, Size: 1510 bytes --]

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

* Re: Building Perl-5.22.1-r0 on Arch Linux fails with QA Issue
  2016-06-30 16:56     ` Burton, Ross
@ 2016-07-01  5:49       ` Daniel Kriesten
  2016-07-01  8:16         ` Daniel Kriesten
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Kriesten @ 2016-07-01  5:49 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

> Am 30.06.2016 um 18:56 schrieb Burton, Ross <ross.burton@intel.com>:
> 
> 
> On 30 June 2016 at 07:03, Daniel Kriesten <embedded@die-kriestens.de> wrote:
> ERROR: perl-5.22.1-r0 do_package: objcopy failed with exit code 256 (cmd was 'arm-poky-linux-gnueabi-objcopy' --only-keep-debug '/home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/package/usr/lib/perl/ptest/generate_uudmap' '/home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/package/usr/lib/perl/ptest/.debug/generate_uudmap'):
> arm-poky-linux-gnueabi-objcopy:/home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/package/usr/lib/perl/ptest/generate_uudmap: File format not recognized
> 
> Can you run file on the binary that objdump is complaining about?
> (/home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/package/usr/lib/perl/ptest/generate_uudmap)

$ file /home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/package/usr/lib/perl/ptest/generate_uudmap
/home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/package/usr/lib/perl/ptest/generate_uudmap: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=48ab21d6bc4545ce1c9b695001a5179192c40d9a, not stripped

So this one is build for the host, not the target …

With kind regards
	Daniel

-- 
Daniel Kriesten
daniel@die-kriestens.de
http://www.die-kriestens.de



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

* Re: Building Perl-5.22.1-r0 on Arch Linux fails with QA Issue
  2016-07-01  5:49       ` Daniel Kriesten
@ 2016-07-01  8:16         ` Daniel Kriesten
  2016-07-01 14:51           ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Kriesten @ 2016-07-01  8:16 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

Hi Ross,

I found the time to do the x86qemu build with jethro, which gives the QA Issue.

---------- >8 ----------
jethro u= $ bitbake core-image-base
WARNING: Host distribution "Arch-rolling" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
Parsing recipes: 100% |#######################################################################################################################################################################################################| Time: 00:01:22
Parsing of 899 .bb files complete (0 cached, 899 parsed). 1330 targets, 38 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION        = "1.28.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Arch-rolling"
TARGET_SYS        = "i586-poky-linux"
MACHINE           = "qemux86"
DISTRO            = "poky"
DISTRO_VERSION    = "2.0.2"
TUNE_FEATURES     = "m32 i586"
TARGET_FPU        = ""
meta
meta-yocto
meta-yocto-bsp    = "jethro:118380bc5d01e52b5edc574abb4176f6e70a54a6"

NOTE: Preparing RunQueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: Failed to fetch URL http://downloads.sourceforge.net/linux-diag/sysfsutils-2.1.0.tar.gz, attempting MIRRORS if available
WARNING: QA Issue: Symlink /usr/lib/perl/ptest/hostperl in perl-ptest points to TMPDIR [symlink-to-sysroot]
ERROR: QA Issue: Architecture did not match (3 to 62) on work/i586-poky-linux/perl/5.22.0-r0/packages-split/perl-ptest/usr/lib/perl/ptest/.debug/generate_uudmap [arch]
WARNING: QA Issue: /usr/lib/perl/ptest/generate@underscore@uudmap_perl-ptest contained in package perl-ptest requires libc.so.6()(64bit), but no providers found in its RDEPENDS [file-rdeps]
ERROR: QA run found fatal errors. Please consider fixing them.
ERROR: Function failed: do_package_qa
ERROR: Logfile of failure stored in: /home/krid/Develop/Yocto/TUC-L4IVA-Yocto/meta-layers/poky/build-qemux86/tmp/work/i586-poky-linux/perl/5.22.0-r0/temp/log.do_package_qa.13360
ERROR: Task 1146 (/home/krid/Develop/Yocto/TUC-L4IVA-Yocto/meta-layers/poky/meta/recipes-devtools/perl/perl_5.22.0.bb, do_package_qa) failed with exit code '1'
NOTE: Tasks Summary: Attempted 3181 tasks of which 12 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:

Summary: 1 task failed:
  /home/krid/Develop/Yocto/TUC-L4IVA-Yocto/meta-layers/poky/meta/recipes-devtools/perl/perl_5.22.0.bb, do_package_qa
Summary: There were 4 WARNING messages shown.
Summary: There were 3 ERROR messages shown, returning a non-zero exit code.
---------- 8< ----------

Here is what file says:
jethro u= $ file tmp/work/i586-poky-linux/perl/5.22.0-r0/packages-split/perl-ptest/usr/lib/perl/ptest/.debug/generate_uudmap
tmp/work/i586-poky-linux/perl/5.22.0-r0/packages-split/perl-ptest/usr/lib/perl/ptest/.debug/generate_uudmap: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter *empty*, for GNU/Linux 2.6.32, BuildID[sha1]=48ab21d6bc4545ce1c9b695001a5179192c40d9a, not stripped

As Arch Linux is currently based on gcc-6.1 (64bit only), I had to change that to gcc-multilib (32 and 64 bit). Furthermore, for jethro and krogoth, I had to downgrade gcc to 5.3. I could use latest master of poky and see, if that works. I don’t know, if it is worth a try.

Regards
	Daniel

> Am 01.07.2016 um 07:49 schrieb Daniel Kriesten <embedded@die-kriestens.de>:
> 
>> Am 30.06.2016 um 18:56 schrieb Burton, Ross <ross.burton@intel.com>:
>> 
>> 
>> On 30 June 2016 at 07:03, Daniel Kriesten <embedded@die-kriestens.de> wrote:
>> ERROR: perl-5.22.1-r0 do_package: objcopy failed with exit code 256 (cmd was 'arm-poky-linux-gnueabi-objcopy' --only-keep-debug '/home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/package/usr/lib/perl/ptest/generate_uudmap' '/home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/package/usr/lib/perl/ptest/.debug/generate_uudmap'):
>> arm-poky-linux-gnueabi-objcopy:/home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/package/usr/lib/perl/ptest/generate_uudmap: File format not recognized
>> 
>> Can you run file on the binary that objdump is complaining about?
>> (/home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/package/usr/lib/perl/ptest/generate_uudmap)
> 
> $ file /home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/package/usr/lib/perl/ptest/generate_uudmap
> /home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/package/usr/lib/perl/ptest/generate_uudmap: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=48ab21d6bc4545ce1c9b695001a5179192c40d9a, not stripped
> 
> So this one is build for the host, not the target …
> 
> With kind regards
> 	Daniel


-- 
Daniel Kriesten
daniel@die-kriestens.de
http://www.die-kriestens.de




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

* Re: Building Perl-5.22.1-r0 on Arch Linux fails with QA Issue
  2016-07-01  8:16         ` Daniel Kriesten
@ 2016-07-01 14:51           ` Khem Raj
  0 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2016-07-01 14:51 UTC (permalink / raw)
  To: Daniel Kriesten; +Cc: OE-core

keep in mind that using gcc6 based build hosts may not work for OE
older than master

On Fri, Jul 1, 2016 at 1:16 AM, Daniel Kriesten
<embedded@die-kriestens.de> wrote:
> Hi Ross,
>
> I found the time to do the x86qemu build with jethro, which gives the QA Issue.
>
> ---------- >8 ----------
> jethro u= $ bitbake core-image-base
> WARNING: Host distribution "Arch-rolling" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
> Parsing recipes: 100% |#######################################################################################################################################################################################################| Time: 00:01:22
> Parsing of 899 .bb files complete (0 cached, 899 parsed). 1330 targets, 38 skipped, 0 masked, 0 errors.
> NOTE: Resolving any missing task queue dependencies
>
> Build Configuration:
> BB_VERSION        = "1.28.0"
> BUILD_SYS         = "x86_64-linux"
> NATIVELSBSTRING   = "Arch-rolling"
> TARGET_SYS        = "i586-poky-linux"
> MACHINE           = "qemux86"
> DISTRO            = "poky"
> DISTRO_VERSION    = "2.0.2"
> TUNE_FEATURES     = "m32 i586"
> TARGET_FPU        = ""
> meta
> meta-yocto
> meta-yocto-bsp    = "jethro:118380bc5d01e52b5edc574abb4176f6e70a54a6"
>
> NOTE: Preparing RunQueue
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
> WARNING: Failed to fetch URL http://downloads.sourceforge.net/linux-diag/sysfsutils-2.1.0.tar.gz, attempting MIRRORS if available
> WARNING: QA Issue: Symlink /usr/lib/perl/ptest/hostperl in perl-ptest points to TMPDIR [symlink-to-sysroot]
> ERROR: QA Issue: Architecture did not match (3 to 62) on work/i586-poky-linux/perl/5.22.0-r0/packages-split/perl-ptest/usr/lib/perl/ptest/.debug/generate_uudmap [arch]
> WARNING: QA Issue: /usr/lib/perl/ptest/generate@underscore@uudmap_perl-ptest contained in package perl-ptest requires libc.so.6()(64bit), but no providers found in its RDEPENDS [file-rdeps]
> ERROR: QA run found fatal errors. Please consider fixing them.
> ERROR: Function failed: do_package_qa
> ERROR: Logfile of failure stored in: /home/krid/Develop/Yocto/TUC-L4IVA-Yocto/meta-layers/poky/build-qemux86/tmp/work/i586-poky-linux/perl/5.22.0-r0/temp/log.do_package_qa.13360
> ERROR: Task 1146 (/home/krid/Develop/Yocto/TUC-L4IVA-Yocto/meta-layers/poky/meta/recipes-devtools/perl/perl_5.22.0.bb, do_package_qa) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 3181 tasks of which 12 didn't need to be rerun and 1 failed.
> Waiting for 0 running tasks to finish:
>
> Summary: 1 task failed:
>   /home/krid/Develop/Yocto/TUC-L4IVA-Yocto/meta-layers/poky/meta/recipes-devtools/perl/perl_5.22.0.bb, do_package_qa
> Summary: There were 4 WARNING messages shown.
> Summary: There were 3 ERROR messages shown, returning a non-zero exit code.
> ---------- 8< ----------
>
> Here is what file says:
> jethro u= $ file tmp/work/i586-poky-linux/perl/5.22.0-r0/packages-split/perl-ptest/usr/lib/perl/ptest/.debug/generate_uudmap
> tmp/work/i586-poky-linux/perl/5.22.0-r0/packages-split/perl-ptest/usr/lib/perl/ptest/.debug/generate_uudmap: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter *empty*, for GNU/Linux 2.6.32, BuildID[sha1]=48ab21d6bc4545ce1c9b695001a5179192c40d9a, not stripped
>
> As Arch Linux is currently based on gcc-6.1 (64bit only), I had to change that to gcc-multilib (32 and 64 bit). Furthermore, for jethro and krogoth, I had to downgrade gcc to 5.3. I could use latest master of poky and see, if that works. I don’t know, if it is worth a try.
>
> Regards
>         Daniel
>
>> Am 01.07.2016 um 07:49 schrieb Daniel Kriesten <embedded@die-kriestens.de>:
>>
>>> Am 30.06.2016 um 18:56 schrieb Burton, Ross <ross.burton@intel.com>:
>>>
>>>
>>> On 30 June 2016 at 07:03, Daniel Kriesten <embedded@die-kriestens.de> wrote:
>>> ERROR: perl-5.22.1-r0 do_package: objcopy failed with exit code 256 (cmd was 'arm-poky-linux-gnueabi-objcopy' --only-keep-debug '/home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/package/usr/lib/perl/ptest/generate_uudmap' '/home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/package/usr/lib/perl/ptest/.debug/generate_uudmap'):
>>> arm-poky-linux-gnueabi-objcopy:/home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/package/usr/lib/perl/ptest/generate_uudmap: File format not recognized
>>>
>>> Can you run file on the binary that objdump is complaining about?
>>> (/home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/package/usr/lib/perl/ptest/generate_uudmap)
>>
>> $ file /home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/package/usr/lib/perl/ptest/generate_uudmap
>> /home/krid/Develop/Yocto/fsl-community-bsp/build-imx6q-elo/tmp/work/cortexa9hf-neon-poky-linux-gnueabi/perl/5.22.1-r0/package/usr/lib/perl/ptest/generate_uudmap: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=48ab21d6bc4545ce1c9b695001a5179192c40d9a, not stripped
>>
>> So this one is build for the host, not the target …
>>
>> With kind regards
>>       Daniel
>
>
> --
> Daniel Kriesten
> daniel@die-kriestens.de
> http://www.die-kriestens.de
>
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

end of thread, other threads:[~2016-07-01 14:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-29 19:24 Building Perl-5.22.1-r0 on Arch Linux fails with QA Issue Daniel Kriesten
2016-06-29 19:47 ` Burton, Ross
2016-06-30  6:03   ` Daniel Kriesten
2016-06-30 16:56     ` Burton, Ross
2016-07-01  5:49       ` Daniel Kriesten
2016-07-01  8:16         ` Daniel Kriesten
2016-07-01 14:51           ` Khem Raj

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.