-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[gettext-libintl] Build error on x64-windows #40356
Comments
I just tried to install this package, but I've used MSVC2019, not 2022 as in your case (but should it matter?) Details
.........
c:\Dev\vcpkg>vcpkg install gettext-libintl
|
Thanks for trying this, as you suggest, I don't think a compiler change would influence this, I think the core of the problem is the 'hang' when the configure step is 'checking for a transitional chinese locale...' I am a newbie to vcpkg and cmake and only need the gettext-libintl as it a dependency of gstreamer (I assume), and I certainly don't need to support transitional chinese at the moment. Do you know whether it is possible to configure gettext-libintl so that it doesn't look for this language? |
Sorry I didn't repro your issue.
|
Many thanks @MonicaLiu0311 - could you post your 'config-x64-windows-rel-out.log' from ...vcpkg\buildtrees\gettext-libintl so I can see if there is anything significantly different in what the pacakage detects? |
Many thanks - the config file is identical to mine, until mine stops at the 'checking for a transitional chinese locale... ' - I guess that at least shows what I need to solve! |
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment. |
In my case, I noticed that when I temporarily disabled my antivirus, installing gettext-intl (although I pulled in only indirectly, via other dependencies) worked fine. With the a/v active, it blocks up at "checking for a transitional Chinese locale", just as @john-thorntac describes, although killing the |
Package: gettext-libintl:x64-windows@0.22.5#2
Host Environment
vcpkg-scripts version: f5398d9 2024-08-07 (11 hours ago)
To Reproduce
vcpkg install gettext-libintl
Failure logs
C:\Users\john\source\tools\vcpkg\buildtrees\gettext-libintl\build-x64-windows-rel-err.log
C:\Users\john\source\tools\vcpkg\buildtrees\gettext-libintl\build-x64-windows-rel-out.log
Additional context
Problem is similar to this issue #26160 - the build error occurs after using 'taskkill /F / IM conftest.exe' which allows the 'Configuring x64-windows-rel' process to progress beyond the 'checking for a transitional chinese locale...' step
vcpkg.json
The text was updated successfully, but these errors were encountered: