Hi Gary,

which Windows version are you using?

I just tested on on fresh Windows 11 24H2 install:

C:\Users\freeandnil>ver
Microsoft Windows [Version 10.0.26100.1742]

PS C:\Users\freeandnil> winget install -e --id GnuPG.Gpg4win
The `msstore` source requires that you view the following agreements before 
using.
Terms of Transaction: https://aka.ms/microsoft-store-terms-of-transaction
The source requires the current machine's 2-letter geographic region to be sent 
to the backend service to function properly (ex. "US").

Do you agree to all the source agreements terms?
[Y] Yes  [N] No: y
Found Gpg4win [GnuPG.Gpg4win] Version 4.3.1
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, 
third-party packages.
Downloading https://files.gpg4win.org/gpg4win-4.3.1.exe
  ██████████████████████████████  33.8 MB / 33.8 MB
Successfully verified installer hash
Starting package install...
Successfully installed

- in a new terminal window

PS C:\Users\freeandnil> gcm gpg

CommandType     Name                                               Version    
Source
-----------     ----                                               -------    
------
Application     gpg.exe                                            2.4.5.5... 
C:\Program Files (x86)\Gpg4win\..\GnuP...


It seems like your winget is broken.
https://learn.microsoft.com/en-us/answers/questions/1688882/how-do-we-fix-0x8a15000f-data-required-by-the-sour

In case this does not help, you can install gpg via choco

Set-ExecutionPolicy Bypass -Scope Process -Force; 
[System.Net.ServicePointManager]::SecurityProtocol = 
[System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object 
System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

choco install gpg4win

In case you have gpg already installed, you can skip this step altogether.

Regards.

Jan

Friday, October 18, 2024, 3:53:31 PM, you wrote:

> Hi Jan,

> The review kit lists step 1 as:

> winget install -e --id GnuPG.Gpg4win

> This gives me:

> ❯ winget install -e --id GnuPG.Gpg4win
> Failed when searching source: winget
> An unexpected error occurred while executing the command:
> 0x8a15000f : Data required by the source is missing

> Any ideas?

> Gary

> On 2024/10/18 09:24:30 Jan Friedrich wrote:
>> This is a vote to release the Apache Log4net 3.0.2.
>> 
>> Website: 
>> https://logging.staged.apache.org/log4net/release/release-notes.html GitHub: 
>> https://github.com/apache/logging-log4net
>> Commit: d0d9c9ba88ac29be1d3f2174e47e50939819e60d
>> Distribution: https://dist.apache.org/repos/dist/dev/logging/log4net/3.0.2
>> Signing key: 0x7D24496A230E29D6349A99EF583E491578F02D5D
>> Review kit: 
>> https://logging.apache.org/log4net/release/release-review-instructions.html 
>> 
>> Please download, test, and cast your votes on this mailing list.
>> 
>> [ ] +1, release the artifacts
>> [ ] -1, don't release, because ... 
>> 
>> This vote is open for 72 hours and will pass unless getting a net negative 
>> vote count. All votes are welcome and we encourage everyone to test the 
>> release, but only the Logging Services PMC votes are officially counted.

Reply via email to