conda-forge / qt-main-feedstock

A conda-smithy repository for qt-main.
BSD 3-Clause "New" or "Revised" License
5 stars 29 forks source link

linux64 Harbuzz9 build unavailable from conda-forge? #280

Closed hmaarrfk closed 3 weeks ago

hmaarrfk commented 1 month ago

Comment:

mamba create --name qt "qt-main=5.15.8" harfbuzz=9 --channel conda-forge --override-channels

Looking for: ['qt-main=5.15.8', 'harfbuzz=9']

conda-forge/linux-64                                        Using cache
conda-forge/noarch                                          Using cache
Could not solve for environment specs
The following packages are incompatible
├─ harfbuzz 9**  is requested and can be installed;
└─ qt-main 5.15.8**  is not installable because there are no viable options
   ├─ qt-main 5.15.8 would require
   │  └─ harfbuzz >=7.3.0,<8.0a0 , which conflicts with any installable versions previously reported;
   ├─ qt-main 5.15.8 would require
   │  └─ harfbuzz >=8.3.0,<9.0a0 , which conflicts with any installable versions previously reported;
   ├─ qt-main 5.15.8 would require
   │  └─ harfbuzz >=6.0.0,<7.0a0 , which conflicts with any installable versions previously reported;
   ├─ qt-main 5.15.8 would require
   │  └─ harfbuzz >=8.2.1,<9.0a0 , which conflicts with any installable versions previously reported;
   ├─ qt-main 5.15.8 would require
   │  └─ harfbuzz >=8.5.0,<9.0a0 , which conflicts with any installable versions previously reported;
   └─ qt-main 5.15.8 would require
      └─ harfbuzz >=8.2.0,<9.0a0 , which conflicts with any installable versions previously reported.

and

$ mamba create --name qt "qt-main=5.15.8=*23" --channel conda-forge --override-channels

Looking for: ['qt-main==5.15.8[build=*23]']

conda-forge/noarch                                  15.5MB @  10.3MB/s  1.7s
conda-forge/linux-64                                36.2MB @  12.6MB/s  3.5s
Could not solve for environment specs
The following package could not be installed
└─ qt-main 5.15.8 *23 does not exist (perhaps a typo or a missing channel).

don't seem to work on my linux machine. Can other reproduce? I see that the linux64 builds only have a single download while the others have multiple downloads

isuruf commented 1 month ago

I can reproduce. Maybe open an issue at https://github.com/conda/infrastructure/issues ?

hmaarrfk commented 1 month ago

would it be ok if I uploaded a new build 24 while we wait for a resolution? we can always recreate the issue for troubleshooting upstream with

 mamba create --name qt "qt-main=5.15.8=*23" --channel conda-forge --override-channels
isuruf commented 1 month ago

Sure

hmaarrfk commented 1 month ago

@conda-forge-admin please rerender

conda-forge-webservices[bot] commented 1 month ago

Hi! This is the friendly automated conda-forge-webservice.

I just wanted to let you know that I started rerendering the recipe in conda-forge/qt-main-feedstock#281.