Package: auto-apt
Version: 0.3.21
Severity: normal

The problem is here:

# ls -l /etc/auto-apt/sources.list
lrwxrwxrwx 1 root root 22 2007-05-31 08:55 /etc/auto-apt/sources.list -> 
/etc/apt//sources.list

apt supports and recommends the use of /etc/apt/sources.list.d/

/etc/apt/sources.list does not have to exist, apt supports having all sources 
listed only in files within /etc/apt/sources.list.d/

$ ls /etc/apt/sources.list.d/
emdebian.sources.list

$ cat /etc/apt/sources.list.d/emdebian.sources.list 
# The Emdebian toolchain repository
deb http://www.emdebian.org/debian/ unstable main
deb-src http://www.emdebian.org/debian/ unstable main

$ auto-apt search 
'/usr/arm-linux-gnu/include/c++/4.1.3/arm-linux-gnu/bits/ctype_base.h'
$ echo $?
1
$ auto-apt search 'ctype_base.h'
$ dpkg -S ctype_base.h
libstdc++6-4.0-dev: /usr/include/c++/4.0.4/powerpc64-linux-gnu/bits/ctype_base.h
libstdc++6-4.1-dev: /usr/include/c++/4.1.2/powerpc-linux-gnu/bits/ctype_base.h
libstdc++6-4.1-dev-mips-cross: 
/usr/mips-linux-gnu/include/c++/4.1.2/mips-linux-gnu/bits/ctype_base.h
libstdc++6-4.0-dev: /usr/include/c++/4.0.4/powerpc-linux-gnu/bits/ctype_base.h
libstdc++6-4.1-dev: 
/usr/include/c++/4.1.2/powerpc-linux-gnu/64/bits/ctype_base.h
libstdc++6-4.1-dev-arm-cross: 
/usr/arm-linux-gnu/include/c++/4.1.3/arm-linux-gnu/bits/ctype_base.h
$ dpkg -S '/usr/arm-linux-gnu/include/c++/4.1.3/arm-linux-gnu/bits/ctype_base.h'
libstdc++6-4.1-dev-arm-cross: 
/usr/arm-linux-gnu/include/c++/4.1.3/arm-linux-gnu/bits/ctype_base.h
$ apt-cache policy libstdc++6-4.1-dev-arm-cross
libstdc++6-4.1-dev-arm-cross:
  Installed: 4.1.1-21
  Candidate: 4.1.1-21
  Version table:
 *** 4.1.1-21 0
        100 /var/lib/dpkg/status
        500 http://www.emdebian.org unstable/main Packages

auto-apt also does not appear to support adding a specific repository without 
having to add it to /etc/apt/sources.list.

--- System information. ---
Architecture: powerpc
Kernel:       Linux 2.6.18-4-powerpc

Debian Release: lenny/sid
  500 unstable        www.linux.codehelp.co.uk 
  500 unstable        www.emdebian.org 
  500 unstable        ftp.uk.debian.org 

--- Package information. ---
Depends         (Version) | Installed
=========================-+-=============
libc6        (>= 2.3.5-1) | 2.5-9




-- 

Neil Williams
=============
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/

Attachment: pgpimltbC5uLn.pgp
Description: PGP signature

Reply via email to