DEFECT in checkinstall: abort due to missing file or directory
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
CheckInstall |
Confirmed
|
Medium
|
|||
checkinstall (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
Binary package hint: checkinstall
I get the following debug information and abort, when I try to create a new package with:
"checkinstall unsermake install"
#####
=======
Traceback (most recent call last):
File "<string>", line 1, in ?
File "/usr/lib/
main()
File "/usr/lib/
files = os.listdir(
OSError: [Errno 2] No such file or directory: '/usr/lib/
**** Installation failed. Aborting package creation.
Cleaning up...OK
Bye.
#####
This worked with the OLD checkinstall version in Dapper (the newest checkinstall version for Dapper stopped also correct work).
The strange thing:
The indicated directory EXISTS. But somehow the program doesn't find it.
My system is a fresh Edgy install with pure *.deb based system setup.
Checkinstall is version: 1.6.0-2ubuntu1 from universe/admin
Is it possible, that I'm missing any python helper package? Or should I reconfigure some packages or define suitable alternatives? Maybe it works only with some special python versions?
This happens in all following call scenarios:
+ KDE _user_ session with "sudo checkinstall unsermake install"
+ KDE konsole with calling "su" before --> calling checkinstall in super user mode with "checkinstall unsermake install"
+ console mode (no X11) with direct login as "root" --> calling directly "checkinstall unsermake install"
I did this to avoid any problems that might be caused by old .dot files from my old $HOME which is containing config files from very old OS versions.
But the "/root" account is fresh, so that the problem shouldn't be caused by old .dot-files.
I will have to switch back to the last working checkinstall version 1.5.3 right now.
Thanks,
Achim
Related branches
Changed in checkinstall: | |
importance: | Undecided → Medium |
status: | Confirmed → Triaged |
Changed in checkinstall (Ubuntu): | |
milestone: | none → maverick-updates |
status: | Fix Released → Triaged |
Changed in checkinstall: | |
importance: | Unknown → Medium |
status: | Unknown → Confirmed |
no longer affects: | checkinstall (Ubuntu Maverick) |
Am I the only one who is suffering this problem?
Was my description not exact enough?
The combination:
checkinstall unsermake install
is the only way that I know to get packages from self compiled KDE-Programs, when testing SVN states (i.e. no prevu or src-package usable for other package build strategy).
--> this is a severe problem for a package from Universe package list
Thanks,
Achim