[LLVMdev] http://llvm.org/apt/precise/ broken for 3.4?

Reid Kleckner rnk at google.com
Thu Jan 2 10:10:38 PST 2014


No, Sylvestre Ledru maintains http://llvm.org/apt.  He would be the one to
know.


On Thu, Jan 2, 2014 at 10:01 AM, Owen Anderson <resistor at mac.com> wrote:

> Hi Kai,
>
> Those packages are built and maintained by downstream packagers, most
> likely at Ubuntu.  They’re not provided by the LLVM project.
>
> —Owen
>
> On Jan 2, 2014, at 7:49 AM, Kai Nacke <kai.nacke at redstar.de> wrote:
>
> > Hi all,
> >
> > I use the nightly builds of LLVM in my Travis CI configuration. Travis
> CI is based on Ubuntu 12.04 precise.
> >
> > Currently, I am not able to install llvm-3.4 and llvm-3.4-dev. The error
> is always:
> >
> > $ sudo apt-get install llvm-3.4 llvm-3.4-dev
> > Reading package lists... Done
> > Building dependency tree
> > Reading state information... Done
> > E: Unable to locate package llvm-3.4
> > E: Couldn't find any package by regex 'llvm-3.4'
> > E: Unable to locate package llvm-3.4-dev
> > E: Couldn't find any package by regex 'llvm-3.4-dev'
> >
> > The configuration should be ok because it worked until December and it
> still works with llvm-3.5.
> >
> > I am able to install llvm-3.4 on saucy. Is this a problem with the
> precise build?
> >
> > These are the scripted commands:
> > sudo sh -c "echo 'deb http://llvm.org/apt/precise/llvm-toolchain-precise main' >> /etc/apt/sources.list"
> > wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
> > sudo apt-get update -qq
> > sudo apt-get install -qq llvm-3.4 llvm-3.4-dev
> >
> > Help is welcome.
> >
> > Regards,
> > Kai
> >
> > _______________________________________________
> > LLVM Developers mailing list
> > LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140102/2dbdc844/attachment.html>


More information about the llvm-dev mailing list