hoogle icon indicating copy to clipboard operation
hoogle copied to clipboard

Failing appveyor builds

Open flip111 opened this issue 5 years ago • 4 comments

Hello, on some commits i saw some failures in the appveyor builds with unhandled PEi386 relocation type 0 like this one https://ci.appveyor.com/project/ndmitchell/hoogle/builds/29384890

Does someone any idea why this is happening?

I would like to know because it also effects https://github.com/diku-dk/futhark/issues/832

flip111 avatar Jan 26 '20 18:01 flip111

8.8.1 is known to have a bunch of Windows issues. I'm hoping 8.8.2 fixes them. There is a known linker issue.

ndmitchell avatar Jan 26 '20 18:01 ndmitchell

People have been referring to linker issues. I tried building haskell-src-exts (as dependency of futhark) with 8.8.2 and failed. Not sure if there is an issue opened for this specific problem.

https://gitlab.haskell.org/ghc/ghc/issues?scope=all&utf8=%E2%9C%93&state=all&label_name[]=Windows&label_name[]=linking

Anyway i just opened this issue here because i saw appveyor builds failing and maybe for some cooperation.

I'm looking into it, but i have low confidence.

flip111 avatar Jan 26 '20 19:01 flip111

This is the relevant issue https://gitlab.haskell.org/ghc/ghc/issues/17599

flip111 avatar Jan 26 '20 21:01 flip111

Sounds like the root problem. Waiting for 8.8.3 I guess.

ndmitchell avatar Jan 27 '20 06:01 ndmitchell