Mailing List Archive

Where is swdb.lst
With gnuupg-2.3.1

make -f build-aux/speedo.mk native

gives "download of swdb.lst failed"

The above is on a Debian 10 buster box.

I've not been able to find swdb.lst nor how to work without it; I'd be
grateful for any help.

Thank you.

--
--ajax

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users
Re: Where is swdb.lst [ In reply to ]
On Wed, Jun 16, 2021 at 04:29:32PM +0000, Ajax via Gnupg-users wrote:
> With gnuupg-2.3.1
>
> make -f build-aux/speedo.mk native
>
> gives "download of swdb.lst failed"
>
> The above is on a Debian 10 buster box.
>
> I've not been able to find swdb.lst nor how to work without it; I'd be
> grateful for any help.

https://versions.gnupg.org/swdb.lst


-K

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users
Re: Where is swdb.lst [ In reply to ]
On Wed, 16 Jun 2021 16:29, Ajax said:
> With gnuupg-2.3.1
>
> make -f build-aux/speedo.mk native
>
> gives "download of swdb.lst failed"

Checkout build-aux/getswdb.sh which does the work.
For example

--8<---------------cut here---------------start------------->8---
$ build-aux/getswdb.sh
gpgv: Signature made Fri 11 Jun 2021 06:51:01 PM CEST
gpgv: using RSA key 5B80C5754298F0CB55D8ED6ABCEF7E294B092E28
gpgv: Good signature from "Andre Heinecke (Release Signing Key)"
GnuPG version in swdb.lst is less than this version!
This version: 2.3.2-beta93
SWDB version: 2.3.1
--8<---------------cut here---------------end--------------->8---


Shalom-Salam,

Werner

--
Die Gedanken sind frei. Ausnahmen regelt ein Bundesgesetz.
Re: Where is swdb.lst [ In reply to ]
On Wed, Jun 16, 2021 at 6:50 PM Werner Koch <wk@gnupg.org> wrote:
....
> Checkout build-aux/getswdb.sh which does the work.
> For example
>
> --8<---------------cut here---------------start------------->8---
> $ build-aux/getswdb.sh

Which gave :
... No such file or directory

ajax

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users
Re: Where is swdb.lst [ In reply to ]
On Wed, 16 Jun 2021 21:18, Ajax said:

>> $ build-aux/getswdb.sh
>
> Which gave :
> ... No such file or directory

$ tar tjvf gnupg-2.2.28.tar.bz2 | grep getswdb.sh
-rwxr-xr-x 1000/1000 4831 2021-05-21 07:35 gnupg-2.2.28/build-aux/getswdb.sh


Shalom-Salam,

Werner

--
Die Gedanken sind frei. Ausnahmen regelt ein Bundesgesetz.
Re: Where is swdb.lst [ In reply to ]
On Thu, Jun 17, 2021 at 9:25 AM Werner Koch <wk@gnupg.org> wrote:
>
> On Wed, 16 Jun 2021 21:18, Ajax said:
>
> >> $ build-aux/getswdb.sh
> >
> > Which gave :
> > ... No such file or directory
>
> $ tar tjvf gnupg-2.2.28.tar.bz2 | grep getswdb.sh
> -rwxr-xr-x 1000/1000 4831 2021-05-21 07:35 gnupg-2.2.28/build-aux/getswdb.sh

On my debian box

$ tar tjvf gnupg-2.2.28.tar.bz2 | grep getswdb.sh

gets

tar (child): gnupg-2.2.28.tar.bz2: Cannot open: No such file or directory ....

What should I try next?

Ajax

--
> Die Gedanken sind frei. Ausnahmen regelt ein Bundesgesetz.

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users
Re: Where is swdb.lst [ In reply to ]
On Thu, Jun 17, 2021 at 04:19:24PM +0000, Ajax via Gnupg-users wrote:
> > >> $ build-aux/getswdb.sh
> > >
> > > Which gave :
> > > ... No such file or directory
> >
> > $ tar tjvf gnupg-2.2.28.tar.bz2 | grep getswdb.sh
> > -rwxr-xr-x 1000/1000 4831 2021-05-21 07:35 gnupg-2.2.28/build-aux/getswdb.sh
>
> On my debian box
>
> $ tar tjvf gnupg-2.2.28.tar.bz2 | grep getswdb.sh
>
> gets
>
> tar (child): gnupg-2.2.28.tar.bz2: Cannot open: No such file or directory ....
>
> What should I try next?

You seem to be wholly unfamiliar with Unix commands and operations. Are you
sure you should be trying to build gnupg by hand? It sounds like a task well
beyond your comfort zone. What are you trying to get accomplished?

-K

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users
Re: Where is swdb.lst [ In reply to ]
On Donnerstag, 17. Juni 2021 11:22:42 CEST Werner Koch via Gnupg-users wrote:
> On Wed, 16 Jun 2021 21:18, Ajax said:
> >> $ build-aux/getswdb.sh
> >
> > Which gave :
> > ... No such file or directory
>
> $ tar tjvf gnupg-2.2.28.tar.bz2 | grep getswdb.sh
> -rwxr-xr-x 1000/1000 4831 2021-05-21 07:35
> gnupg-2.2.28/build-aux/getswdb.sh

And, for completeness and since Ajax seems to try to build 2.3.1:
$ tar tjvf gnupg-2.3.1.tar.bz2 | grep getswdb.sh
-rwxr-xr-x 1000/1000 4836 2021-04-09 18:48 gnupg-2.3.1/build-aux/
getswdb.sh

@Ajax: If you want us to help you, then you need to tell us exactly what you
tried, e.g. what did you download or clone from where. Are you probably trying
to build gnupg on a machine that has no Internet access?

Regards,
Ingo