From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwFpA-0005C4-08 for qemu-devel@nongnu.org; Sun, 15 Jun 2014 15:10:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WwFp1-0004cA-DY for qemu-devel@nongnu.org; Sun, 15 Jun 2014 15:10:39 -0400 Received: from ignoranthack.me ([199.102.79.106]:65400 helo=mail.ignoranthack.me) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwFp1-0004c4-85 for qemu-devel@nongnu.org; Sun, 15 Jun 2014 15:10:31 -0400 Received: from [192.168.200.204] (c-50-131-5-126.hsd1.ca.comcast.net [50.131.5.126]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 2AD201936DE for ; Sun, 15 Jun 2014 19:10:30 +0000 (UTC) From: Sean Bruno Content-Type: text/plain; charset="us-ascii" Date: Sun, 15 Jun 2014 12:10:29 -0700 Message-ID: <1402859429.2347.7.camel@bruno> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] bsd-user: master is broken Reply-To: sbruno@freebsd.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers 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