sorawee
2022-6-28 10:31:16

@sschwarzer I have no idea how SourceHut works, but here’s a patch for your consideration

https://git.sr.ht/~sorawee/sudoku-solver/commit/fe3dde2e18a0e7a8823b817c6d819d495a94098f.patch


sschwarzer
2022-6-28 12:28:38

Thanks! :slightly_smiling_face:


sschwarzer
2022-6-28 12:41:38

This is weird … $ git pull <https://git.sr.ht/~sorawee/sudoku-solver> remote: fatal: failed to read object 9ce754e3c015d305f515dee2f1c1c958158ca305: Permission denied remote: aborting due to possible repository corruption on the remote side. fatal: protocol error: bad pack header $ git fetch <https://git.sr.ht/~sorawee/sudoku-solver> remote: fatal: failed to read object 9ce754e3c015d305f515dee2f1c1c958158ca305: Permission denied remote: aborting due to possible repository corruption on the remote side. fatal: protocol error: bad pack header $ cd .. $ git clone <https://git.sr.ht/~sorawee/sudoku-solver> sudoku-solver-sorawee Cloning into 'sudoku-solver-sorawee'... fatal: error reading section header 'shallow-info' I did a web search and found a workaround, pulling/cloning via SSH instead of HTTS. This doesn’t seem to be a Sourcehut-specific problem.

I applied and pushed your patch. :+1:


popa.bogdanp
2022-6-28 14:47:53

I haven’t been able to get it to fail yet today, whereas before it was pretty easy to do, so this at least seems to have helped.


pavpanchekha
2022-6-28 22:21:34

Hi all, my package isn’t being built on http://pkg-build.racket-lang.org\|pkg-build.racket-lang.org, and I need some help understanding why.


pavpanchekha
2022-6-28 22:21:40

pavpanchekha
2022-6-28 22:21:55

It fails while building scribble documentation, which I only wrote recently


pavpanchekha
2022-6-28 22:22:08

mflatt
2022-6-28 22:24:28

pavpanchekha
2022-6-28 22:25:22

Oh, got it, thanks!


mflatt
2022-6-28 22:25:37

Unfortunately, the problem will persist at pkg-build until the next release


pavpanchekha
2022-6-28 22:25:51

That’s fine, I really doubt anyone was using it other than Herbie!


samth
2022-6-29 01:43:41

This has unfortunately been a problem for a long time, but I only managed to reproduce it locally yesterday. And then Matthew fixed it right away.


pavpanchekha
2022-6-29 02:12:48

Classic Matthew