Reproduced it on a fresh install of MacPorts (I apparently had libexpect.a hanging around in /opt/local for some reason). I’ve put up a patch for it here: https://github.com/macports/macports-ports/pull/25920. Sorry for the inconvenience; hopefully we can get this fixed soon!
Saagar Jha > On Sep 24, 2024, at 20:20, Kenneth Wolcott <[email protected]> wrote: > > It occurs at the end of every install attempt as it seems to be a > broken link check. > > On Tue, Sep 24, 2024 at 8:15 PM Saagar Jha <[email protected]> wrote: >> >> I bumped this earlier today to use dynamic libraries instead of static ones, >> so I assume that’s related. That said, I don’t see this on my machine (I >> tried running expect). How can I reproduce this? >> >> Saagar Jha >> >> On Sep 24, 2024, at 20:05, Kenneth Wolcott <[email protected]> wrote: >> >> Could not open libexpect5.45.4.dylib: Error opening or reading file >> (referenced from /opt/local/bin/expect) >> libexpect5.45.4.dylib seems to be referenced using a relative path. >> This may be a problem with its canonical library name and require the >> use of install_name_tool(1) to fix. >> >>
