Your message dated Tue, 21 Feb 2006 21:23:41 +0000
with message-id <[EMAIL PROTECTED]>
and subject line apt-listchanges and apt-listbugs run from host when running in
chroot
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: apt
Version: 0.5.27
I want to use apt with an alternate configuration.
But it seems apt use configuration from /etc/apt/apt.conf.d,
not the one of the alternate configuration
How to reproduce the bug :
mkdir -p /etc/kpt/apt.conf.d
cp /etc/apt/sources.list /etc/kpt/
/etc/kpt/apt.conf :
APT
{
Architecture "i386";
Clean-Installed "true";
Default-Release "sarge";
Get
{
Show-Upgraded "true";
Show-Versions "true";
Assume-Yes "true";
Fix-Missing "true";
Fix-Broken "true";
List-Cleanup "true";
Purge "false";
};
};
Dir
{
Etc "etc/kpt/";
State "var/lib/kpt/";
Cache "var/cache/kpt/";
};
KPT
{
Kernel
{
Arch "k7-mem4";
Version "2.4.27";
};
};
/etc/kpt/apt.conf.d/10-install :
DPkg
{
Post-Invoke {"/usr/bin/kpt-install-kernel";};
};
Now when i run apt-config :
#apt-config -c=/etc/kpt/apt.conf dump
-------------------- THIS PART IS OK. IT COMES FROM /etc/kpt
APT "";
APT::Architecture "i386";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Get "";
APT::Get::Assume-Yes "true";
APT::Get::Fix-Missing "true";
APT::Get::Show-Upgraded "true";
APT::Get::Purge "false";
APT::Get::List-Cleanup "true";
APT::Get::ReInstall "false";
APT::Get::Show-Versions "true";
APT::Get::Fix-Broken "true";
APT::Clean-Installed "true";
APT::Default-Release "sarge";
Dir "/";
Dir::State "var/lib/kpt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::userstatus "status.user";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/kpt/";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/kpt/";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::dpkg "/usr/bin/dpkg";
-------------------- THIS PART IS NOT OK. IT COMES FROM /etc/apt/apt.conf.d/
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";
DPkg::Post-Invoke "";
DPkg::Post-Invoke:: "if [ -x /usr/sbin/localepurge ] && [ $(ps w -p $PPID | grep -c
remove) != 1 ]; then /usr/sbin/localepurge; else exit 0; fi";
DPkg::Options "";
DPkg::Options:: "--abort-after=4711";
-------------------- THIS PART IS OK. IT COMES FROM /etc/kpt
KPT "";
KPT::Kernel "";
KPT::Kernel::Arch "k7-mem4";
KPT::Kernel::Version "2.4.27";
--- End Message ---
--- Begin Message ---
Version: 0.37
This bug is not reproducible with a current sbuild, and is believed to
be fixed in sbuild since version 0.37.
This bug was reported several times, as #270357, #271031, #271032,
#273212, and #310863.
Regards,
Roger
--
Roger Leigh
Printing on GNU/Linux? http://gutenprint.sourceforge.net/
Debian GNU/Linux http://www.debian.org/
GPG Public Key: 0x25BFB848. Please sign and encrypt your mail.
pgpM8pGJt8GUJ.pgp
Description: PGP signature
--- End Message ---