[MacPorts] #63933: ipmitool has implicit dependency on wget

MacPorts noreply at macports.org
Fri Nov 12 21:17:48 UTC 2021


#63933: ipmitool has implicit dependency on wget
--------------------------------+----------------------
  Reporter:  michael-j-oconnor  |      Owner:  drkp
      Type:  defect             |     Status:  assigned
  Priority:  Normal             |  Milestone:
 Component:  ports              |    Version:
Resolution:                     |   Keywords:
      Port:  ipmitool           |
--------------------------------+----------------------
Changes (by ryandesign):

 * status:  new => assigned
 * owner:  (none) => drkp
 * port:   => ipmitool


Old description:

> ipmitool broke because wget had not yet been built with openssl3
>
> :info:destroot Downloading IANA PEN database...
> :info:destroot dyld: Library not loaded: /opt/local/lib/libssl.1.1.dylib
> :info:destroot   Referenced from: /opt/local/bin/wget
> :info:destroot   Reason: image not found
> :info:destroot /bin/sh: line 1: 33384 Abort trap: 6           wget -c -nd
> -O - "http://www.iana.org/assignments/enterprise-numbers" > tmpfile.$PPID
>
> I think the problem is that ipmitool build relies on wget, but that's not
> directly expressed as a dependency.

New description:

 ipmitool broke because wget had not yet been built with openssl3

 {{{
 :info:destroot Downloading IANA PEN database...
 :info:destroot dyld: Library not loaded: /opt/local/lib/libssl.1.1.dylib
 :info:destroot   Referenced from: /opt/local/bin/wget
 :info:destroot   Reason: image not found
 :info:destroot /bin/sh: line 1: 33384 Abort trap: 6           wget -c -nd
 -O - "http://www.iana.org/assignments/enterprise-numbers" > tmpfile.$PPID
 }}}

 I think the problem is that ipmitool build relies on wget, but that's not
 directly expressed as a dependency.

--

Comment:

 It already declares a dependency on curl. Surely one downloading program
 should be enough... it can't need wget as well...

-- 
Ticket URL: <https://trac.macports.org/ticket/63933#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list