I'm trying to setup Saucy to install clang and llvm 3.4 from the official LLVM apt repo, but it doesn't work. I only get the 3.4 snapshots from Ubuntu's own repos. I followed the instructions from http://llvm.org/apt/ and added the following to my /etc/apt/sources.list
:
deb http://llvm.org/apt/saucy/ llvm-toolchain-saucy main
deb-src http://llvm.org/apt/saucy/ llvm-toolchain-saucy main
But after doing an sudo apt-get update
, I still only see the packages from the Ubuntu repo:
$ sudo apt-get --print-uris download clang-3.4
'http://se.archive.ubuntu.com/ubuntu/pool/universe/l/llvm-toolchain-snapshot/clang-3.4_3.4~svn183914-1ubuntu1_amd64.deb' clang-3.4_3.4~svn183914-1ubuntu1_amd64.deb 11996652 sha256:5b5f10b0d90d0654672dca596980616814a5e3eca4346f43011d2e914602bbe5
Is this a problem on my end, or is the llvm.org
apt repo broken?