Skip to content
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.

Fail to build with zero.o #652

Open
ndmitchell opened this issue Aug 9, 2018 · 2 comments
Open

Fail to build with zero.o #652

ndmitchell opened this issue Aug 9, 2018 · 2 comments

Comments

@ndmitchell
Copy link
Collaborator

I got the error message:

hadrian.EXE: _build/stage1/gmp/objs/zero.o: openFile: does not exist (No such file or directory)
hc.hs: Failed when running system command: hadrian\build.bat -j --flavour=quickest --configure
CallStack (from HasCallStack):
  error, called at src\System\Process\Extra.hs:34:9 in extra-1.6.7-DkYI48qjpr3GWa49wfvAlC:System.Process.Extra
  system_, called at C:\Neil\neil\bin\..\misc\hc.hs:48:5 in main:Main

It did not repeat when I rebuilt. On Windows.

@snowleopard
Copy link
Owner

Did this happen during the build or linting? This does happen (with random object files), albeit very rarely, and I think typically during linting. Seems like a concurrency bug.

I don't think it's Windows specific. I think I've seen Travis CI bots failing similarly.

@ndmitchell
Copy link
Collaborator Author

Hmm, could be. If so it would be a weird bug, perhaps even one in GHC itself...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants