On Mon, Dec 12, 2016 at 4:23 AM, Steve M. Robbins <st...@sumost.ca> wrote: > On Sunday, December 11, 2016 8:57:09 PM CST John Paul Adrian Glaubitz wrote: >> On 12/11/2016 07:32 PM, John Paul Adrian Glaubitz wrote: >> > On 12/11/2016 07:20 PM, Steve M. Robbins wrote: >> >> Would someone with a machine be so kind as to run the build, >> >> then send me the following file: obj-*/Testing/Temporary/LastTest.log? >> > >> > Yes, please wait 1-2 hours, I'm building the package now manually. >> >> Here you go. Attaching the other log as well. > > Thanks! So the failing test is checking the ability to find the number of > threads by reading /proc/self/stat. The value is reported in the 20th field, > according to "man 5 proc". But the m68k test result suggests it is always > reporting 0 threads. Is this a known limitation of the m68k kernel?
Strange... atari:~# uname -r 4.9.0-atari-01190-gb26928f735f41b6d atari:~# cat /proc/self/stat | tr ' ' '\n' | cat -n [...] 20 1 So I see "1", which is the exact same result as on x86_64. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds