On Wed, 11 Jan 2023 21:05:03 +0900 unnoh@mvg.biglobe.ne.jp wrote:
Package: checkinstall
Version: 1.6.3
checkinstall 1.6.3 does not generate .deb file
The cause is:
TRANSLATE=1
is set in /etc/checkinstallrc
With this setting checkinstall does not actually touching your system,
therefore it does not generate .deb file.
I read following patch in the source package.
0002-Change-default-configuration.patch
I think:
--------
# Are we going to use filesystem translation?
--------
should be:
--------
# Are we going to use filesystem translation?
--------
Add "--fstrans=0" option can be workaround.
However it is inconvenient.
I believe this has been fixed in the latest
checkinstall 1.6.2+git20170426.d24a630-7 (or newer). Could you please test
it with TRANSLATE=1 and let me know?
Thanks!
Stephen