Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
make fails after sudo make install #13
Comments
|
I would strongly recommend NOT trying any recipe based on PCP has well defined and well tested packaging support for lots of == B. Building from source
--- 8< --- end snip This will fix the permissions issue (pollution of the source tree after |
rvernica
referenced this issue
Apr 22, 2015
Closed
pmlogger.service missing from .deb after ./Makepkgs #16
|
As per Kens comments, use Makepkgs. FWIW, the original bug report here has a final "make" after doing the "sudo make install" which wasn't needed (and is the source of the make that failed with EPERM). |
rvernica commentedApr 14, 2015
When compiling version 3.10.3 from source, after running
sudo make install, runningmakefails due toPermission denied. Here are the steps to reproduce:I would guess the permissions need to be reset after
sudo make installruns.