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

infoware: added recipe #10945

Closed
wants to merge 6 commits into from

Conversation

AntonHorbach
Copy link
Contributor

Specify library name and version: infoware/0.6.0

#1913


  • I've read the guidelines for contributing.
  • I've followed the PEP8 style guides for Python code in the recipes.
  • I've used the latest Conan client version.
  • I've tried at least one configuration locally with the conan-center hook activated.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot
Copy link
Collaborator

Failure in build 7 (04f324fa4157f55ae78f9cdb050e7eceb94d4979):

  • infoware/0.6.0@:
    CI failed to create some packages (All logs)

    Logs for packageID 4d887c1c2779c63d2cdd81580698d2e22cb35b29:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=5
    os=Linux
    [options]
    infoware:shared=False
    
    [...]
                                                           ^
    /home/conan/w/prod/BuildSingleReference/.conan/data/infoware/0.6.0/_/_/package/4d887c1c2779c63d2cdd81580698d2e22cb35b29/include/infoware/system.hpp:90:42: error: expected initializer before ‘noexcept’
       INFOWARE_API_LINKAGE memory_t memory() noexcept;
                                              ^
    /home/conan/w/prod/BuildSingleReference/.conan/data/infoware/0.6.0/_/_/package/4d887c1c2779c63d2cdd81580698d2e22cb35b29/include/infoware/system.hpp:102:64: error: ‘>>’ should be ‘> >’ within a nested template argument list
       INFOWARE_API_LINKAGE std::vector<std::vector<display_config_t>> available_display_configurations();
                                                                    ^
    In file included from /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/infoware/all/test_package/test_package.cpp:4:0:
    /home/conan/w/prod/BuildSingleReference/.conan/data/infoware/0.6.0/_/_/package/4d887c1c2779c63d2cdd81580698d2e22cb35b29/include/infoware/cpu.hpp:24:3: warning: scoped enums only available with -std=c++11 or -std=gnu++11
       enum class architecture_t {
       ^
    /home/conan/w/prod/BuildSingleReference/.conan/data/infoware/0.6.0/_/_/package/4d887c1c2779c63d2cdd81580698d2e22cb35b29/include/infoware/cpu.hpp:32:3: warning: scoped enums only available with -std=c++11 or -std=gnu++11
       enum class endianness_t {
       ^
    /home/conan/w/prod/BuildSingleReference/.conan/data/infoware/0.6.0/_/_/package/4d887c1c2779c63d2cdd81580698d2e22cb35b29/include/infoware/cpu.hpp:37:3: warning: scoped enums only available with -std=c++11 or -std=gnu++11
       enum class instruction_set_t {
       ^
    /home/conan/w/prod/BuildSingleReference/.conan/data/infoware/0.6.0/_/_/package/4d887c1c2779c63d2cdd81580698d2e22cb35b29/include/infoware/cpu.hpp:86:3: warning: scoped enums only available with -std=c++11 or -std=gnu++11
       enum class cache_type_t {
       ^
    /home/conan/w/prod/BuildSingleReference/.conan/data/infoware/0.6.0/_/_/package/4d887c1c2779c63d2cdd81580698d2e22cb35b29/include/infoware/cpu.hpp:95:9: error: ‘uint32_t’ in namespace ‘std’ does not name a type
        std::uint32_t logical;
             ^
    /home/conan/w/prod/BuildSingleReference/.conan/data/infoware/0.6.0/_/_/package/4d887c1c2779c63d2cdd81580698d2e22cb35b29/include/infoware/cpu.hpp:97:9: error: ‘uint32_t’ in namespace ‘std’ does not name a type
        std::uint32_t physical;
             ^
    /home/conan/w/prod/BuildSingleReference/.conan/data/infoware/0.6.0/_/_/package/4d887c1c2779c63d2cdd81580698d2e22cb35b29/include/infoware/cpu.hpp:99:9: error: ‘uint32_t’ in namespace ‘std’ does not name a type
        std::uint32_t packages;
             ^
    /home/conan/w/prod/BuildSingleReference/.conan/data/infoware/0.6.0/_/_/package/4d887c1c2779c63d2cdd81580698d2e22cb35b29/include/infoware/cpu.hpp:105:9: error: ‘uint8_t’ in namespace ‘std’ does not name a type
        std::uint8_t associativity;
             ^
    /home/conan/w/prod/BuildSingleReference/.conan/data/infoware/0.6.0/_/_/package/4d887c1c2779c63d2cdd81580698d2e22cb35b29/include/infoware/cpu.hpp:119:54: error: expected initializer before ‘noexcept’
       INFOWARE_API_LINKAGE architecture_t architecture() noexcept;
                                                          ^
    /home/conan/w/prod/BuildSingleReference/.conan/data/infoware/0.6.0/_/_/package/4d887c1c2779c63d2cdd81580698d2e22cb35b29/include/infoware/cpu.hpp:122:29: error: ‘uint64_t’ in namespace ‘std’ does not name a type
       INFOWARE_API_LINKAGE std::uint64_t frequency() noexcept;
                                 ^
    /home/conan/w/prod/BuildSingleReference/.conan/data/infoware/0.6.0/_/_/package/4d887c1c2779c63d2cdd81580698d2e22cb35b29/include/infoware/cpu.hpp:125:50: error: expected initializer before ‘noexcept’
       INFOWARE_API_LINKAGE endianness_t endianness() noexcept;
                                                      ^
    /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/infoware/all/test_package/test_package.cpp:6:73: error: expected initializer before ‘noexcept’
     static const char* kernel_variant_name(iware::system::kernel_t variant) noexcept {
                                                                             ^
    make[2]: *** [CMakeFiles/test_package.dir/test_package.cpp.o] Error 1
    make[1]: *** [CMakeFiles/test_package.dir/all] Error 2
    make: *** [all] Error 2
    ERROR: infoware/0.6.0 (test package): Error in build() method, line 12
    	cmake.build()
    	ConanException: Error 2 while executing cmake --build '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/infoware/all/test_package/build/a329d2a343fd3829f9c83f554ff00dc21bea887f' '--' '-j3'
    

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.

@stale
Copy link

stale bot commented Jun 29, 2022

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale
Copy link

stale bot commented Jul 30, 2022

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jul 30, 2022
@stale
Copy link

stale bot commented Sep 8, 2022

This pull request has been automatically closed because it has not had recent activity. Thank you for your contributions.

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.

None yet

3 participants