From owner-freebsd-gnome@FreeBSD.ORG Thu Jan 23 21:49:56 2014 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B258CFC for ; Thu, 23 Jan 2014 21:49:56 +0000 (UTC) Received: from mail-ve0-x242.google.com (mail-ve0-x242.google.com [IPv6:2607:f8b0:400c:c01::242]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CBF191FB0 for ; Thu, 23 Jan 2014 21:49:55 +0000 (UTC) Received: by mail-ve0-f194.google.com with SMTP id c14so373182vea.9 for ; Thu, 23 Jan 2014 13:49:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=VxPer00TI4DSDYjwiIkgr6yjpF33RT0ukY5P4R55nlM=; b=ocov7HonjFAluXPU455kzuIXSzmkOJx5MNBOox9W7x+h9c4v71gaGilv322gYHxAuE DTgs0wdGJrpsrMbfu+0fgufQpXubbrPGjY/EliN6d0bfNhvDzDlnxok2kjzEteTpgYHJ 5M2oN8WS/ktLd0lm1BwanQFUxTc+hzfXxLhZmYMbEQycLfaPZsDU7dVDflNvj+PlGvu6 nw44ioYH/m2HnjLFlujLzFHyBTt4LsMt2rT4yHfMgbReULHOqyvsUwcvft48HCG6jJ03 Xxkfvt7dY1m8Yy/e5vTo/HZzQl2bgjsfL6s0Lpwp13wMOlkS+0M16T5G7aCup08v8Jd5 ORBA== MIME-Version: 1.0 X-Received: by 10.58.161.46 with SMTP id xp14mr1680486veb.37.1390513794880; Thu, 23 Jan 2014 13:49:54 -0800 (PST) Received: by 10.220.69.20 with HTTP; Thu, 23 Jan 2014 13:49:54 -0800 (PST) In-Reply-To: References: Date: Thu, 23 Jan 2014 22:49:54 +0100 Message-ID: Subject: Fwd: audio/pulseaudio failed on i386 From: Carlos Jacobo Puga Medina To: freebsd-gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jan 2014 21:49:56 -0000 On FreeBSD 10.0-RELEASE/i386, I can't seem to build pulseaudio. I get the following error: pulsecore/svolume_mmx.c:108:43: [0;1;31merror: register %rdx is only available in 64-bit mode " je 2f \n\t" ^ :5:9: [0;1;30mnote: instantiated into assembly here movd (%rdx, %edi, 4), %mm0 ^~~~~ pulsecore/svolume_mmx.c:124:43: [0;1;31merror: register %rdx is only available in 64-bit mode "3: \n\t" /* do samples in groups of 2 */ ^ :33:9: [0;1;30mnote: instantiated into assembly here movq (%rdx, %edi, 4), %mm0 ^~~~~ pulsecore/svolume_mmx.c:137:43: [0;1;31merror: register %rdx is only available in 64-bit mode "5: \n\t" /* do samples in groups of 4 */ ^ :59:9: [0;1;30mnote: instantiated into assembly here movq (%rdx, %edi, 4), %mm0 ^~~~~ pulsecore/svolume_mmx.c:138:43: [0;1;31merror: register %rdx is only available in 64-bit mode " movq (%q1, %3, 4), %%mm0 \n\t" /* | v1h | v1l | v0h | v0l | */ ^ :60:10: [0;1;30mnote: instantiated into assembly here movq 8(%rdx, %edi, 4), %mm2 ^~~~~ pulsecore/svolume_mmx.c:181:43: [0;1;31merror: register %rdx is only available in 64-bit mode " je 2f \n\t" ^ :9:9: [0;1;30mnote: instantiated into assembly here movd (%rdx, %edi, 4), %mm0 ^~~~~ pulsecore/svolume_mmx.c:199:43: [0;1;31merror: register %rdx is only available in 64-bit mode "3: \n\t" /* do samples in groups of 2 */ ^ :39:9: [0;1;30mnote: instantiated into assembly here movq (%rdx, %edi, 4), %mm0 ^~~~~ pulsecore/svolume_mmx.c:214:43: [0;1;31merror: register %rdx is only available in 64-bit mode "5: \n\t" /* do samples in groups of 4 */ ^ :73:9: [0;1;30mnote: instantiated into assembly here movq (%rdx, %edi, 4), %mm0 ^~~~~ pulsecore/svolume_mmx.c:215:43: [0;1;31merror: register %rdx is only available in 64-bit mode " movq (%q1, %3, 4), %%mm0 \n\t" /* | v1h | v1l | v0h | v0l | */ ^ :74:10: [0;1;30mnote: instantiated into assembly here movq 8(%rdx, %edi, 4), %mm2 ^~~~~ 8 errors generated. gmake[5]: *** [libpulsecommon_4.0_la-svolume_mmx.lo] Error 1 gmake[5]: Leaving directory `/usr/ports/audio/pulseaudio/work/pulseaudio-4.0/src' gmake[4]: *** [all] Error 2 gmake[4]: Leaving directory `/usr/ports/audio/pulseaudio/work/pulseaudio-4.0/src' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/audio/pulseaudio/work/pulseaudio-4.0' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/audio/pulseaudio/work/pulseaudio-4.0' *** Error code 1 Stop. make[1]: stopped in /usr/ports/audio/pulseaudio *** Error code 1 Stop. make: stopped in /usr/ports/audio/pulseaudio Regards, --CJPM References: https://bugs.freedesktop.org/show_bug.cgi?id=55733