install.sh: Signature error prevents installation

ff2000 via Digitalmars-d digitalmars-d at puremagic.com
Mon Oct 24 12:30:05 PDT 2016


On Monday, 24 October 2016 at 11:07:59 UTC, Jacob Carlborg wrote:
> On 2016-10-24 09:22, ff2000 wrote:
>> Hi,
>>
>> I wanted to install dmd using the provided install.sh. With no 
>> success:
>>
>> $ curl -fsS https://dlang.org/install.sh | bash -s dmd
>> Downloading and unpacking
>> http://downloads.dlang.org/releases/2.x/2.071.2/dmd.2.071.2.linux.tar.xz
>> ########################################################################
>> 100,0%
>> Invalid signature
>> http://downloads.dlang.org/releases/2.x/2.071.2/dmd.2.071.2.linux.tar.xz.sig
>>
>>
>> If I run gpg2 myself I get
>>
>> $ gpg2 -q --verify --keyring d-keyring.gpg --no-default-keyring
>> dmd.2.071.2.linux.tar.xz.sig dmd.2.071.2.linux.tar.xz
>> gpg: Signature made Mon Sep 19 11:49:56 2016 CEST
>> gpg:                using RSA key B273811612BB1939
>> gpg: Can't check signature: No public key
>
> You can use DVM [1] instead. Allows you to easily switch 
> between multiple versions of DMD.
>
> [1] https://github.com/jacob-carlborg/dvm


Thx, I will have a look if it helps. But Gentoo does a great job, 
I can install several dmd versions in parallel and switch via 
eselect. I tried the installer only to get an upstream build to 
check if it fixes my issue with dstep ;)
This post was meant to be a bug report. The dlang/installer repo 
doesn't have a dedicated issue tracker.


More information about the Digitalmars-d mailing list