-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[fontconfig:x64-windows-static] build failure on Windows 7 #16016
Comments
Also the log from C:\Users\Administrator\vcpkg\buildtrees\fontconfig\autoconf-x64-windows-st |
@sfhacker just saw your post in the other thread. I am indeed the last poster there. |
This problem only came up with the latest version of vcpkg. Is there a version conflict in the autotools used in vcpkg infrastructure? |
EDIT:- I just uninstalled cmake which was installed separately. I'll reinstall it to see if that was the problem. gettext is already installed. I think vcpkg uses msys as a part of the build. I use Vs for my build. So its the default settings that vcpkg installs with. |
I had a separate install of cmake. Which I uninstalled. Then I re-ran bootstrap-vcpkg I'm back to square one. I have no idea why vcpkg is using msys. I thought it uses that toolchain on its own. Here is the complete dump. `PS C:\Users\Administrator\vcpkg> .\vcpkg.exe install cairo
Call Stack (most recent call first): Error: Building package fontconfig:x64-windows-static failed with: BUILD_FAILED |
For some progress, I tried to execute that command manually.
At least we know why autoreconf is failing. But I cannot proceed further as I do not understand the build system. |
There is a version of msys inside vcpkg and another one inside git. I started fresh, I removed the vcpkg folder and uninstalled git. I had the same problem with a fresh install.
Now if I build fontconfig it will still pickup the new version 2.13.1#3
How do I install a previous version of fontconfig ? |
@sfhacker I used the command that failed.
I am now trying a fresh install.
|
#12321 - this method should be documented.
I built a previous version of fontconfig and still the same error. Now I will try as a fresh user |
Hi @zcream Thanks for posting this issue.
From the error info you provided above, which is related with your build environment Windows7. Since it's duplicated to #15508, let's track this issue there. |
@sfhacker I didnt know it was duplicate when I filed it. I'll definitely take care next time. I'm still working through earlier versions to fix this. I'll post on the other open issue |
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install fontconfig
Failure logs
-- Extracting source C:/Users/Administrator/vcpkg/downloads/fontconfig-fontconfig-844d8709a1f3ecab45015b24b72dd775c13b2421.tar.gz
-- Applying patch remove_tests.patch
-- Applying patch build.patch
-- Applying patch build2.patch
-- Applying patch disable-install-data.patch
-- Applying patch fix_def_dll_name.patch
-- Using source at C:/Users/Administrator/vcpkg/buildtrees/fontconfig/src/75c13b2421-828c91b8d5.clean
-- Configuring x64-windows-static
-- Using msys root at C:/Users/Administrator/vcpkg/downloads/tools/msys2/e11fa1e2c730d07f
-- Using msys root at C:/Users/Administrator/vcpkg/downloads/tools/msys2/50864d9fae363d6e
-- Generating configure for x64-windows-static
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:108 (message):
Call Stack (most recent call first):
scripts/cmake/vcpkg_configure_make.cmake:574 (vcpkg_execute_required_process)
ports/fontconfig/portfile.cmake:25 (vcpkg_configure_make)
scripts/ports.cmake:128 (include)
Error: Building package fontconfig:x64-windows-static failed with: BUILD_FAILED
Additional context
Tried git pull to update portfiles and vcpkg upgrade
The text was updated successfully, but these errors were encountered: