conda-forge / qt-feedstock

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

Rebuild for icu69 #207

Closed regro-cf-autotick-bot closed 2 years ago

regro-cf-autotick-bot commented 3 years ago

This PR has been triggered in an effort to update icu69.

Notes and instructions for merging this PR:

  1. Please merge the PR only after the tests have passed.
  2. Feel free to push to the bot's branch to update this PR if needed.

Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.

This package has the following downstream children:

And potentially more.

If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase code>@<space/conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (conda install -c conda-forge rever) and pip (pip install re-ver) installable. Finally, feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/autotick-bot/actions/runs/1473492242, please use this URL for debugging

conda-forge-linter commented 3 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

akrherz commented 2 years ago

For my own selfish edification attempting to resolve dependencies in other conda-forge packages, is this PR without help until others are done or should this one in-theory, work?

izahn commented 2 years ago

@conda-forge-admin please rerender

tylerpotts commented 2 years ago

@izahn It looks like the linux_64 and aarch64 are throwing this error when building:

-   - cannot install both gcc_impl_linux-aarch64-9.4.0-h603953f_11 and gcc_impl_linux-aarch64-11.2.0-h4d2f25f_11
-   - cannot install both libgcc-devel_linux-aarch64-9.4.0-h85f5abf_11 and libgcc-devel_linux-aarch64-11.2.0-hb955bc9_11
-   - cannot install both libsanitizer-9.4.0-h4d00405_11 and libsanitizer-11.2.0-h0d0a5bb_11

I'm giving it a shot to try and resolve these, but if you have any tips I'd appreciate it

izahn commented 2 years ago

Yeah, pretty strange. I'm looking into it too, we can race to see who figures it out first!

hmaarrfk commented 2 years ago

Can you try building with cos7 it seems that something is requiring gcc 11. but the current compiler is set to gcc 9 https://conda-forge.org/docs/maintainer/knowledge_base.html?highlight=cos7#using-centos-7

tylerpotts commented 2 years ago

@hmaarrfk I tried your suggestion in #212 with the same error.

hmaarrfk commented 2 years ago

A visual diff seems to indicate that we should be using a newer sysroot: https://github.com/conda-forge/qt-main-feedstock/pull/2/files

tylerpotts commented 2 years ago

Would a reasonable approach be to change the compiler version to 11, or would that introduce more problems?

tylerpotts commented 2 years ago

@hmaarrfk are you referring to:

azure:
  settings_win:
    variables:
      CONDA_BLD_PATH: C:\bld\

It seems that only applies to windows builds, and our failures are on linux

hmaarrfk commented 2 years ago

Simply rerendering is causing the system to fail at solving the environment https://github.com/conda-forge/qt-feedstock/pull/213