-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
OGDI drivers fail to build on Debian 11 Bullseye (missing rpc/rpc.h) #6520
Comments
Manually editing [Edit] compiling without OGDI drivers still gives out segfault, so can't confirm whether fixing includes would work. |
I'm confused by this. Just trying the docker debian:10 image, I can only install libogdi3.2. How did you install OGDI 4.1 ? |
@rouault All apologies: I meant to write Debian 11 (Bullseye), not 10! |
I can't reproduce any build error with the following:
inside container:
I do have libtirpc package installed (as one of the dependencies of the ones I installed)
Although I presume it is rather the following which is used:
and you can't remove libc6-dev without removing g++ |
Indeed… after retrying on a perfectly clean reinstall of Debian 11, I am no longer able to replicate that weird issue. Sorry for raising this false alarm… |
@zedrdave @rouault I'm trying to compile gdal 3.7.1 in debian 11
And I have
|
Hi,
|
Encountering issue similar to the one described in #4817
Expected behavior and actual behavior.
When building from head using cmake.
Expect: all drivers to build
Actual: OGDI driver fails to build because rpc/rpc.h is not found:
Ogdi is installed and correctly detected by pkg-config:
(but, as expected, no longer contains
rpc/rpc.h
)Steps to reproduce the problem.
Operating system
Linux 5.10.0-18-amd64 #1 SMP Debian 5.10.140-1 (2022-09-02) x86_64 GNU/Linux
GDAL version and provenance
Using current head
Excerpt from CMakeCache.txt:
The text was updated successfully, but these errors were encountered: