<div dir="ltr">This was working just a few hours ago, and now my CI server gives:<br><div><br>The following packages have unmet dependencies:<br> clang-6.0 : Depends: libllvm6.0 (>= 1:6.0~svn298832-1~) but it is not going to be installed<br>             Depends: libstdc++6 (>= 4.9) but 4.8.4-2ubuntu1~14.04.4 is to be installed<br>             Depends: libstdc++-4.9-dev but it is not installable<br>             Depends: libgcc-4.9-dev but it is not installable<br>             Depends: libobjc-4.9-dev but it is not installable<br>             Depends: libclang-common-6.0-dev (= 1:6.0~svn326550-1~exp1~20180325230527.62) but it is not going to be installed<br>             Depends: libclang1-6.0 (= 1:6.0~svn326550-1~exp1~20180325230527.62) but it is not going to be installed<br>             Recommends: libomp-dev but it is not installable<br> libclang-6.0-dev : Depends: libstdc++-4.9-dev but it is not installable<br>                    Depends: libgcc-4.9-dev but it is not installable<br>                    Depends: libobjc-4.9-dev but it is not installable<br>                    Depends: libclang1-6.0 (= 1:6.0~svn326550-1~exp1~20180325230527.62) but it is not going to be installed<br>                    Depends: libclang-common-6.0-dev (= 1:6.0~svn326550-1~exp1~20180325230527.62) but it is not going to be installed<br> liblld-6.0 : Depends: libllvm6.0 (= 1:6.0~svn326550-1~exp1~20180325230527.62) but it is not going to be installed<br> liblld-6.0-dev : Depends: lld-6.0 (= 1:6.0~svn326550-1~exp1~20180325230527.62) but it is not going to be installed<br> llvm-6.0 : Depends: llvm-6.0-runtime (= 1:6.0~svn326550-1~exp1~20180325230527.62) but it is not going to be installed<br>            Depends: libllvm6.0 (>= 1:6.0~svn298832-1~) but it is not going to be installed<br>            Depends: libstdc++6 (>= 4.9) but 4.8.4-2ubuntu1~14.04.4 is to be installed<br> llvm-6.0-dev : Depends: libllvm6.0 (= 1:6.0~svn326550-1~exp1~20180325230527.62) but it is not going to be installed<br>                Depends: libstdc++6 (>= 4.9) but 4.8.4-2ubuntu1~14.04.4 is to be installed<br>E: Unable to correct problems, you have held broken packages.<br><br><br></div><div>steps to reproduce:<br></div><div>sudo sh -c 'echo "deb <a href="http://apt.llvm.org/trusty/">http://apt.llvm.org/trusty/</a> llvm-toolchain-trusty-6.0 main" >> /etc/apt/sources.list'<br>wget -O - <a href="http://apt.llvm.org/llvm-snapshot.gpg.key|sudo">http://apt.llvm.org/llvm-snapshot.gpg.key|sudo</a> apt-key add -<br>sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test<br>sudo apt-get update -q<br>sudo apt-get install -y clang-6.0 libclang-6.0 libclang-6.0-dev llvm-6.0 llvm-6.0-dev liblld-6.0 liblld-6.0-dev cmake wine1.6-amd64 s3cmd<br><br></div></div>