<div dir="ltr">No, Sylvestre Ledru maintains <a href="http://llvm.org/apt">http://llvm.org/apt</a>. He would be the one to know.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jan 2, 2014 at 10:01 AM, Owen Anderson <span dir="ltr"><<a href="mailto:resistor@mac.com" target="_blank">resistor@mac.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Kai,<br>
<br>
Those packages are built and maintained by downstream packagers, most likely at Ubuntu. They’re not provided by the LLVM project.<br>
<span class="HOEnZb"><font color="#888888"><br>
—Owen<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Jan 2, 2014, at 7:49 AM, Kai Nacke <<a href="mailto:kai.nacke@redstar.de">kai.nacke@redstar.de</a>> wrote:<br>
<br>
> Hi all,<br>
><br>
> I use the nightly builds of LLVM in my Travis CI configuration. Travis CI is based on Ubuntu 12.04 precise.<br>
><br>
> Currently, I am not able to install llvm-3.4 and llvm-3.4-dev. The error is always:<br>
><br>
> $ sudo apt-get install llvm-3.4 llvm-3.4-dev<br>
> Reading package lists... Done<br>
> Building dependency tree<br>
> Reading state information... Done<br>
> E: Unable to locate package llvm-3.4<br>
> E: Couldn't find any package by regex 'llvm-3.4'<br>
> E: Unable to locate package llvm-3.4-dev<br>
> E: Couldn't find any package by regex 'llvm-3.4-dev'<br>
><br>
> The configuration should be ok because it worked until December and it still works with llvm-3.5.<br>
><br>
> I am able to install llvm-3.4 on saucy. Is this a problem with the precise build?<br>
><br>
> These are the scripted commands:<br>
> sudo sh -c "echo 'deb <a href="http://llvm.org/apt/precise/" target="_blank">http://llvm.org/apt/precise/</a> llvm-toolchain-precise main' >> /etc/apt/sources.list"<br>
> wget -O - <a href="http://llvm.org/apt/llvm-snapshot.gpg.key" target="_blank">http://llvm.org/apt/llvm-snapshot.gpg.key</a> | sudo apt-key add -<br>
> sudo apt-get update -qq<br>
> sudo apt-get install -qq llvm-3.4 llvm-3.4-dev<br>
><br>
> Help is welcome.<br>
><br>
> Regards,<br>
> Kai<br>
><br>
> _______________________________________________<br>
> LLVM Developers mailing list<br>
> <a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a> <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br>
<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a> <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</div></div></blockquote></div><br></div>