Software >
(on Wikipedia)
https://asic-linux.com.mx/~izto/checkinstall/
CheckInstall will run make install (or whatever you tell it to run) and keep track of every file modified by this installation.
When it is done, CheckInstall will create a package and install it as a standard package. It will leave you a copy of the installed package in the source directory for your re-use.
Usage ∞
Slackware (.tgz, .txz) ∞
See also Slackware package managers
- Install:
installpkg - View it’s contents:
pkgtool -
Remove:
removepkg
RedHat (.rpm) ∞
- Install:
rpm -i - View it’s contents:
rpm -ql -
Remove:
rpm -e
Debian (.deb) ∞
(Debian)
See also APT
- Install:
dpkg -i - View it’s contents:
dpkg -l -
Remove :
dpkg -r
Bug: recipe for target ‘cmake_check_build_system’ failed ∞
Debian 9.9.0-i386-xfce-CD-1 has 1.6.2-4 (i386) which exhibited this bug. This solution was tested and worked on 2019-07-07.
Makefile:1288: recipe for target 'cmake_check_build_system' failed make: *** [cmake_check_build_system] Segmentation fault
\sudo \apt-get remove checkinstall \git clone https://github.com/giuliomoro/checkinstall \cd checkinstall \sudo \make install
I then used that new checkinstall on itself, to make my own checkinstall_20190708-1_i386.deb
References:
- https://github.com/opencv/opencv/issues/8897#issuecomment-336597703
- bugtrack.izto.org:4442/show_bug.cgi?id=171
-
https://github.com/giuliomoro/checkinstall/commit/57ad1473bdfc5aadd2c921d6990e069809f442d4

I found a bug. Building it from source fixes it.