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

bump dependencies of libspatialite #19312

Closed

Conversation

AndreyMlashkin
Copy link
Contributor

@AndreyMlashkin AndreyMlashkin commented Aug 20, 2023

Specify library name and version: libspatialite/all


@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Andrei Malashkin seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@github-actions
Copy link
Contributor

🤖 Beep Boop! This pull request is making changes to 'recipes/libspatialite//'.

👋 @jwillikers you might be interested. 😉

@ghost
Copy link

ghost commented Aug 20, 2023

I detected other pull requests that are modifying libspatialite/all recipe:

This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there.

@AndreyMlashkin
Copy link
Contributor Author

close as duplicat

@conan-center-bot conan-center-bot added the Bump dependencies Only bumping dependencies versions in the recipe label Aug 20, 2023
@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 1 (d936b8e09728e063274a49f65d15ea17c4b08ba9):

  • libspatialite/5.0.1:
    All packages built successfully! (All logs)

Conan v2 pipeline ❌

Regression: Conan v2 builds are mandatory and they are required for the PR to be merged, because this recipe worked with Conan v2 previously.

The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future.

See details:

Failure in build 1 (d936b8e09728e063274a49f65d15ea17c4b08ba9):

  • libspatialite/5.0.1:
    CI failed to create some packages (All logs)

    Logs for packageID 3dc411f972b562f3efa36ae77837e34cba45fdcb:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=False
    
    [...]
    -- Conan: Component target declared 'WebP::webpdemux'
    -- Conan: Component target declared 'WebP::libwebpmux'
    -- Conan: Target declared 'libwebp::libwebp'
    -- Conan: Target declared 'ZLIB::ZLIB'
    -- Conan: Component target declared 'CURL::libcurl'
    -- Conan: Component target declared 'OpenSSL::Crypto'
    -- Conan: Component target declared 'OpenSSL::SSL'
    -- Conan: Target declared 'openssl::openssl'
    -- Conan: Including build module from '/home/conan/w/prod-v2/BuildSingleReference/p/opens9f9b60be098e1/p/lib/cmake/conan-official-openssl-variables.cmake'
    -- Conan: Target declared 'freexl::freexl'
    -- Conan: Target declared 'expat::expat'
    -- Conan: Target declared 'Iconv::Iconv'
    -- Conan: Target declared 'minizip::minizip'
    -- Conan: Target declared 'BZip2::BZip2'
    -- Conan: Including build module from '/home/conan/w/prod-v2/BuildSingleReference/p/bzip26d48265eb59fb/p/lib/cmake/conan-official-bzip2-variables.cmake'
    -- Conan: Target declared 'librttopo::librttopo'
    -- Conan: Component target declared 'GEOS::geos_cxx_flags'
    -- Conan: Component target declared 'GEOS::geos'
    -- Conan: Component target declared 'GEOS::geos_c'
    -- Conan: Target declared 'LibXml2::LibXml2'
    -- Conan: Including build module from '/home/conan/w/prod-v2/BuildSingleReference/p/libxm1e9068496d015/p/lib/cmake/conan-official-libxml2-variables.cmake'
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/conan/w/prod-v2/BuildSingleReference/cci-f8be3b84/recipes/libspatialite/all/test_package/build/gcc-11-x86_64-17-release
    
    libspatialite/5.0.1 (test package): Running CMake.build()
    libspatialite/5.0.1 (test package): RUN: cmake --build "/home/conan/w/prod-v2/BuildSingleReference/cci-f8be3b84/recipes/libspatialite/all/test_package/build/gcc-11-x86_64-17-release" -- -j3
    Scanning dependencies of target test_package
    [ 50%] Building C object CMakeFiles/test_package.dir/test_package.c.o
    /home/conan/w/prod-v2/BuildSingleReference/cci-f8be3b84/recipes/libspatialite/all/test_package/test_package.c:1:10: fatal error: sqlite3.h: No such file or directory
        1 | #include <sqlite3.h>
          |          ^~~~~~~~~~~
    compilation terminated.
    CMakeFiles/test_package.dir/build.make:62: recipe for target 'CMakeFiles/test_package.dir/test_package.c.o' failed
    make[2]: *** [CMakeFiles/test_package.dir/test_package.c.o] Error 1
    CMakeFiles/Makefile2:75: recipe for target 'CMakeFiles/test_package.dir/all' failed
    make[1]: *** [CMakeFiles/test_package.dir/all] Error 2
    Makefile:83: recipe for target 'all' failed
    make: *** [all] Error 2
    
    *********************************************************
    Recipe 'libspatialite/5.0.1 (test package)' cannot build its binary
    It is possible that this recipe is not Conan 2.0 ready
    If the recipe comes from ConanCenter check: https://conan.io/cci-v2.html
    If it is your recipe, check if it is updated to 2.0
    *********************************************************
    
    ERROR: libspatialite/5.0.1 (test package): Error in build() method, line 21
    	cmake.build()
    	ConanException: Error 2 while executing
    

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
Bump dependencies Only bumping dependencies versions in the recipe
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants