* xdelta_3.0z.bb: `QA Issue with xdelta: No GNU_HASH in the elf binary`
@ 2010-10-25 9:24 Paul Menzel
2010-10-25 18:07 ` Khem Raj
0 siblings, 1 reply; 3+ messages in thread
From: Paul Menzel @ 2010-10-25 9:24 UTC (permalink / raw)
To: Michael Smith; +Cc: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1570 bytes --]
Dear Michael,
`xdelta_3.0z.bb` you committed in 117024 [1] fails with the following
error when building it wtih `angstrom-2008.1` for `MACHINE =
"beagleboard"`.
$ more angstrom-dev/work/armv7a-angstrom-linux-gnueabi/xdelta-3.0z-r0/temp/log.do_package*
::::::::::::::
angstrom-dev/work/armv7a-angstrom-linux-gnueabi/xdelta-3.0z-r0/temp/log.do_package.1558
::::::::::::::
ERROR: QA Issue with xdelta: No GNU_HASH in the elf binary: '/oe/build/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/xdelta-3.0z-r0/packages-split/xdelta/usr/bin/xdelta
3'
FATAL: QA run found fatal errors. Please consider fixing them.
ERROR: Error in executing python function in: /oe/openembedded/recipes/xdelta/xdelta_3.0z.bb
ERROR: Exception:<type 'exceptions.SystemExit'> Message:1
ERROR: Printing the environment of the function
ERROR: Function do_package_qa failed
There is no mention in the commit message, what distribution and machine
you tested this recipe with.
Ȧngström includes `insane.bbclass` [2][3] and therefore breaks.
Could you please look into this.
Thanks,
Paul
[1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=117024cefa6d38753e3094b964b077aa7c0ce17f
[2] http://cgit.openembedded.org/cgit.cgi/openembedded/tree/conf/distro/include/angstrom.inc?id=117024cefa6d38753e3094b964b077aa7c0ce17f#n88
[3] http://cgit.openembedded.org/cgit.cgi/openembedded/tree/classes/insane.bbclass?h=117024cefa6d38753e3094b964b077aa7c0ce17f#n273
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: xdelta_3.0z.bb: `QA Issue with xdelta: No GNU_HASH in the elf binary`
2010-10-25 9:24 xdelta_3.0z.bb: `QA Issue with xdelta: No GNU_HASH in the elf binary` Paul Menzel
@ 2010-10-25 18:07 ` Khem Raj
2010-10-25 18:16 ` Michael Smith
0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2010-10-25 18:07 UTC (permalink / raw)
To: openembedded-devel
On 10/25/10, Paul Menzel <paulepanter@users.sourceforge.net> wrote:
> Dear Michael,
>
>
> `xdelta_3.0z.bb` you committed in 117024 [1] fails with the following
> error when building it wtih `angstrom-2008.1` for `MACHINE =
> "beagleboard"`.
>
> $ more
> angstrom-dev/work/armv7a-angstrom-linux-gnueabi/xdelta-3.0z-r0/temp/log.do_package*
> ::::::::::::::
>
> angstrom-dev/work/armv7a-angstrom-linux-gnueabi/xdelta-3.0z-r0/temp/log.do_package.1558
> ::::::::::::::
> ERROR: QA Issue with xdelta: No GNU_HASH in the elf binary:
> '/oe/build/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/xdelta-3.0z-r0/packages-split/xdelta/usr/bin/xdelta
> 3'
> FATAL: QA run found fatal errors. Please consider fixing them.
> ERROR: Error in executing python function in:
> /oe/openembedded/recipes/xdelta/xdelta_3.0z.bb
> ERROR: Exception:<type 'exceptions.SystemExit'> Message:1
> ERROR: Printing the environment of the function
> ERROR: Function do_package_qa failed
>
> There is no mention in the commit message, what distribution and machine
> you tested this recipe with.
>
> Ȧngström includes `insane.bbclass` [2][3] and therefore breaks.
>
> Could you please look into this.
>
easier fix is to add TARGET_CC_ARCH += "${LDFLAGS}" to the concerning .bb
>
> Thanks,
>
> Paul
>
>
> [1]
> http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=117024cefa6d38753e3094b964b077aa7c0ce17f
> [2]
> http://cgit.openembedded.org/cgit.cgi/openembedded/tree/conf/distro/include/angstrom.inc?id=117024cefa6d38753e3094b964b077aa7c0ce17f#n88
> [3]
> http://cgit.openembedded.org/cgit.cgi/openembedded/tree/classes/insane.bbclass?h=117024cefa6d38753e3094b964b077aa7c0ce17f#n273
>
--
-Khem
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: xdelta_3.0z.bb: `QA Issue with xdelta: No GNU_HASH in the elf binary`
2010-10-25 18:07 ` Khem Raj
@ 2010-10-25 18:16 ` Michael Smith
0 siblings, 0 replies; 3+ messages in thread
From: Michael Smith @ 2010-10-25 18:16 UTC (permalink / raw)
To: raj.khem; +Cc: openembedded-devel
------- Original message -------
> From: Khem Raj <raj.khem@gmail.com>
> easier fix is to add TARGET_CC_ARCH += "${LDFLAGS}" to the concerning .bb
I'm planning to patch the makefile as it's not only ignoring LDFLAGS but
also hardcoding debug/optimization settings.
Thanks,
Mike
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-10-25 18:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-25 9:24 xdelta_3.0z.bb: `QA Issue with xdelta: No GNU_HASH in the elf binary` Paul Menzel
2010-10-25 18:07 ` Khem Raj
2010-10-25 18:16 ` Michael Smith
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.