Re: globus-net-manager FTBFS during python 3.10 transition
Laurent Vivier <[email protected]> Thu, 12 May 2022 17:45:53 +0200
| Newsgroups | gmane.linux.debian.ports.68k,gmane.linux.debian.ports.superh |
|---|---|
| Message-ID | <[email protected]> |
Le 12/05/2022 à 17:41, John Paul Adrian Glaubitz a écrit : > Hi Laurent! > > The issue can be reproduced on a freshly installed Debian system. > > Is the problem the additional "F" flag? > > glaubitz@z6:/tmp/test> cat /proc/sys/fs/binfmt_misc/qemu-m68k > enabled > interpreter /usr/libexec/qemu-binfmt/m68k-binfmt-P > flags: POCF > offset 0 > magic 7f454c4601020100000000000000000000020004 > mask ffffffffffffff00fffffffffffffffffffeffff > glaubitz@z6:/tmp/test> > > Adrian > No, the 'F' means 'fix-binary': The interpreter is loaded in memory once when the binfmt_misc is configured (when the configuration is written to /proc/sys/fs/binfmt_misc/register) from the host filesystem. So you don't need to put it in the chroot. Thanks, Laurent