-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make install not working on latest master #160
Comments
Is anyone else able to reproduce this or is this a local issue for me? |
Does this persist with a clean cache/clean build? |
I'm having issues with this on Fedora 23 and Ubuntu 16.04, however it seems to be a non issue on RHEL 6. |
What are we generating in that relink directory? Anything that looks remotely sane? |
That relink directory doesn't exist when the install script is ran. |
Sorry wait yes it does, but it's empty. |
@wrwilliams Do you have some extra bandwidth to look at this today? This is kind of blocking my development. If you need an Ubuntu environment, you should be able to log into pepperjack. All of the libraries you should need for dyninst are installed by default except libdwarf. |
All of the libraries are being generated in their respective |
make VERBOSE=1 and see what shows up; there's got to be something going weird with the RTlib build. |
I had to change the generated install script to copy from the right location. I'm not sure why it's trying to grab the libraries out of the relink directory. Here is what I changed:
to:
and now it will install without any issues. |
Odd. Maybe try reverting the file(remove_recurse) change? |
That seems to have fixed the problem, I will open a PR soon with the fix. |
On the latest master,
make install
won't complete on Fedora 23:The text was updated successfully, but these errors were encountered: