-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[libiconv] Fix arm64-ios build #42111
Conversation
@microsoft-github-policy-service agree |
@Mengna-Li Kind reminder to review this, thank you! |
I'm pretty sure nobody was looking to review it because the build was red. I think I fixed it. |
ok, fresh install on my new mac mini!!! For whatever reason the new patch 0005-iOS-missing-symbol-fix.patch isn't getting applied during the install so it fails Command: vcpkg install --triplet arm64-ios Installing 1/12 libiconv:arm64-ios@1.17#3... Call Stack (most recent call first): If I use cosmin42's change directly via overlay, however, the build succeeds... vcpkg install --triplet arm64-ios --overlay-ports=/Users/davidbien/dv/vcpkg-cosmin42/ports/libiconv But then the boost-locale build fails. A good test would be if both libiconv succeeds and then something depending on libiconv (like boost-locale) also succeeds. UPDATE: If I set the current version forward to @1.17#5 then building libiconv succeeds but build boost-locale still fails. { Installing 1/1 boost-locale:arm64-ios@1.84.0... |
Consider updating |
THANK YOU!!! lol - I had a feeling I was "doing it wrong" but baselines never caused an issue I guess cuz all my other stuff just worked all the time without mucking with them - had no idea what they were even for TBH. |
Fixes the arm64-ios build.
./vcpkg x-add-version --all
and committing the result.Original issue:
#36182
Original fix: https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=2d1edb0bd8035200d09ba4bd6d0161f37e0ee1f4