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
Makepkgs fails on 3.11.0 tag #75
Comments
|
Hmm, works for me. This file (install-sh) should be placed in debian/pcp/usr/lib/pcp/bin/install-sh by line ~112 of the top-level GNUmakefile in git (via the install_pcp make target). |
|
Works for me also on Debian 8. But my install-sh gets put here ... Rares, any chance you can send us this file: |
|
See attached. (Added the |
|
OK ... despite your system being Debian, you have a /usr/bin/rpm and /usr/bin/rpmbuild ... the latter is confusing the hell out of Makepkgs and you're running a part-Debian and part-RPM schizo build. To test my theory, could you please (a) mv /usr/bin/rpmbuild aside temporarily, or (b) edit Makepkgs and change this line: And then try Makepgks again? |
|
Your theory is correct. I got rid of |
rvernica
closed this
Feb 23, 2016
|
I've checked in a change to Makepkgs that will hopefully prevent this issue in the future, should we come across another build system with a similar installation setup. |
rvernica commentedFeb 22, 2016
I checked out the
3.11.0tag and tried to build thedebpackages.Makepkgsseems to be failing.Here is what I did:
A bit more about my system: