conda-forge / qt-feedstock

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

Rebuild icu69 #214

Closed izahn closed 2 years ago

izahn commented 2 years ago

Checklist

Closes https://github.com/conda-forge/qt-feedstock/pull/207 Closes https://github.com/conda-forge/qt-feedstock/pull/212 Closes https://github.com/conda-forge/qt-feedstock/pull/213

pkgw commented 2 years ago

I just want to say: huge thanks to everyone working hard on these builds! The frustrating thing about this kind of work is that the better job you do, the less that the rest of the world even gets to appreciate how challenging it is ...

Tobias-Fischer commented 2 years ago

I think we have all builds now. Next step is someone from core to look at the logs and upload the packages to the conda-forge channel?

hmaarrfk commented 2 years ago

@conda-forge/core could you please upload the packages

izahn commented 2 years ago

For convenience, here are the packages and log locations collected from comments above:

izahn commented 2 years ago

@Tobias-Fischer I don't understand why but mamba can't seem to find the windows build:

CONDA_SUBDIR=win-64 mamba create -n test qt=5.12.9=h556501e_5 -q --dry-run
Encountered problems while solving:
  - nothing provides requested qt ==5.12.9 h556501e_5

And mamba wants to install the old one instead:

CONDA_SUBDIR=win-64 mamba create -n test qt -q --dry-run
  Package                 Version  Build               Channel                  Size
──────────────────────────────────────────────────────────────────────────────────────
  Install:
──────────────────────────────────────────────────────────────────────────────────────

  + ca-certificates     2021.10.8  h5b45459_0          conda-forge/win-64     176 KB
  + icu                      68.2  h0e60522_0          conda-forge/win-64      16 MB
  + jpeg                       9e  h8ffe710_0          conda-forge/win-64     373 KB
  + libclang               11.1.0  default_h5c34c98_1  conda-forge/win-64      21 MB
  + libpng                 1.6.37  h1d00b33_2          conda-forge/win-64     724 KB
  + libzlib                1.2.11  h8ffe710_1013       conda-forge/win-64      63 KB
  + openssl                1.1.1l  h8ffe710_0          conda-forge/win-64       6 MB
  + qt                     5.12.9  h5909a2a_4          conda-forge/win-64     106 MB
  + sqlite                 3.37.0  h8ffe710_0          conda-forge/win-64       1 MB
  + ucrt             10.0.20348.0  h57928b3_0          conda-forge/win-64       1 MB
  + vc                       14.2  hb210afc_6          conda-forge/win-64      13 KB
  + vs2015_runtime    14.29.30037  h902a5da_6          conda-forge/win-64       1 MB
  + zlib                   1.2.11  h8ffe710_1013       conda-forge/win-64     106 KB

Any idea what is going wrong here?

izahn commented 2 years ago

I'm especially confused because https://anaconda.org/conda-forge/qt/5.12.9/download/win-64/qt-5.12.9-h556501e_5.tar.bz2 exists, but somehow mamba doesn't see it.

jakirkham commented 2 years ago

Probably a sync issue. Working with Anaconda to resolve

isuruf commented 2 years ago

@izahn, please open issues in the future instead of commenting on PRs already merged.

https://github.com/conda/infra/discussions/514