Skip to content
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

qtawesome: add v6.5.1 #22369

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

qtawesome: add v6.5.1 #22369

wants to merge 5 commits into from

Conversation

valgur
Copy link
Contributor

@valgur valgur commented Jan 15, 2024

No description provided.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@@ -72,7 +72,7 @@ def validate(self):
raise ConanInvalidConfiguration(
f"{self.ref} requires C++{self._min_cppstd}, which your compiler does not support."
)
if self.settings.os == "Linux":
if self.version == "6.4.0" and self.settings.os == "Linux":
raise ConanInvalidConfiguration("Linux is not supported yet")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if Linux is not also supported by the 6.4.0.


def package_info(self):
self.cpp_info.libs = ["QtAwesome"]
if Version(self.version) >= "6.5":
self.cpp_info.includedirs.append(os.path.join("include", "QtAwesome"))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure it is needed ?

@conan-center-bot

This comment has been minimized.

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ❌

Failure in build 5 (3616a933f9c7b042c23e344289277428c26fb1d7):

  • qtawesome/6.4.0:
    Didn't run or was cancelled before finishing

  • qtawesome/6.5.1:
    CI failed to create some packages (All logs)

    Logs for packageID 1f1fcbbd0d304e162f8bd7a757576bd9e23f1832:
    [settings]
    arch=x86_64
    build_type=Debug
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    qtawesome:shared=False
    
    [...]
    dpkg-query: no packages found matching libxcomposite-dev
    dpkg-query: no packages found matching libxcursor-dev
    dpkg-query: no packages found matching libxi-dev
    dpkg-query: no packages found matching libxinerama-dev
    dpkg-query: no packages found matching libxkbfile-dev
    dpkg-query: no packages found matching libxmu-dev
    dpkg-query: no packages found matching libxmuu-dev
    dpkg-query: no packages found matching libxpm-dev
    dpkg-query: no packages found matching libxrandr-dev
    dpkg-query: no packages found matching libxrender-dev
    dpkg-query: no packages found matching libxres-dev
    dpkg-query: no packages found matching libxss-dev
    dpkg-query: no packages found matching libxt-dev
    dpkg-query: no packages found matching libxv-dev
    dpkg-query: no packages found matching libxcb-render-util0-dev
    dpkg-query: no packages found matching libxcb-xkb-dev
    dpkg-query: no packages found matching libxcb-icccm4-dev
    dpkg-query: no packages found matching libxcb-image0-dev
    dpkg-query: no packages found matching libxcb-keysyms1-dev
    dpkg-query: no packages found matching libxcb-xinerama0-dev
    dpkg-query: no packages found matching uuid-dev
    dpkg-query: no packages found matching libxcb-cursor-dev
    dpkg-query: no packages found matching libxcb-composite0-dev
    dpkg-query: no packages found matching libxcb-ewmh-dev
    dpkg-query: no packages found matching libxcb-res0-dev
    debconf: delaying package configuration, since apt-utils is not installed
    dpkg-query: no packages found matching libxcb-util-dev
    debconf: delaying package configuration, since apt-utils is not installed
    CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
      CMake 3.16 or higher is required.  You are running version 3.15.7
    
    
    WARN: *** Conan 1 is legacy and on a deprecation path ***
    WARN: *** Please upgrade to Conan 2 ***
    WARN: openssl/3.3.1: requirement zlib/[>=1.2.11 <2] overridden by qt/5.15.14 to zlib/1.3.1 
    WARN: pcre2/10.42: requirement zlib/[>=1.2.11 <2] overridden by qt/5.15.14 to zlib/1.3.1 
    WARN: freetype/2.13.2: requirement libpng/[>=1.6 <2] overridden by qt/5.15.14 to libpng/1.6.43 
    WARN: freetype/2.13.2: requirement zlib/[>=1.2.10 <2] overridden by qt/5.15.14 to zlib/1.3.1 
    WARN: libpng/1.6.43: requirement zlib/[>=1.2.11 <2] overridden by freetype/2.13.2 to zlib/1.3.1 
    WARN: libmysqlclient/8.1.0: requirement openssl/[>=1.1 <4] overridden by qt/5.15.14 to openssl/3.3.1 
    WARN: libmysqlclient/8.1.0: requirement zlib/[>=1.2.11 <2] overridden by qt/5.15.14 to zlib/1.3.1 
    WARN: libxml2/2.12.7: requirement zlib/[>=1.2.11 <2] overridden by xkbcommon/1.5.0 to zlib/1.3.1 
    WARN: wayland/1.22.0: requirement libxml2/[>=2.12.5 <3] overridden by xkbcommon/1.5.0 to libxml2/2.12.7 
    qtawesome/6.5.1: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    qtawesome/6.5.1: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    qtawesome/6.5.1: ERROR: Package '1f1fcbbd0d304e162f8bd7a757576bd9e23f1832' build failed
    qtawesome/6.5.1: WARN: Build folder /home/conan/workspace/prod-v1/bsr/82830/ccfec/.conan/data/qtawesome/6.5.1/_/_/build/1f1fcbbd0d304e162f8bd7a757576bd9e23f1832/build/Debug
    ERROR: qtawesome/6.5.1: Error in build() method, line 97
    	cmake.configure()
    	ConanException: Error 1 while executing cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/workspace/prod-v1/bsr/82830/ccfec/.conan/data/qtawesome/6.5.1/_/_/build/1f1fcbbd0d304e162f8bd7a757576bd9e23f1832/build/Debug/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/workspace/prod-v1/bsr/82830/ccfec/.conan/data/qtawesome/6.5.1/_/_/package/1f1fcbbd0d304e162f8bd7a757576bd9e23f1832" -DCMAKE_POLICY_DEFAULT_CMP0077="NEW" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Debug" "/home/conan/workspace/prod-v1/bsr/82830/ccfec/.conan/data/qtawesome/6.5.1/_/_/build/1f1fcbbd0d304e162f8bd7a757576bd9e23f1832/src"
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline ❌

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

Failure in build 5 (3616a933f9c7b042c23e344289277428c26fb1d7):

  • qtawesome/6.5.1:
    CI failed to create some packages (All logs)

    Logs for packageID 5f91a4072a423bacb577ca81db37a6df81b47d4a:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    [...]
    fontconfig/2.15.0: Downloaded package revision 2537564d576984a6ff149248191b9bda
    xkbcommon/1.5.0: Retrieving package 24060eb1e52f1ce13c6102f08ed64ce54503c767 from remote 'conan-center' 
    xkbcommon/1.5.0: Package installed 24060eb1e52f1ce13c6102f08ed64ce54503c767
    xkbcommon/1.5.0: Downloaded package revision 4e65c470c8faadb1d7e5431a965dc603
    odbc/2.3.11: Retrieving package 64f133e39b3766eba575e24f9b8c59906d2f5117 from remote 'conan-center' 
    odbc/2.3.11: Package installed 64f133e39b3766eba575e24f9b8c59906d2f5117
    odbc/2.3.11: Downloaded package revision 634241dfddb0bd2235f9031236e68d5a
    qt/5.15.14: Retrieving package 3996ce87e5bc5384ea87a45ee8caf89817fa181f from remote 'conan-center' 
    qt/5.15.14: Downloading 36.5MB conan_package.tgz
    qt/5.15.14: Decompressing 36.5MB conan_package.tgz
    qt/5.15.14: Package installed 3996ce87e5bc5384ea87a45ee8caf89817fa181f
    qt/5.15.14: Downloaded package revision 66e7df4fb8cdab3db8b7eb06d1fbfaa9
    pcre2/10.42: Appending PATH environment variable: /home/conan/workspace/prod-v2/bsr/74464/aeebb/p/pcre2f28e5cd732c9c/p/bin
    libxml2/2.12.7: Appending PATH environment variable: /home/conan/workspace/prod-v2/bsr/74464/aeebb/p/libxm0afc3c271244f/p/bin
    libtool/2.4.7: WARN: The use of 'unix_path_legacy_compat' is deprecated in Conan 2.0 and does not perform path conversions. This is retained for compatibility with Conan 1.x and will be removed in a future version.
    libtool/2.4.7: WARN: The use of 'unix_path_legacy_compat' is deprecated in Conan 2.0 and does not perform path conversions. This is retained for compatibility with Conan 1.x and will be removed in a future version.
    qtawesome/6.5.1: Calling source() in /home/conan/workspace/prod-v2/bsr/74464/aeebb/p/qtawe787360ef7f15a/s/src
    qtawesome/6.5.1: Sources for https://github.com/gamecreature/QtAwesome/archive/font-awesome-6.5.1.tar.gz found in remote backup https://c3i.jfrog.io/artifactory/conan-center-backup-sources/
    
    -------- Installing package qtawesome/6.5.1 (34 of 34) --------
    qtawesome/6.5.1: Building from source
    qtawesome/6.5.1: Package qtawesome/6.5.1:5f91a4072a423bacb577ca81db37a6df81b47d4a
    qtawesome/6.5.1: Copying sources to build folder
    qtawesome/6.5.1: Building your package in /home/conan/workspace/prod-v2/bsr/74464/aeebb/p/b/qtaweeafc11c1545fd/b
    qtawesome/6.5.1: Calling generate()
    qtawesome/6.5.1: Generators folder: /home/conan/workspace/prod-v2/bsr/74464/aeebb/p/b/qtaweeafc11c1545fd/b/build/Release/generators
    qtawesome/6.5.1: CMakeToolchain generated: conan_toolchain.cmake
    qtawesome/6.5.1: CMakeToolchain generated: /home/conan/workspace/prod-v2/bsr/74464/aeebb/p/b/qtaweeafc11c1545fd/b/build/Release/generators/CMakePresets.json
    qtawesome/6.5.1: CMakeToolchain generated: /home/conan/workspace/prod-v2/bsr/74464/aeebb/p/b/qtaweeafc11c1545fd/b/src/CMakeUserPresets.json
    qtawesome/6.5.1: CMakeDeps necessary find_package() and targets for your CMakeLists.txt
        find_package(Qt5)
        target_link_libraries(... qt::qt)
    qtawesome/6.5.1: Generating aggregated env files
    qtawesome/6.5.1: Generated aggregated env files: ['conanbuild.sh']
    qtawesome/6.5.1: Calling build()
    qtawesome/6.5.1: apply_conandata_patches(): No patches defined in conandata
    qtawesome/6.5.1: Running CMake.configure()
    qtawesome/6.5.1: RUN: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/workspace/prod-v2/bsr/74464/aeebb/p/b/qtaweeafc11c1545fd/p" -DCMAKE_POLICY_DEFAULT_CMP0077="NEW" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/workspace/prod-v2/bsr/74464/aeebb/p/b/qtaweeafc11c1545fd/b/src"
    CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
      CMake 3.16 or higher is required.  You are running version 3.15.7
    
    
    -- Configuring incomplete, errors occurred!
    
    qtawesome/6.5.1: ERROR: 
    Package '5f91a4072a423bacb577ca81db37a6df81b47d4a' build failed
    qtawesome/6.5.1: WARN: Build folder /home/conan/workspace/prod-v2/bsr/74464/aeebb/p/b/qtaweeafc11c1545fd/b/build/Release
    ERROR: qtawesome/6.5.1: Error in build() method, line 97
    	cmake.configure()
    	ConanException: Error 1 while executing
    
  • qtawesome/6.4.0:
    Didn't run or was cancelled before finishing


Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants