Re: globus-net-manager FTBFS during python 3.10 transition
John Paul Adrian Glaubitz <[email protected]> Thu, 12 May 2022 18:16:19 +0200
| Newsgroups | gmane.linux.debian.ports.superh,gmane.linux.debian.ports.68k |
|---|---|
| Message-ID | <[email protected]> |
Hi! On 5/12/22 18:10, Laurent Vivier wrote: > The flags are correct. > > This can be tested with: > > $ sudo chroot m68k-chroot sh -c 'echo $0' > sh > > if the argument is not properly managed, you would have "/usr/bin/sh". OK, this is working properly: root@z6:/srv/chroot> chroot unstable-m68k-sbuild/ sh -c 'echo $0' sh root@z6:/srv/chroot> I guess it's related to the glibc issue then [1]. Adrian > [1] https://sourceware.org/bugzilla/show_bug.cgi?id=23960