-
Notifications
You must be signed in to change notification settings - Fork 75
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
[fix failure to find libunwind on armhf] switch to cmake or autotools #34
Comments
Thanks for post this. I am not familiar with the package built system.
So would you like to make sure what's the problem? Is "libunwind not installed" or "installed but cat not detected by my hand-written configure" ? I did not use autotools or cmake neither. I can not give you advice. |
Hi! Thank you for such a prompt reply :-) Yes, libunwind8 and libunwind-dev are installed. Here are the filelists: On the IRC channel #debian-mentors@oftc someone recommended adding autotools or cmake support as a way to prevent these kinds of issues--might be caused by changing binutils and gcc versions? The idea being do the work once and never worry about it again ;-) I'm leaning towards cmake, because it's simpler and because I don't think memleaks would benefit from autotools' extensive legacy (old UNIX systems) and non-Linux support...so I think it would be a lot more trouble for little gain. What do you think? P.S. Yes, I'm willing to learn how to add this support |
Thanks for the improvement. |
What's the status here? I'm currently looking into packaging memleax for Fedora, but the hand-written configure script is a blocker, as it doesn't accept some of the options that are passed by Fedora's |
I do not know the status. |
This is the guide I would use: *The Ultimate Guide to Modern CMake* (
https://rix0r.nl/blog/2015/08/13/cmake-guide ) I won't have time to work
on this before September or October, so cannot volunteer at this time.
|
look forward to your work! |
Hi!
While investigating why Debian builds were failing for armhf and finding that libunwind wasn't being correctly detected, several people advised me to add either autotools or cmake support to memleax and to drop the hand-written
configure
. Have you already tried either of these, is there one you would prefer, and are you interested in adding the support yourself or would you like me to learn how to do this?Sincerely,
Nicholas
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/armhf/memleax.html
The text was updated successfully, but these errors were encountered: