[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] bsd-user: master is broken
From: |
Sean Bruno |
Subject: |
Re: [Qemu-devel] bsd-user: master is broken |
Date: |
Sun, 15 Jun 2014 13:06:41 -0700 |
On Sun, 2014-06-15 at 12:10 -0700, Sean Bruno wrote:
> Trying to bisect a compile failure on master before I do anything else
> today. I'm getting a slew of linking failures right now due to
> unresolved symbols that appear to be needed by block/curl code.
>
> http://people.freebsd.org/~sbruno/ssl_fail_qemu.txt
>
> Lots of Curl_* functions and lots of SSL/Crypt functions here.
>
> Disabling curl support allows me to continue. (--disable-curl)
>
> This has happened in the last few days on master.
>
> sean
>
>
Looks like this is the culprit for me:
commit c5cb1afc4675bf5ff66e7a149d2a8cffba2eaa9e
Merge: b780bf8 1c33ac5
Author: Peter Maydell <address@hidden>
Date: Wed Jun 11 15:36:48 2014 +0100
Merge remote-tracking branch 'remotes/bonzini/configure' into
staging
* remotes/bonzini/configure:
rules.mak: Rewrite unnest-vars
configure: unset interfering variables
configure: duplicate/incorrect order of -lrt
libcacard: improve documentation
libcacard: actually use symbols file
libcacard: replace qemu thread primitives with glib ones
vscclient: use glib thread primitives not qemu
glib-compat.h: add new thread API emulation on top of pre-2.31 API
Signed-off-by: Peter Maydell <address@hidden>