All of lore.kernel.org
 help / color / mirror / Atom feed
* release-2010 - last moment hot fixes
@ 2010-11-30  0:34 Khem Raj
  2010-11-30  7:56 ` Frans Meulenbroeks
  2010-11-30  8:23 ` Petr Štetiar
  0 siblings, 2 replies; 15+ messages in thread
From: Khem Raj @ 2010-11-30  0:34 UTC (permalink / raw)
  To: openembeded-devel

Hi Folks,

Please update your release branch to latest tip and rerun your builds
and other tests that you have been doing
and indicate any hot fixes that we need for the final release. Again
update the Testing table with the results

Thank you
-Khem



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

* Re: release-2010 - last moment hot fixes
  2010-11-30  0:34 release-2010 - last moment hot fixes Khem Raj
@ 2010-11-30  7:56 ` Frans Meulenbroeks
  2010-11-30  7:59   ` Frans Meulenbroeks
  2010-11-30 18:09   ` Khem Raj
  2010-11-30  8:23 ` Petr Štetiar
  1 sibling, 2 replies; 15+ messages in thread
From: Frans Meulenbroeks @ 2010-11-30  7:56 UTC (permalink / raw)
  To: openembedded-devel

2010/11/30 Khem Raj <raj.khem@gmail.com>:
> Hi Folks,
>
> Please update your release branch to latest tip and rerun your builds
> and other tests that you have been doing
> and indicate any hot fixes that we need for the final release. Again
> update the Testing table with the results
>
> Thank you
> -Khem

I thought I already mentioned this, but we need from master
	95035fb93f662b8036e1083a7a834030b4b98041
f2a9c8045666402811c4e5adeccb62ee2042e0c9
	f7403d0b48339483fa02e4042d2c70b992228beb

Without these the underlying recipes (and my test image) do not build.
I also strongly suggest doing clean builds with a removed downloads
dir. After I did that I caught the ones above.

I'm still working on a php issue. I hope to have a patch soon.
The bad guy seems to be 	f6fa9298359781393ed2466c45cf42da56068bb1
After this patch it has build several times for me, but recently it
did not (even not when revering to just after this patch).
php*/ext/iconv/config.m4 seems to be the bad guy by adding
/usr/include and /usr/lib to the cmd line, but with my m4 and auto
knowledge it takes some time to find and fix this (the value of
--with-iconv-dir does not seem to be used).

Frans



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

* Re: release-2010 - last moment hot fixes
  2010-11-30  7:56 ` Frans Meulenbroeks
@ 2010-11-30  7:59   ` Frans Meulenbroeks
  2010-11-30 18:09   ` Khem Raj
  1 sibling, 0 replies; 15+ messages in thread
From: Frans Meulenbroeks @ 2010-11-30  7:59 UTC (permalink / raw)
  To: openembedded-devel

Oh btw, I strongly suggest that we also try to solve the multiple
providers thing.
I've seen it for mysqlclient, depmod and one other package and have
reported this a few times.
I do not feel myself sufficiently empowered to remove the old provider
or add a pinning or so.

Frans



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

* Re: release-2010 - last moment hot fixes
  2010-11-30  0:34 release-2010 - last moment hot fixes Khem Raj
  2010-11-30  7:56 ` Frans Meulenbroeks
@ 2010-11-30  8:23 ` Petr Štetiar
  2010-11-30  9:17   ` Frans Meulenbroeks
  2010-11-30 18:12   ` Khem Raj
  1 sibling, 2 replies; 15+ messages in thread
From: Petr Štetiar @ 2010-11-30  8:23 UTC (permalink / raw)
  To: openembedded-devel

Khem Raj <raj.khem@gmail.com> [2010-11-29 16:34:01]:

> Hi Folks,

Hi,

> Please update your release branch to latest tip and rerun your builds and
> other tests that you have been doing and indicate any hot fixes that we need
> for the final release. Again update the Testing table with the results

as I see it, the uclibc variant seems to be really in the bad shape for
release, so I wonder what to do with this? I mean x264/mesa/e2fsprogs build
issues at least, maybe there's more.

-- ynezz



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

* Re: release-2010 - last moment hot fixes
  2010-11-30  8:23 ` Petr Štetiar
@ 2010-11-30  9:17   ` Frans Meulenbroeks
  2010-11-30 18:11     ` Khem Raj
  2010-11-30 18:12   ` Khem Raj
  1 sibling, 1 reply; 15+ messages in thread
From: Frans Meulenbroeks @ 2010-11-30  9:17 UTC (permalink / raw)
  To: openembedded-devel

Just committed the following 3 things to master, they could also go
into the release (at least the last two ones wrt php).
Still looking for a solution to get php working with iconv as without
it it breaks another recipe (I think ampache).
Open for ideas on that one.

Frans

commit 7aa6b49cabce5f85705508a0ead01433b2dafbbe
Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Date:   Tue Nov 30 09:30:36 2010 +0100

    mythtv: removed 0.22

    probably does not build with qt4.7
    this one was not maintained anyway and only stayed because a few
distro's pinned it.
    it is now unpinned by all so rm.
    we already have 0.23 for almost a year, and the metadata for 0.23 is better

    Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>

commit b0d9ce644c7847533e7b362441e45d8f7c7748b6
Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Date:   Tue Nov 30 09:29:14 2010 +0100

    php: reinstated --without-iconv, this seems to generate configure issues

    issues are wrt native paths being used.
    e.g. get that fork is not found
    adding --with-iconv-dir did not help
    This needs further investigation

    Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>

commit 9d3d91887fe4c36d89466dd08520449fd017928f
Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Date:   Tue Nov 30 09:28:13 2010 +0100

    php: removed --enable-memory-limit configure argument; does not
exist any moe

    Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>



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

* Re: release-2010 - last moment hot fixes
  2010-11-30  7:56 ` Frans Meulenbroeks
  2010-11-30  7:59   ` Frans Meulenbroeks
@ 2010-11-30 18:09   ` Khem Raj
  1 sibling, 0 replies; 15+ messages in thread
From: Khem Raj @ 2010-11-30 18:09 UTC (permalink / raw)
  To: openembedded-devel

On Mon, Nov 29, 2010 at 11:56 PM, Frans Meulenbroeks
<fransmeulenbroeks@gmail.com> wrote:
> I thought I already mentioned this, but we need from master
>        95035fb93f662b8036e1083a7a834030b4b98041
> f2a9c8045666402811c4e5adeccb62ee2042e0c9
>        f7403d0b48339483fa02e4042d2c70b992228beb
>
> Without these the underlying recipes (and my test image) do not build.
>

cherry-picked these three patches

Thx
-Khem



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

* Re: release-2010 - last moment hot fixes
  2010-11-30  9:17   ` Frans Meulenbroeks
@ 2010-11-30 18:11     ` Khem Raj
  0 siblings, 0 replies; 15+ messages in thread
From: Khem Raj @ 2010-11-30 18:11 UTC (permalink / raw)
  To: openembedded-devel

On Tue, Nov 30, 2010 at 1:17 AM, Frans Meulenbroeks
<fransmeulenbroeks@gmail.com> wrote:
> Just committed the following 3 things to master, they could also go
> into the release (at least the last two ones wrt php).
> Still looking for a solution to get php working with iconv as without
> it it breaks another recipe (I think ampache).
> Open for ideas on that one.
>
> Frans
>
> commit 7aa6b49cabce5f85705508a0ead01433b2dafbbe
> Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
> Date:   Tue Nov 30 09:30:36 2010 +0100
>
>    mythtv: removed 0.22
>
>    probably does not build with qt4.7
>    this one was not maintained anyway and only stayed because a few
> distro's pinned it.
>    it is now unpinned by all so rm.
>    we already have 0.23 for almost a year, and the metadata for 0.23 is better
>
>    Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
>
> commit b0d9ce644c7847533e7b362441e45d8f7c7748b6
> Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
> Date:   Tue Nov 30 09:29:14 2010 +0100
>
>    php: reinstated --without-iconv, this seems to generate configure issues
>
>    issues are wrt native paths being used.
>    e.g. get that fork is not found
>    adding --with-iconv-dir did not help
>    This needs further investigation
>
>    Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
>
> commit 9d3d91887fe4c36d89466dd08520449fd017928f
> Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
> Date:   Tue Nov 30 09:28:13 2010 +0100
>
>    php: removed --enable-memory-limit configure argument; does not
> exist any moe
>
>    Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>


took these three too.



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

* Re: release-2010 - last moment hot fixes
  2010-11-30  8:23 ` Petr Štetiar
  2010-11-30  9:17   ` Frans Meulenbroeks
@ 2010-11-30 18:12   ` Khem Raj
  2010-12-01  8:45     ` Petr Štetiar
  1 sibling, 1 reply; 15+ messages in thread
From: Khem Raj @ 2010-11-30 18:12 UTC (permalink / raw)
  To: openembedded-devel

On Tue, Nov 30, 2010 at 12:23 AM, Petr Štetiar <ynezz@true.cz> wrote:
> Khem Raj <raj.khem@gmail.com> [2010-11-29 16:34:01]:
>
>> Hi Folks,
>
> Hi,
>
>> Please update your release branch to latest tip and rerun your builds and
>> other tests that you have been doing and indicate any hot fixes that we need
>> for the final release. Again update the Testing table with the results
>
> as I see it, the uclibc variant seems to be really in the bad shape for
> release, so I wonder what to do with this? I mean x264/mesa/e2fsprogs build
> issues at least, maybe there's more.

Do we already have some resolutions to these issues ? are there
existing patches

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



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

* Re: release-2010 - last moment hot fixes
  2010-11-30 18:12   ` Khem Raj
@ 2010-12-01  8:45     ` Petr Štetiar
  2010-12-01  8:51       ` Frans Meulenbroeks
  0 siblings, 1 reply; 15+ messages in thread
From: Petr Štetiar @ 2010-12-01  8:45 UTC (permalink / raw)
  To: openembedded-devel

Khem Raj <raj.khem@gmail.com> [2010-11-30 10:12:08]:

> Do we already have some resolutions to these issues ? are there
> existing patches

Yes, there are few patches around, but Koen didn't told us yet[1] what
fix/workaround he would preffer for Angstrom 2008/2010.

1. http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg13494.html

-- ynezz



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

* Re: release-2010 - last moment hot fixes
  2010-12-01  8:45     ` Petr Štetiar
@ 2010-12-01  8:51       ` Frans Meulenbroeks
  2010-12-01  8:54         ` Graham Gower
  2010-12-01  9:34         ` Petr Štetiar
  0 siblings, 2 replies; 15+ messages in thread
From: Frans Meulenbroeks @ 2010-12-01  8:51 UTC (permalink / raw)
  To: openembedded-devel

2010/12/1 Petr Štetiar <ynezz@true.cz>:
> Khem Raj <raj.khem@gmail.com> [2010-11-30 10:12:08]:
>
>> Do we already have some resolutions to these issues ? are there
>> existing patches
>
> Yes, there are few patches around, but Koen didn't told us yet[1] what
> fix/workaround he would preffer for Angstrom 2008/2010.
>
> 1. http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg13494.html
>
> -- ynezz

OE is more than angstrom, and no single distro should  block progress
for the rest, even not if it is the primary distro.
My suggestion would be to upgrade uclibc + binutils. to fix things.
Angstrom then can (and probably already does) pin the current versions.

My 2 cents, Frans.



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

* Re: release-2010 - last moment hot fixes
  2010-12-01  8:51       ` Frans Meulenbroeks
@ 2010-12-01  8:54         ` Graham Gower
  2010-12-01  8:56           ` Frans Meulenbroeks
  2010-12-01  8:58           ` Graeme Gregory
  2010-12-01  9:34         ` Petr Štetiar
  1 sibling, 2 replies; 15+ messages in thread
From: Graham Gower @ 2010-12-01  8:54 UTC (permalink / raw)
  To: openembedded-devel

On 1 December 2010 19:21, Frans Meulenbroeks
<fransmeulenbroeks@gmail.com> wrote:
> 2010/12/1 Petr Štetiar <ynezz@true.cz>:
>> Khem Raj <raj.khem@gmail.com> [2010-11-30 10:12:08]:
>>
>>> Do we already have some resolutions to these issues ? are there
>>> existing patches
>>
>> Yes, there are few patches around, but Koen didn't told us yet[1] what
>> fix/workaround he would preffer for Angstrom 2008/2010.
>>
>> 1. http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg13494.html
>>
>> -- ynezz
>
> OE is more than angstrom, and no single distro should  block progress
> for the rest, even not if it is the primary distro.
> My suggestion would be to upgrade uclibc + binutils. to fix things.
> Angstrom then can (and probably already does) pin the current versions.
>
> My 2 cents, Frans.
>

The alternative is remove uclibc bits from the angstrom distro conf,
removing all doubt about its current status as unsupported/nonworking.



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

* Re: release-2010 - last moment hot fixes
  2010-12-01  8:54         ` Graham Gower
@ 2010-12-01  8:56           ` Frans Meulenbroeks
  2010-12-01  8:58           ` Graeme Gregory
  1 sibling, 0 replies; 15+ messages in thread
From: Frans Meulenbroeks @ 2010-12-01  8:56 UTC (permalink / raw)
  To: openembedded-devel

2010/12/1 Graham Gower <graham.gower@gmail.com>:
> On 1 December 2010 19:21, Frans Meulenbroeks
> <fransmeulenbroeks@gmail.com> wrote:
>> 2010/12/1 Petr Štetiar <ynezz@true.cz>:
>>> Khem Raj <raj.khem@gmail.com> [2010-11-30 10:12:08]:
>>>
>>>> Do we already have some resolutions to these issues ? are there
>>>> existing patches
>>>
>>> Yes, there are few patches around, but Koen didn't told us yet[1] what
>>> fix/workaround he would preffer for Angstrom 2008/2010.
>>>
>>> 1. http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg13494.html
>>>
>>> -- ynezz
>>
>> OE is more than angstrom, and no single distro should  block progress
>> for the rest, even not if it is the primary distro.
>> My suggestion would be to upgrade uclibc + binutils. to fix things.
>> Angstrom then can (and probably already does) pin the current versions.
>>
>> My 2 cents, Frans.
>>
>
> The alternative is remove uclibc bits from the angstrom distro conf,
> removing all doubt about its current status as unsupported/nonworking.

Agree, but that is up to the angstrom maintainers to decide and implement.

Frans



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

* Re: release-2010 - last moment hot fixes
  2010-12-01  8:54         ` Graham Gower
  2010-12-01  8:56           ` Frans Meulenbroeks
@ 2010-12-01  8:58           ` Graeme Gregory
  2010-12-01  9:29             ` Petr Štetiar
  1 sibling, 1 reply; 15+ messages in thread
From: Graeme Gregory @ 2010-12-01  8:58 UTC (permalink / raw)
  To: openembedded-devel

On 01/12/2010 08:54, Graham Gower wrote:
> On 1 December 2010 19:21, Frans Meulenbroeks
> <fransmeulenbroeks@gmail.com> wrote:
>> 2010/12/1 Petr Štetiar <ynezz@true.cz>:
>>> Khem Raj <raj.khem@gmail.com> [2010-11-30 10:12:08]:
>>>
>>>> Do we already have some resolutions to these issues ? are there
>>>> existing patches
>>> Yes, there are few patches around, but Koen didn't told us yet[1] what
>>> fix/workaround he would preffer for Angstrom 2008/2010.
>>>
>>> 1. http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg13494.html
>>>
>>> -- ynezz
>> OE is more than angstrom, and no single distro should  block progress
>> for the rest, even not if it is the primary distro.
>> My suggestion would be to upgrade uclibc + binutils. to fix things.
>> Angstrom then can (and probably already does) pin the current versions.
>>
>> My 2 cents, Frans.
>>
> The alternative is remove uclibc bits from the angstrom distro conf,
> removing all doubt about its current status as unsupported/nonworking.
>
>
Wait a minute here, all the reports I keep seeing are a failure to
compile in 3 non essential tools. I think as Angstrom maintainer Im
quite happy for that state to exist in a release. I know I wouldnt be
using OpenGL and h264 video on a uclibc target.

Graeme





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

* Re: release-2010 - last moment hot fixes
  2010-12-01  8:58           ` Graeme Gregory
@ 2010-12-01  9:29             ` Petr Štetiar
  0 siblings, 0 replies; 15+ messages in thread
From: Petr Štetiar @ 2010-12-01  9:29 UTC (permalink / raw)
  To: openembedded-devel

Graeme Gregory <dp@xora.org.uk> [2010-12-01 08:58:13]:

> Wait a minute here, all the reports I keep seeing are a failure to
> compile in 3 non essential tools. I think as Angstrom maintainer Im
> quite happy for that state to exist in a release. I know I wouldnt be
> using OpenGL and h264 video on a uclibc target.

It's not that easy I think, you fix x264 and mesa, then e2fsprogs[1,2]
fails...

1. http://tinderbox.openembedded.net/builds/107805/
2. http://tinderbox.openembedded.net/builds/107761/

-- ynezz



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

* Re: release-2010 - last moment hot fixes
  2010-12-01  8:51       ` Frans Meulenbroeks
  2010-12-01  8:54         ` Graham Gower
@ 2010-12-01  9:34         ` Petr Štetiar
  1 sibling, 0 replies; 15+ messages in thread
From: Petr Štetiar @ 2010-12-01  9:34 UTC (permalink / raw)
  To: openembedded-devel

Frans Meulenbroeks <fransmeulenbroeks@gmail.com> [2010-12-01 09:51:57]:

> OE is more than angstrom, and no single distro should  block progress for
> the rest, even not if it is the primary distro.  My suggestion would be to
> upgrade uclibc + binutils. to fix things.  Angstrom then can (and probably
> already does) pin the current versions.

Ok, it's fine with me also. So I should move to some other distro or make my
own, since I would like to have minimal and console images at least working
with this release for the ts72xx.

What do you guys use as the base for your commercial stuff? Which image/distro
available in OE? Thanks.

-- ynezz



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

end of thread, other threads:[~2010-12-01  9:35 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-30  0:34 release-2010 - last moment hot fixes Khem Raj
2010-11-30  7:56 ` Frans Meulenbroeks
2010-11-30  7:59   ` Frans Meulenbroeks
2010-11-30 18:09   ` Khem Raj
2010-11-30  8:23 ` Petr Štetiar
2010-11-30  9:17   ` Frans Meulenbroeks
2010-11-30 18:11     ` Khem Raj
2010-11-30 18:12   ` Khem Raj
2010-12-01  8:45     ` Petr Štetiar
2010-12-01  8:51       ` Frans Meulenbroeks
2010-12-01  8:54         ` Graham Gower
2010-12-01  8:56           ` Frans Meulenbroeks
2010-12-01  8:58           ` Graeme Gregory
2010-12-01  9:29             ` Petr Štetiar
2010-12-01  9:34         ` Petr Štetiar

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.