-
Notifications
You must be signed in to change notification settings - Fork 282
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
exiv2 0.27.3 fails to build on PPC #1244
Comments
On PPC64 CMAKE_SYSTEM_PROCESSOR apparently is "powerpc64". |
It never fails to amaze me that two people can report almost the same thing on the same day in code that hasn't been changed for years! Right now I'm investigating a issue with a build flag on a very elderly Xcode 6.1. I'll apply similar medicine for On which branch are you working? I maintain the 0.27-maintenance branch. Can you test my fix when it's available? |
I'm not using any branch, I just build from FreeBSD ports tree. |
I don't know what FreeBSD ports tree is. I frequently build and test 0.27.3 on FreeBSD on our buildserver. I don't have a PPC machine. Can you test my fix when it's available? |
Well, I already wrote in my 1st message that PPC need the same that was done for ARM. So the correct fix is putting: |
I don't know anything about that "arm" code on master. I deal with the 0.27-maintenance branch. |
Then this commit adding ARM should be merged to 0.27-maintenance. It should also add PPC (and other broken architectures, if there are any). Anyway, I think |
I've unassigned myself from this and will leave this to the people managing 'master'. |
With #1252 merged, this is likely fixed on master but still an issue in 0.27 branch. |
I agree that this is an issue on the 0.27-maintenance branch. I tried to fix this in July. My dyslexia got the better of me. #1245 @ryandesign offered to help. I would very much appreciate some help with both the necessary changes (to support ARM, PPC and Xcode 6.1) and to test the builds. I've set up a VM for Xcode 6.1. Should I buy a raspberry pi? Any suggestions? |
I opened #1271 fixing this for 0.27. |
Describe the bug
Building using GCC 10 on PPC/PPC64 fails with:
cc1plus: error: '-fcf-protection=full' is not supported for this target
To Reproduce
Steps to reproduce the behaviour:
Expected behavior
exiv2 should build.
Desktop (please complete the following information):
Default flags.
Additional context
1ea63cc fixed build on arm, ppc needs the same.
The text was updated successfully, but these errors were encountered: