From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56987) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amntH-0003fh-3P for qemu-devel@nongnu.org; Sun, 03 Apr 2016 15:40:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1amntD-0000Fn-RD for qemu-devel@nongnu.org; Sun, 03 Apr 2016 15:40:55 -0400 Received: from indium.canonical.com ([91.189.90.7]:33666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amntD-0000Fj-LD for qemu-devel@nongnu.org; Sun, 03 Apr 2016 15:40:51 -0400 Received: from loganberry.canonical.com ([91.189.90.37]) by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian)) id 1amntB-0002j6-OB for ; Sun, 03 Apr 2016 19:40:49 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id B28E52E80C2 for ; Sun, 3 Apr 2016 19:40:49 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Sun, 03 Apr 2016 19:32:11 -0000 From: pranith <1565395@bugs.launchpad.net> Sender: bounces@canonical.com References: <20160403045416.18318.45266.malonedeb@chaenomeles.canonical.com> Message-Id: <20160403193211.13718.79445.launchpad@gac.canonical.com> Errors-To: bounces@canonical.com Subject: [Qemu-devel] [Bug 1565395] Re: qemu-2.4.1 fails when compiled against pulseaudio Reply-To: Bug 1565395 <1565395@bugs.launchpad.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org ** Changed in: qemu Status: New =3D> Confirmed -- = You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1565395 Title: qemu-2.4.1 fails when compiled against pulseaudio Status in QEMU: Confirmed Bug description: If I compile qemu-2.4.1 like this: CC=3D"gcc -mtune=3Dgeneric -Os -pipe" CXX=3D"g++ -mtune=3Dgeneric -Os -pi= pe -fno-exceptions -fno-rtti" ./configure --prefix=3D/usr/local --localstatedir=3D/var --libexecdir=3D/usr/local/lib/qemu --interp-prefix=3D/usr/local/share/qemu --disable-smartcard-nss --disable-curses --disable-brlapi --audio-drv-list=3D"oss alsa sdl" --target-list=3D"i386-softmmu i386-linux-user x86_64-softmmu x86_64-linux-user" --smbd=3D/usr/local/sbin/smbd find . -name config-host.mak -type f -exec sed -i 's/-O2//g' {} \; make ..it works fine. If I add pulseaudio dev files and use --audio-drv-list=3D"oss alsa sdl pa= ", then "qemu-system-x86_64 -blah-blah" opens a window, displays the bios message and stops. Strace shows qemu is not hung, but loops continually. The same happens with qemu-2.2.1 and qemu-2.5.0. To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/1565395/+subscriptions