Ticket #13572 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.


added 'universal_variant no' in r32499