Changes between Initial Version and Version 1 of Ticket #55409


Ignore:
Timestamp:
Nov 25, 2017, 8:51:13 PM (7 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55409 – Description

    initial v1  
    33
    44
    5 ```
     5{{{
    66$ sudo port rev-upgrade
    77--->  Scanning binaries for linking errors
    88--->  No broken files found.
    9 ```
     9}}}
    1010
    1111Today, I try doing port selfupdate/port upgrade outdated and hit a snag with curl.
     
    1313I do "sudo port clean curl" and "sudo port install curl" and get the following:
    1414
    15 ```
     15{{{
    1616--->  Configuring curl
    1717Warning: reinplace s|-arch [a-z0-9_]+||g didn't change anything in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_curl/curl/work/curl-7.56.1-x86_64/libcurl.pc
     
    2424Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_curl/curl/main.log for details.
    2525Error: Follow https://guide.macports.org/#project.tickets to report a bug.
    26 ```
     26}}}
    2727
    2828Looking at what's different, I see:
    2929
    30 ```
     30{{{
    3131$ diff /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_curl/curl/work/destroot-i386//opt/local/bin /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_curl/curl/work/destroot-x86_64//opt/local/bin
    3232Binary files /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_curl/curl/work/destroot-i386//opt/local/bin/curl and /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_curl/curl/work/destroot-x86_64//opt/local/bin/curl differ
     
    4444---
    4545>           echo ${exec_prefix}/lib/libcurl.a -L/opt/local/lib -Wl,-headerpad_max_install_names  -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -lidn2 -lpsl -lssl -lcrypto -lssl -lcrypto -lz
    46 ```
     46}}}
    4747
    4848I'm not sure what's going on here.  I do appear to have libpsl:
    4949
    50 ```
     50{{{
    5151$ sudo port info libpsl
    5252libpsl @0.19.1_1 (net)
     
    5555Description:          A C library and utility to handle the Public Suffix List
    5656Homepage:             https://github.com/rockdaboot/libpsl
    57 
    58 ```
     57}}}
    5958
    6059Any ideas of what went wrong, or perhaps better yet, how to fix in a way that isn't "start from scratch"?