You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Poppler is an optional dependency for GDAL 3.11.3, see here. We currently do not add a dependency for this, but also do not explicitly disable the inclusion in GDAL. GDAL will therefore try to find Poppler on the system. If one is found, it will try to use that one for building. In my case when trying to build #24002, this failed with the following error:
Thyre
changed the title
explicitly disable poppler in GDAL 3.11.3 to not pick up system one
explicitly disable Poppler in GDAL 3.11.3 to not pick up system one
Sep 26, 2025
Test report by @Thyre SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
Linux - Linux Arch Linux UNKNOWN, x86_64, AMD Ryzen 7 7800X3D 8-Core Processor (zen4), 1 x AMD Navi 48 [Radeon RX 9070/9070 XT/9070 GRE] (device id: 0x7550, gfx: gfx1201, driver: Linuxversion6.16.8-arch1-1), 1 x AMD Raphael (device id: 0x164e, gfx: gfx1036, driver: Linuxversion6.16.8-arch1-1), Python 3.13.7
See https://gist.github.com/Thyre/01de933a0d3b3257a3aed75c842b63f7 for a full test report.
Test report by @Thyre SUCCESS
Build succeeded for 3 out of 3 (1 easyconfigs in total)
Framework - Linux Fedora Linux 43, x86_64, AMD Ryzen AI 7 350 w/ Radeon 860M (zen5), 1 x AMD Krackan [Radeon 840M / 860M Graphics] (device id: 0x1114, gfx: gfx1152, driver: 6.17.0-0.rc7.56.fc43.x86_64), Python 3.14.0rc3
See https://gist.github.com/Thyre/1197290f3332819f6d08989a45490dd3 for a full test report.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2025bissues & PRs related to 2025b common toolchainsbug fix
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(created using
eb --new-pr)Poppler is an optional dependency for GDAL 3.11.3, see here. We currently do not add a dependency for this, but also do not explicitly disable the inclusion in GDAL. GDAL will therefore try to find Poppler on the system. If one is found, it will try to use that one for building. In my case when trying to build #24002, this failed with the following error:
This gave the clear hint that
libpoppleris taken from the system.To fix this, explicitly disable building GDAL with support for Poppler.