[Buildd-tools-devel] (no subject)

Francesco P. Lovergine frankie@debian.org
Tue, 25 Jan 2005 12:04:20 +0100


On Tue, Jan 25, 2005 at 11:56:46AM +0100, Michael Banck wrote:
> Hi,
> 
> OK, so I think I found a bug in sbuild's configure handling. Can you try
> the following patch for /usr/bin/sbuild and see whether this improves
> inhibiting interaction between sbuild and apt-stuff in the host
> environment? I hope you still have apt-listbugs et al. installed and are
> in a position to test this.
> 
> Index: sbuild
> ===================================================================
> RCS file: /cvsroot/buildd-tools/sbuild/sbuild,v
> retrieving revision 1.3
> diff -u -r1.3 sbuild
> --- sbuild	25 Jan 2005 10:40:51 -0000	1.3
> +++ sbuild	25 Jan 2005 10:53:47 -0000
> @@ -261,8 +261,8 @@
>  		"-o Dir::State::status=$absroot/var/lib/dpkg/status ".
>  		"-o Dir::Cache=$absroot/var/cache/apt ".
>  		"-o Dir::Etc=$absroot/etc/apt ".
> -		"-o Dir::Etc::main=$absroot/apt.conf ".
> -		"-o Dir::Etc::parts=$absroot/apt.conf.d ".
> +		"-o Dir::Etc::main=$absroot/etc/apt/apt.conf ".
> +		"-o Dir::Etc::parts=$absroot/etc/apt/apt.conf.d ".
>  		"-o DPkg::Options::=--root=$absroot ".
>  		"-o DPkg::Run-Directory=$absroot";
>  	$main::chroot_apt_op = '$CHROOT_OPTIONS';
> 

I already did that without results. Anyway, yes it's a bug, but I
suspect apt has also a major bug because it ignores them...

-- 
Francesco P. Lovergine