Problem
rake apt:build doesn't finish.
How to reproduce
rake apt:build APT_TARGETS="ubuntu-focal-arm64"
Expected
lintian doesn't stall.
Actual
build process stalls because of lintian.
dh_builddeb
dpkg-deb: building package 'td-agent' in '../td-agent_3.7.1-1_arm64.deb'.
dpkg-deb: building package 'td-agent-dbgsym' in 'debian/.debhelper/scratch-space/build-td-agent/td-agent-dbgsym_3.7.1-1_arm64.deb'.
Renaming td-agent-dbgsym_3.7.1-1_arm64.deb to td-agent-dbgsym_3.7.1-1_arm64.ddeb
dpkg-genbuildinfo
dpkg-genchanges >../td-agent_3.7.1-1_arm64.changes
dpkg-genchanges: info: including full source code in upload
dpkg-source --after-build .
dpkg-buildpackage: info: full upload (original source is included)
Now running lintian --debug --verbose --profile td-agent/ubuntu td-agent_3.7.1-1_arm64.changes ...
pstree on host:
├─dockerd─┬─docker-containe─┬─docker-containe─┬─build.sh─┬─debuild─┬─lintian─┬─nproc
│ │ │ │ │ │ └─{lintian}
│ │ │ │ │ ├─tee───{tee}
│ │ │ │ │ └─{debuild}
│ │ │ │ └─{build.sh}
│ │ │ └─8*[{docker-containe}]
│ │ └─18*[{docker-containe}]
│ └─19*[{dockerd}]
Additional Information.
ref. #62
rake yum:build A brief survey:
https://packages.ubuntu.com/search?suite=focal&arch=arm64&searchon=names&keywords=lintian
lintian 2.62 is used.
https://bugs.launchpad.net/ubuntu/+source/lintian
It seems that it is not already known issue.
https://bugs.debian.org/cgi-bin/pkgreport.cgi?archive=both;repeatmerged=on;src=lintian
It seems that it is not already known issue even though archive.(I've expected something to do with 2.62-2.76)
UPDATE: 2020/11/01, This issue will be fixed in Ubuntu 21.04. (lintian 2.92.0 or later version)
Problem
rake apt:build doesn't finish.
How to reproduce
Expected
lintian doesn't stall.
Actual
build process stalls because of lintian.
pstree on host:
Additional Information.
ref. #62
rake yum:build A brief survey:
https://packages.ubuntu.com/search?suite=focal&arch=arm64&searchon=names&keywords=lintian
lintian 2.62 is used.
https://bugs.launchpad.net/ubuntu/+source/lintian
It seems that it is not already known issue.
https://bugs.debian.org/cgi-bin/pkgreport.cgi?archive=both;repeatmerged=on;src=lintian
It seems that it is not already known issue even though archive.(I've expected something to do with 2.62-2.76)
UPDATE: 2020/11/01, This issue will be fixed in Ubuntu 21.04. (lintian 2.92.0 or later version)