What does it mean, when the log says,
2005/12/18 01:38 CET [-] [apt_pkg] No Packages files available for cyril backend
2005/12/18 01:38 CET [-] [apt_pkg] No Packages files available for java backend
2005/12/18 01:38 CET [-] [apt_pkg] No Packages files available for videolan backend
I can see the blackdown JRE package in the java/pool dir,
but there's no 'pool' for cyril, which looks different:
r: # ---------------------------------------------------------------
r:
r: ls -R cyril
cyril:
binaries Packages Packages.gz Release Release.gpg
cyril/binaries:
sharpconstruct_0.10-1_i386.deb
r: # ---------------------------------------------------------------
'videolan' has just kind of a 'official' structure:
r: # ---------------------------------------------------------------
r:
r: ls -R videolan
videolan:
dists
videolan/dists:
sid
videolan/dists/sid:
main
videolan/dists/sid/main:
binary-i386
videolan/dists/sid/main/binary-i386:
Packages Packages.gz
r: # ---------------------------------------------------------------
... so it looks like there actually was no binary cached by ap.
This is strange, because i've installed vlc 0.7.0 which should be from that source;
where the other sources are directed to debian testing, which doesn't yet have vlc
at all... so what ?
The corresponding backends are,
(together with the related sources.list entry in comment):
[java]
backends =
ftp://ftp.informatik.hu-berlin.de/pub/Java/Linux/debian
ftp://ftp.tux.org/java/debian
;; deb http://localhost:9999/java testing non-free
[cyril]
backends =
http://kibi.dyndns.org/packages
;; deb http://localhost:9999/cyril ./
[videolan]
backends =
http://download.videolan.org/pub/videolan/debian
;; deb http://localhost:9999/videolan sid main
|