-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
category:questionThis issue is a questionThis issue is a question
Description
Describe the bug
A recent change (likely #43209) seems to have broken vcpkg depend-info
.
Previously I could run ../vcpkg/vcpkg depend-info --overlay-ports=. my-package-name
and get a list of dependencies for my package, whereas now I get
$ ../vcpkg/vcpkg depend-info --overlay-ports=. my-package-name
read_contents("/home/rzoeller/my-repo/vcpkg/scripts/vcpkgTools.xml"): No such file or directory
Environment
- OS: AlmaLinux 9.5
- Compiler: clang version 18.1.8 (AlmaLinux OS Foundation 18.1.8-3.el9)
To Reproduce
Steps to reproduce the behavior:
$ ../vcpkg/vcpkg depend-info boost-cmake
read_contents("/home/rzoeller/my-repo/vcpkg/scripts/vcpkgTools.xml"): No such file or directory
Expected behavior
$ ../vcpkg/vcpkg depend-info boost-cmake
boost-uninstall:
vcpkg-boost:
vcpkg-cmake:
vcpkg-cmake-config:
boost-cmake: boost-uninstall, vcpkg-boost, vcpkg-cmake, vcpkg-cmake-config
Additional context
This is breaking https://github.com/abumq/licensepp.
Arndt-MBE
Metadata
Metadata
Assignees
Labels
category:questionThis issue is a questionThis issue is a question