https://bugs.llvm.org/show_bug.cgi?id=34964
Bug ID: 34964
Summary: LLVM repo signature is probably broken
Product: Packaging
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: release blocker
Priority: P
Component: deb packages
Assignee: unassignedb...@nondot.org
Reporter: maz...@gmail.com
CC: llvm-bugs@lists.llvm.org
I tried to install clang on Debian Jessie following instructions from here:
http://apt.llvm.org/
But when I tried to do apt-get update I got the following error:
W: Failed to fetch
http://apt.llvm.org/jessie/dists/llvm-toolchain-jessie/main/binary-amd64/Packages
Hash Sum mismatch
E: Some index files failed to download. They have been ignored, or old ones
used instead.
The issue is somehow connected with GPG key because if I remove the key
apt-key del 15CF4D18AF4F7421
everything works fine (of course the Warning about unsigned packages appears).
I added the key with the following command:
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
Here is the output of "apt-key list":
/etc/apt/trusted.gpg
--------------------
pub 4096R/AF4F7421 2013-03-11
uid Sylvestre Ledru - Debian LLVM packages
<sylves...@debian.org>
sub 4096R/AF9463CE 2013-03-11
Bug reproduced on docker image debian:jessie
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs