[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] HTCondor Debian Repository Fails for multi-arch



On 12/08/2015 18:12, John G Heim wrote:
I've been getting errors when trying to install from the HTCondor Debian Repository at http://research.cs.wisc.edu/htcondor/debian/. I've followed the instructions on that page but I get an error with the apt-get update and when I try an install, it says the package cannot be downloaded. This happens only on machines that are condigured for multi-arch.

# dpkg --add-architecture i386
# apt-get update
[...]
W: Failed to fetch http://research.cs.wisc.edu/htcondor/debian/stable/dists/wheezy/Release Unable to find expected entry 'contrib/binary-i386/Packages' in Release file (Wrong sources.list entry or malformed file)

E: Some index files failed to download. They have been ignored, or old ones used instead.
If this is actually a 64-bit machine, try the following in your apt sources:

deb [arch=amd64 trusted=yes] http://research.cs.wisc.edu/htcondor/debian/stable/ wheezy contrib deb [arch=amd64 trusted=yes] http://research.cs.wisc.edu/htcondor/debian/development/ wheezy contrib

("trusted=yes" may no longer be required, but it was when the packages were not signed)

Regards,

Brian.