Hacker News new | ask | show | jobs
by regularfry 4462 days ago
Unfortunately checkinstall has an inconvenient bug on (at least) Debian Wheezy which makes sudo required for package building under some circumstances.
1 comments

How so? What goes wrong with `make && sudo checkinstall make install`?
Filesystem translation has a bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717778 https://bugs.launchpad.net/ubuntu/+source/checkinstall/+bug/...

This manifests itself by any "mkdir -p" which requires root in the `make install` phase failing.