]> Sergey Matveev's repositories - public-inbox.git/commit
spawn+gcf2: improve diagnostics for build failures
authorEric Wong <e@80x24.org>
Tue, 14 Sep 2021 08:53:22 +0000 (08:53 +0000)
committerEric Wong <e@80x24.org>
Tue, 14 Sep 2021 08:53:41 +0000 (08:53 +0000)
commitdacde5e35071579fb25c3f5276355ec76c840151
tree30895a4cff93bf5ee4b7c652ca44c72610e20b81
parent579b86459f0dfbb4f4c0056894c882e409a9897d
spawn+gcf2: improve diagnostics for build failures

I'm not sure why, but I noticed the one of my latest restarts of
public-inbox-httpd wasn't loading the Inline::C .so for Gcf2 nor
Spawn.  I also can't reproduce the problem as both .so files are
loaded fine on a restart with zero config changes.

In any case, some extra, automatic diagnostics for build errors
won't hurt, as no extra noise is introduced for successful builds.
This will also make future development of C code more convenient,
hopefully.
lib/PublicInbox/Gcf2.pm
lib/PublicInbox/Spawn.pm