Skip to content
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

app-emulation/spike: fix spike-9999 #10

Closed
wants to merge 1 commit into from
Closed

Conversation

unlsycn
Copy link
Contributor

@unlsycn unlsycn commented Dec 10, 2023

eautoreconf doesn't seem to be necessary here and would break Makefile.in, causing the build to fail.
Spike depends on dtc but at the same time installs libfdt.so, which causes a file collision with sys-apps/dtc. I fixed it simply by adding dependency on dtc and substituting $(get_libdir)/spike for install_libs_dir, although I'm not sure if it's a good fix or not.

@unlsycn
Copy link
Contributor Author

unlsycn commented Dec 12, 2023

Spike now no longer installs libfdt.so(#1535), but I don't think it's a bad practice to put the other shared libraries it installs under $(lib)/spike

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant