[Craft] [Bug 486336] New: Trust database update fails when installing Craft for MinGW if a proxy is used
Ralf Habacker
bugzilla_noreply at kde.org
Tue Apr 30 10:44:28 BST 2024
https://bugs.kde.org/show_bug.cgi?id=486336
Bug ID: 486336
Summary: Trust database update fails when installing Craft for
MinGW if a proxy is used
Classification: Developer tools
Product: Craft
Version: master
Platform: Other
OS: Microsoft Windows
Status: REPORTED
Severity: normal
Priority: NOR
Component: Blueprints
Assignee: vonreth at kde.org
Reporter: ralf.habacker at freenet.de
CC: kde-windows at kde.org
Target Milestone: ---
SUMMARY
If craft is configured to build MinGW packages on Windows when using a proxy,
which is usually the case in corporate networks, an error occurs when updating
the trust database
STEPS TO REPRODUCE
1. start powershell
2. enter the following commands
$ENV:http_proxy = 'http://<myproxyhost>:<myproxyport>'
$ENV:https_proxy = 'http://<myproxyhost>:<myproxyport>'
3. run install_craft.ps1
OBSERVED RESULT
In the log there is printed:
...
*** Action: post-qmerge for dev-utils/msys-base ***
...
==> Updating trust database...
gpg: marginals needed: 3 completes needed: 1 trust model: pgp
gpg: depth: 0 valid: 1 signed: 5 trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: depth: 1 valid: 5 signed: 6 trust: 0-, 0q, 0n, 5m, 0f, 0u
gpg: depth: 2 valid: 3 signed: 2 trust: 3-, 0q, 0n, 0m, 0f, 0u
gpg: error retrieving 'alexey.pawlow at gmail.com' via WKD: Connection timed out
gpg: error reading key: Connection timed out
gpg: refreshing 1 key from hkps://keyserver.ubuntu.com
gpg: keyserver refresh failed: Connection timed out
==> ERROR: Could not update key: F40D263ECA25678A
gpg: error retrieving 'david.macek.0 at gmail.com' via WKD: Connection timed out
gpg: error reading key: Connection timed out
gpg: refreshing 1 key from hkps://keyserver.ubuntu.com
gpg: keyserver refresh failed: Connection timed out
==> ERROR: Could not update key: 790AE56A1D3CFDDC
gpg: error retrieving 'martellmalone at gmail.com' via WKD: Connection timed out
gpg: error reading key: Connection timed out
gpg: refreshing 1 key from hkps://keyserver.ubuntu.com
...
EXPECTED RESULT
This error message should not appear
SOFTWARE/OS VERSIONS
Windows: 10
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Kde-windows
mailing list