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

[libiconv] Build error on x64-mingw-dynamic #42986

Open
Toufikboudani opened this issue Dec 29, 2024 · 1 comment
Open

[libiconv] Build error on x64-mingw-dynamic #42986

Toufikboudani opened this issue Dec 29, 2024 · 1 comment
Labels
category:community-triplet A PR or issue related to community triplets not officially validated by the vcpkg team.

Comments

@Toufikboudani
Copy link

Copy issue body from C:/vcpkg/installed/vcpkg/issue_body.md
Title: [libiconv] Build error on arm-android

Description:

Hello,

I encountered a build error while trying to install libiconv for the arm-android triplet using vcpkg. Below are the details:

Host Environment:

Host: Windows 10 x64
Compiler: Clang (from Android NDK r22b/r26.1)
vcpkg-tool version: 2024-11-12-eb492805e92a2c14a230f5c3deb3e89f6771c321
vcpkg-scripts version: 65d5e13 2024-11-28
Steps to Reproduce:

Install Android NDK (tested with r22b and r26.1).
Set up vcpkg with arm-android triplet.
Run vcpkg install libiconv:arm-android.
Failure Logs:
The build fails with the following error:

vbnet
نسخ الكود
lld: error: unknown argument: --build-id=sha1
lld: error: unknown argument: --no-rosegment
lld: error: unknown argument: --no-undefined-version
lld: error: unknown argument: -soname
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [Makefile:55: libcharset.la] Error 1
make[1]: *** [Makefile:34: all] Error 2
make: *** [Makefile:41: lib/localcharset.h] Error 2

Copy link

Please see #30604 for how to properly report a build failure.

@jimwang118 jimwang118 added the category:community-triplet A PR or issue related to community triplets not officially validated by the vcpkg team. label Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:community-triplet A PR or issue related to community triplets not officially validated by the vcpkg team.
Projects
None yet
Development

No branches or pull requests

2 participants