Lars Brinkhoff
Lars Brinkhoff
Ok, then it looks like it hangs in the middle of reading the tape. I'm trying to get expect working in Travis. If I succeed, I'll try SIMH.
I tried `homebrew install expect`, but got Error: No available formula with the name "expect"
@aap tried this recently, with discouraging results.
I'm hoping the Macsyma part of the build should be more stable now. Maybe test again?
The "basics" build passes with SIMH on Travis CI. KLH10 and KA10 do not. The latter due to a minor compile error. It would be interesting to know if a...
Fixed KA10 problems. See the lars/macos branch. Still won't run in KLH10. Looks like the emulator dies during disk formatting with MARK$G.
I was hoping expect would behave better now that @atsampson added the setup_timeout procedure.
@jessfraz did something: https://github.com/jessfraz/dockerfiles/blob/master/pdp-10/its/Dockerfile
I don't know if there's still a problem, but your experience seems to indicate there is not. Maybe you can use the `build/dependencies.sh` script to install the build dependencies. That...
Interesting. The script is for preparing Ubuntu 22 and apparently doesn't need to install pkg-config there. But it wouldn't hurt to add it so it works for Ubuntu 24 as...