public inbox for nncp-devel@lists.cypherpunks.ru
Atom feed
From: Sergey Matveev <stargrave@stargrave•org>
To: nncp-devel@lists.cypherpunks.ru
Subject: Re: [EN] NNCP 7.3.1 release announcement
Date: Sun, 11 Jul 2021 23:05:05 +0300	[thread overview]
Message-ID: <YOtO8RhVJKhShKEd@stargrave.org> (raw)
In-Reply-To: <0ac2981a-d907-9329-6f53-a3d840db19c6@rushpost.com>

[-- Attachment #1: Type: text/plain, Size: 1092 bytes --]

*** Shawn K. Quinn [2021-07-11 14:42]:
>go: go.cypherpunks.ru/balloon@v1•1.1: unrecognized import path
>How to fix?

Go should not download anything outside, because all dependencies are in
src/vendor directory and bin/default.do target has "build -mod=vendor"
forcing that directory usage.

So that is strange why your Go does not use vendored packages? I checked
NNCP 7.3.1 building with Go 1.13.15 -- everything is fine.

Well, except that I did not modify bin/hjson-cli.do building to use
-mod=vendor: http://www.git.cypherpunks.ru/?p=nncp.git;a=commitdiff;h=947ac9d7dcacebd864cfdea7b3e03b54b898693a
But anyway that hjson-cli utility does not depend or related to
go.cypherpunks.ru's packages.

Can you tell what Go version you use and can you run redo with the
tracing to see what exact commands are running?
Something like "redo -x" or "contrib/do -c -x all".

Packaging and vendoring in NNCP tarballs have not been changed or
touched for a long time.

-- 
Sergey Matveev (http://www.stargrave.org/)
OpenPGP: CF60 E89A 5923 1E76 E263  6422 AE1A 8109 E498 57EF

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2021-07-11 20:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-11 19:12 [EN] NNCP 7.3.1 release announcement Sergey Matveev
2021-07-11 19:42 ` Shawn K. Quinn
2021-07-11 20:05   ` Sergey Matveev [this message]
2021-07-11 20:14     ` Shawn K. Quinn
2021-07-11 20:50       ` Sergey Matveev
2021-07-11 20:59         ` Shawn K. Quinn
2021-07-12  6:58           ` Sergey Matveev