Pete Moore

Results 89 comments of Pete Moore

Note, `autogen.sh --disable-docs` works, if you don't need the man pages. :-)

This is how it looks when it hangs:

Perhaps this is [this bash bug](https://lists.gnu.org/archive/html/bug-bash/2018-01/msg00032.html). Some context [here](https://unix.stackexchange.com/a/487260/535172). Looks like macOS Monterey ships with a rather old version of bash: ``` $ bash --version GNU bash, version 3.2.57(1)-release (arm64-apple-darwin21)...

Note, working fine under bash 5.1.16. > I'll leave this open, because I'm not sure the current behaviour is desirable, that tup hangs, and can't be terminated with a Ctrl-C,...

Note, even with bash fixed, if I Ctrl-C while tup is running, on macOS Monterey with an M1 Max processor, it will hang forever, and I need to reboot my...

Note, my problem has long since gone away, and I don't remember what the remedy was. Since this ticket was created I upgraded to Ventura, and probably updated various other...

It may be that this issue was when I was calling tup under docker. I suspect I needed to pass `--init` to `docker run` and wasn't doing so, and this...

> Does anyone know more about SIP and what issues we would have by moving from FUSE to a DYLD_INSERT_LIBRARIES for MacOS? I believe this may be an issue for...

I've forgotten the context from this thread (sorry!), but [this](https://github.com/spectrum4/spectrum4/blob/2dbd5b4d2b92e611f7001a847910f27ebc763f46/dev-setup/macOS/bootstrap-macOS.sh#L196-L218) is how i am currently installing tup on mac, and I think it was working last time I tried.

`sudo dnf install fuse3-devel` fixed it for me on Fedora 34 (Workstation Edition).