Author Topic: C::B 10.5 repos for 64-bit Karmic 9.10 on lgp203.free.fr have wrong names?  (Read 2753 times)

tome

  • Guest
I'm running 64-bit Ubuntu Karmic 9.10 on an 8 core Intel Xeon machine.

I've followed the instructions here, and have added the appropriate lines to /etc/apt/sources.list,
and have also installed the keyring:

http://lgp203.free.fr/spip/spip.php?article2

After updating and selecting codeblocks, Synaptic reports:

Code
W: Failed to fetch http://lgp203.free.fr/ubuntu/../pool/c/codeblocks/libcodeblocks0_10.05-0ubuntu1~karmic_amd64.deb
  403  Forbidden file type or location

W: Failed to fetch http://lgp203.free.fr/ubuntu/../pool/c/codeblocks/codeblocks_10.05-0ubuntu1~karmic_amd64.deb
  403  Forbidden file type or location

W: Failed to fetch http://lgp203.free.fr/ubuntu/../pool/c/codeblocks/codeblocks-common_10.05-0ubuntu1~karmic_all.deb
  403  Forbidden file type or location

W: Failed to fetch http://lgp203.free.fr/ubuntu/../pool/c/codeblocks/libwxsmithlib0_10.05-0ubuntu1~karmic_amd64.deb
  403  Forbidden file type or location

W: Failed to fetch http://lgp203.free.fr/ubuntu/../pool/c/codeblocks/codeblocks-contrib_10.05-0ubuntu1~karmic_amd64.deb
  403  Forbidden file type or location

W: Failed to fetch http://lgp203.free.fr/ubuntu/../pool/c/codeblocks/codeblocks-contrib-common_10.05-0ubuntu1~karmic_all.deb
  403  Forbidden file type or location

The same thing happens with "sudo apt-get install codeblocks".

Any idea what the server is objecting to? I can manually "wget" these files without error.

In fact I was able to manually wget all of them into /var/cache/apt/archives" and then install with "sudo apt-get --no-download install codeblock", so it looks like it was server problem of some sort.

Is it objecting to "ubuntu/../pool" perhaps?