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

osgearth: support conan v2 #14807

Closed
wants to merge 3 commits into from
Closed

Conversation

toge
Copy link
Contributor

@toge toge commented Dec 19, 2022

Specify library name and version: osgearth/*


@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline

Failure in build 3 (dc8331bb738fd49824fefd2a909e748924795957):

  • osgearth/3.3@:
    Error running command conan info osgearth/3.3@#8bd053d2669f5309dd07ba75febb12de --json {jsonName} -pr {profileName}:

    [settings]
    arch=x86_64
    build_type=Release
    compiler=apple-clang
    compiler.libcxx=libc++
    compiler.version=11.0
    os=Macos
    [options]
    osgearth:shared=False
    
    ...
    WARN: gdal/3.4.3: requirement zlib/1.2.12 overridden by osgearth/3.3 to zlib/1.2.13 
    WARN: libgeotiff/1.7.1: requirement libtiff/4.4.0 overridden by gdal/3.4.3 to libtiff/4.3.0 
    WARN: libgeotiff/1.7.1: requirement proj/9.0.1 overridden by gdal/3.4.3 to proj/9.0.0 
    WARN: libtiff/4.3.0: requirement libdeflate/1.15 overridden by libgeotiff/1.7.1 to libdeflate/1.12 
    WARN: libtiff/4.3.0: requirement libjpeg/9e overridden by libgeotiff/1.7.1 to libjpeg/9d 
    WARN: libtiff/4.3.0: requirement zstd/1.5.2 overridden by libgeotiff/1.7.1 to zstd/1.4.9 
    WARN: libtiff/4.3.0: requirement libwebp/1.2.4 overridden by libgeotiff/1.7.1 to libwebp/1.2.0 
    WARN: proj/9.0.0: requirement sqlite3/3.40.0 overridden by libgeotiff/1.7.1 to sqlite3/3.38.5 
    WARN: proj/9.0.0: requirement libtiff/4.4.0 overridden by libgeotiff/1.7.1 to libtiff/4.3.0 
    WARN: proj/9.0.0: requirement libcurl/7.86.0 overridden by libgeotiff/1.7.1 to libcurl/7.84.0 
    WARN: openscenegraph/3.6.5: requirement zlib/1.2.12 overridden by osgearth/3.3 to zlib/1.2.13 
    ERROR: Conflict in freetype/2.12.1:
        'freetype/2.12.1' requires 'libpng/1.6.39' while 'gdal/3.4.3' requires 'libpng/1.6.37'.
        To fix this conflict you need to override the package 'libpng' in your root package.
    
  • osgearth/3.2@:
    Error running command conan info osgearth/3.2@#e58318460c0697389a02da4a5a61756f --json {jsonName} -pr {profileName}:

    [settings]
    arch=x86_64
    build_type=Release
    compiler=apple-clang
    compiler.libcxx=libc++
    compiler.version=11.0
    os=Macos
    [options]
    osgearth:shared=False
    
    ...
    WARN: gdal/3.4.3: requirement zlib/1.2.12 overridden by osgearth/3.2 to zlib/1.2.13 
    WARN: libgeotiff/1.7.1: requirement libtiff/4.4.0 overridden by gdal/3.4.3 to libtiff/4.3.0 
    WARN: libgeotiff/1.7.1: requirement proj/9.0.1 overridden by gdal/3.4.3 to proj/9.0.0 
    WARN: libtiff/4.3.0: requirement libdeflate/1.15 overridden by libgeotiff/1.7.1 to libdeflate/1.12 
    WARN: libtiff/4.3.0: requirement libjpeg/9e overridden by libgeotiff/1.7.1 to libjpeg/9d 
    WARN: libtiff/4.3.0: requirement zstd/1.5.2 overridden by libgeotiff/1.7.1 to zstd/1.4.9 
    WARN: libtiff/4.3.0: requirement libwebp/1.2.4 overridden by libgeotiff/1.7.1 to libwebp/1.2.0 
    WARN: proj/9.0.0: requirement sqlite3/3.40.0 overridden by libgeotiff/1.7.1 to sqlite3/3.38.5 
    WARN: proj/9.0.0: requirement libtiff/4.4.0 overridden by libgeotiff/1.7.1 to libtiff/4.3.0 
    WARN: proj/9.0.0: requirement libcurl/7.86.0 overridden by libgeotiff/1.7.1 to libcurl/7.84.0 
    WARN: openscenegraph/3.6.5: requirement zlib/1.2.12 overridden by osgearth/3.2 to zlib/1.2.13 
    ERROR: Conflict in freetype/2.12.1:
        'freetype/2.12.1' requires 'libpng/1.6.39' while 'gdal/3.4.3' requires 'libpng/1.6.37'.
        To fix this conflict you need to override the package 'libpng' in your root 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.

@toge toge marked this pull request as draft December 19, 2022 08:31
@toge
Copy link
Contributor Author

toge commented Dec 19, 2022

keep draft until gdal recipe is updated.

freetype/2.12.1' requires 'libpng/1.6.39' while 'gdal/3.4.3' requires 'libpng/1.6.37'.

@stale
Copy link

stale bot commented Jan 20, 2023

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 Jan 20, 2023
@toge toge closed this Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants