I am running checkinstall to compile Python on debian.
I experienced a bunch of errors before this that would cause it to fail due to not being able to create a directory. At that point, I would just mkdir it myself and it would get past this point. But now I get this error:
copying build/lib.linux-x86_64-3.5/_elementtree.cpython-35m-x86_64-linux-gnu.so -> /usr/local/lib/python3.5/lib-dynload
error: [Errno 2] No such file or directory
Makefile:1458: recipe for target 'sharedinstall' failed
Does anyone know of anything I might be doing wrong with checkinstall?
This seemed to work for me:
make
for your targetcheckinstall
with that shell scriptI ran the following commands:
$ make -n altinstall > altinstall_script.sh
$ chmod +x altinstall_script.sh
$ sudo checkinstall ./altinstall_script.sh
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With