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

[EXIV2] build failure #39148

Closed
swede1128 opened this issue Jun 5, 2024 · 3 comments
Closed

[EXIV2] build failure #39148

swede1128 opened this issue Jun 5, 2024 · 3 comments
Assignees
Labels
category:question This issue is a question

Comments

@swede1128
Copy link

Operating system

Windows 11

Compiler

VS 2022 Community

Steps to reproduce the behavior

./vcpkg install exiv2

Failure logs

Computing installation plan...
The following packages will be built and installed:
exiv2[core]:x86-windows -> 0.27.3#4

Call Stack (most recent call first):
scripts/cmake/vcpkg_acquire_msys.cmake:90 (vcpkg_download_distfile)
scripts/cmake/vcpkg_acquire_msys.cmake:128 (msys_package_download)
scripts/cmake/vcpkg_acquire_msys.cmake:170 (msys_package)
scripts/cmake/vcpkg_configure_make.cmake:295 (vcpkg_acquire_msys)
ports/libiconv/portfile.cmake:28 (vcpkg_configure_make)
scripts/ports.cmake:141 (include)

Error: Building package libiconv:x86-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with .\vcpkg update, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
Package: libiconv:x86-windows
Vcpkg version: 2021-05-05-9f849c4c43e50d1b16186ae76681c27b0c1be9d9

Additionally, attach any relevant sections from the log files above.

Additional context

No response

@swede1128 swede1128 added the category:port-bug The issue is with a library, which is something the port should already support label Jun 5, 2024
@swede1128 swede1128 changed the title [<port name>] build failure [EXIV2] build failure Jun 5, 2024
@StarGate-One
Copy link
Contributor

Need to update the vcpkg as it is trying to download very old msys tools:

  1. cd <vcpkg-root>
  2. git pull
  3. .\bootstrap-vcpkg.bat
  4. .\vcpkg.exe upgrade if okay add the --no-dry-run

If that fails, then it may be best just do delete the vcpkg repo and rebuild from scratch.

@jimwang118 jimwang118 self-assigned this Jun 6, 2024
@jimwang118 jimwang118 added category:question This issue is a question and removed category:port-bug The issue is with a library, which is something the port should already support labels Jun 6, 2024
@jimwang118
Copy link
Contributor

You need to update vcpkg according to the above steps, and then you can compile normally.

@jimwang118
Copy link
Contributor

Thanks for posting this issue. Please reopen this issue if this is still a problem for you.

@jimwang118 jimwang118 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:question This issue is a question
Projects
None yet
Development

No branches or pull requests

3 participants