i am getting the following error while running sudo apt-get build-dep llvm-3.3
unable to find source package for llvm-3.3
I am using Ubuntu 11.10 (i am using this old version for a special purpose) i am trying to build a particular software and their build instruction ask to use ubuntu 11.10.
Thanks for your time
Ubuntu 11.10 is not longer supported, it may be that you are not getting any packages from the repositories.
Change your
/etc/sources.listto the following:And then run
apt-get updateand then try again.There is an article here with more detail.