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

[package] gdal/3.5.[1-2]: missing 'res' folder in package #15660

Closed
sxsong1207 opened this issue Feb 1, 2023 · 0 comments · Fixed by #19298
Closed

[package] gdal/3.5.[1-2]: missing 'res' folder in package #15660

sxsong1207 opened this issue Feb 1, 2023 · 0 comments · Fixed by #19298
Labels
bug Something isn't working

Comments

@sxsong1207
Copy link

Description

GDAL package used to contain "res/gdal" folder before 3.5.x on conan (I checked 3.4.3, it contains res/gdal/* files),

However, the recent version 3.5.1 3.5.2 missed such a folder, which contains some essential data for gdal running.

Package and Environment Details

  • Package Name/Version: gdal/3.5.[1-2]
  • Operating System+version: Linux Ubuntu 20.04 and Window 10
  • Compiler+version: GCC 9 and MSVC 2019
  • Conan version: conan 1.55.0

Conan profile

[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.libcxx=libstdc++11
compiler.version=9
os=Linux

Steps to reproduce

In Linux Bash:

conan download gdal/3.4.3:68820ae16fe73ad1ec91605b400b2ff83d912328
ls ~/.conan/data/gdal/3.4.3///package/68820ae16fe73ad1ec91605b400b2ff83d912328/

bin conaninfo.txt conanmanifest.txt include lib licenses res

conan download gdal/3.5.1:81e5d5569730d0770df53a5267e71cb78f2ec450
ls ~/.conan/data/gdal/3.5.1///package/81e5d5569730d0770df53a5267e71cb78f2ec450

conaninfo.txt conanmanifest.txt include lib licenses

Logs

Click to expand log
Put your log output here
@sxsong1207 sxsong1207 added the bug Something isn't working label Feb 1, 2023
valgur added a commit to valgur/conan-center-index that referenced this issue Nov 22, 2023
valgur added a commit to valgur/conan-center-index that referenced this issue Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant