You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using 2024.10.21 in GitHub Actions I get a strange Python error complaining of a missing xtst dependency. This isn't anything I use, and adding libxtst to my vcpkg.json doesn't help. The log is very long of course but the bit preceding the error looks like this:
X libraries are generally considered to be provided by the linux system at the moment. And there is no dependency concept to handle this, except printing messages. These messages tend to be incomplete, unaware of actual installation state, and not covering non-mainstream distros.
The best indication of required system packages ist the CI image configuration starting at https://github.com/microsoft/vcpkg/blob/master/scripts/azure-pipelines/linux/provision-image.sh#L39
-- at-spi2-core currently requires the following libraries from the system package manager:
libxi-dev
libxtst-dev
These can be installed on Ubuntu systems via apt-get install libxi-dev libxtst-dev
While using 2024.10.21 in GitHub Actions I get a strange Python error complaining of a missing
xtst
dependency. This isn't anything I use, and addinglibxtst
to myvcpkg.json
doesn't help. The log is very long of course but the bit preceding the error looks like this:The following text in the log file encourages me to file a bug, so I have. Should I use a different version? Is there another workaround? Thanks.
The text was updated successfully, but these errors were encountered: