All of lore.kernel.org
 help / color / mirror / Atom feed
* commit 806811bf2d72827d3031bfcd5dbab1e82324d34e breaks distros
@ 2009-10-16 23:44 Mike Westerhof
  2009-10-17  2:59 ` Philip Balister
  2009-10-17  3:13 ` Denys Dmytriyenko
  0 siblings, 2 replies; 4+ messages in thread
From: Mike Westerhof @ 2009-10-16 23:44 UTC (permalink / raw)
  To: openembedded-devel

The following commit breaks numerous non-angstrom distros:

commit 806811bf2d72827d3031bfcd5dbab1e82324d34e
Author: Denys Dmytriyenko <denis@denix.org>
Date:   Wed Oct 14 14:25:07 2009 -0400

    angstrom: clean ups of the external toolchain support


The symptom of the problem is this:

$ bitbake slugos-image
ERROR: Unable to parse conf/bitbake.conf (Could not include required
file conf/distro/include/glibc.inc)
$

It seems that glibc.inc has been removed, and possibly replaced by
either an external or an internal variant, but no non-angstrom distros
have been updated.

Please forgive me if there was a discussion of this change on the
mailing list; I have been locked away behind corporate firewalls, and
living on-the-road for the past months, and just haven't been able to
keep up. :(

How do I fix this, please?

-Mike (mwester)



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: commit 806811bf2d72827d3031bfcd5dbab1e82324d34e breaks distros
  2009-10-16 23:44 commit 806811bf2d72827d3031bfcd5dbab1e82324d34e breaks distros Mike Westerhof
@ 2009-10-17  2:59 ` Philip Balister
  2009-10-17  3:13 ` Denys Dmytriyenko
  1 sibling, 0 replies; 4+ messages in thread
From: Philip Balister @ 2009-10-17  2:59 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1265 bytes --]

On 10/16/2009 07:44 PM, Mike Westerhof wrote:
> The following commit breaks numerous non-angstrom distros:
>
> commit 806811bf2d72827d3031bfcd5dbab1e82324d34e
> Author: Denys Dmytriyenko<denis@denix.org>
> Date:   Wed Oct 14 14:25:07 2009 -0400
>
>      angstrom: clean ups of the external toolchain support
>
>
> The symptom of the problem is this:
>
> $ bitbake slugos-image
> ERROR: Unable to parse conf/bitbake.conf (Could not include required
> file conf/distro/include/glibc.inc)
> $
>
> It seems that glibc.inc has been removed, and possibly replaced by
> either an external or an internal variant, but no non-angstrom distros
> have been updated.
>
> Please forgive me if there was a discussion of this change on the
> mailing list; I have been locked away behind corporate firewalls, and
> living on-the-road for the past months, and just haven't been able to
> keep up. :(
>
> How do I fix this, please?

Denys works a 9-5 real job. I'll try and chase him down over the weekend.

Philip

>
> -Mike (mwester)
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 3316 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: commit 806811bf2d72827d3031bfcd5dbab1e82324d34e breaks distros
  2009-10-16 23:44 commit 806811bf2d72827d3031bfcd5dbab1e82324d34e breaks distros Mike Westerhof
  2009-10-17  2:59 ` Philip Balister
@ 2009-10-17  3:13 ` Denys Dmytriyenko
  2009-10-17 21:35   ` Khem Raj
  1 sibling, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2009-10-17  3:13 UTC (permalink / raw)
  To: openembedded-devel

On Fri, Oct 16, 2009 at 06:44:52PM -0500, Mike Westerhof wrote:
> The following commit breaks numerous non-angstrom distros:
> 
> commit 806811bf2d72827d3031bfcd5dbab1e82324d34e
> Author: Denys Dmytriyenko <denis@denix.org>
> Date:   Wed Oct 14 14:25:07 2009 -0400
> 
>     angstrom: clean ups of the external toolchain support
> 
> 
> The symptom of the problem is this:
> 
> $ bitbake slugos-image
> ERROR: Unable to parse conf/bitbake.conf (Could not include required
> file conf/distro/include/glibc.inc)
> $
> 
> It seems that glibc.inc has been removed, and possibly replaced by
> either an external or an internal variant, but no non-angstrom distros
> have been updated.
> 
> Please forgive me if there was a discussion of this change on the
> mailing list; I have been locked away behind corporate firewalls, and
> living on-the-road for the past months, and just haven't been able to
> keep up. :(
> 
> How do I fix this, please?

Mike,

I'm sorry to hear you are having problems with my commit.

I was told conf/distro/include/glibc.inc was only used by Angstrom. And 
grepping through files recursively kind of proves it - there are no in-tree 
distros using this file. There is another glibc.inc in recipes/glibc, but 
that's obviously a different one.

I also ran a test build of minimal-image using minimal distro w/o any parsing 
issues.

It looks like you may have out-of-tree distro which uses glibc.inc file in the 
conf directory. If this is the case, I apologize for removing it and would be 
happy to restore it for you.

-- 
Denys



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: commit 806811bf2d72827d3031bfcd5dbab1e82324d34e breaks distros
  2009-10-17  3:13 ` Denys Dmytriyenko
@ 2009-10-17 21:35   ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2009-10-17 21:35 UTC (permalink / raw)
  To: openembedded-devel

On Fri, Oct 16, 2009 at 8:13 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> On Fri, Oct 16, 2009 at 06:44:52PM -0500, Mike Westerhof wrote:
>> The following commit breaks numerous non-angstrom distros:
>>
>> commit 806811bf2d72827d3031bfcd5dbab1e82324d34e
>> Author: Denys Dmytriyenko <denis@denix.org>
>> Date:   Wed Oct 14 14:25:07 2009 -0400
>>
>>     angstrom: clean ups of the external toolchain support
>>
>>
>> The symptom of the problem is this:
>>
>> $ bitbake slugos-image
>> ERROR: Unable to parse conf/bitbake.conf (Could not include required
>> file conf/distro/include/glibc.inc)
>> $
>>
>> It seems that glibc.inc has been removed, and possibly replaced by
>> either an external or an internal variant, but no non-angstrom distros
>> have been updated.
>>
>> Please forgive me if there was a discussion of this change on the
>> mailing list; I have been locked away behind corporate firewalls, and
>> living on-the-road for the past months, and just haven't been able to
>> keep up. :(
>>
>> How do I fix this, please?
>
> Mike,
>
> I'm sorry to hear you are having problems with my commit.
>
> I was told conf/distro/include/glibc.inc was only used by Angstrom. And
> grepping through files recursively kind of proves it - there are no in-tree
> distros using this file. There is another glibc.inc in recipes/glibc, but
> that's obviously a different one.
>
> I also ran a test build of minimal-image using minimal distro w/o any parsing
> issues.

Minimal uses its own set of files so this change wont affect it.
Looking at the patch I wonder virtual packages are now
picked up when you angstrom build which uses internal toolchain/glibc

>
> It looks like you may have out-of-tree distro which uses glibc.inc file in the
> conf directory. If this is the case, I apologize for removing it and would be
> happy to restore it for you.
>
> --
> Denys
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-10-17 21:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-16 23:44 commit 806811bf2d72827d3031bfcd5dbab1e82324d34e breaks distros Mike Westerhof
2009-10-17  2:59 ` Philip Balister
2009-10-17  3:13 ` Denys Dmytriyenko
2009-10-17 21:35   ` Khem Raj

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.