<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - error with archive signature"
href="https://bugs.llvm.org/show_bug.cgi?id=45999">45999</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>error with archive signature
</td>
</tr>
<tr>
<th>Product</th>
<td>Packaging
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>deb packages
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>cocoval@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>Hello,
When I try to run the below
wget -O - <a href="https://apt.llvm.org/llvm-snapshot.gpg.key|sudo">https://apt.llvm.org/llvm-snapshot.gpg.key|sudo</a> apt-key add -
I get the following error:
coval@coco-desk ~/libcxx-pretty-printers/src/libcxx/v1 master ● wget
-O - <a href="https://apt.llvm.org/llvm-snapshot.gpg.key\|sudo">https://apt.llvm.org/llvm-snapshot.gpg.key\|sudo</a> apt-key add -
Will not apply HSTS. The HSTS database must be a regular and non-world-writable
file.
ERROR: could not open HSTS store at '/home/coval/.wget-hsts'. HSTS will be
disabled.
--2020-05-19 20:57:20-- <a href="https://apt.llvm.org/llvm-snapshot.gpg.key%7Csudo">https://apt.llvm.org/llvm-snapshot.gpg.key%7Csudo</a>
Resolving apt.llvm.org (apt.llvm.org)... 151.101.210.49, 2a04:4e42:31::561
Connecting to apt.llvm.org (apt.llvm.org)|151.101.210.49|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-05-19 20:57:20 ERROR 404: Not Found.
--2020-05-19 20:57:20-- <a href="http://apt-key/">http://apt-key/</a>
Resolving apt-key (apt-key)... failed: Name or service not known.
wget: unable to resolve host address ‘apt-key’
--2020-05-19 20:57:22-- <a href="http://add/">http://add/</a>
Resolving add (add)... failed: Name or service not known.
wget: unable to resolve host address ‘add’
--2020-05-19 20:57:24-- <a href="http://-/">http://-/</a>
Resolving - (-)... failed: Name or service not known.
wget: unable to resolve host address ‘-’</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>