New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #19369 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

mesa +universal installs some single-arch files

Reported by: jmr@… Owned by: jeremyhu@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc: andrea.damore@…, mcalhoun@…
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

Changed 3 years ago by anonymous

  • milestone Port Bugs deleted

Milestone Port Bugs deleted

Changed 3 years ago by mcalhoun@…

  • status changed from new to closed
  • resolution set to fixed

Hopefully, r50494 fixes the problem.

Changed 3 years ago by mcalhoun@…

  • cc mcalhoun@… added

Cc Me!

Changed 3 years ago by jmr@…

  • status changed from closed to reopened
  • resolution fixed deleted

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

Changed 3 years ago by mcalhoun@…

  • status changed from reopened to closed
  • resolution set to fixed

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

Note: See TracTickets for help on using tickets.