Opened 15 years ago

Closed 15 years ago

#19369 closed defect (fixed)

mesa +universal installs some single-arch files

Reported by: jmroot (Joshua Root) Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc: andrea.damore@…, MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Port: mesa

Description

% file /opt/local/bin/glx* /opt/local/lib/{libGL,libGLU,libglut}.dylib
/opt/local/bin/glxgears:      Mach-O executable i386
/opt/local/bin/glxinfo:       Mach-O executable i386
/opt/local/lib/libGL.dylib:   Mach-O dynamically linked shared library i386
/opt/local/lib/libGLU.dylib:  Mach-O universal binary with 2 architectures
/opt/local/lib/libGLU.dylib (for architecture i386):	Mach-O dynamically linked shared library i386
/opt/local/lib/libGLU.dylib (for architecture x86_64):	Mach-O 64-bit dynamically linked shared library x86_64
/opt/local/lib/libglut.dylib: Mach-O universal binary with 2 architectures
/opt/local/lib/libglut.dylib (for architecture i386):	Mach-O dynamically linked shared library i386
/opt/local/lib/libglut.dylib (for architecture x86_64):	Mach-O 64-bit dynamically linked shared library x86_64

Change History (5)

comment:1 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:2 Changed 15 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Resolution: fixed
Status: newclosed

Hopefully, r50494 fixes the problem.

comment:3 Changed 15 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Cc: mcalhoun@… added

Cc Me!

comment:4 Changed 15 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: closedreopened

That fixed libGL, which was the big problem, but glxgears and glxinfo are still single-arch.

comment:5 Changed 15 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Resolution: fixed
Status: reopenedclosed

After r50507, glxgears and glxinfo should build universal as well.

Note: See TracTickets for help on using tickets.