Re: haskell package build corruptions

Samuel Thibault <[email protected]> Sat, 25 Jul 2026 23:25:17 +0200
Newsgroups gmane.os.hurd.bugs
Organization I am not organized
Message-ID <amUpvTd1QGg9Ga9N@end>
Michael Kelly, le sam. 25 juil. 2026 22:22:47 +0100, a ecrit:
> On 24/07/2026 00:39, Samuel Thibault wrote:
> > A data point: I had a look at which files are corrupted, in the
> > haskell-vector case:
> > 
> > - ok: ./dist-ghc/build/Data/Vector/Generic/New.dyn_o
> > - ok: ./dist-ghc/build/libHSvector-0.13.2.0-E0JkXUvrp1JFKkC2UQ3cX8-ghc9.10.3.so
> > - ko: ./debian/tmp/usr/lib/haskell-packages/ghc/lib/x86_64-hurd-ghc-9.10.3-inplace/libHSvector-0.13.2.0-E0JkXUvrp1JFKkC2UQ3cX8-ghc9.10.3.so
> > 
> > so it's at cabal-installation time that things go wrong.
> 
> Is this the case for all other haskell package build corruptions?

I haven't checked other packages, but in this case there are like 3-4
corruptions, and all only in the installed file, not in the linked file.

> Presumably these are examined on the buildd machines?

Yes.

Samuel