From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUChG-0004AJ-NA for qemu-devel@nongnu.org; Tue, 15 May 2012 04:01:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUChD-0004Lj-Jo for qemu-devel@nongnu.org; Tue, 15 May 2012 04:01:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12698) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUChD-0004LL-Bs for qemu-devel@nongnu.org; Tue, 15 May 2012 04:01:27 -0400 Message-ID: <4FB20D51.4040002@redhat.com> Date: Tue, 15 May 2012 10:01:21 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1337059639-4936-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1337059639-4936-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1.1] tests: Fix linker failure for fdc-test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Anthony Liguori , qemu-devel@nongnu.org Am 15.05.2012 07:27, schrieb Stefan Weil: > When QEMU was built with the simple trace backend, linking failed: > > LINK tests/fdc-test > oslib-posix.o: In function `trace_qemu_memalign': > qemu/bin/debug/x86/./trace.h:31: undefined reference to `trace3' > oslib-posix.o: In function `trace_qemu_vmalloc': > qemu/bin/debug/x86/./trace.h:35: undefined reference to `trace2' > oslib-posix.o: In function `trace_qemu_vfree': > qemu/bin/debug/x86/./trace.h:39: undefined reference to `trace1' > collect2: error: ld returned 1 exit status > make: *** [tests/fdc-test] Fehler 1 > > Signed-off-by: Stefan Weil Oops, seems I didn't rebase carefully enough. Reviewed-by: Kevin Wolf I also applied this to the block branch just in case, but I'm excepting Anthony to pick it up and push directly. Kevin