[llvm-dev] [5.0.0 Release] Release Candidate 2 source and binaries available

Andrew Kelley via llvm-dev llvm-dev at lists.llvm.org
Sat Aug 19 19:00:53 PDT 2017


Is there something wrong with the .deb packages? Identical commands work
for 4.0.

$ sudo sh -c 'echo "deb http://apt.llvm.org/trusty/
llvm-toolchain-trusty-5.0 main" >> /etc/apt/sources.list'
$ wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
$ sudo apt-get update -q
$ sudo apt-get remove -y llvm-*
$ sudo rm -rf /usr/local/*
$ sudo apt-get install -y clang-5.0 libclang-5.0 libclang-5.0-dev llvm-5.0
llvm-5.0-dev liblld-5.0 liblld-5.0-dev cmake
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libclang-5.0-dev' for regex 'libclang-5.0'
cmake is already the newest version (3.2.2-2~ubuntu14.04.1~ppa1).
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
 clang-5.0 : Depends: libclang1-5.0 (= 1:5.0~svn310902-1~exp1) but it is
not going to be installed
             Depends: libllvm5.0 (>= 1:5.0~svn298832-1~) but it is not
going to be installed
             Depends: libstdc++6 (>= 6) but 4.8.4-2ubuntu1~14.04.3 is to be
installed
             Depends: libstdc++-6-dev but it is not installable
             Depends: libgcc-6-dev but it is not installable
             Depends: libobjc-6-dev but it is not installable
             Depends: libclang-common-5.0-dev (= 1:5.0~svn310902-1~exp1)
but it is not going to be installed
 libclang-5.0-dev : Depends: libstdc++-6-dev but it is not installable
                    Depends: libgcc-6-dev but it is not installable
                    Depends: libobjc-6-dev but it is not installable
                    Depends: libclang1-5.0 (= 1:5.0~svn310902-1~exp1) but
it is not going to be installed
                    Depends: libclang-common-5.0-dev (=
1:5.0~svn310902-1~exp1) but it is not going to be installed
 liblld-5.0 : Depends: libllvm5.0 (= 1:5.0~svn310902-1~exp1) but it is not
going to be installed
 liblld-5.0-dev : Depends: lld-5.0 (= 1:5.0~svn310902-1~exp1) but it is not
going to be installed
 llvm-5.0 : Depends: llvm-5.0-runtime (= 1:5.0~svn310902-1~exp1) but it is
not going to be installed
            Depends: libllvm5.0 (>= 1:5.0~svn298832-1~) but it is not going
to be installed
            Depends: libstdc++6 (>= 5) but 4.8.4-2ubuntu1~14.04.3 is to be
installed
 llvm-5.0-dev : Depends: libllvm5.0 (= 1:5.0~svn310902-1~exp1) but it is
not going to be installed
                Depends: libstdc++6 (>= 5) but 4.8.4-2ubuntu1~14.04.3 is to
be installed
E: Unable to correct problems, you have held broken packages.
The command "sudo apt-get install -y clang-5.0 libclang-5.0
libclang-5.0-dev llvm-5.0 llvm-5.0-dev liblld-5.0 liblld-5.0-dev cmake"
failed and exited with 100 during .

On Mon, Aug 14, 2017 at 6:30 PM, Hans Wennborg via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> Hello everyone,
>
> Source, binaries and docs for LLVM-5.0.0-rc2 are now available at
> http://prereleases.llvm.org/5.0.0/#rc2
>
> (I'll add more binaries as they become available.)
>
> Please try it out, run tests, builds your favourite projects and file
> bugs about anything that needs to be fixed (including docs!), marking
> them blockers of http://llvm.org/pr33849.
>
> Cheers,
> Hans
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170819/81b23e31/attachment.html>


More information about the llvm-dev mailing list