* [PATCH] tclibc-eglibc: use glibc-thread-db as eglibc-thread-db does not exist(?)
@ 2013-02-12 14:25 Marcin Juszkiewicz
2013-02-12 16:30 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Marcin Juszkiewicz @ 2013-02-12 14:25 UTC (permalink / raw)
To: openembedded-core
| Collected errors:
| * satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-core-standalone-hhvm-sdk-target:
| * eglibc-thread-db *
eglibc-thread-db is listed in LIBC_DEPENDENCIES and used by SDK. Package
ends as "libthread-db1" and provides glibc-thread-db.
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
meta/conf/distro/include/tclibc-eglibc.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/conf/distro/include/tclibc-eglibc.inc b/meta/conf/distro/include/tclibc-eglibc.inc
index 15f5ee5..88bfd40 100644
--- a/meta/conf/distro/include/tclibc-eglibc.inc
+++ b/meta/conf/distro/include/tclibc-eglibc.inc
@@ -23,7 +23,7 @@ LIBC_DEPENDENCIES = "libsegfault \
eglibc-dbg \
eglibc-dev \
eglibc-utils \
- eglibc-thread-db \
+ glibc-thread-db \
${@get_libc_locales_dependencies(d)}"
LIBC_LOCALE_DEPENDENCIES = "\
--
1.8.1.2
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] tclibc-eglibc: use glibc-thread-db as eglibc-thread-db does not exist(?)
2013-02-12 14:25 [PATCH] tclibc-eglibc: use glibc-thread-db as eglibc-thread-db does not exist(?) Marcin Juszkiewicz
@ 2013-02-12 16:30 ` Richard Purdie
2013-02-12 16:54 ` Marcin Juszkiewicz
0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2013-02-12 16:30 UTC (permalink / raw)
To: Marcin Juszkiewicz; +Cc: openembedded-core
On Tue, 2013-02-12 at 15:25 +0100, Marcin Juszkiewicz wrote:
> | Collected errors:
> | * satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-core-standalone-hhvm-sdk-target:
> | * eglibc-thread-db *
>
> eglibc-thread-db is listed in LIBC_DEPENDENCIES and used by SDK. Package
> ends as "libthread-db1" and provides glibc-thread-db.
>
> Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
> ---
> meta/conf/distro/include/tclibc-eglibc.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Package renaming should take care of this. If it doesn't happen, that is
a bug in the package renaming. This just hacks around it.
How do we reproduce this?
Cheers,
Richard
> diff --git a/meta/conf/distro/include/tclibc-eglibc.inc b/meta/conf/distro/include/tclibc-eglibc.inc
> index 15f5ee5..88bfd40 100644
> --- a/meta/conf/distro/include/tclibc-eglibc.inc
> +++ b/meta/conf/distro/include/tclibc-eglibc.inc
> @@ -23,7 +23,7 @@ LIBC_DEPENDENCIES = "libsegfault \
> eglibc-dbg \
> eglibc-dev \
> eglibc-utils \
> - eglibc-thread-db \
> + glibc-thread-db \
> ${@get_libc_locales_dependencies(d)}"
>
> LIBC_LOCALE_DEPENDENCIES = "\
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] tclibc-eglibc: use glibc-thread-db as eglibc-thread-db does not exist(?)
2013-02-12 16:30 ` Richard Purdie
@ 2013-02-12 16:54 ` Marcin Juszkiewicz
0 siblings, 0 replies; 3+ messages in thread
From: Marcin Juszkiewicz @ 2013-02-12 16:54 UTC (permalink / raw)
To: Richard Purdie; +Cc: openembedded-core
W dniu 12.02.2013 17:30, Richard Purdie pisze:
> On Tue, 2013-02-12 at 15:25 +0100, Marcin Juszkiewicz wrote:
>> | Collected errors:
>> | * satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-core-standalone-hhvm-sdk-target:
>> | * eglibc-thread-db *
>>
>> eglibc-thread-db is listed in LIBC_DEPENDENCIES and used by SDK. Package
>> ends as "libthread-db1" and provides glibc-thread-db.
>>
>> Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
>> ---
>> meta/conf/distro/include/tclibc-eglibc.inc | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Package renaming should take care of this. If it doesn't happen, that is
> a bug in the package renaming. This just hacks around it.
>
> How do we reproduce this?
In my case "bitbake meta-toolchain" was enough as most of things went
from sstate-cache. Will do clean build during night.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-02-12 17:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-12 14:25 [PATCH] tclibc-eglibc: use glibc-thread-db as eglibc-thread-db does not exist(?) Marcin Juszkiewicz
2013-02-12 16:30 ` Richard Purdie
2013-02-12 16:54 ` Marcin Juszkiewicz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox