[Bug 280387] Mk/Uses/cabal.mk: 'make make-use-cabal' fails: cabal2tuple: Parse error: Unexpected end-of-input, expecting JSON value

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 21 Aug 2024 11:09:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280387

--- Comment #9 from Gleb Popov <arrowd@FreeBSD.org> ---
Ah, you didn't say that cabal2tuple actually starts working, it just dies at
some point.

It feels like the error comes from the "fetch" invocation that is performed
from the inside of cabal2tuple. Which means that this is a networking problem,
which is why we don't see it on our side.

You can try starting "dwatch proc:::exec-success" in another terminal to track
what fetch command are being run. Or maybe the problem is nondeterministic and
is caused by some firewall or IDS freaking out on many consecutive HTTP
requests.

-- 
You are receiving this mail because:
You are the assignee for the bug.