-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qt6: enable clang builds #21843
qt6: enable clang builds #21843
Conversation
Generated and committed by [Conan Center Bump Deps](https://github.com/ericLemanissier/conan-center-index-bump-deps) Find more updatable recipes in the [GitHub Pages](https://ericLemanissier.github.io/conan-center-index-bump-deps/)
Generated and committed by [Conan Center Bump Deps](https://github.com/ericLemanissier/conan-center-index-bump-deps) Find more updatable recipes in the [GitHub Pages](https://ericLemanissier.github.io/conan-center-index-bump-deps/)
Generated and committed by [Conan Center Bump Deps](https://github.com/ericLemanissier/conan-center-index-bump-deps) Find more updatable recipes in the [GitHub Pages](https://ericLemanissier.github.io/conan-center-index-bump-deps/)
Generated and committed by [Conan Center Bump Deps](https://github.com/ericLemanissier/conan-center-index-bump-deps) Find more updatable recipes in the [GitHub Pages](https://ericLemanissier.github.io/conan-center-index-bump-deps/)
🤖 Beep Boop! This pull request is making changes to 'recipes/qt//'. 👋 @ericLemanissier @jwillikers @MartinDelille you might be interested. 😉 |
@stevenwdv @n-morales |
I detected other pull requests that are modifying qt/6.x.x recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
@ericLemanissier I had to look up what those terms meant but now I finally understand (although not why this version is used while a newer version is used for gcc). However, why should this impact my local build? I think the error should probably be removed because the conanfile has no idea what version of libstdc++ I have installed. |
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit f23eb8bqt/6.6.1@#b400a15a767d558fb3b1bf03e0f1500d
qt/6.4.2@#af8a84e927782d48e0d4640b04f2bd51
qt/6.5.3@#dbb2643b0ed2571c69f95edc0462c3cf
qt/6.6.0@#93e9cd5945a883f0d0388e27b6bbc852
qt/6.3.2@#92268978accaa6d5dbf881d23d939825
|
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 608e4b4qt/6.6.1@#2700dd2b6da94ab358ee93f112328034
qt/6.3.2@#496ac9e54103fec88a5bceebc50c3a0e
qt/6.4.2@#2b98d221d3c6299cb1b6bd46c539ae06
qt/6.6.0@#72a32dd26c084a47c87dd2b7b11e9820
qt/6.5.3@#395becddfcc68d122b6f08dfdc4d9b6f
|
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 2aa6c3dqt/6.6.1@#f4cd7d3bac69c78ef514ee99aa8d2bd7
qt/6.6.0@#0be502d95dbb7569228c21e9784ce496
qt/6.3.2@#6547a296da2b7c9828b33414ba716f2e
qt/6.5.3@#cc14b38197155f1660704ecad0cad90c
qt/6.4.2@#2e3c98f8be2eef25f9c4b0c754240400
|
The build is now finished. You can take a look at the results here |
Conan v1 pipeline ✔️All green in build 8 (
Conan v2 pipeline ✔️
All green in build 8 ( |
Hooks produced the following warnings for commit 22c9064qt/6.6.1@#27993d840728a409199bc0b16d44decd
qt/6.6.0@#9a96d04483aabfbd0c08f9d6cd51d9f2
qt/6.5.3@#3a5c6becb287b9befc72f64b1aa84866
qt/6.4.2@#b534d39bfd750c17b8a69f5e56b2cc07
qt/6.3.2@#9fb68c8326db4454ae12f314133bc648
|
* qt/6.x.x: bump deps Generated and committed by [Conan Center Bump Deps](https://github.com/ericLemanissier/conan-center-index-bump-deps) Find more updatable recipes in the [GitHub Pages](https://ericLemanissier.github.io/conan-center-index-bump-deps/) * qt/6.x.x: bump deps Generated and committed by [Conan Center Bump Deps](https://github.com/ericLemanissier/conan-center-index-bump-deps) Find more updatable recipes in the [GitHub Pages](https://ericLemanissier.github.io/conan-center-index-bump-deps/) * qt/6.x.x: bump deps Generated and committed by [Conan Center Bump Deps](https://github.com/ericLemanissier/conan-center-index-bump-deps) Find more updatable recipes in the [GitHub Pages](https://ericLemanissier.github.io/conan-center-index-bump-deps/) * qt/6.x.x: bump deps Generated and committed by [Conan Center Bump Deps](https://github.com/ericLemanissier/conan-center-index-bump-deps) Find more updatable recipes in the [GitHub Pages](https://ericLemanissier.github.io/conan-center-index-bump-deps/) * qt6: enable clang builds fixes conan-io#21698 * fix gcc 9.2 * satisfy linter * unbump xkbcommon
fixes #21698
The original error is:
It can be seen in https://c3i.jfrog.io/c3i/misc/logs/pr/10261/10-linux-clang/qt/6.3.0//8378bea5856cf76fce4bce4f3e960750c8a5402f-build.txt
see also my message #10261 (comment)
The original problem is that the docker images used by C3I for the build of clang11 profiles had a libstdc++ which is too old.
Now that clang 11 is not built by C3I any more, it may pass.
Specify library name and version: qt/6.*