darcs

Patch 2394 tests/issue2333.sh fails on MacOS with GHC >= 9.6

Title tests/issue2333.sh fails on MacOS with GHC >= 9.6
Superseder Nosy List ganesh
Related Issues
Status rejected Assigned To
Milestone

Created on 2024-05-19.20:01:42 by ganesh, last changed 2024-05-19.20:02:05 by ganesh.

See mailing list archives for discussion on individual patches.
Messages
msg23856 (view) Author: ganesh Date: 2024-05-19.20:01:42
Splitting this out from issue2720:

For issue2333, we get:

> darcs: security: createProcess: posix_spawnp: does not exist (No such file or directory)

The problem seems to be that darcs, or probably some library it
calls or the OS, is trying to invoke a binary called 'security',
which lives in /usr/bin.

This goes wrong in this line:

> PATH='' $thedarcs push ../S -a

Changing the line to `PATH='/usr/bin' ...` fixes the test.

I need to do some more digging to understand how this is supposed
to fit together and what the best thing for the test is.
msg23857 (view) Author: ganesh Date: 2024-05-19.20:02:05
Sorry, meant to make an issue not a patch!
History
Date User Action Args
2024-05-19 20:01:42ganeshcreate
2024-05-19 20:01:58ganeshsetstatus: needs-screening -> rejected
2024-05-19 20:02:05ganeshsetmessages: + msg23857