Opened 15 years ago

Last modified 13 years ago

#1507 new defect

Compile fails on OpenSolaris snv_117

Reported by: andrnils@… Owned by: reimar
Priority: normal Component: core
Version: HEAD Severity: normal
Keywords: Cc: duvall@…
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

Compilation fails with
andrnils@t61p /export/src/mplayer =2
$ make
./version.sh gcc -dumpversion
make -C libavcodec
make[1]: Entering directory `/export/src/mplayer/libavcodec'
gcc -DHAVE_AV_CONFIG_H -I.. -I.. -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I. -I/usr/X11/include -I/usr/include/SDL -D_REENTRANT -I/usr/include/freetype2 -c -o x86/mlpdsp.o x86/mlpdsp.c
{standard input}: Assembler messages:
{standard input}:70: Error: unbalanced parenthesis in operand 1.
{standard input}:75: Error: unbalanced parenthesis in operand 1.
{standard input}:80: Error: unbalanced parenthesis in operand 1.
{standard input}:85: Error: unbalanced parenthesis in operand 1.
{standard input}:102: Error: unbalanced parenthesis in operand 2.
make[1]: * [x86/mlpdsp.o] Error 1
make[1]: Leaving directory `/export/src/mplayer/libavcodec'
make:
* [libavcodec/libavcodec.a] Error 2

GCC-4.3.2 is used for compilation, installed via gcc-432. Specific version of mplayer:
Fetching external item into 'libavutil'
External at revision 19349.

Fetching external item into 'libavcodec'
External at revision 19349.

Fetching external item into 'libavformat'
External at revision 19349.

Fetching external item into 'libpostproc'
External at revision 19349.

Fetching external item into 'libdvdread4'
External at revision 1174.

Fetching external item into 'libdvdnav'
External at revision 1174.

At revision 29411.

Change History (1)

comment:1 by duvall@…, 13 years ago

Cc: duvall@… added

Dup of bug 1477?

Note: See TracTickets for help on using tickets.