New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #13572 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

libpcap 0.9.5_1 does not build universal

Reported by: ryandesign@… Owned by: ricci@…
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

comment:1 Changed 5 years ago by ricci@…

  • Status changed from new to closed
  • Resolution set to fixed

added 'universal_variant no' in r32499

comment:2 Changed 5 years ago by ricci@…

  • Status changed from closed to reopened
  • Resolution fixed deleted

comment:3 Changed 5 years ago by ricci@…

  • Owner changed from macports-tickets@… to ricci@…
  • Status changed from reopened to new

comment:4 Changed 5 years ago by ricci@…

  • Status changed from new to closed
  • Resolution set to fixed

comment:5 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.