Jump to content

Checkinstall failing


Andrewski
 Share

Recommended Posts

I'm getting this error after trying to install some packages using checkinstall. Can anyone offer some insight?

root:easytag-0.30.2$ checkinstall make install
checkinstall 1.6.0beta2, Copyright 2002 Felipe Eduardo Sanchez Diaz Duran
          This software is released under the GNU GPL.
Installing with "make install"...
========================= Installation results ===========================
Copying documentation directory...
cp: preserving times for `/usr/share/doc/easytag-0.30.2/./TODO': No such file or directory
cp: preserving times for `/usr/share/doc/easytag-0.30.2/./README': No such file or directory
cp: preserving times for `/usr/share/doc/easytag-0.30.2/./THANKS': No such file or directory
cp: preserving times for `/usr/share/doc/easytag-0.30.2/./INSTALL': No such file or directory
cp: preserving times for `/usr/share/doc/easytag-0.30.2/./ABOUT-NLS': No such file or directory
cp: preserving times for `/usr/share/doc/easytag-0.30.2/./ChangeLog': No such file or directory
cp: preserving times for `/usr/share/doc/easytag-0.30.2/./COPYING': No such file or directory
cp: preserving times for `/usr/share/doc/easytag-0.30.2/.': No such file or directory
****  Installation failed. Aborting package creation.
Cleaning up...OK
Bye.

As you can see, I have the latest checkinstall installed. I think I may be missing some other package, but I can't figure out which. cp and "No such file or directory" are less than specific problems. :unsure:

Link to comment
Share on other sites

  • 2 weeks later...

I couldn't find anything on this, and the number of programs I'd like to install is growing. Could someone help me out on this?

 

I have checkinstall installed, as well as all the pertinent RPMs of which I could think.

Link to comment
Share on other sites

Does this happen for all attempts to use check install or just this one? If just this one, what happens when you attempt to install the software without checkinstall? Process of elimination ;)

 

If this occurs for all checkinstall activities, first try uninstalling it and then reinstalling it to see if it corrects the problem..

Link to comment
Share on other sites

It happens with all instances. I tried installing without documentation (since that seems to be the direct problem) and then, it just fails later on in the process. I'll post results when I'm at home from that method as well as from reinstalling it.

 

Thanks.

Link to comment
Share on other sites

OK, un/reinstalled. Now I'm getting a different error when running make. I don't think this is specifically checkinstall's fault, but I don't think I messed with any of my dev rpms so I'm not sure what it could be.

andrew:grip-3.1.8$ make
make  all-recursive
make[1]: Entering directory `/home/andrew/grip-3.1.8'
Making all in po
/bin/sh: line 1: cd: po: No such file or directory
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/andrew/grip-3.1.8'
make: *** [all] Error 2

Link to comment
Share on other sites

All it says is what I posted above:

andrew:grip-3.1.8$ make
make  all-recursive
make[1]: Entering directory `/home/andrew/grip-3.1.8'
Making all in po
/bin/sh: line 1: cd: po: No such file or directory
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/andrew/grip-3.1.8'
make: *** [all] Error 2

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

Something, anything? Is anyone else experiencing this problem?

 

If not, could someone please post the pertinent packages they have installed? I feel like I must be missing something... on some level....

Link to comment
Share on other sites

Andrewski...try this:

 

Go into: /usr/lib/rpm/macros

 

and change BOTH occurences of

 

%_unpackaged_files_terminate_build 1

 

to:

 

%_unpackaged_files_terminate_build 0

 

See if that does the trick for checkinstall.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...