Public bug reported:

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...@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)

** Affects: lintian (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug jammy

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

Title:
  lintian hangs during a debuild or sbuild

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to