Questions tagged [checkinstall]

Checkinstall helps with the tidy installation and removal of packages from Unix/Linux based systems by generating packages that are compatible with various different installers (e.g. RPM or Slackware packages).

Checkinstall helps with the tidy installation and removal of packages from Unix/Linux based systems by generating packages that are compatible with various different installers (e.g. RPM or Slackware packages).

6 questions
8
votes
2 answers

Checkinstall failed with /root/rpmbuild has no source directory

I am trying to use checkinstall to build a package from source code. However, when I run checkinstall , it ask : /root/rpmbuild has no source directory, please write the path to the rpm source directory tree. I am running on Fedora 12 and…
leo
  • 191
  • 1
  • 3
3
votes
1 answer

Installing checkinstall on x86_64 bit

I downloaded the source for check install. checkinstall-1.6.2.tar.gz. I then tar -xzvf checkinstall-1.6.2.tar.gz Then I make. It prints this error: [root@ip-50-63-180-135 checkinstall-1.6.2]# make for file in locale/checkinstall-*.po ; do \ …
SephMerah
  • 159
  • 1
  • 2
  • 8
2
votes
1 answer

checkinstall package in Debian Buster

New Debian was released but without checkinstall package - https://packages.debian.org/stretch/checkinstall . Was this package deprecated - what is the replacement? Or can we expect this (is it normal for other packages too?) package to be released…
mvorisek
  • 485
  • 6
  • 19
1
vote
1 answer

Add dpkg .symbols or.shlibs to package made using checkinstall

I have created a simple package using checkinstall of the Oracle Instantclient client libraries, the package installs without problem and is seen in the system. Problem is, that checkinstall doesn't create…
Hubert Kario
  • 6,351
  • 6
  • 33
  • 65
0
votes
2 answers

Intel igb driver building with checkinstall

How to properly compile the latest Intel igb driver (4.1.2) with checkinstall ? When I am trying to do this I got following error: *checkinstall -D root@debian:~/igb-4.1.2/src# ========================= Installation results…
powerthrash
  • 49
  • 1
  • 2
  • 8
-1
votes
1 answer

Create deb package from source without ./configure file

How can I create a deb package for Ubuntu 14.04 from source when there is no ./configure file? I have tried to use checkinstall but keep getting an error like make: *** No rule to make target `install'. Stop. The source code I want to make a…
markhorrocks
  • 471
  • 2
  • 9
  • 24