All of lore.kernel.org
 help / color / mirror / Atom feed
* eglibc issuettes continued
@ 2011-07-08 15:41 Phil Blundell
  2011-07-08 16:49 ` Richard Purdie
  0 siblings, 1 reply; 9+ messages in thread
From: Phil Blundell @ 2011-07-08 15:41 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

I'm not sure whether there are pending patches which will address these
or not, but with a fresh pull from today I'm still not getting very good
packaging for eglibc 2.13.  Specifically:

WARNING: For recipe eglibc, the following files were installed but not
shipped in any package:
WARNING:   /etc/localtime
WARNING:   /etc/rpc
WARNING:   /etc/ld.so.conf
WARNING:   /lib/gconv/ISO-2022-CN-EXT.so
WARNING:   /lib/gconv/IBM921.so
[... etc ...]
WARNING:   /lib/gconv/.debug/ISO-2022-CN-EXT.so
WARNING:   /lib/gconv/.debug/IBM921.so
[... etc ...]
WARNING:   /share/i18n/charmaps/ISO-8859-15.gz
WARNING:   /share/i18n/charmaps/IBM285.gz
[... etc ...]
WARNING:   /share/i18n/locales/ss_ZA
WARNING:   /share/i18n/locales/is_IS
[... etc ...]
WARNING: QA Issue: libc-extra-nss rdepends on eglibc-dev
WARNING: QA Issue: libc-thread-db rdepends on eglibc-dev
ERROR: QA run found fatal errors. Please consider fixing them.

I'm not sure if these are actually new or not, though.  It's possible
that they've been there for ages and I only just noticed.

p.





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

* Re: eglibc issuettes continued
  2011-07-08 15:41 eglibc issuettes continued Phil Blundell
@ 2011-07-08 16:49 ` Richard Purdie
  2011-07-08 16:53   ` Phil Blundell
  2011-07-08 16:59   ` Kamble, Nitin A
  0 siblings, 2 replies; 9+ messages in thread
From: Richard Purdie @ 2011-07-08 16:49 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Fri, 2011-07-08 at 16:41 +0100, Phil Blundell wrote:
> I'm not sure whether there are pending patches which will address these
> or not, but with a fresh pull from today I'm still not getting very good
> packaging for eglibc 2.13.  Specifically:
> 
> WARNING: For recipe eglibc, the following files were installed but not
> shipped in any package:
> WARNING:   /etc/localtime
> WARNING:   /etc/rpc
> WARNING:   /etc/ld.so.conf
> WARNING:   /lib/gconv/ISO-2022-CN-EXT.so
> WARNING:   /lib/gconv/IBM921.so
> [... etc ...]
> WARNING:   /lib/gconv/.debug/ISO-2022-CN-EXT.so
> WARNING:   /lib/gconv/.debug/IBM921.so
> [... etc ...]
> WARNING:   /share/i18n/charmaps/ISO-8859-15.gz
> WARNING:   /share/i18n/charmaps/IBM285.gz
> [... etc ...]
> WARNING:   /share/i18n/locales/ss_ZA
> WARNING:   /share/i18n/locales/is_IS
> [... etc ...]
> WARNING: QA Issue: libc-extra-nss rdepends on eglibc-dev
> WARNING: QA Issue: libc-thread-db rdepends on eglibc-dev
> ERROR: QA run found fatal errors. Please consider fixing them.
> 
> I'm not sure if these are actually new or not, though.  It's possible
> that they've been there for ages and I only just noticed.

I'm guessing something is going wrong with prefixes somewhere. I'm
certainly not seeing the bulk of those locally...

Cheers,

Richard




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

* Re: eglibc issuettes continued
  2011-07-08 16:49 ` Richard Purdie
@ 2011-07-08 16:53   ` Phil Blundell
  2011-07-08 16:59   ` Kamble, Nitin A
  1 sibling, 0 replies; 9+ messages in thread
From: Phil Blundell @ 2011-07-08 16:53 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Fri, 2011-07-08 at 17:49 +0100, Richard Purdie wrote:
> I'm guessing something is going wrong with prefixes somewhere. I'm
> certainly not seeing the bulk of those locally...

I just realised that the gconv/locale ones are my fault; I had patched
do_install_locale() locally to try to fix a different problem and this
was causing that stuff to get left in ${D} rather than moved out of the
way.  Sorry about that false report.

Are you seeing the libc-extra-nss and libc-thread-db warnings?

For things like /etc/rpc, I was wondering this morning whether we should
introduce some sort of "FILES_NOT_WANTED" kind of variable which could
declare the files that are being left deliberately unshipped.  That
would avoid the need for adhoc do_install_append() { rm -rf } kind of
arrangements.

p.





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

* Re: eglibc issuettes continued
  2011-07-08 16:49 ` Richard Purdie
  2011-07-08 16:53   ` Phil Blundell
@ 2011-07-08 16:59   ` Kamble, Nitin A
  2011-07-08 17:19     ` Richard Purdie
  2011-07-08 20:23     ` Phil Blundell
  1 sibling, 2 replies; 9+ messages in thread
From: Kamble, Nitin A @ 2011-07-08 16:59 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

I sent a patch to fix /etc/localtime & /etc/rpc files. Other than that I am not seeing any issues for the eglibc recipe packaging.

Nitin


> -----Original Message-----
> From: openembedded-core-bounces@lists.openembedded.org
> [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of
> Richard Purdie
> Sent: Friday, July 08, 2011 9:49 AM
> To: Patches and discussions about the oe-core layer
> Subject: Re: [OE-core] eglibc issuettes continued
> 
> On Fri, 2011-07-08 at 16:41 +0100, Phil Blundell wrote:
> > I'm not sure whether there are pending patches which will address
> these
> > or not, but with a fresh pull from today I'm still not getting very
> good
> > packaging for eglibc 2.13.  Specifically:
> >
> > WARNING: For recipe eglibc, the following files were installed but
> not
> > shipped in any package:
> > WARNING:   /etc/localtime
> > WARNING:   /etc/rpc
> > WARNING:   /etc/ld.so.conf
> > WARNING:   /lib/gconv/ISO-2022-CN-EXT.so
> > WARNING:   /lib/gconv/IBM921.so
> > [... etc ...]
> > WARNING:   /lib/gconv/.debug/ISO-2022-CN-EXT.so
> > WARNING:   /lib/gconv/.debug/IBM921.so
> > [... etc ...]
> > WARNING:   /share/i18n/charmaps/ISO-8859-15.gz
> > WARNING:   /share/i18n/charmaps/IBM285.gz
> > [... etc ...]
> > WARNING:   /share/i18n/locales/ss_ZA
> > WARNING:   /share/i18n/locales/is_IS
> > [... etc ...]
> > WARNING: QA Issue: libc-extra-nss rdepends on eglibc-dev
> > WARNING: QA Issue: libc-thread-db rdepends on eglibc-dev
> > ERROR: QA run found fatal errors. Please consider fixing them.
> >
> > I'm not sure if these are actually new or not, though.  It's possible
> > that they've been there for ages and I only just noticed.
> 
> I'm guessing something is going wrong with prefixes somewhere. I'm
> certainly not seeing the bulk of those locally...
> 
> Cheers,
> 
> Richard
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



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

* Re: eglibc issuettes continued
  2011-07-08 16:59   ` Kamble, Nitin A
@ 2011-07-08 17:19     ` Richard Purdie
  2011-07-08 17:22       ` Kamble, Nitin A
  2011-07-08 20:53       ` Koen Kooi
  2011-07-08 20:23     ` Phil Blundell
  1 sibling, 2 replies; 9+ messages in thread
From: Richard Purdie @ 2011-07-08 17:19 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Fri, 2011-07-08 at 09:59 -0700, Kamble, Nitin A wrote:
> I sent a patch to fix /etc/localtime & /etc/rpc files. Other than that I am not seeing any issues for the eglibc recipe packaging.

I pushed:

http://git.openembedded.net/cgit.cgi/openembedded-core/commit/?id=93ce74a299832ca7f24b4ce1b951abffa0232612

to fix one of those. If there is still the localtime issue, we probably
need a patch for that one...

Cheers,

Richard




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

* Re: eglibc issuettes continued
  2011-07-08 17:19     ` Richard Purdie
@ 2011-07-08 17:22       ` Kamble, Nitin A
  2011-07-08 17:24         ` Richard Purdie
  2011-07-08 20:53       ` Koen Kooi
  1 sibling, 1 reply; 9+ messages in thread
From: Kamble, Nitin A @ 2011-07-08 17:22 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Richard,
 You can make similar patch for localtime, (which is a broken link), Otherwise I will send a patch for it.

Nitin


> -----Original Message-----
> From: openembedded-core-bounces@lists.openembedded.org
> [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of
> Richard Purdie
> Sent: Friday, July 08, 2011 10:19 AM
> To: Patches and discussions about the oe-core layer
> Subject: Re: [OE-core] eglibc issuettes continued
> 
> On Fri, 2011-07-08 at 09:59 -0700, Kamble, Nitin A wrote:
> > I sent a patch to fix /etc/localtime & /etc/rpc files. Other than
> that I am not seeing any issues for the eglibc recipe packaging.
> 
> I pushed:
> 
> http://git.openembedded.net/cgit.cgi/openembedded-
> core/commit/?id=93ce74a299832ca7f24b4ce1b951abffa0232612
> 
> to fix one of those. If there is still the localtime issue, we probably
> need a patch for that one...
> 
> Cheers,
> 
> Richard
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



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

* Re: eglibc issuettes continued
  2011-07-08 17:22       ` Kamble, Nitin A
@ 2011-07-08 17:24         ` Richard Purdie
  0 siblings, 0 replies; 9+ messages in thread
From: Richard Purdie @ 2011-07-08 17:24 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Fri, 2011-07-08 at 10:22 -0700, Kamble, Nitin A wrote:
>  You can make similar patch for localtime, (which is a broken link),
> Otherwise I will send a patch for it.

Send the patch please.

Cheers,

Richard




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

* Re: eglibc issuettes continued
  2011-07-08 16:59   ` Kamble, Nitin A
  2011-07-08 17:19     ` Richard Purdie
@ 2011-07-08 20:23     ` Phil Blundell
  1 sibling, 0 replies; 9+ messages in thread
From: Phil Blundell @ 2011-07-08 20:23 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

The reason for the bogus dependencies is that these files are landing in
libc6-dev rather than the places where they ought to be:

-rwxr-xr-x root/root     42592 2011-07-08 20:16 ./lib/libnss_nis.so.2
-rwxr-xr-x root/root     30408 2011-07-08 20:16 ./lib/libthread_db.so.1
-rwxr-xr-x root/root     50748 2011-07-08 20:16 ./lib/libnss_nisplus.so.2

I'm not quite sure what's going on there.  The FILES look okay, so I
wonder if perhaps it's an issue with symlink snapping.  I'll investigate
more over the weekend if I have some time.

p.

On Fri, 2011-07-08 at 09:59 -0700, Kamble, Nitin A wrote:
> I sent a patch to fix /etc/localtime & /etc/rpc files. Other than that I am not seeing any issues for the eglibc recipe packaging.
> 
> Nitin
> 
> 
> > -----Original Message-----
> > From: openembedded-core-bounces@lists.openembedded.org
> > [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of
> > Richard Purdie
> > Sent: Friday, July 08, 2011 9:49 AM
> > To: Patches and discussions about the oe-core layer
> > Subject: Re: [OE-core] eglibc issuettes continued
> > 
> > On Fri, 2011-07-08 at 16:41 +0100, Phil Blundell wrote:
> > > I'm not sure whether there are pending patches which will address
> > these
> > > or not, but with a fresh pull from today I'm still not getting very
> > good
> > > packaging for eglibc 2.13.  Specifically:
> > >
> > > WARNING: For recipe eglibc, the following files were installed but
> > not
> > > shipped in any package:
> > > WARNING:   /etc/localtime
> > > WARNING:   /etc/rpc
> > > WARNING:   /etc/ld.so.conf
> > > WARNING:   /lib/gconv/ISO-2022-CN-EXT.so
> > > WARNING:   /lib/gconv/IBM921.so
> > > [... etc ...]
> > > WARNING:   /lib/gconv/.debug/ISO-2022-CN-EXT.so
> > > WARNING:   /lib/gconv/.debug/IBM921.so
> > > [... etc ...]
> > > WARNING:   /share/i18n/charmaps/ISO-8859-15.gz
> > > WARNING:   /share/i18n/charmaps/IBM285.gz
> > > [... etc ...]
> > > WARNING:   /share/i18n/locales/ss_ZA
> > > WARNING:   /share/i18n/locales/is_IS
> > > [... etc ...]
> > > WARNING: QA Issue: libc-extra-nss rdepends on eglibc-dev
> > > WARNING: QA Issue: libc-thread-db rdepends on eglibc-dev
> > > ERROR: QA run found fatal errors. Please consider fixing them.
> > >
> > > I'm not sure if these are actually new or not, though.  It's possible
> > > that they've been there for ages and I only just noticed.
> > 
> > I'm guessing something is going wrong with prefixes somewhere. I'm
> > certainly not seeing the bulk of those locally...
> > 
> > Cheers,
> > 
> > Richard
> > 
> > 
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core





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

* Re: eglibc issuettes continued
  2011-07-08 17:19     ` Richard Purdie
  2011-07-08 17:22       ` Kamble, Nitin A
@ 2011-07-08 20:53       ` Koen Kooi
  1 sibling, 0 replies; 9+ messages in thread
From: Koen Kooi @ 2011-07-08 20:53 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer



Op 8 jul. 2011 om 19:19 heeft Richard Purdie <richard.purdie@linuxfoundation.org> het volgende geschreven:

> On Fri, 2011-07-08 at 09:59 -0700, Kamble, Nitin A wrote:
>> I sent a patch to fix /etc/localtime & /etc/rpc files. Other than that I am not seeing any issues for the eglibc recipe packaging.
> 
> I pushed:
> 
> http://git.openembedded.net/cgit.cgi/openembedded-core/commit/?id=93ce74a299832ca7f24b4ce1b951abffa0232612
> 
> to fix one of those. If there is still the localtime issue, we probably
> need a patch for that one...

iirc we don't use the libc localtime, but another in .dev, but I can't check that right now. fwiw having a image function to change the localtime would be nice to have, but is a different issue 


> 
> Cheers,
> 
> Richard
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



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

end of thread, other threads:[~2011-07-08 20:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-08 15:41 eglibc issuettes continued Phil Blundell
2011-07-08 16:49 ` Richard Purdie
2011-07-08 16:53   ` Phil Blundell
2011-07-08 16:59   ` Kamble, Nitin A
2011-07-08 17:19     ` Richard Purdie
2011-07-08 17:22       ` Kamble, Nitin A
2011-07-08 17:24         ` Richard Purdie
2011-07-08 20:53       ` Koen Kooi
2011-07-08 20:23     ` Phil Blundell

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.