+Gerd On 5/28/20 5:09 PM, Peter Maydell wrote: > On Thu, 28 May 2020 at 15:57, Alex Bennée <[email protected]> wrote: >> I get these on commit ddc760832fa8cf5e93b9d9e6e854a5114ac63510: >> >> LINK arm-softmmu/qemu-system-arm >> ld: /usr/lib/libc.so and /usr/lib/crt0.o: warning: multiple common of >> `environ' >> ld: warning: libintl.so.1, needed by /usr/pkg/lib/libgio-2.0.so, may >> conflict with libintl.so.8 >> ld: warning: libintl.so.1, needed by /usr/pkg/lib/libgio-2.0.so, may >> conflict with libintl.so.8 >> ld: warning: libintl.so.1, needed by /usr/pkg/lib/libgio-2.0.so, may >> conflict with libintl.so.8 >> ld: warning: libintl.so.1, needed by /usr/pkg/lib/libgio-2.0.so, may >> conflict with libintl.so.8 >> ld: warning: libintl.so.1, needed by /usr/pkg/lib/libgio-2.0.so, may >> conflict with libintl.so.8 >> >> which makes me think the build environment has changed and it was simply >> that my PR triggered a re-build of the NetBSD VM. > > Yes. I see them also now on the next pullreq I'm trying to > process. How do I get back to an environment that doesn't > produce all these warnings?
Maybe building back NetBSD 8.1? $ git checkout 2cc3e591b3321a~ tests/vm/netbsd $ make vm-build-netbsd $ git checkout HEAD tests/vm/netbsd > > thanks > -- PMM >
