Opened 15 years ago

Closed 14 years ago

#21254 closed defect (fixed)

freeimage +universal isn't universal

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: nox@…, psimonso@…
Port: freeimage

Description

Installing freeimage with the +universal variant (universal_archs x86_64 i386 on Snow Leopard with MacPorts 1.8.0) succeeds, but the result is x86_64-only:

$ sudo port install freeimage
--->  Computing dependencies for freeimage
--->  Fetching freeimage
--->  Attempting to fetch FreeImage3120.zip from http://downloads.sourceforge.net/freeimage
--->  Verifying checksum(s) for freeimage
--->  Extracting freeimage
--->  Applying patches to freeimage
--->  Configuring freeimage
--->  Building freeimage
--->  Staging freeimage into destroot
--->  Installing freeimage @3.12.0_0+universal
--->  Activating freeimage @3.12.0_0+universal
--->  Cleaning freeimage
$ port contents freeimage | sed 1d | xargs file
/opt/local/include/FreeImage.h:           ISO-8859 C++ program text, with CRLF line terminators
/opt/local/lib/libfreeimage.3.12.0.dylib: Mach-O 64-bit dynamically linked shared library x86_64
/opt/local/lib/libfreeimage.3.dylib:      Mach-O 64-bit dynamically linked shared library x86_64
/opt/local/lib/libfreeimage.a:            current ar archive random library
/opt/local/lib/libfreeimage.dylib:        Mach-O 64-bit dynamically linked shared library x86_64
$

This was reported on the mailing list by Paul Dennis Simonson.

Change History (3)

comment:1 Changed 14 years ago by nox@…

Cc: nox@… added
Version: 1.8.0

See #23276 for a patch

comment:2 Changed 14 years ago by tobypeterson

Owner: changed from toby@… to macports-tickets@…

comment:3 Changed 14 years ago by nox@…

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.