Hi! On 4/21/22 09:25, Mattias Ellert wrote: > Doxygen uses popen to run filters. Is there an issue with using popen > to run perl scripts on the buildds for m68k and sh4? > > The reason I ask is that I found this report in BTS: > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=974004 > which seems to be a similar issue. > Popen will fork and exec the perl script as: > > /bin/sh -c "./perlscript.pl arg" > > where ./perlscript.pl is a text file with a #!/usr/bin/perl shebang.
It's most likely related to emulation issues with qmeu-user. Either because of the related glibc bug [1] or because of the bug you mentioned #974004 [2]. I will rebuild the glibc package with the preliminary fix for [1] that has not been merged upstream yet, unfortunately. Adrian > [1] https://sourceware.org/bugzilla/show_bug.cgi?id=23960 > [2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=974004 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913