Peter Maydell <[email protected]> writes:
> On Wed, 27 May 2020 at 15:54, Alex Bennée <[email protected]> wrote: >> >> The following changes since commit ddc760832fa8cf5e93b9d9e6e854a5114ac63510: >> >> Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-05-26' into >> staging (2020-05-26 14:05:53 +0100) >> >> are available in the Git repository at: >> >> https://github.com/stsquad/qemu.git tags/pull-testing-tcg-plugins-270520-1 >> >> for you to fetch changes up to 919bfbf5d6569b63a374332292cf3d2355a6d6c3: >> >> tests/tcg: add new threadcount test (2020-05-27 14:26:49 +0100) >> >> ---------------------------------------------------------------- >> Testing and one plugin fix: >> >> - support alternates for genisoimage to test/vm >> - add clang++ to clang tests >> - fix record/replay smoke test >> - enable more softfloat tests >> - better detection of hung gdb >> - upgrade aarch64 tcg test x-compile to gcc-10 >> - fix plugin cpu_index clash vs threads > > This makes the NetBSD tests/vm setup spit out a huge pile of extra warnings: > every link has something like: > > ld: warning: libintl.so.1, needed by /usr/pkg/lib/libglib-2.0.so, may > conflict with libintl.so.8 > > or some variant like: > ld: warning: libintl.so.1, needed by /usr/pkg/lib/libcurl.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 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. -- Alex Bennée
