Y
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
infinity0
4462 days ago
How so? What goes wrong with `make && sudo checkinstall make install`?
link
regularfry
4462 days ago
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.
link