* Re: [oe-commits] org.oe.dev disapproval of revision '66573a06c1ee62e38d70a6c82f8d99a41243cd5c'
[not found] <E1I75mQ-0005Wr-Px@linuxtogo.org>
@ 2007-07-07 10:25 ` Dr. Michael Lauer
2007-07-07 10:39 ` Michael Krelin
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Dr. Michael Lauer @ 2007-07-07 10:25 UTC (permalink / raw)
Cc: openembedded-devel
koen commit wrote:
> disapproval of revision '66573a06c1ee62e38d70a6c82f8d99a41243cd5c'
May I request that from now on _every_ disapproval goes hand in hand with a
lengthy explanation on oe-devel?
Regards,
:M:
--
Michael 'Mickey' Lauer | IT-Freelancer | http://www.vanille-media.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [oe-commits] org.oe.dev disapproval of revision '66573a06c1ee62e38d70a6c82f8d99a41243cd5c'
2007-07-07 10:25 ` [oe-commits] org.oe.dev disapproval of revision '66573a06c1ee62e38d70a6c82f8d99a41243cd5c' Dr. Michael Lauer
@ 2007-07-07 10:39 ` Michael Krelin
2007-07-07 14:51 ` Koen Kooi
2007-07-07 14:52 ` Koen Kooi
2 siblings, 0 replies; 5+ messages in thread
From: Michael Krelin @ 2007-07-07 10:39 UTC (permalink / raw)
To: openembedded-devel
While koen is on the train I think it would be appropriate to quote his
doppelgänger in Edinburgh:
<koen|edinburgh> ~botmail for woglinde: *NEVER* DEPEND on libiconv
directly, but on virtual/libiconv, otherwise you break all glibc based
builds out there
Love,
H
Dr. Michael Lauer wrote:
> koen commit wrote:
>> disapproval of revision '66573a06c1ee62e38d70a6c82f8d99a41243cd5c'
>
> May I request that from now on _every_ disapproval goes hand in hand with a
> lengthy explanation on oe-devel?
>
> Regards,
>
> :M:
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [oe-commits] org.oe.dev disapproval of revision '66573a06c1ee62e38d70a6c82f8d99a41243cd5c'
2007-07-07 10:25 ` [oe-commits] org.oe.dev disapproval of revision '66573a06c1ee62e38d70a6c82f8d99a41243cd5c' Dr. Michael Lauer
2007-07-07 10:39 ` Michael Krelin
@ 2007-07-07 14:51 ` Koen Kooi
2007-07-07 14:52 ` Koen Kooi
2 siblings, 0 replies; 5+ messages in thread
From: Koen Kooi @ 2007-07-07 14:51 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dr. Michael Lauer schreef:
> koen commit wrote:
>> disapproval of revision '66573a06c1ee62e38d70a6c82f8d99a41243cd5c'
>
> May I request that from now on _every_ disapproval goes hand in hand with a
> lengthy explanation on oe-devel?
Yes, sorry about that, I wanted to act quickly before people with glibc builds get the
change, build libiconv and require a build from scratch.
The bottom line:
*NEVER* DEPEND on libiconv directly, but on virtual/libiconv, otherwise you break all
glibc based builds out there
The situation is tricky since uclibc (and maybe newlib) need libiconv, but our glibc build
can use the internal iconv from libc6.so. That's why we have virtual/libiconv which does
the right thing automagically.
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFGj6hgMkyGM64RGpERAhQSAJ9BRu5yEB5IB3aS6s2p/u5IsErOSQCeOL3e
QazmT2c2fB9En+b0UZkhF4o=
=qFg1
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [oe-commits] org.oe.dev disapproval of revision '66573a06c1ee62e38d70a6c82f8d99a41243cd5c'
2007-07-07 10:25 ` [oe-commits] org.oe.dev disapproval of revision '66573a06c1ee62e38d70a6c82f8d99a41243cd5c' Dr. Michael Lauer
2007-07-07 10:39 ` Michael Krelin
2007-07-07 14:51 ` Koen Kooi
@ 2007-07-07 14:52 ` Koen Kooi
2007-07-07 16:31 ` Dr. Michael Lauer
2 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2007-07-07 14:52 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dr. Michael Lauer schreef:
> koen commit wrote:
>> disapproval of revision '66573a06c1ee62e38d70a6c82f8d99a41243cd5c'
>
> May I request that from now on _every_ disapproval goes hand in hand with a
> lengthy explanation on oe-devel?
Yes, sorry about that, I wanted to act quickly before people with glibc builds get the
change, build libiconv and require a build from scratch.
The bottom line:
*NEVER* DEPEND on libiconv directly, but on virtual/libiconv, otherwise you break all
glibc based builds out there
The situation is tricky since uclibc (and maybe newlib) need libiconv, but our glibc build
can use the internal iconv from libc6.so. That's why we have virtual/libiconv which does
the right thing automagically.
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFGj6hgMkyGM64RGpERAhQSAJ9BRu5yEB5IB3aS6s2p/u5IsErOSQCeOL3e
QazmT2c2fB9En+b0UZkhF4o=
=qFg1
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [oe-commits] org.oe.dev disapproval of revision '66573a06c1ee62e38d70a6c82f8d99a41243cd5c'
2007-07-07 14:52 ` Koen Kooi
@ 2007-07-07 16:31 ` Dr. Michael Lauer
0 siblings, 0 replies; 5+ messages in thread
From: Dr. Michael Lauer @ 2007-07-07 16:31 UTC (permalink / raw)
To: openembedded-devel
Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> Dr. Michael Lauer schreef:
>> koen commit wrote:
>>> disapproval of revision '66573a06c1ee62e38d70a6c82f8d99a41243cd5c'
>>
>> May I request that from now on _every_ disapproval goes hand in hand with a
>> lengthy explanation on oe-devel?
> Yes, sorry about that, I wanted to act quickly before people with glibc builds get the
> change, build libiconv and require a build from scratch.
> The bottom line:
> *NEVER* DEPEND on libiconv directly, but on virtual/libiconv, otherwise you break all
> glibc based builds out there
> The situation is tricky since uclibc (and maybe newlib) need libiconv, but our glibc build
> can use the internal iconv from libc6.so. That's why we have virtual/libiconv which does
> the right thing automagically.
Excellent. Thanks for the explanation.
Cheers,
:M:
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-07-07 16:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1I75mQ-0005Wr-Px@linuxtogo.org>
2007-07-07 10:25 ` [oe-commits] org.oe.dev disapproval of revision '66573a06c1ee62e38d70a6c82f8d99a41243cd5c' Dr. Michael Lauer
2007-07-07 10:39 ` Michael Krelin
2007-07-07 14:51 ` Koen Kooi
2007-07-07 14:52 ` Koen Kooi
2007-07-07 16:31 ` Dr. Michael Lauer
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.