Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2022 11:51:40 +0100
From:      Nuno Teixeira <eduardo@freebsd.org>
To:        FreeBSD Mailing List <freebsd-ports@freebsd.org>
Subject:   make gomod-vendor XML errors
Message-ID:  <CAFDf7UJcyUdmdHyg3Gh9B4e=12i6CS_O11L9R1Fth91PxnLopQ@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
--00000000000032a77305dceb8c6f
Content-Type: text/plain; charset="UTF-8"

Hello,

I'm trying to update security/gopass
<https://www.freshports.org/security/gopass/>; from 1.13.1 to 1.14.0 and
'make gomod-vendor'(1) gives the list of dependency but end with:

---
(...)
urfave:cli:v2.4.0:urfave_cli_v2/vendor/github.com/urfave/cli/v2 \
xrash:smetrics:039620a65673:xrash_smetrics/vendor/github.com/xrash/smetrics

# Errors found during processing:
#       XML syntax error on line 12: expected attribute name in element
---

(1) Same results with:
---
cd security/gopass
make extract
cd work/gopass-1.14.0
go mod vendor
modules2tuple vendor/modules.txt > ../../new_tuple.txt
---

Building port:

---
===>  Building gopass from .
internal/action/clone.go:10:2: cannot find package "." in:

/usr/home/nunotex/Work/freebsd/ports/security/gopass/work/gopass-1.14.0/vendor/
bitbucket.org/creachadair/stringset
*** Error code 1

Stop.
make[1]: stopped in /usr/home/nunotex/Work/freebsd/ports/security/gopass
*** Error code 1
---

Any clues on how to fix this?
Should this be an upstream problem? I have searched gopass issues and
didn't found any issue at all.

Thanks,

Nuno Teixeira

--00000000000032a77305dceb8c6f
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>Hello,</div><div><br></div><div>I&#39;m trying to upd=
ate <a href=3D"https://www.freshports.org/security/gopass/">security/gopass=
</a> from 1.13.1 to 1.14.0 and &#39;make gomod-vendor&#39;(1) gives the lis=
t of dependency but end with:</div><div><br></div><div>---</div><div>(...)<=
/div><div>urfave:cli:v2.4.0:urfave_cli_v2/vendor/<a href=3D"http://github.c=
om/urfave/cli/v2">github.com/urfave/cli/v2</a> \<br>xrash:smetrics:039620a6=
5673:xrash_smetrics/vendor/<a href=3D"http://github.com/xrash/smetrics">git=
hub.com/xrash/smetrics</a><br></div><div><br></div><div># Errors found duri=
ng processing:<br># =C2=A0 =C2=A0 =C2=A0 XML syntax error on line 12: expec=
ted attribute name in element</div><div>---</div><div><br></div><div>(1) Sa=
me results with:</div><div>---<br></div><div>cd security/gopass</div><div>m=
ake extract</div><div>cd work/gopass-1.14.0</div><div>go mod vendor</div><d=
iv>modules2tuple vendor/modules.txt &gt; ../../new_tuple.txt</div><div>---<=
/div><div><br></div><div>Building port:</div><div><br></div><div>---</div><=
div>=3D=3D=3D&gt; =C2=A0Building gopass from .<br>internal/action/clone.go:=
10:2: cannot find package &quot;.&quot; in:<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =
/usr/home/nunotex/Work/freebsd/ports/security/gopass/work/gopass-1.14.0/ven=
dor/<a href=3D"http://bitbucket.org/creachadair/stringset">bitbucket.org/cr=
eachadair/stringset</a><br>*** Error code 1<br><br>Stop.<br>make[1]: stoppe=
d in /usr/home/nunotex/Work/freebsd/ports/security/gopass<br>*** Error code=
 1</div><div>---</div><div><br></div><div>Any clues on how to fix this?</di=
v><div>Should this be an upstream problem? I have searched gopass issues an=
d didn&#39;t found any issue at all.</div><div><br></div><div>Thanks,</div>=
<div><br></div><div>Nuno Teixeira<br></div></div>

--00000000000032a77305dceb8c6f--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFDf7UJcyUdmdHyg3Gh9B4e=12i6CS_O11L9R1Fth91PxnLopQ>