From: Saul Wold <sgw@linux.intel.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 12/20] zlib: Upgrade 1.2.5 -> 1.2.6
Date: Tue, 07 Feb 2012 16:19:07 -0800 [thread overview]
Message-ID: <4F31BF7B.4040303@linux.intel.com> (raw)
In-Reply-To: <20120207231245.GA13160@sakrah.homelinux.org>
On 02/07/2012 03:12 PM, Khem Raj wrote:
> On (07/02/12 07:59), Saul Wold wrote:
>> On 02/07/2012 07:31 AM, Khem Raj wrote:
>>> On Tue, Feb 7, 2012 at 12:08 AM, Saul Wold<sgw@linux.intel.com> wrote:
>>>> | /bin/grep: /intel/poky/builds/world/tmp/sysroots/qemux86/usr/lib/libz.la:
>>>> No such file or directory
>>>
>>> thanks ok I did not catch it with sato image build. which package is
>>> failing with this
>>> error.
>>>
>> pixman, gconf, polkit are the 3 I saw doing a world build.
>
> I havent been able to reproduce it with eglibc I tried bitbake gconf
> pixman polkit it all liked well. Might be my machine is just nice to me
> but that said when I get to the culprit it mostly will be the package
> who is using .la in weird way since zlib already ships a .pc file it
> should have used that one instead
>
Khem,
Can you verify if you have a .la file in you sysroot?
tmp/work/i586-poky-linux/zlib-1.2.5-r3/package/usr/lib:
libz.a libz.la libz.so libz.so.1 libz.so.1.2.5 pkgconfig
tmp/work/i586-poky-linux/zlib-1.2.6-r0/package/usr/lib:
libz.a libz.so libz.so.1 libz.so.1.2.6 pkgconfig
Very reproducible on my machine:
| i586-poky-linux-libtool: link: cannot find the library
`/intel/poky/builds/world/tmp/sysroots/qemux86/usr/lib/libz.la' or
unhandled argument `=/usr/lib/libz.la'
| make[2]: *** [trap-crasher] Error 1
| make[2]: *** Waiting for unfinished jobs....
| i586-poky-linux-libtool: link: cannot find the library
`/intel/poky/builds/world/tmp/sysroots/qemux86/usr/lib/libz.la' or
unhandled argument `=/usr/lib/libz.la'
| make[2]: *** [fetch-test] Error 1
| i586-poky-linux-libtool: link: cannot find the library
`/intel/poky/builds/world/tmp/sysroots/qemux86/usr/lib/libz.la' or
unhandled argument `=/usr/lib/libz.la'
| make[2]: *** [region-test] Error 1
| i586-poky-linux-libtool: link: cannot find the library
`/intel/poky/builds/world/tmp/sysroots/qemux86/usr/lib/libz.la' or
unhandled argument `=/usr/lib/libz.la'
| make[2]: *** [pdf-op-test] Error 1
| i586-poky-linux-libtool: link: cannot find the library
`/intel/poky/builds/world/tmp/sysroots/qemux86/usr/lib/libz.la' or
unhERROR: Function failed: do_compile (see
/intel/poky/builds/world/tmp/work/i586-poky-linux/pixman-1_0.24.2-r0/temp/log.do_compile.13548
for further information)
| andled argument `=/usr/lib/libz.la'
| make[2]: *** [oob-test] Error 1
| i586-poky-linux-libtool: link: cannot find the library
`/intel/poky/builds/world/tmp/sysroots/qemux86/usr/lib/libz.la' or
unhandled argument `=/usr/lib/libz.la'
| make[2]: *** [alpha-loop] Error 1
| i586-poky-linux-libtool: link: cannot find the library
`/intel/poky/builds/world/tmp/sysroots/qemux86/usr/lib/libz.la' or
unhandled argument `=/usr/lib/libz.la'
| make[2]: *** [a1-trap-test] Error 1
| i586-poky-linux-libtool: link: cannot find the library
`/intel/poky/builds/world/tmp/sysroots/qemux86/usr/lib/libz.la' or
unhandled argument `=/usr/lib/libz.la'
| make[2]: *** [region-translate-test] Error 1
| i586-poky-linux-libtool: link: cannot find the library
`/intel/poky/builds/world/tmp/sysroots/qemux86/usr/lib/libz.la' or
unhandled argument `=/usr/lib/libz.la'
| make[2]: *** [scaling-helpers-test] Error 1
| i586-poky-linux-libtool: link: cannot find the library
`/intel/poky/builds/world/tmp/sysroots/qemux86/usr/lib/libz.la' or
unhandled argument `=/usr/lib/libz.la'
| make[2]: *** [scaling-crash-test] Error 1
| i586-poky-linux-libtool: link: cannot find the library
`/intel/poky/builds/world/tmp/sysroots/qemux86/usr/lib/libz.la' or
unhandled argument `=/usr/lib/libz.la'
| make[2]: *** [gradient-crash-test] Error 1
| i586-poky-linux-libtool: link: cannot find the library
`/intel/poky/builds/world/tmp/sysroots/qemux86/usr/lib/libz.la' or
unhandled argument `=/usr/lib/libz.la'
| make[2]: *** [region-contains-test] Error 1
| make[2]: Leaving directory
`/intel/poky/builds/world/tmp/work/i586-poky-linux/pixman-1_0.24.2-r0/pixman-0.24.2/test'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory
`/intel/poky/builds/world/tmp/work/i586-poky-linux/pixman-1_0.24.2-r0/pixman-0.24.2'
| make: *** [all] Error 2
| ERROR: oe_runmake failed
NOTE: package pixman-1_0.24.2-r0: task do_compile: Failed
Sau!
>>
>> Sau!
>
next prev parent reply other threads:[~2012-02-08 0:27 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-06 6:40 [PATCH V2 00/20] uclibc upgrade, initial kmod and thumb tune Khem Raj
2012-02-06 6:40 ` [PATCH 01/20] task-core-tools: Divide it into 3 recipes Khem Raj
2012-02-06 6:40 ` [PATCH 02/20] Enable options needed for ltp to compile Khem Raj
2012-02-06 6:40 ` [PATCH 03/20] arm/tune: Correct the logic which added thumb-interwork to OVERRIDES Khem Raj
2012-02-06 6:40 ` [PATCH 04/20] tunearch/arm: Differentiate between thumb code generation and thumb capability Khem Raj
2012-02-06 6:40 ` [PATCH 05/20] tune-thumb.inc: Delete Khem Raj
2012-02-06 6:40 ` [PATCH 06/20] uclibc: Get the thumb features from tune flags Khem Raj
2012-02-06 6:40 ` [PATCH 07/20] kmod: Add recipes Khem Raj
2012-05-03 21:05 ` Darren Hart
2012-05-03 22:02 ` Khem Raj
2012-02-06 6:40 ` [PATCH 08/20] module-init-tools: Delete Khem Raj
2012-05-03 21:07 ` Darren Hart
2012-05-03 21:45 ` Khem Raj
2012-02-06 6:40 ` [PATCH 09/20] image.bbclass, kernel.bbclass: Use kmod-native instead of module-init-tools-cross Khem Raj
2012-05-03 21:09 ` Darren Hart
2012-05-03 21:48 ` Khem Raj
2012-02-06 6:40 ` [PATCH 10/20] pseudo: Wrap renameat and opendir Khem Raj
2012-02-07 16:21 ` Saul Wold
2012-02-07 16:31 ` Khem Raj
2012-02-07 16:43 ` Saul Wold
2012-02-07 18:10 ` Khem Raj
2012-02-07 23:21 ` Mark Hatle
2012-02-08 2:00 ` Khem Raj
2012-02-06 6:40 ` [PATCH 11/20] uclibc: Upgrade recipes from 0.9.32 -> 0.9.33 Khem Raj
2012-02-07 19:02 ` Saul Wold
2012-02-07 22:26 ` Khem Raj
2012-02-06 6:40 ` [PATCH 12/20] zlib: Upgrade 1.2.5 -> 1.2.6 Khem Raj
2012-02-07 8:08 ` Saul Wold
2012-02-07 15:31 ` Khem Raj
2012-02-07 15:59 ` Saul Wold
2012-02-07 23:12 ` Khem Raj
2012-02-08 0:19 ` Saul Wold [this message]
2012-02-08 2:06 ` Khem Raj
2012-02-11 5:05 ` Steve Sakoman
2012-02-11 5:09 ` Koen Kooi
2012-02-11 8:15 ` Khem Raj
2012-02-11 8:19 ` Khem Raj
2012-02-11 8:26 ` Koen Kooi
2012-02-13 7:48 ` Martin Jansa
2012-02-13 13:23 ` Steve Sakoman
2012-02-13 13:33 ` Martin Jansa
2012-02-13 13:42 ` Koen Kooi
2012-02-14 4:52 ` Lu, Lianhao
2012-02-14 6:24 ` Khem Raj
2012-02-14 9:26 ` Phil Blundell
2012-02-14 6:53 ` Martin Jansa
2012-02-14 14:24 ` Koen Kooi
2012-02-13 15:39 ` Phil Blundell
2012-02-13 17:09 ` Khem Raj
2012-02-21 23:04 ` Richard Purdie
2012-02-21 23:01 ` Richard Purdie
2012-02-22 8:03 ` Koen Kooi
2012-02-22 11:08 ` Richard Purdie
2012-02-06 6:40 ` [PATCH 13/20] runqemu-internal: qemuarm can handle 256M Khem Raj
2012-02-06 6:40 ` [PATCH 14/20] gconf, consolekit: Avoid polkit when compiling with uclibc Khem Raj
2012-02-06 6:40 ` [PATCH 15/20] python: Fix build failure of python-elementtree on x86_64 Khem Raj
2012-02-06 6:40 ` [PATCH 16/20] libdrm: Fix build failure unearthed by uclibc Khem Raj
2012-02-06 6:40 ` [PATCH 17/20] classes, recipes: Replace POKY_* with CORE_IMAGE_* Khem Raj
2012-02-06 6:40 ` [PATCH 18/20] libx11: Backport _XGetRequest API Khem Raj
2012-02-06 6:40 ` [PATCH 19/20] gcc-cross-testing: Fix evaluation of user and target name Khem Raj
2012-02-07 17:21 ` Saul Wold
2012-02-07 18:07 ` Khem Raj
2012-02-07 17:49 ` Otavio Salvador
2012-02-07 18:18 ` Khem Raj
2012-02-06 6:40 ` [PATCH 20/20] mirrors.bbclass: Add yp.org and oe.org to fallback mirrors Khem Raj
2012-02-07 17:49 ` Saul Wold
2012-02-07 18:04 ` Khem Raj
2012-02-08 4:12 ` [PATCH V2 00/20] uclibc upgrade, initial kmod and thumb tune Saul Wold
2012-02-20 12:11 ` Koen Kooi
2012-02-20 16:57 ` Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F31BF7B.4040303@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox