[PR #1770] Fix: Update vcpkg baseline to resolve Windows build failures #2496

Open
opened 2026-01-29 17:22:27 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/1770

State: closed
Merged: No


Problem:
Windows builds were failing due to vcpkg dependencies not installing. The issue was an old vcpkg baseline causing libxml2 hash mismatches.

Solution:
Updated the vcpkg.json baseline from fba75d09065fcc76a25dcf386b1d00d33f5175af (2023) to current baseline 75cdbf55732bc8f36e8286d0254feb8083a6dd2a.

Verification:

  • All dependencies (leptonica, tesseract, ffmpeg) now install successfully

note:
Additional Required Setup for Modern vcpkg

New vcpkg versions (Nov 2025+) require a one-time symlink creation:

cd windows/vcpkg
cmd /c "mklink /J vcpkg_installed packages"
**Original Pull Request:** https://github.com/CCExtractor/ccextractor/pull/1770 **State:** closed **Merged:** No --- Problem: Windows builds were failing due to vcpkg dependencies not installing. The issue was an old vcpkg baseline causing libxml2 hash mismatches. Solution: Updated the vcpkg.json baseline from `fba75d09065fcc76a25dcf386b1d00d33f5175af` (2023) to current baseline `75cdbf55732bc8f36e8286d0254feb8083a6dd2a`. Verification: - All dependencies (leptonica, tesseract, ffmpeg) now install successfully note: Additional Required Setup for Modern vcpkg New vcpkg versions (Nov 2025+) require a one-time symlink creation: ```cmd cd windows/vcpkg cmd /c "mklink /J vcpkg_installed packages"
claunia added the pull-request label 2026-01-29 17:22:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#2496