[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL v2 00/50] Misc patches for 2017-09-19
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PULL v2 00/50] Misc patches for 2017-09-19 |
Date: |
Tue, 19 Sep 2017 14:47:45 +0100 |
On 19 September 2017 at 13:44, Paolo Bonzini <address@hidden> wrote:
> The following changes since commit 11e06ce1ed28fd0ffcbc1e2436b72f3412b4ecc8:
>
> Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into
> staging (2017-09-19 10:13:51 +0100)
>
> are available in the git repository at:
>
> git://github.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 793d286eab5c6eedf68667a081f676a0323210b2:
>
> docker: fix creation of archives (2017-09-19 14:43:11 +0200)
>
> ----------------------------------------------------------------
Hi. This fails to link tests/ptimer_test on OSX:
LINK tests/ptimer-test
duplicate symbol _qemu_bh_delete in:
tests/ptimer-test-stubs.o
libqemuutil.a(async.o)
duplicate symbol _qemu_clock_get_ns in:
tests/ptimer-test-stubs.o
libqemuutil.a(qemu-timer.o)
duplicate symbol _timer_init_tl in:
tests/ptimer-test-stubs.o
libqemuutil.a(qemu-timer.o)
duplicate symbol _qemu_clock_deadline_ns_all in:
tests/ptimer-test-stubs.o
libqemuutil.a(qemu-timer.o)
duplicate symbol _timer_del in:
tests/ptimer-test-stubs.o
libqemuutil.a(qemu-timer.o)
duplicate symbol _main_loop_tlg in:
tests/ptimer-test-stubs.o
libqemuutil.a(qemu-timer.o)
duplicate symbol _timer_mod in:
tests/ptimer-test-stubs.o
libqemuutil.a(qemu-timer.o)
duplicate symbol _qemu_bh_new in:
tests/ptimer-test-stubs.o
libqemuutil.a(main-loop.o)
ld: 8 duplicate symbols for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
(I'll leave the rest of the merge tests running to see if they
find anything else.)
thanks
-- PMM