<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Hello,</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">This is because a new libstdc++ is
necessary, it is coming with gcc-4.9 backports.</div>
<div class="moz-cite-prefix">I updated the doc, sorry about that!<br>
</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">Adding <br>
</div>
<div class="moz-cite-prefix">deb
<a class="moz-txt-link-freetext" href="http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu">http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu</a> trusty
main</div>
<div class="moz-cite-prefix">or <br>
</div>
<div class="moz-cite-prefix">sudo add-apt-repository
ppa:ubuntu-toolchain-r/test</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">Cheers,</div>
<div class="moz-cite-prefix">Sylvestre<br>
</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">Le 20/08/2017 à 04:00, Andrew Kelley
via Release-testers a écrit :<br>
</div>
<blockquote type="cite"
cite="mid:CACXN+=R58gBnUVZ=MttCWU2PG5nU46JEZUBzb1+2t7ykHitfMQ@mail.gmail.com">
<div dir="ltr">Is there something wrong with the .deb packages?
Identical commands work for 4.0.
<div><br>
</div>
<div>
<div>$ sudo sh -c 'echo "deb <a
href="http://apt.llvm.org/trusty/" moz-do-not-send="true">http://apt.llvm.org/trusty/</a>
llvm-toolchain-trusty-5.0 main" >>
/etc/apt/sources.list'</div>
<div>$ wget -O - <a
href="http://apt.llvm.org/llvm-snapshot.gpg.key|sudo"
moz-do-not-send="true">http://apt.llvm.org/llvm-snapshot.gpg.key|sudo</a>
apt-key add -</div>
<div>$ sudo apt-get update -q</div>
<div>$ sudo apt-get remove -y llvm-*</div>
<div>$ sudo rm -rf /usr/local/*<br>
</div>
</div>
<div>
<div>$ 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</div>
<div>Reading package lists... Done</div>
<div>Building dependency tree </div>
<div>Reading state information... Done</div>
<div>Note, selecting 'libclang-5.0-dev' for regex
'libclang-5.0'</div>
<div>cmake is already the newest version
(3.2.2-2~ubuntu14.04.1~ppa1).</div>
<div>Some packages could not be installed. This may mean that
you have</div>
<div>requested an impossible situation or if you are using the
unstable</div>
<div>distribution that some required packages have not yet
been created</div>
<div>or been moved out of Incoming.</div>
<div>The following information may help to resolve the
situation:</div>
<div>The following packages have unmet dependencies:</div>
<div> clang-5.0 : Depends: libclang1-5.0 (=
1:5.0~svn310902-1~exp1) but it is not going to be installed</div>
<div> Depends: libllvm5.0 (>=
1:5.0~svn298832-1~) but it is not going to be installed</div>
<div> Depends: libstdc++6 (>= 6) but
4.8.4-2ubuntu1~14.04.3 is to be installed</div>
<div> Depends: libstdc++-6-dev but it is not
installable</div>
<div> Depends: libgcc-6-dev but it is not
installable</div>
<div> Depends: libobjc-6-dev but it is not
installable</div>
<div> Depends: libclang-common-5.0-dev (=
1:5.0~svn310902-1~exp1) but it is not going to be installed</div>
<div> libclang-5.0-dev : Depends: libstdc++-6-dev but it is
not installable</div>
<div> Depends: libgcc-6-dev but it is not
installable</div>
<div> Depends: libobjc-6-dev but it is not
installable</div>
<div> Depends: libclang1-5.0 (=
1:5.0~svn310902-1~exp1) but it is not going to be installed</div>
<div> Depends: libclang-common-5.0-dev (=
1:5.0~svn310902-1~exp1) but it is not going to be installed</div>
<div> liblld-5.0 : Depends: libllvm5.0 (=
1:5.0~svn310902-1~exp1) but it is not going to be installed</div>
<div> liblld-5.0-dev : Depends: lld-5.0 (=
1:5.0~svn310902-1~exp1) but it is not going to be installed</div>
<div> llvm-5.0 : Depends: llvm-5.0-runtime (=
1:5.0~svn310902-1~exp1) but it is not going to be installed</div>
<div> Depends: libllvm5.0 (>=
1:5.0~svn298832-1~) but it is not going to be installed</div>
<div> Depends: libstdc++6 (>= 5) but
4.8.4-2ubuntu1~14.04.3 is to be installed</div>
<div> llvm-5.0-dev : Depends: libllvm5.0 (=
1:5.0~svn310902-1~exp1) but it is not going to be installed</div>
<div> Depends: libstdc++6 (>= 5) but
4.8.4-2ubuntu1~14.04.3 is to be installed</div>
<div>E: Unable to correct problems, you have held broken
packages.</div>
<div>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 .</div>
</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Mon, Aug 14, 2017 at 6:30 PM, Hans
Wennborg via llvm-dev <span dir="ltr"><<a
href="mailto:llvm-dev@lists.llvm.org" target="_blank"
moz-do-not-send="true">llvm-dev@lists.llvm.org</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">Hello
everyone,<br>
<br>
Source, binaries and docs for LLVM-5.0.0-rc2 are now
available at<br>
<a href="http://prereleases.llvm.org/5.0.0/#rc2"
rel="noreferrer" target="_blank" moz-do-not-send="true">http://prereleases.llvm.org/5.<wbr>0.0/#rc2</a><br>
<br>
(I'll add more binaries as they become available.)<br>
<br>
Please try it out, run tests, builds your favourite projects
and file<br>
bugs about anything that needs to be fixed (including
docs!), marking<br>
them blockers of <a href="http://llvm.org/pr33849"
rel="noreferrer" target="_blank" moz-do-not-send="true">http://llvm.org/pr33849</a>.<br>
<br>
Cheers,<br>
Hans<br>
______________________________<wbr>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org"
moz-do-not-send="true">llvm-dev@lists.llvm.org</a><br>
<a
href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev"
rel="noreferrer" target="_blank" moz-do-not-send="true">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre wrap="">_______________________________________________
Release-testers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Release-testers@lists.llvm.org">Release-testers@lists.llvm.org</a>
<a class="moz-txt-link-freetext" href="http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers">http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers</a>
</pre>
</blockquote>
</body>
</html>