[Bug 1959629] Re: lintian hangs during a debuild or sbuild

Oibaf 1959629 at bugs.launchpad.net
Tue Nov 14 21:05:50 UTC 2023


Since lunar 2.116.3ubuntu1 is available, marking as fixed.

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to lintian in Ubuntu.
https://bugs.launchpad.net/bugs/1959629

Title:
  lintian hangs during a debuild or sbuild

Status in lintian package in Ubuntu:
  Fix Released
Status in lintian package in Debian:
  Fix Released

Bug description:
  Uplifting to the latest lintian on jammy

  a debuild -S -k0xkey on a package, the debuild never finishes - it
  gets stuck at the lintian stage.

  I have to downgrade lintian to the previous version from impish

  Similarly, running a sbuild on any package, lintian never finishes if
  I include lintian checks

  Now I have to workaround via sbuild -d jammy --no-run-lintian

  my ~/.sbuildrc is

  # Name to use as override in .changes files for the Maintainer: field
  # (mandatory, no default!).
  $maintainer_name='xxxxx <a at b.com>';

  # Default distribution to build.
  $distribution = "jammy";
  # Build arch-all by default.
  $build_arch_all = 1;

  # When to purge the build directory afterwards; possible values are "never",
  # "successful", and "always".  "always" is the default. It can be helpful
  # to preserve failing builds for debugging purposes.  Switch these comments
  # if you want to preserve even successful builds, and then use
  # "schroot -e --all-sessions" to clean them up manually.
  $purge_build_directory = 'successful';
  $purge_session = 'successful';
  $purge_build_deps = 'successful';
  # $purge_build_directory = 'never';
  # $purge_session = 'never';
  # $purge_build_deps = 'never';

  # Directory for writing build logs to
  $log_dir=$ENV{HOME}."/ubuntu/logs";
  $run_lintian = 1;
  $lintian_opts = ['-i', '-I', '--pedantic'];

  # don't remove this, Perl needs it:
  1;

  All jammy sbuilds have worked before the latest lintian was released.

  Thoughts as to what is the issue here?

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: lintian 2.111.0ubuntu3
  ProcVersionSignature: Ubuntu 5.15.0-18.18-generic 5.15.12
  Uname: Linux 5.15.0-18-generic x86_64
  ApportVersion: 2.20.11-0ubuntu76
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: Budgie:GNOME
  Date: Mon Jan 31 22:56:57 2022
  InstallationDate: Installed on 2022-01-29 (2 days ago)
  InstallationMedia: Ubuntu-Budgie 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220129)
  PackageArchitecture: all
  SourcePackage: lintian
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lintian/+bug/1959629/+subscriptions




More information about the foundations-bugs mailing list