From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TV6hj-00031A-2Y for qemu-devel@nongnu.org; Sun, 04 Nov 2012 15:21:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TV6hi-00042D-8R for qemu-devel@nongnu.org; Sun, 04 Nov 2012 15:21:59 -0500 Received: from mail-ob0-f173.google.com ([209.85.214.173]:42319) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TV6hi-000428-3K for qemu-devel@nongnu.org; Sun, 04 Nov 2012 15:21:58 -0500 Received: by mail-ob0-f173.google.com with SMTP id wc18so4678539obb.4 for ; Sun, 04 Nov 2012 12:21:56 -0800 (PST) From: Anthony Liguori In-Reply-To: <20121104192633.GB2099@hedwig.ini.cmu.edu> References: <20121104192633.GB2099@hedwig.ini.cmu.edu> Date: Sun, 04 Nov 2012 15:21:53 -0600 Message-ID: <874nl52he6.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] qemu git master fails to build List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gabriel L. Somlo" , qemu-devel@nongnu.org Cc: pbonzini@redhat.com, jbaron@redhat.com "Gabriel L. Somlo" writes: > Paolo, > > On current git master, if I do: > > ./configure --prefix=/home/somlo/KVM-OSX/SCRATCH --target-list=x86_64-softmmu > make clean > make I just pushed a fix for this. Regards, Anthony Liguori > > > I end up with: > > CC qemu-timer.o > qemu-timer.c: In function `init_timer_alarm': > qemu-timer.c:780:5: error: implicit declaration of function `pthread_atfork' [-Werror=implicit-function-declaration] > qemu-timer.c:780:5: error: nested extern declaration of `pthread_atfork' [-Werror=nested-externs] > cc1: all warnings being treated as errors > make: *** [qemu-timer.o] Error 1 > > > A 'git bisect' points at c8122c35e611385b31e2d8ccb059d0687540244a > (qemu-timer: reinitialize timers after fork) as the possible culprit. > Also, adding '#include ' to qemu-timer.c seems to make it happy. > > > Thanks, > --Gabriel