Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Dec 2012 03:22:27 GMT
From:      deeptech71 <deeptech71@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174287: the gstreamer-plugins-good port fails to compile with Clang
Message-ID:  <201212090322.qB93MRZj064618@red.freebsd.org>
Resent-Message-ID: <201212090330.qB93U0ek056853@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         174287
>Category:       ports
>Synopsis:       the gstreamer-plugins-good port fails to compile with Clang
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 09 03:30:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     deeptech71
>Release:        -CURRENT
>Organization:
>Environment:
FreeBSD  10.0-CURRENT FreeBSD 10.0-CURRENT #0 r243867M: Wed Dec  5 02:50:19 CET 2012     root@:/usr/obj/usr/src/sys/HQ  i386


FreeBSD clang version 3.2 (branches/release_32 168974) 20121130
Target: i386-unknown-freebsd10.0
Thread model: posix
>Description:
Using (at the time of this writing) the latest base Clang, compiling the gstreamer-plugins-good port bumps into the following error:

mmx.c:132:5: error: clobbers must be last on the x87 stack
    emms ();
    ^
./mmx.h:723:38: note: expanded from macro 'emms'
#define emms() __asm__ __volatile__ ("emms"::: \
                                     ^
mmx.c:282:3: error: clobbers must be last on the x87 stack
  emms ();
  ^
./mmx.h:723:38: note: expanded from macro 'emms'
#define emms() __asm__ __volatile__ ("emms"::: \
                                     ^
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212090322.qB93MRZj064618>