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

Runtime deps are not copied when installing tiff[tool] #11361

Closed
thomasgt opened this issue May 14, 2020 · 0 comments · Fixed by #11364
Closed

Runtime deps are not copied when installing tiff[tool] #11361

thomasgt opened this issue May 14, 2020 · 0 comments · Fixed by #11364
Assignees
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@thomasgt
Copy link
Contributor

Describe the bug
Installing tiff[tool] does not install the runtime dependencies for the tools (jpeg62.dll, lzma.dll, and zlib1.dll)

Environment

  • OS: Windows
  • Compiler: Doesn't matter

To Reproduce
Steps to reproduce the behavior:

./vcpkg install tiff[tool]:x64-windows
cd .\installed\x64-windows\tools\tiff
.\tiffinfo.exe --help
thomasgt added a commit to pathcore/vcpkg that referenced this issue May 14, 2020
@LilyWangL LilyWangL self-assigned this May 15, 2020
@LilyWangL LilyWangL added the category:port-bug The issue is with a library, which is something the port should already support label May 15, 2020
strega-nil pushed a commit that referenced this issue May 16, 2020
* Install runtime deps for tiff[tool]

fixes #11361

* Remove deprecated include

* Increment port version
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