[MacPorts] #70935: expect broken by the last revbump
MacPorts
noreply at macports.org
Thu Sep 26 10:25:31 UTC 2024
#70935: expect broken by the last revbump
--------------------------+--------------------
Reporter: barracuda156 | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.10.1
Keywords: | Port: expect
--------------------------+--------------------
This is how it installs now after removing `--disable-shared`:
{{{
36-100% otool -L /opt/local/bin/expect
/opt/local/bin/expect:
libexpect5.45.4.dylib (compatibility version 5.45.4, current
version 5.45.4)
/opt/local/lib/libtcl8.6.dylib (compatibility version 8.6.0,
current version 8.6.14)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current
version 1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 117.0.0)
}}}
Expectedly, the port is broken in result:
{{{
---> Scanning binaries for linking errors
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.
---> Found 1 broken file, matching files to ports
---> Found 1 broken port, determining rebuild order
}}}
--
Ticket URL: <https://trac.macports.org/ticket/70935>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list