[MacPorts] #62994: various ports fail to install on Leopard due to gnulib issue: /confdir-14B---: No space left on device
MacPorts
noreply at macports.org
Wed Apr 10 00:15:47 UTC 2024
#62994: various ports fail to install on Leopard due to gnulib issue: /confdir-
14B---: No space left on device
-------------------------------------------------+-------------------------
Reporter: kencu | Owner: mascguy
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: leopard
Port: m4 bison findutils coreutils |
ncurses gettext |
-------------------------------------------------+-------------------------
Changes (by ryandesign):
* port: m4 bison findutils coreutils => m4 bison findutils coreutils
ncurses gettext
Comment:
So, bison still needs the fix and doesn't have it; the fix in the m4 port
doesn't work because `configure.args` get set afterwards, overwriting the
fix; and in the ports where we use a fix we're using
`gl_cv_func_getcwd_path_max=yes` while the developer suggests using
`gl_cv_func_getcwd_succeeds_beyond_4k=no` instead. And we're copying the
fix into each affected portfile rather than handling it centrally.
I've tried to deal with all these issues here: https://github.com/macports
/macports-ports/pull/23426
If more ports are discovered that need the fix, it should be as simple as
adding `PortGroup gnulib 1.0` to them.
--
Ticket URL: <https://trac.macports.org/ticket/62994#comment:103>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list