* Problem building SDK
@ 2011-12-05 15:42 Gary Thomas
2011-12-05 16:31 ` Gary Thomas
0 siblings, 1 reply; 4+ messages in thread
From: Gary Thomas @ 2011-12-05 15:42 UTC (permalink / raw)
To: Poky Project
With a recent master (9be6d59b78510443d0944513503d515df13caa45),
the gdbm package version changed from 1.8.3 to 1.10 (notice not 1.10.0).
This causes a problem:
| * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-core-sdk:
| * libgdbm3 (>= 1.8.3) *
How can I fix this?
Thanks
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problem building SDK
2011-12-05 15:42 Problem building SDK Gary Thomas
@ 2011-12-05 16:31 ` Gary Thomas
2011-12-05 16:42 ` Carl Simonson
0 siblings, 1 reply; 4+ messages in thread
From: Gary Thomas @ 2011-12-05 16:31 UTC (permalink / raw)
To: Poky Project
On 2011-12-05 08:42, Gary Thomas wrote:
> With a recent master (9be6d59b78510443d0944513503d515df13caa45),
> the gdbm package version changed from 1.8.3 to 1.10 (notice not 1.10.0).
> This causes a problem:
> | * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-core-sdk:
> | * libgdbm3 (>= 1.8.3) *
>
A little more data - previously, the 'gdbm' recipe generated these
packages:
armv7a-vfp-neon/libgdbm3_1.8.3-r4_armv7a-vfp-neon.ipk
armv7a-vfp-neon/libgdbm-dbg_1.8.3-r4_armv7a-vfp-neon.ipk
armv7a-vfp-neon/libgdbm-dev_1.8.3-r4_armv7a-vfp-neon.ipk
armv7a-vfp-neon/libgdbm-doc_1.8.3-r4_armv7a-vfp-neon.ipk
armv7a-vfp-neon/libgdbm-staticdev_1.8.3-r4_armv7a-vfp-neon.ipk
armv7a-vfp-neon/perl-module-gdbm-file_5.14.2-r0_armv7a-vfp-neon.ipk
armv7a-vfp-neon/python-gdbm_2.7.2-r0.0_armv7a-vfp-neon.ipk
The new recipe generates these:
armv7a-vfp-neon/gdbm_1.10-r0_armv7a-vfp-neon.ipk
armv7a-vfp-neon/gdbm-dbg_1.10-r0_armv7a-vfp-neon.ipk
armv7a-vfp-neon/gdbm-dev_1.10-r0_armv7a-vfp-neon.ipk
armv7a-vfp-neon/gdbm-doc_1.10-r0_armv7a-vfp-neon.ipk
armv7a-vfp-neon/gdbm-locale-de_1.10-r0_armv7a-vfp-neon.ipk
armv7a-vfp-neon/gdbm-locale-fi_1.10-r0_armv7a-vfp-neon.ipk
armv7a-vfp-neon/gdbm-locale-ja_1.10-r0_armv7a-vfp-neon.ipk
armv7a-vfp-neon/gdbm-locale-pl_1.10-r0_armv7a-vfp-neon.ipk
armv7a-vfp-neon/gdbm-locale-uk_1.10-r0_armv7a-vfp-neon.ipk
armv7a-vfp-neon/gdbm-staticdev_1.10-r0_armv7a-vfp-neon.ipk
Very different, indeed. I noticed that the old recipe has a couple of
patches which were not carried forward that seem to have something to
do with this.
I also can't figure out where this dependency is coming from. I ran
'bitbake my-image -g' to get the dependency graphs and I don't see libgdbm
mentioned anywhere. How can I find the [anonymous] dependency?
Any ideas how I can fix this?
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problem building SDK
2011-12-05 16:31 ` Gary Thomas
@ 2011-12-05 16:42 ` Carl Simonson
2011-12-05 17:09 ` Gary Thomas
0 siblings, 1 reply; 4+ messages in thread
From: Carl Simonson @ 2011-12-05 16:42 UTC (permalink / raw)
To: Poky Project
Look at 9eecd86. It looks like that change added an interits for
lib_package. Doesn't look like you have that built since it looks like
your PR is 0, not 1.
Maybe you need to update and build the recipe again?
Carl Simonson
simonsonc@gmail.com
On Mon, Dec 5, 2011 at 10:31 AM, Gary Thomas <gary@mlbassoc.com> wrote:
> On 2011-12-05 08:42, Gary Thomas wrote:
>>
>> With a recent master (9be6d59b78510443d0944513503d515df13caa45),
>> the gdbm package version changed from 1.8.3 to 1.10 (notice not 1.10.0).
>> This causes a problem:
>> | * satisfy_dependencies_for: Cannot satisfy the following dependencies
>> for task-core-sdk:
>> | * libgdbm3 (>= 1.8.3) *
>>
>
> A little more data - previously, the 'gdbm' recipe generated these
> packages:
> armv7a-vfp-neon/libgdbm3_1.8.3-r4_armv7a-vfp-neon.ipk
> armv7a-vfp-neon/libgdbm-dbg_1.8.3-r4_armv7a-vfp-neon.ipk
> armv7a-vfp-neon/libgdbm-dev_1.8.3-r4_armv7a-vfp-neon.ipk
> armv7a-vfp-neon/libgdbm-doc_1.8.3-r4_armv7a-vfp-neon.ipk
> armv7a-vfp-neon/libgdbm-staticdev_1.8.3-r4_armv7a-vfp-neon.ipk
> armv7a-vfp-neon/perl-module-gdbm-file_5.14.2-r0_armv7a-vfp-neon.ipk
> armv7a-vfp-neon/python-gdbm_2.7.2-r0.0_armv7a-vfp-neon.ipk
>
> The new recipe generates these:
> armv7a-vfp-neon/gdbm_1.10-r0_armv7a-vfp-neon.ipk
> armv7a-vfp-neon/gdbm-dbg_1.10-r0_armv7a-vfp-neon.ipk
> armv7a-vfp-neon/gdbm-dev_1.10-r0_armv7a-vfp-neon.ipk
> armv7a-vfp-neon/gdbm-doc_1.10-r0_armv7a-vfp-neon.ipk
> armv7a-vfp-neon/gdbm-locale-de_1.10-r0_armv7a-vfp-neon.ipk
> armv7a-vfp-neon/gdbm-locale-fi_1.10-r0_armv7a-vfp-neon.ipk
> armv7a-vfp-neon/gdbm-locale-ja_1.10-r0_armv7a-vfp-neon.ipk
> armv7a-vfp-neon/gdbm-locale-pl_1.10-r0_armv7a-vfp-neon.ipk
> armv7a-vfp-neon/gdbm-locale-uk_1.10-r0_armv7a-vfp-neon.ipk
> armv7a-vfp-neon/gdbm-staticdev_1.10-r0_armv7a-vfp-neon.ipk
>
> Very different, indeed. I noticed that the old recipe has a couple of
> patches which were not carried forward that seem to have something to
> do with this.
>
> I also can't figure out where this dependency is coming from. I ran
> 'bitbake my-image -g' to get the dependency graphs and I don't see libgdbm
> mentioned anywhere. How can I find the [anonymous] dependency?
>
> Any ideas how I can fix this?
>
>
> --
> ------------------------------------------------------------
> Gary Thomas | Consulting for the
> MLB Associates | Embedded world
> ------------------------------------------------------------
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problem building SDK
2011-12-05 16:42 ` Carl Simonson
@ 2011-12-05 17:09 ` Gary Thomas
0 siblings, 0 replies; 4+ messages in thread
From: Gary Thomas @ 2011-12-05 17:09 UTC (permalink / raw)
To: Carl Simonson; +Cc: Poky Project
On 2011-12-05 09:42, Carl Simonson wrote:
> Look at 9eecd86. It looks like that change added an interits for
> lib_package. Doesn't look like you have that built since it looks like
> your PR is 0, not 1.
>
> Maybe you need to update and build the recipe again?
>
Yes, it seems my repo wasn't as up to date as I thought :-(
I updated and rebuilt and at least now it's building the libgdbm package.
I don't know yet if it works because I have a new error - can't build glib
which I'll start a new thread for.
Thanks for the pointer
> On Mon, Dec 5, 2011 at 10:31 AM, Gary Thomas<gary@mlbassoc.com> wrote:
>> On 2011-12-05 08:42, Gary Thomas wrote:
>>>
>>> With a recent master (9be6d59b78510443d0944513503d515df13caa45),
>>> the gdbm package version changed from 1.8.3 to 1.10 (notice not 1.10.0).
>>> This causes a problem:
>>> | * satisfy_dependencies_for: Cannot satisfy the following dependencies
>>> for task-core-sdk:
>>> | * libgdbm3 (>= 1.8.3) *
>>>
>>
>> A little more data - previously, the 'gdbm' recipe generated these
>> packages:
>> armv7a-vfp-neon/libgdbm3_1.8.3-r4_armv7a-vfp-neon.ipk
>> armv7a-vfp-neon/libgdbm-dbg_1.8.3-r4_armv7a-vfp-neon.ipk
>> armv7a-vfp-neon/libgdbm-dev_1.8.3-r4_armv7a-vfp-neon.ipk
>> armv7a-vfp-neon/libgdbm-doc_1.8.3-r4_armv7a-vfp-neon.ipk
>> armv7a-vfp-neon/libgdbm-staticdev_1.8.3-r4_armv7a-vfp-neon.ipk
>> armv7a-vfp-neon/perl-module-gdbm-file_5.14.2-r0_armv7a-vfp-neon.ipk
>> armv7a-vfp-neon/python-gdbm_2.7.2-r0.0_armv7a-vfp-neon.ipk
>>
>> The new recipe generates these:
>> armv7a-vfp-neon/gdbm_1.10-r0_armv7a-vfp-neon.ipk
>> armv7a-vfp-neon/gdbm-dbg_1.10-r0_armv7a-vfp-neon.ipk
>> armv7a-vfp-neon/gdbm-dev_1.10-r0_armv7a-vfp-neon.ipk
>> armv7a-vfp-neon/gdbm-doc_1.10-r0_armv7a-vfp-neon.ipk
>> armv7a-vfp-neon/gdbm-locale-de_1.10-r0_armv7a-vfp-neon.ipk
>> armv7a-vfp-neon/gdbm-locale-fi_1.10-r0_armv7a-vfp-neon.ipk
>> armv7a-vfp-neon/gdbm-locale-ja_1.10-r0_armv7a-vfp-neon.ipk
>> armv7a-vfp-neon/gdbm-locale-pl_1.10-r0_armv7a-vfp-neon.ipk
>> armv7a-vfp-neon/gdbm-locale-uk_1.10-r0_armv7a-vfp-neon.ipk
>> armv7a-vfp-neon/gdbm-staticdev_1.10-r0_armv7a-vfp-neon.ipk
>>
>> Very different, indeed. I noticed that the old recipe has a couple of
>> patches which were not carried forward that seem to have something to
>> do with this.
>>
>> I also can't figure out where this dependency is coming from. I ran
>> 'bitbake my-image -g' to get the dependency graphs and I don't see libgdbm
>> mentioned anywhere. How can I find the [anonymous] dependency?
>>
>> Any ideas how I can fix this?
>>
>>
>> --
>> ------------------------------------------------------------
>> Gary Thomas | Consulting for the
>> MLB Associates | Embedded world
>> ------------------------------------------------------------
>> _______________________________________________
>> poky mailing list
>> poky@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/poky
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-12-05 17:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-05 15:42 Problem building SDK Gary Thomas
2011-12-05 16:31 ` Gary Thomas
2011-12-05 16:42 ` Carl Simonson
2011-12-05 17:09 ` Gary Thomas
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.