* linux-libc-headers and eglibc having circular dependency
@ 2011-02-15 11:20 George Alexandru Dorobantu
2011-02-15 14:16 ` Tom Rini
0 siblings, 1 reply; 5+ messages in thread
From: George Alexandru Dorobantu @ 2011-02-15 11:20 UTC (permalink / raw)
To: openembedded-devel
Hello guys,
I've just started a new building and I got this error:
g@g-home:/media/500GB/oe/openembedded$ bitbake qt4e-base-image
NOTE: Handling BitBake files: - (7318/7318) [100 %]
Parsing of 7318 .bb files complete (6892 cached, 426 parsed). 7596 targets,
357 skipped, 0 masked, 0 errors.
Build Configuration:
BB_VERSION = "1.10.2"
METADATA_BRANCH = "org.openembedded.dev"
METADATA_REVISION = "b4a8a11"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "qemuarm"
DISTRO = "angstrom"
DISTRO_VERSION = "v20110215"
TARGET_FPU = "soft"
NOTE: Resolving any missing task queue dependencies
FATAL: Task /media/500GB/oe/openembedded/recipes/linux-libc-headers/
linux-libc-headers_2.6.32.bb (do_package) has circular dependency on
/media/500GB/oe/openembedded/recipes/eglibc/eglibc_2.12.bb (do_package)
Can anyone help me with this?
Thank you
George A. Dorobantu
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-libc-headers and eglibc having circular dependency
2011-02-15 11:20 linux-libc-headers and eglibc having circular dependency George Alexandru Dorobantu
@ 2011-02-15 14:16 ` Tom Rini
2011-02-15 23:49 ` George Alexandru Dorobantu
0 siblings, 1 reply; 5+ messages in thread
From: Tom Rini @ 2011-02-15 14:16 UTC (permalink / raw)
To: openembedded-devel
On 02/15/2011 04:20 AM, George Alexandru Dorobantu wrote:
> Hello guys,
>
> I've just started a new building and I got this error:
>
> g@g-home:/media/500GB/oe/openembedded$ bitbake qt4e-base-image
> NOTE: Handling BitBake files: - (7318/7318) [100 %]
> Parsing of 7318 .bb files complete (6892 cached, 426 parsed). 7596 targets,
> 357 skipped, 0 masked, 0 errors.
>
> Build Configuration:
> BB_VERSION = "1.10.2"
> METADATA_BRANCH = "org.openembedded.dev"
> METADATA_REVISION = "b4a8a11"
> TARGET_ARCH = "arm"
> TARGET_OS = "linux-gnueabi"
> MACHINE = "qemuarm"
> DISTRO = "angstrom"
> DISTRO_VERSION = "v20110215"
> TARGET_FPU = "soft"
>
> NOTE: Resolving any missing task queue dependencies
> FATAL: Task /media/500GB/oe/openembedded/recipes/linux-libc-headers/
> linux-libc-headers_2.6.32.bb (do_package) has circular dependency on
> /media/500GB/oe/openembedded/recipes/eglibc/eglibc_2.12.bb (do_package)
>
>
> Can anyone help me with this?
Can you please put your local.conf into pastebin.com and give us a link?
We don't usually see this kind of problem, thanks!
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-libc-headers and eglibc having circular dependency
2011-02-15 14:16 ` Tom Rini
@ 2011-02-15 23:49 ` George Alexandru Dorobantu
2011-02-16 1:16 ` Tom Rini
0 siblings, 1 reply; 5+ messages in thread
From: George Alexandru Dorobantu @ 2011-02-15 23:49 UTC (permalink / raw)
To: openembedded-devel
Here it is http://pastebin.com/YGbdjX1Q
Thank you
George A. Dorobantu
On Tue, Feb 15, 2011 at 9:16 AM, Tom Rini <tom_rini@mentor.com> wrote:
> On 02/15/2011 04:20 AM, George Alexandru Dorobantu wrote:
>
>> Hello guys,
>>
>> I've just started a new building and I got this error:
>>
>> g@g-home:/media/500GB/oe/openembedded$ bitbake qt4e-base-image
>> NOTE: Handling BitBake files: - (7318/7318) [100 %]
>> Parsing of 7318 .bb files complete (6892 cached, 426 parsed). 7596
>> targets,
>> 357 skipped, 0 masked, 0 errors.
>>
>> Build Configuration:
>> BB_VERSION = "1.10.2"
>> METADATA_BRANCH = "org.openembedded.dev"
>> METADATA_REVISION = "b4a8a11"
>> TARGET_ARCH = "arm"
>> TARGET_OS = "linux-gnueabi"
>> MACHINE = "qemuarm"
>> DISTRO = "angstrom"
>> DISTRO_VERSION = "v20110215"
>> TARGET_FPU = "soft"
>>
>> NOTE: Resolving any missing task queue dependencies
>> FATAL: Task /media/500GB/oe/openembedded/recipes/linux-libc-headers/
>> linux-libc-headers_2.6.32.bb (do_package) has circular dependency on
>> /media/500GB/oe/openembedded/recipes/eglibc/eglibc_2.12.bb (do_package)
>>
>>
>> Can anyone help me with this?
>>
>
> Can you please put your local.conf into pastebin.com and give us a link?
> We don't usually see this kind of problem, thanks!
>
> --
> Tom Rini
> Mentor Graphics Corporation
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-libc-headers and eglibc having circular dependency
2011-02-15 23:49 ` George Alexandru Dorobantu
@ 2011-02-16 1:16 ` Tom Rini
2011-02-16 1:38 ` George Alexandru Dorobantu
0 siblings, 1 reply; 5+ messages in thread
From: Tom Rini @ 2011-02-16 1:16 UTC (permalink / raw)
To: openembedded-devel
On 02/15/2011 04:49 PM, George Alexandru Dorobantu wrote:
> Here it is http://pastebin.com/YGbdjX1Q
Ah ha! INHERIT += "gettext" doesn't belong in there. If it's brought
in globally, you get circular deps as you've found. I assume you saw a
message about missing inherit gettext in your build previously and
thought this would fix it, yes? I think that means we need to clarify
the message a bit...
>
> Thank you
> George A. Dorobantu
>
>
> On Tue, Feb 15, 2011 at 9:16 AM, Tom Rini<tom_rini@mentor.com> wrote:
>
>> On 02/15/2011 04:20 AM, George Alexandru Dorobantu wrote:
>>
>>> Hello guys,
>>>
>>> I've just started a new building and I got this error:
>>>
>>> g@g-home:/media/500GB/oe/openembedded$ bitbake qt4e-base-image
>>> NOTE: Handling BitBake files: - (7318/7318) [100 %]
>>> Parsing of 7318 .bb files complete (6892 cached, 426 parsed). 7596
>>> targets,
>>> 357 skipped, 0 masked, 0 errors.
>>>
>>> Build Configuration:
>>> BB_VERSION = "1.10.2"
>>> METADATA_BRANCH = "org.openembedded.dev"
>>> METADATA_REVISION = "b4a8a11"
>>> TARGET_ARCH = "arm"
>>> TARGET_OS = "linux-gnueabi"
>>> MACHINE = "qemuarm"
>>> DISTRO = "angstrom"
>>> DISTRO_VERSION = "v20110215"
>>> TARGET_FPU = "soft"
>>>
>>> NOTE: Resolving any missing task queue dependencies
>>> FATAL: Task /media/500GB/oe/openembedded/recipes/linux-libc-headers/
>>> linux-libc-headers_2.6.32.bb (do_package) has circular dependency on
>>> /media/500GB/oe/openembedded/recipes/eglibc/eglibc_2.12.bb (do_package)
>>>
>>>
>>> Can anyone help me with this?
>>>
>>
>> Can you please put your local.conf into pastebin.com and give us a link?
>> We don't usually see this kind of problem, thanks!
>>
>> --
>> Tom Rini
>> Mentor Graphics Corporation
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: linux-libc-headers and eglibc having circular dependency
2011-02-16 1:16 ` Tom Rini
@ 2011-02-16 1:38 ` George Alexandru Dorobantu
0 siblings, 0 replies; 5+ messages in thread
From: George Alexandru Dorobantu @ 2011-02-16 1:38 UTC (permalink / raw)
To: openembedded-devel
Yes, you're right, I saw that message
I believe it was gcc complaining about the missing gettext
it's working now
Thank you
George A. Dorobantu
On Tue, Feb 15, 2011 at 8:16 PM, Tom Rini <tom_rini@mentor.com> wrote:
> On 02/15/2011 04:49 PM, George Alexandru Dorobantu wrote:
>
> Here it is http://pastebin.com/YGbdjX1Q
>>
>
> Ah ha! INHERIT += "gettext" doesn't belong in there. If it's brought in
> globally, you get circular deps as you've found. I assume you saw a message
> about missing inherit gettext in your build previously and thought this
> would fix it, yes? I think that means we need to clarify the message a
> bit...
>
>
>
>> Thank you
>> George A. Dorobantu
>>
>>
>> On Tue, Feb 15, 2011 at 9:16 AM, Tom Rini<tom_rini@mentor.com> wrote:
>>
>> On 02/15/2011 04:20 AM, George Alexandru Dorobantu wrote:
>>>
>>> Hello guys,
>>>>
>>>> I've just started a new building and I got this error:
>>>>
>>>> g@g-home:/media/500GB/oe/openembedded$ bitbake qt4e-base-image
>>>> NOTE: Handling BitBake files: - (7318/7318) [100 %]
>>>> Parsing of 7318 .bb files complete (6892 cached, 426 parsed). 7596
>>>> targets,
>>>> 357 skipped, 0 masked, 0 errors.
>>>>
>>>> Build Configuration:
>>>> BB_VERSION = "1.10.2"
>>>> METADATA_BRANCH = "org.openembedded.dev"
>>>> METADATA_REVISION = "b4a8a11"
>>>> TARGET_ARCH = "arm"
>>>> TARGET_OS = "linux-gnueabi"
>>>> MACHINE = "qemuarm"
>>>> DISTRO = "angstrom"
>>>> DISTRO_VERSION = "v20110215"
>>>> TARGET_FPU = "soft"
>>>>
>>>> NOTE: Resolving any missing task queue dependencies
>>>> FATAL: Task /media/500GB/oe/openembedded/recipes/linux-libc-headers/
>>>> linux-libc-headers_2.6.32.bb (do_package) has circular dependency on
>>>> /media/500GB/oe/openembedded/recipes/eglibc/eglibc_2.12.bb (do_package)
>>>>
>>>>
>>>> Can anyone help me with this?
>>>>
>>>>
>>> Can you please put your local.conf into pastebin.com and give us a link?
>>> We don't usually see this kind of problem, thanks!
>>>
>>> --
>>> Tom Rini
>>> Mentor Graphics Corporation
>>>
>>> _______________________________________________
>>> Openembedded-devel mailing list
>>> Openembedded-devel@lists.openembedded.org
>>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>>
>>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
>>
>
> --
> Tom Rini
> Mentor Graphics Corporation
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-02-16 1:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-15 11:20 linux-libc-headers and eglibc having circular dependency George Alexandru Dorobantu
2011-02-15 14:16 ` Tom Rini
2011-02-15 23:49 ` George Alexandru Dorobantu
2011-02-16 1:16 ` Tom Rini
2011-02-16 1:38 ` George Alexandru Dorobantu
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.