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

GDAL-3.9.1 compilation error #10428

Closed
renardf opened this issue Jul 16, 2024 · 0 comments · Fixed by #10438
Closed

GDAL-3.9.1 compilation error #10428

renardf opened this issue Jul 16, 2024 · 0 comments · Fixed by #10438
Assignees

Comments

@renardf
Copy link

renardf commented Jul 16, 2024

What is the bug?

GDAL-3.9.1 compilation error :

gdal-3.9.1/port/cpl_vsil_libarchive.cpp: Dans la fonction « archive* VSICreateArchiveHandle(const string&) »:
gdal-3.9.1/port/cpl_vsil_libarchive.cpp:191:9: error: « archive_read_support_format_rar5 » n'a pas été déclaré dans cette portée
         archive_read_support_format_rar5(pArchive);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gdal-3.9.1/port/cpl_vsil_libarchive.cpp:191:9: note: alternatives suggérées: « archive_read_support_format_rar »
         archive_read_support_format_rar5(pArchive);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Steps to reproduce the issue

> cat /etc/redhat-release
Red Hat Enterprise Linux release 8.10 (Ootpa)

> cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local -DTIFF_INCLUDE_DIR=/usr/local/include -DTIFF_LIBRARY_RELEASE=/usr/local/lib/libtiff.so

Versions and provenance

Version 3.9.1 from : http://download.osgeo.org/gdal/3.9.1/gdal-3.9.1.tar.gz (idem with 3.9.0)

Additional context

No response

@rouault rouault self-assigned this Jul 18, 2024
rouault added a commit that referenced this issue Jul 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes #10428
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants