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

tesseract[training-tools] build failure because of missing dependency #42000

Open
ryokash opened this issue Nov 7, 2024 · 0 comments · May be fixed by #42018
Open

tesseract[training-tools] build failure because of missing dependency #42000

ryokash opened this issue Nov 7, 2024 · 0 comments · May be fixed by #42018
Assignees
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@ryokash
Copy link

ryokash commented Nov 7, 2024

Operating system

Windows

Compiler

MSVC

Steps to reproduce the behavior

vcpkg install tesseract[training-tools] --recurse

Failure logs

-- Fixing pkgconfig file: VCPKG_DIR/packages/tesseract_TRIPLET/debug/lib/pkgconfig/tesseract.pc
CMake Error at scripts/cmake/vcpkg_copy_tools.cmake:36 (message):
Couldn't find tool "text2image":

  "VCPKG_DIR/packages/tesseract_TRIPLET/bin/text2image.exe" does not exist

Call Stack (most recent call first):
ports/tesseract/portfile.cmake:58 (vcpkg_copy_tools)
scripts/ports.cmake:192 (include)

Additional context

If pkgconf package is already installed, the build will succeed.

@ryokash ryokash added the category:port-bug The issue is with a library, which is something the port should already support label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants