[OE-core] [PATCH 07/25] nss: update to 3.48

Khem Raj raj.khem at gmail.com
Fri Dec 20 18:19:17 UTC 2019


On Fri, 2019-12-20 at 19:06 +0100, Alexander Kanavin wrote:
> My problem with this kind of fixing is that I have to do it blindly,
> and it may or may not uncover further issues on the AB. I’d much
> rather just drop Centris 7 and have ppl who actually use it fix the
> issues they see as they push the master revision ahead in their
> development process.
> 

I understand your point, and all of us do not have all kinds of hosts
AB will through patches at and discover problems, this is breadth of
testing and is good IMO. I am not sure if AB can expose the builders
for debugging such issues, since that would be best and second best
would be cook a patch and let AB validate it.

> Alex
> 
> > On 20 Dec 2019, at 18.44, Khem Raj <raj.khem at gmail.com> wrote:
> > 
> > > On Fri, 2019-12-20 at 11:00 +0000, Ross Burton wrote:
> > > Breaks on Centos 7:
> > > 
> > > nsinstall.c: In function ‘main’:
> > > nsinstall.c:201:5: warning: implicit declaration of function
> > > ‘getopt’ 
> > > [-Wimplicit-function-declaration]
> > >      while ((opt = getopt(argc, argv, "C:DdlL:Rm:o:g:t")) != EOF)
> > > {
> > >      ^
> > > nsinstall.c:203:20: error: ‘optarg’ undeclared (first use in this
> > > function)
> > >     case 'C': cwd = optarg; break;
> > >                     ^
> > > nsinstall.c:203:20: note: each undeclared identifier is reported
> > > only 
> > > once for each function it appears in
> > > nsinstall.c:225:13: error: ‘optind’ undeclared (first use in this
> > > function)
> > >      argc -= optind;
> > >              ^
> > > 
> > 
> > another C99 issue I guess perhaps  #include <getopt.h> in
> > nsinstall.c
> > will fix it.
> > 
> > > Ross
> > 
> > -- 
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core at lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core



More information about the Openembedded-core mailing list