Opened 11 years ago
Closed 9 years ago
#42743 closed defect (fixed)
build error "invalid output constraint '=o'" for mplayer-devel with clang
Reported by: | astrofitz (Michael Fitzgerald) | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: | mplayer-devel |
Description (last modified by mf2k (Frank Schima))
Hello all,
I am having a build error for mplayer-devel versions 36449_4 (and _3) on OSX 10.6.8 using clang. Version 36449_2 builds OK.
The error in the build log is appended below.
Mike
:info:build In file included from libmpdemux/demux_lavf.c:32: :info:build ./stream/stream.h:281:50: note: passing argument to parameter 'mem' here :info:build static inline int stream_read(stream_t *s, char *mem, int total) :info:build ^ :info:build libmpcodecs/vf_fspp.c:1599:48: error: invalid output constraint '=o' in asm :info:build : "+S"(data), "+D"(output), "+c"(cnt), "=o"(temps) :info:build ^ :info:build libmpcodecs/vf_fspp.c:1868:57: error: invalid output constraint '=o' in asm :info:build : "+S"(workspace), "+D"(output_adr), "+c"(cnt), "=o"(temps) :info:build ^ :info:build libmpcodecs/vf_fspp.c:2113:48: error: invalid output constraint '=o' in asm :info:build : "+S"(pixels), "+D"(data), "+c"(cnt), "=o"(temps)
Attachments (1)
Change History (4)
Changed 11 years ago by astrofitz (Michael Fitzgerald)
comment:1 Changed 11 years ago by mf2k (Frank Schima)
Cc: | jeremyhu@… added |
---|---|
Description: | modified (diff) |
Owner: | changed from macports-tickets@… to acho@… |
comment:2 Changed 10 years ago by mf2k (Frank Schima)
Cc: | jeremyhu@… removed |
---|---|
Owner: | changed from acho@… to jeremyhu@… |
acho has retired. See #44392.
comment:3 Changed 9 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | new → closed |
I think this was fixed at some point.
Note: See
TracTickets for help on using
tickets.
In the future, please use WikiFormatting and Cc the port maintainers (
port info --maintainers mplayer-devel
).