| Submitter | Marcin Juszkiewicz |
|---|---|
| Date | Feb. 12, 2013, 2:25 p.m. |
| Message ID | <1360679147-24511-1-git-send-email-marcin.juszkiewicz@linaro.org> |
| Download | mbox | patch |
| Permalink | /patch/44513/ |
| State | New |
| Headers | show |
Comments
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 = "\
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.
Patch
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 = "\
| 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(-)