Changes between Initial Version and Version 1 of Ticket #63933


Ignore:
Timestamp:
Nov 12, 2021, 9:17:48 PM (2 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63933

    • Property Status changed from new to assigned
    • Property Owner set to drkp
    • Property Port ipmitool added
  • Ticket #63933 – Description

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