<div dir="ltr">I believe you have been inflicted with apt-get syndrome. <a href="http://packages.ubuntu.com/precise/libclang1">http://packages.ubuntu.com/precise/libclang1</a>. There is no version of libclang1(not libclang1.3.4...those are classified as two different packages!!) in Precise greater that 3.0. Use this one: <a href="http://packages.ubuntu.com/trusty/libclang1-3.4">http://packages.ubuntu.com/trusty/libclang1-3.4</a>. It's for Trusty, but it should still work, provided there aren't any out-of-this-world dependencies.</div>

<div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Nov 5, 2013 at 2:53 PM, Richard <span dir="ltr"><<a href="mailto:legalize@xmission.com" target="_blank">legalize@xmission.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Group,<br>
<br>
I'm trying to follow the instructions on <<a href="http://llvm.org/apt/" target="_blank">http://llvm.org/apt/</a>> with<br>
ubuntu 12.10 and I keep running afoul of apt-get claiming that I don't<br>
have the right version of package "libclang1":<br>
<br>
$ sudo apt-get -f install llvm-3.4<br>
Reading package lists... Done<br>
Building dependency tree<br>
Reading state information... Done<br>
Some packages could not be installed. This may mean that you have<br>
requested an impossible situation or if you are using the unstable<br>
distribution that some required packages have not yet been created<br>
or been moved out of Incoming.<br>
The following information may help to resolve the situation:<br>
<br>
The following packages have unmet dependencies:<br>
 llvm-3.4 : Depends: libclang1 (>= 1:3.4~svn193991-1~exp1) but it is not going to be installed<br>
            Recommends: llvm-3.4-dev but it is not going to be installed<br>
E: Unable to correct problems, you have held broken packages.<br>
<br>
However, I have already installed libclang1-3.4 without error:<br>
<br>
$ sudo apt-get -f install libclang1-3.4<br>
Reading package lists... Done<br>
Building dependency tree<br>
Reading state information... Done<br>
libclang1-3.4 is already the newest version.<br>
0 upgraded, 0 newly installed, 0 to remove and 132 not upgraded.<br>
<br>
I created the appropriate llvm.list file in /etc/apt/sources.list.d:<br>
<br>
$ cat /etc/apt/sources.list.d/llvm.list<br>
deb <a href="http://llvm.org/apt/quantal/" target="_blank">http://llvm.org/apt/quantal/</a> llvm-toolchain-quantal main<br>
deb-src <a href="http://llvm.org/apt/quantal/" target="_blank">http://llvm.org/apt/quantal/</a> llvm-toolchain-quantal main<br>
<br>
and I have successfully installed some of the packages listed on the<br>
command-line at <<a href="http://llvm.org/apt/" target="_blank">http://llvm.org/apt/</a>>, but some of them are failing.<br>
The ones that fail all seem to be dependent on a package named<br>
'libclang1' instead of 'libclang1-3.4'.<br>
<br>
What's the best way out of this apt-get maze?<br>
<br>
Thanks for your time.<br>
<span class="HOEnZb"><font color="#888888">--<br>
"The Direct3D Graphics Pipeline" free book <<a href="http://tinyurl.com/d3d-pipeline" target="_blank">http://tinyurl.com/d3d-pipeline</a>><br>
     The Computer Graphics Museum <<a href="http://ComputerGraphicsMuseum.org" target="_blank">http://ComputerGraphicsMuseum.org</a>><br>
         The Terminals Wiki <<a href="http://terminals.classiccmp.org" target="_blank">http://terminals.classiccmp.org</a>><br>
  Legalize Adulthood! (my blog) <<a href="http://LegalizeAdulthood.wordpress.com" target="_blank">http://LegalizeAdulthood.wordpress.com</a>><br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>Ryan
</div>