public inbox for nncp-devel@lists.cypherpunks.ru
Atom feed
From: Jonathan Lane <tidux@sdf•org>
To: nncp-devel@lists.cypherpunks.ru
Subject: Re: [EN] NNCP 8.7.0 release announcement
Date: Sun, 6 Mar 2022 00:59:25 +0000	[thread overview]
Message-ID: <YiQHbcT6eDwJdUt2@beastie> (raw)
In-Reply-To: <YiIasvYZY/N5VqF7@stargrave.org>

Thanks for the new release!  I found a small problem with the build
scripts not honoring PATH.  I'm running Slackware 15, so /usr/bin/go is
gccgo, with Google Go (required to build for some reason) being in
/usr/lib64/go1.17.7/go/bin/go.  Setting an environment variable fixed
it, so it might be worth adding to the build script itself.

$ redo all <== fails with gccgo
$ GO=$(which go) redo all <== succeeds with Google go
-- 
tidux@sdf•org
SDF Public Access UNIX System - http://sdf.org

  parent reply	other threads:[~2022-03-06  0:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-04 13:57 [EN] NNCP 8.7.0 release announcement Sergey Matveev
2022-03-05  1:47 ` John Goerzen
2022-03-06  0:59 ` Jonathan Lane [this message]
2022-03-07 13:48   ` PATH respecting Sergey Matveev