Solution to issue cannot be found in the documentation.
Issue
The bot's auto update PR (conda-forge/planetmapper-feedstock#31) is failing the Build conda package check when building on Linux, as it is unable to find xorg-x11-server-Xorg from yum_requirements.txt:
+ ulimit -n 1024
+ /usr/bin/sudo -n yum install -y xorg-x11-server-Xorg
AlmaLinux 10 - AppStream 3.5 MB/s | 2.2 MB 00:00
AlmaLinux 10 - BaseOS 22 MB/s | 18 MB 00:00
AlmaLinux 10 - CRB 1.0 MB/s | 529 kB 00:00
AlmaLinux 10 - Extras 25 kB/s | 7.3 kB 00:00
No match for argument: xorg-x11-server-Xorg
Error: Unable to find a match: xorg-x11-server-Xorg
https://github.com/conda-forge/planetmapper-feedstock/actions/runs/29774742249/job/88606092487?pr=31#step:4:706
I've never had an issue like this before, so I think it may be related to the bot also re-rendering to a newer version of conda-smithy as part of this PR. It looks like this re-rendering (conda-forge/planetmapper-feedstock@1a4f8ec) has updated the docker image from alma9 to alma10, which no longer includes x11, possibly explaining the error.
However, the conda forge documentation still recommends to add xorg-x11-server-Xorg to yum_requirements.txt (https://conda-forge.org/docs/maintainer/knowledge_base/#matplotlib), so it isn't clear how to fix this issue.
Do you have any suggestions for how to fix this? Thank you in advance!
(Hopefully this is the correct location for this issue, but if not, please point me in the right direction.)
Installed packages
Environment info
linux-anvil-x86_64:alma10 CI docker image
Solution to issue cannot be found in the documentation.
Issue
The bot's auto update PR (conda-forge/planetmapper-feedstock#31) is failing the
Build conda packagecheck when building on Linux, as it is unable to findxorg-x11-server-Xorgfromyum_requirements.txt:https://github.com/conda-forge/planetmapper-feedstock/actions/runs/29774742249/job/88606092487?pr=31#step:4:706
I've never had an issue like this before, so I think it may be related to the bot also re-rendering to a newer version of
conda-smithyas part of this PR. It looks like this re-rendering (conda-forge/planetmapper-feedstock@1a4f8ec) has updated the docker image from alma9 to alma10, which no longer includes x11, possibly explaining the error.However, the conda forge documentation still recommends to add
xorg-x11-server-Xorgtoyum_requirements.txt(https://conda-forge.org/docs/maintainer/knowledge_base/#matplotlib), so it isn't clear how to fix this issue.Do you have any suggestions for how to fix this? Thank you in advance!
(Hopefully this is the correct location for this issue, but if not, please point me in the right direction.)
Installed packages
Environment info