Re: haskell package build corruptions

Michael Kelly <[email protected]> Fri, 24 Jul 2026 20:54:13 +0100
Newsgroups gmane.os.hurd.bugs
Message-ID <[email protected]>
Samuel,

On 18/07/2026 21:50, Samuel Thibault wrote:
> The configuration is as below.
>
>
> € cat /home/buildd/.sbuildrc
> use Sys::Hostname;
> my $myhostname = hostname();
>
> $mailfrom = "Build Daemon <buildd@".$myhostname.".sceen.net>";
> $mailto = '[email protected],[email protected]';
> $maintainer_name='Debian GNU/Hurd Build Daemon <buildd_hurd-amd64-'.$myhostname.'@buildd.debian.org>';
> $purge_build_directory="always";
> $sbuild_mode='buildd';
> $mime_build_log_mails = 1;
> $compress_build_log_mails = 1;
> $apt_keep_downloaded_packages = 1;

$apt_keep_downloaded_packages being set to 1 should retain /var/cache/apt/archives/*.deb inside the chroot, I believe.

I've tried to configure my setup this way but it is not succeeding. I see the .deb files there whilst the sbuild is in progress but they are no longer there after sbuild completion.

Do these files persist in the buildd chroot?

Thanks,

Mike.