-
Notifications
You must be signed in to change notification settings - Fork 555
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
add Exiv2 #3503
add Exiv2 #3503
Conversation
I don't quite understand what is going on with the
I tried adding a The |
We've got the same issues with
That uses GCC 4.8, the C++11 string ABI necessarily requires GCC 5 (well, 4.9 but we don't have it), maybe that's relevant |
So the issue came down to the addition of a
|
@giordano I was reading in this thread that this might be handled in some form by Edit: #739 related |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the great detective work! I think this is a good solution for the time being, also because i686-linux-musl is the only platform for which Julia doesn't really work, so not many people are going to complain anyway if this breaks anything 😄
* initial commit Exiv2 build_tarballs.jl * remove gettext, add newline at eof, make musl expat delete more specific * add patch for i686-linux-musl to get around strong stack protection issues * Update E/Exiv2/build_tarballs.jl Co-authored-by: Mosè Giordano <[email protected]>
Add a build_tarballs.jl for the Exiv2 library
Tested locally on
linux-gnu
,linux-musl
andmingw
with no issues.