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

sdl_image: add version 2.8.2, fix compilation error for webp and avif #21681

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

Conversation

toge
Copy link
Contributor

@toge toge commented Dec 7, 2023

Specify library name and version: sdl_image/*


@toge toge changed the title sdl_image: add version 2.8.0, fix compilation error for webp and avif sdl_image: add version 2.8.1, fix compilation error for webp and avif Dec 14, 2023
@conan-center-bot

This comment has been minimized.

@conan-center-bot conan-center-bot added Version conflict There is a version conflict when solving the dependencies graph and removed Unexpected Error labels Dec 20, 2023
@conan-center-bot

This comment has been minimized.

@toge
Copy link
Contributor Author

toge commented Dec 20, 2023

There is a version conflict.
Waiting for #21772

@toge toge marked this pull request as draft December 20, 2023 02:02
@conan-center-bot

This comment has been minimized.

@toge toge marked this pull request as ready for review December 21, 2023 08:37
@conan-center-bot conan-center-bot removed the Version conflict There is a version conflict when solving the dependencies graph label Dec 21, 2023
@conan-center-bot

This comment has been minimized.

@toge toge changed the title sdl_image: add version 2.8.1, fix compilation error for webp and avif sdl_image: add version 2.8.2, fix compilation error for webp and avif Jan 7, 2024
@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ❌

Failure in build 8 (7895de7b7a5d1a05e9b256bb2ef54ce13d6cb9eb):

  • sdl_image/2.6.3:
    Didn't run or was cancelled before finishing

  • sdl_image/2.8.2:
    Didn't run or was cancelled before finishing

  • sdl_image/2.0.5:
    CI failed to create some packages (All logs)

    Logs for packageID 4aea602f1a00650173660623ccd1aa35d1853ddc:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    sdl_image:shared=True
    
    [...]
    -----------------
    Scanning dependencies of target test_package
    [ 50%] Building C object test_package/CMakeFiles/test_package.dir/test_package.c.o
    [100%] Linking C executable ../bin/test_package
    [100%] Built target test_package
    sdl_image/2.0.5 (test package): Running test()
    
    ----Running------
    > bin/test_package
    -----------------
    CMake Warning:
      Manually-specified variables were not used by the project:
    
        CMAKE_EXPORT_NO_PACKAGE_REGISTRY
        CMAKE_INSTALL_BINDIR
        CMAKE_INSTALL_DATAROOTDIR
        CMAKE_INSTALL_INCLUDEDIR
        CMAKE_INSTALL_LIBDIR
        CMAKE_INSTALL_LIBEXECDIR
        CMAKE_INSTALL_OLDINCLUDEDIR
        CMAKE_INSTALL_SBINDIR
    
    
    /opt/conan/binutils/bin/ld: /usr/lib/x86_64-linux-gnu/libGL.so: .dynsym local symbol at index 3 (>= sh_info of 3)
    /opt/conan/binutils/bin/ld: /usr/lib/x86_64-linux-gnu/libGL.so: .dynsym local symbol at index 4 (>= sh_info of 3)
    /opt/conan/binutils/bin/ld: /usr/lib/x86_64-linux-gnu/libGL.so: .dynsym local symbol at index 5 (>= sh_info of 3)
    /opt/conan/binutils/bin/ld: /usr/lib/x86_64-linux-gnu/libEGL.so: .dynsym local symbol at index 3 (>= sh_info of 3)
    /opt/conan/binutils/bin/ld: /usr/lib/x86_64-linux-gnu/libEGL.so: .dynsym local symbol at index 4 (>= sh_info of 3)
    /opt/conan/binutils/bin/ld: /usr/lib/x86_64-linux-gnu/libEGL.so: .dynsym local symbol at index 5 (>= sh_info of 3)
    /opt/conan/binutils/bin/ld: warning: libXvMC.so.1, needed by /home/conan/w/prod-v1/bsr/88724/bfeac/.conan/data/sdl_image/2.0.5/_/_/package/4aea602f1a00650173660623ccd1aa35d1853ddc/lib/libSDL2_image.so, not found (try using -rpath or -rpath-link)
    /opt/conan/binutils/bin/ld: /usr/lib/x86_64-linux-gnu/libgbm.so.1: .dynsym local symbol at index 2 (>= sh_info of 2)
    /opt/conan/binutils/bin/ld: /usr/lib/x86_64-linux-gnu/libgbm.so.1: .dynsym local symbol at index 3 (>= sh_info of 2)
    /opt/conan/binutils/bin/ld: /usr/lib/x86_64-linux-gnu/libgbm.so.1: .dynsym local symbol at index 4 (>= sh_info of 2)
    bin/test_package: error while loading shared libraries: libXvMC.so.1: cannot open shared object file: No such file or directory
    sdl_image/2.0.5 (test package): WARN: 
         ************************************************
         The 'cmake' generator is deprecated.
         Please update your code and remove it.
         *************************************************
    
    sdl_image/2.0.5 (test package): WARN: 
         ************************************************
         The 'cmake_find_package_multi' generator is deprecated.
         Please update your code and remove it.
         *************************************************
    
    sdl_image/2.0.5 (test package): WARN: **** The 'from conans import CMake' helper is deprecated. Please update your code and remove it. ****
    ERROR: sdl_image/2.0.5 (test package): Error in test() method, line 17
    	self.run(bin_path, run_environment=True)
    	ConanException: Error 127 while executing bin/test_package
    

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.

See details:

Failure in build 8 (7895de7b7a5d1a05e9b256bb2ef54ce13d6cb9eb):

  • sdl_image/2.6.3:
    CI failed to create some packages (All logs)

    Logs for packageID ab3499a803c3bbded2b943f81120335942583f35:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=True
    
    [...]
    -- Conan: Component target declared 'libunwind::unwind'
    -- Conan: Component target declared 'libunwind::generic'
    -- Conan: Component target declared 'libunwind::ptrace'
    -- Conan: Component target declared 'libunwind::setjmp'
    -- Conan: Component target declared 'libunwind::coredump'
    -- Conan: Target declared 'libunwind::libunwind'
    -- Conan: Target declared 'LibLZMA::LibLZMA'
    -- Conan: Including build module from '/home/conan/w/prod-v2/bsr/74185/dccba/p/xz_ute3e4989b8f4b6/p/lib/cmake/conan-official-xz_utils-variables.cmake'
    -- Conan: Target declared 'TIFF::TIFF'
    -- Conan: Component target declared 'libdeflate::libdeflate_shared'
    -- Conan: Target declared 'jbig::jbig'
    -- Conan: Component target declared 'zstd::libzstd_shared'
    -- Conan: Target declared 'JPEG::JPEG'
    -- Conan: Component target declared 'WebP::webpdecoder'
    -- Conan: Component target declared 'WebP::sharpyuv'
    -- Conan: Component target declared 'WebP::webp'
    -- Conan: Component target declared 'WebP::webpdemux'
    -- Conan: Component target declared 'WebP::libwebpmux'
    -- Conan: Target declared 'libwebp::libwebp'
    -- Conan: Target declared 'PNG::PNG'
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/conan/w/prod-v2/bsr/cci-4b2a8091/recipes/sdl_image/all/test_package/build/gcc-11-x86_64-17-release
    
    sdl_image/2.6.3 (test package): Running CMake.build()
    sdl_image/2.6.3 (test package): RUN: cmake --build "/home/conan/w/prod-v2/bsr/cci-4b2a8091/recipes/sdl_image/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
    [100%] Linking C executable test_package
    /opt/conan/binutils/bin/ld: /usr/lib/x86_64-linux-gnu/libGL.so: .dynsym local symbol at index 3 (>= sh_info of 3)
    /opt/conan/binutils/bin/ld: /usr/lib/x86_64-linux-gnu/libGL.so: .dynsym local symbol at index 4 (>= sh_info of 3)
    /opt/conan/binutils/bin/ld: /usr/lib/x86_64-linux-gnu/libGL.so: .dynsym local symbol at index 5 (>= sh_info of 3)
    /opt/conan/binutils/bin/ld: /usr/lib/x86_64-linux-gnu/libEGL.so: .dynsym local symbol at index 3 (>= sh_info of 3)
    /opt/conan/binutils/bin/ld: /usr/lib/x86_64-linux-gnu/libEGL.so: .dynsym local symbol at index 4 (>= sh_info of 3)
    /opt/conan/binutils/bin/ld: /usr/lib/x86_64-linux-gnu/libEGL.so: .dynsym local symbol at index 5 (>= sh_info of 3)
    /opt/conan/binutils/bin/ld: warning: libXvMC.so.1, needed by /home/conan/w/prod-v2/bsr/74185/dccba/p/sdl_ide862f464d12c/p/lib/libSDL2_image.so, not found (try using -rpath or -rpath-link)
    /opt/conan/binutils/bin/ld: /usr/lib/x86_64-linux-gnu/libgbm.so.1: .dynsym local symbol at index 2 (>= sh_info of 2)
    /opt/conan/binutils/bin/ld: /usr/lib/x86_64-linux-gnu/libgbm.so.1: .dynsym local symbol at index 3 (>= sh_info of 2)
    /opt/conan/binutils/bin/ld: /usr/lib/x86_64-linux-gnu/libgbm.so.1: .dynsym local symbol at index 4 (>= sh_info of 2)
    [100%] Built target test_package
    
    
    ======== Testing the package: Executing test ========
    sdl_image/2.6.3 (test package): Running test()
    sdl_image/2.6.3 (test package): RUN: ./test_package
    ./test_package: error while loading shared libraries: libXvMC.so.1: cannot open shared object file: No such file or directory
    
    ERROR: sdl_image/2.6.3 (test package): Error in test() method, line 26
    	self.run(bin_path, env="conanrun")
    	ConanException: Error 127 while executing
    
  • sdl_image/2.8.2:
    Didn't run or was cancelled before finishing

  • sdl_image/2.0.5:
    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.

@PerikiyoXD
Copy link

PerikiyoXD commented Feb 11, 2024

TL;DR: current status to build 2.8.2:

#22485

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.

4 participants