On Thu, May 28, 2020 at 05:18:42PM +0200, Philippe Mathieu-Daudé wrote: > +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
Hmm, on a quick glance this looks like a netbsd packaging bug ... > Maybe building back NetBSD 8.1? > > $ git checkout 2cc3e591b3321a~ tests/vm/netbsd > $ make vm-build-netbsd > $ git checkout HEAD tests/vm/netbsd The *nsd installs fetch and install a bunch of addon packages, so when these are updated a netbsd image rebuild will use the newer versions. IIRC both tests/vm/netbsd and tests/vm/basevm.py changes will trigger and netbsd image rebuild. If you want avoid that you have to touch the disk image after git checkout so make thinks it is up-to-date and doesn't try to rebuild it. take care, Gerd
