lintian hangs during a debuild or sbuild

Bug #1959629 reported by fossfreedom
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
lintian (Debian)
Fix Released
Unknown
lintian (Ubuntu)
Fix Released
Undecided
Unassigned

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

Revision history for this message
fossfreedom (fossfreedom) wrote :
Revision history for this message
Mattia Rizzolo (mapreri) wrote : Re: [Bug 1959629] [NEW] lintian hangs during a debuild or sbuild
Download full text (5.0 KiB)

Mind specifying how long you've waited on the lintian stage before claiming
that it "never finishes"?

On Tue, 1 Feb 2022, 12:10 am fossfreedom, <email address hidden>
wrote:

> 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 subscribed to Ubuntu.
> https://bugs.launchpad.net/bugs/1959629
>
> Title:
> lintian hangs during a debuild or sbuild
>
> Status in lintian package in Ubuntu:
> New
>
> 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...

Read more...

Revision history for this message
fossfreedom (fossfreedom) wrote :
Download full text (8.0 KiB)

About half an hour before I gave up. Previously that stage took about 10
seconds

On Mon, 31 Jan 2022, 23:30 Mattia Rizzolo, <email address hidden>
wrote:

> Mind specifying how long you've waited on the lintian stage before claiming
> that it "never finishes"?
>
> On Tue, 1 Feb 2022, 12:10 am fossfreedom, <email address hidden>
> wrote:
>
> > 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 subscribed to Ubuntu.
> > https://bugs.launchpad.net/bugs/1959629
> >
> > Title:
> > lintian hangs during a debuild or sbuild
> >
> > Status in lintian package in Ubuntu:
> > New
> >
> > Bug description:
> > Uplifting to the latest lintian on jammy
> >
> > a debuild -S -k0xkey on a package, the debuild never finishes - it
> > ...

Read more...

Revision history for this message
Graham Inggs (ginggs) wrote :

Should be fixed (or at least greatly improved) in lintian 2.115.3ubuntu1.

Changed in lintian (Ubuntu):
status: New → Fix Committed
Changed in lintian (Debian):
status: Unknown → Fix Released
Revision history for this message
Oibaf (oibaf) wrote :

Since lunar 2.116.3ubuntu1 is available, marking as fixed.

Changed in lintian (Ubuntu):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.