On 09/02/2014 07:40 PM, Michael Lampe wrote:
Pat Riehecky wrote:
On 08/29/2014 02:15 PM, Michael Lampe wrote:
Pat Riehecky wrote:
The official SL6 link is at:
http://ftp.scientificlinux.org/linux/scientific/6x/external_products/
On C6 'yum install devtoolset-2' complains about no finding 'devtoolset-2-lucene'. The package is there and if I install it manually before calling yum, everything installs and works fine.
A metadata problem, perhaps?
-Chemal
I've just rebuilt the metatdata up there. It should be better behaved now.
Pat
Unfortunately still not working ootb:
# yum install devtoolset-2 ... --> Finished Dependency Resolution Error: Package: devtoolset-2-eclipse-mylyn-3.9.1-4.el6.noarch (devtoolset) Requires: devtoolset-2-lucene Error: Package: 1:devtoolset-2-eclipse-platform-4.3.1-6.el6.x86_64 (devtoolset) Requires: devtoolset-2-lucene >= 2.9.4-8 Error: Package: devtoolset-2-lucene-contrib-3.6.0-16.el6.noarch (devtoolset) Requires: devtoolset-2-lucene = 3.6.0-16.el6 ...
-Michael
Do you have any excludes set?
I show devtoolset-2-lucene within the primary.sqlite.bz2 and primary.xml.gz .
On VM I just spun up, yum install devtoolset-2 correctly locates devtoolset-2-lucene.
I've "remashed" the repo to include most of the 32bit packages you mentioned. Their inclusion on x86_64 seems a bit strange to me. I've no idea why I'd run 32 bit valgrind on a 64 bit system. But RH includes them so I've put them in.
Some packages were not included as they were released by CERN rather than RH.
You'll want to run a 'yum clean expire-cache' for the new metadata
Pat