Y
Hacker News
new
|
ask
|
show
|
jobs
by
infinity0
4462 days ago
How so? What goes wrong with `make && sudo checkinstall make install`?
1 comments
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
This manifests itself by any "mkdir -p" which requires root in the `make install` phase failing.