Opened 3 years ago

Last modified 3 years ago

#63933 closed defect

ipmitool has implicit dependency on wget — at Version 1

Reported by: michael-j-oconnor Owned by: drkp (Dan Ports)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: ipmitool

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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.

Change History (1)

comment:1 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: set to drkp
Port: ipmitool added
Status: newassigned

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

Note: See TracTickets for help on using tickets.