Opened 17 years ago

Closed 17 years ago

#917 closed defect (invalid)

1.0rc2 fails to compile on Solaris 11/06

Reported by: vishnudead@… Owned by: diego@…
Priority: important Component: build system
Version: HEAD Severity: critical
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

I'm testing MPlayer-1.0rc2. I get a gmake compilation failure on Solaris.

I used "./configure --prefix=/opt/csw --enable-gui --enable-menu --enable-debug --enable-crash-debug --enable-largefiles --enable-xvmc --enable-3dfx --enable-mlib".

# uname -a
SunOS bluewhirl 5.10 Generic_127112-01 i86pc i386 i86pc

To trace the error I configured mplayer simply as "./configure" and still the problem persists.

Attachments (3)

jack.txt (9.6 KB ) - added by vishnudead@… 17 years ago.
"./configure" output
configure.log (142.8 KB ) - added by vishnudead@… 17 years ago.
"configure.log" contents
jack.2.txt (4.1 KB ) - added by vishnudead@… 17 years ago.
"gmake" compilation output

Download all attachments as: .zip

Change History (10)

by vishnudead@…, 17 years ago

Attachment: jack.txt added

"./configure" output

comment:1 by vishnudead@…, 17 years ago

by vishnudead@…, 17 years ago

Attachment: configure.log added

"configure.log" contents

comment:2 by vishnudead@…, 17 years ago

by vishnudead@…, 17 years ago

Attachment: jack.2.txt added

"gmake" compilation output

comment:3 by vishnudead@…, 17 years ago

comment:4 by diego@…, 17 years ago

attachments.mimetype: application/octet-streamtext/plain

comment:5 by diego@…, 17 years ago

Status: newassigned

This makes no sense, you must have disabled MMX. Please show me your config.h and config.mak.

comment:6 by vishnudead@…, 17 years ago

(In reply to comment #4)

This makes no sense, you must have disabled MMX. Please show me your config.h
and config.mak.

I haven't disabled MMX.

But I found '--disable-mmx' solves this bug. But what about the mmx optimizations? 'No' for solaris?

comment:7 by diego@…, 17 years ago

Resolution: invalid
Status: assignedclosed
Summary: MPlayer compilation fails on Solaris 11/061.0rc2 fails to compile on Solaris 11/06

The error message indicated that MMX was disabled on your system since the missing definitions are protected by HAVE_MMX in dsputil.h. Something must be broken on your side. I'm marking this bug as INVALID until you can convince me otherwise.

Note: See TracTickets for help on using tickets.