Opened 11 years ago
Closed 11 years ago
#40187 closed defect (fixed)
xine-lib: build fails after changes in r109685
Reported by: | dbevans (David B. Evans) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.0 |
Keywords: | Cc: | jeremyhu (Jeremy Huddleston Sequoia) | |
Port: | xine-lib |
Description
Build fails as follows:
/bin/sh ../../../libtool --tag=CC --mode=compile /usr/bin/clang -DHAVE_CONFIG_H -I. -I../../../include -I../../.. -I../../../include -I../../../include -I../../../src -I../../../src/xine-engine -I../../../src/xine-engine -I../../../src/xine-utils -I../../../src/input -I../../../src/input -I../../../lib -I../../../lib -DNDEBUG -D_REENTRANT -DXINE_COMPILE -I/opt/local/include -O3 -ffast-math -fexpensive-optimizations -fvisibility=hidden -pipe -Wall -Wformat=2 -Wno-format-zero-length -Wmissing-format-attribute -Werror-implicit-function-declaration -Wstrict-aliasing=2 -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wpointer-arith -g -pipe -Os -arch x86_64 -Wall -Wchar-subscripts -Wnested-externs -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wmissing-format-attribute -Wno-pointer-sign -Wformat=2 -Wno-format-zero-length -Wformat-security -Wstrict-aliasing=2 -Werror=implicit-function-declaration -MT xineplug_post_goom_la-surf3d.lo -MD -MP -MF .deps/xineplug_post_goom_la-surf3d.Tpo -c -o xineplug_post_goom_la-surf3d.lo `test -f 'surf3d.c' || echo './'`surf3d.c ifs.c:534:2: error: clobbers must be last on the x87 stack emms();/*__asm__ __volatile__ ("emms");*/ ^ ./mmx.h:733:38: note: expanded from macro 'emms' #define emms() __asm__ __volatile__ ("emms"::: \ ^
Build log attached
Attachments (1)
Change History (3)
Changed 11 years ago by dbevans (David B. Evans)
comment:1 Changed 11 years ago by dbevans (David B. Evans)
Compiler info
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn) Target: x86_64-apple-darwin12.4.0 Thread model: posix
comment:2 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Build log showing failure