Bug#1002699: libc6: m68k,sh4 readdir not returning filled in dirent pointer

2021-12-29 Thread John Paul Adrian Glaubitz
Hi Camm!

On 12/28/21 19:52, John Paul Adrian Glaubitz wrote:
> On 12/28/21 19:20, Camm Maguire wrote:
>> Correction, that is current autobuilders on 68k and sh4.
> 
> That's a known issue, see [1]. I will patch the glibc packages for m68k
> and sh4 again to address this issue.

I have uploaded patched versions of glibc for m68k and sh4 and blocked the
autobuild for glibc on the buildds.

You may want to merge the bug with the existing bug report [1] and adjust the
severity to normal.

Adrian


> [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916276

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Bug#1002699: libc6: m68k,sh4 readdir not returning filled in dirent pointer

2021-12-28 Thread John Paul Adrian Glaubitz
Hello Camm!

On 12/28/21 19:20, Camm Maguire wrote:
> Correction, that is current autobuilders on 68k and sh4.

That's a known issue, see [1]. I will patch the glibc packages for m68k
and sh4 again to address this issue.

Adrian

> [1] https://sourceware.org/bugzilla/show_bug.cgi?id=23960

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Bug#1002699: libc6: m68k,sh4 readdir not returning filled in dirent pointer

2021-12-28 Thread Camm Maguire
Correction, that is current autobuilders on 68k and sh4.

Take care,

Camm Maguire  writes:

> Package: libc6
> Version: 2.33-1
> Severity: serious
> Justification: Policy 2.2.1
> X-Debbugs-Cc: c...@debian.org
>
> With a file "configure" in the current directory, the following fails
> (only in the autobuilder) on m68k and s390.
>
> =
>
> #include 
> #include 
>
> int main() {
>   struct dirent *d;
>   DIR *r=opendir("./");
>
>   for (;(d=readdir(r)) && strcmp("configure",d->d_name););
>   return d && d->d_type==DT_REG ? 0 : -1;
> }
> =

-- 
Camm Maguirec...@maguirefamily.org
==
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah