Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#13572 closed defect (fixed)

libpcap 0.9.5_1 does not build universal

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: ghosthound
Priority: Normal Milestone:
Component: ports Version: 1.5.2
Keywords: Cc: opendarwin.org@…
Port:

Description

If I try to install libpcap 0.9.5_1 as universal, the build completes, but the resulting library is not in fact universal.

$ sudo port install libpcap +universal
--->  Fetching libpcap
--->  Verifying checksum(s) for libpcap
--->  Extracting libpcap
--->  Applying patches to libpcap
--->  Configuring libpcap
--->  Building libpcap with target all
--->  Staging libpcap into destroot
--->  Installing libpcap 0.9.5_1+universal
--->  Activating libpcap 0.9.5_1+universal
$ file /opt/local/lib/libpcap.0.9.5.dylib 
/opt/local/lib/libpcap.0.9.5.dylib: Mach-O dynamically linked shared library i386
$

You should either add universal_variant no to the portfile to indicate that universal building is not possible, or better yet, if you can figure out how to build it universal, then do that.

Change History (5)

comment:1 Changed 16 years ago by ghosthound

Resolution: fixed
Status: newclosed

added 'universal_variant no' in r32499

comment:2 Changed 16 years ago by ghosthound

Resolution: fixed
Status: closedreopened

comment:3 Changed 16 years ago by ghosthound

Owner: changed from macports-tickets@… to ricci@…
Status: reopenednew

comment:4 Changed 16 years ago by ghosthound

Resolution: fixed
Status: newclosed

comment:5 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.