-
Notifications
You must be signed in to change notification settings - Fork 206
install.hs build-doc fails with incorrect header check error #1158
Comments
Maybe this is related to the downtime of hackage today? Can you reproduce it, e.g. invoking it several times results in the same error message? |
Repeating the command (with both 8.6.4 and 8.4.3) produces the same error |
I've been having this issue for a couple of days, for me, it only happens when using
I found this PR haskell/haddock#957 which fixes the haddock docs inside Any help on how to proceed would be appreciated. |
I manage to build the haddoc db with the following steps, I'm just learning Haskell and its ecosystem so maybe there is a better way.
This relates to the bug in my previous comment
This is because I was getting the following error
To solve it, I just removed from
This generated the |
The ‘hie-test-utils’ error can also be caused by an outdated version of stack. Does |
@fendor @bubba I'm still getting the original error (having run stack upgrade, pulled the latest hie source code and having re-run the stack ./install.hs hie-8.6.4 beforehand). Should I be following @alejandrodnm and using |
Running stack upgrade did nothing for me, it said that I was running the latest version.
I try again with the latest changes from master and got the same results. I'm on macOS Mojave and I installed stack with the instruction of https://docs.haskellstack.org/en/stable/README/#how-to-install which is just |
The original error seems to be an issue of I am unable to understand what you did in your comment afterwards.
|
@power-fungus I'm not sure what's changed (I did change my Linux distro so maybe that had some effect) but suddenly everything is working perfectly (at least for the 8.6.4 release which didn't work before). To answer your questions, I need 8.4.3 as well which was another problematic release so I'll see if that's solved as well Edit: yep 8.4.3 worked fine for both commands as well. As far as I'm concerned, this is no longer an issue but I don't know what fixed it |
Same here. This is probably a deployment issue on hackage but what do I know. |
If it is a temporary hackage error, we won't fix it here! Maybe the pr #1168 fixed it by removing redundant hoogle targets. |
When building HIE, I ran the
stack ./install.hs hie-8.4.3
(same with 8.6.4) command and then ranstack ./install.hs build-doc-8.4.3
. This resulted in the following errorI have run this command before (up until recently with the makefile) and this is the first time I have had this issue
The text was updated successfully, but these errors were encountered: