Opened 6 years ago
Closed 6 years ago
#1788 closed defect (fixed)
gdal-java not found on Debian Testing
Reported by: | Dimitar Misev | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | critical | Milestone: | 9.7 |
Component: | build system | Version: | development |
Keywords: | Cc: | Bang Pham Huu | |
Complexity: | Trivial |
Description
The gdal-java JNI library in Debian testing is called libgdalalljni.so, but our CMakeLists.txt searches only for libgdaljni.so, so cmake fails.
Attachments (1)
Change History (10)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Priority: | major → critical |
---|
comment:3 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
by , 6 years ago
Attachment: | rasdaman.install.log added |
---|
comment:4 by , 6 years ago
Tested with Rasdaman Installer on Debian8 and no error from GDAL-Java (e.g: no failed tests in WCS).
In host's Rasdaman Installer:
rasdamaninstaller/test/debian8/run.sh up
Then,
./run.sh ssh
to login the VM
Then, in the VM clone a rasdaman installer from http://codereview.rasdaman.org/diffusion/RI/
./ci_test.sh profile/testdata/test_empty_file.toml
to build Rasdaman from newest source and run the test
Installer log: http://rasdaman.org/attachment/ticket/1788/rasdaman.install.log
and library for gdal-java
ls -l /usr/lib/jni/ total 436 -rw-r--r-- 1 root root 22352 Oct 16 2014 libgdalconstjni.so -rw-r--r-- 1 root root 228984 Oct 16 2014 libgdaljni.so -rw-r--r-- 1 root root 118544 Oct 16 2014 libogrjni.so -rw-r--r-- 1 root root 72640 Oct 16 2014 libosrjni.so
follow-up: 6 comment:5 by , 6 years ago
Debian testing (what I run on my laptop/machine) != Debian 8, it's kinda like Debian 10: https://www.debian.org/releases/testing/
comment:6 by , 6 years ago
Replying to dmisev:
Debian testing (what I run on my laptop/machine) != Debian 8, it's kinda like Debian 10: https://www.debian.org/releases/testing/
ok, so now I know that you mention Debian10, not 8 .
comment:7 by , 6 years ago
Try this vagrant box: https://app.vagrantup.com/fujimakishouten/boxes/debian-buster64
comment:8 by , 6 years ago
ok, so now I know that you mention Debian10, not 8 .
yes sorry, I should've been clearer, Testing could be confused with the Debian VM on Jenkins
comment:9 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fix problem with Petascope for gdal-java version 2.x in ticket http://rasdaman.org/ticket/1790
Further problem though (I guess the library name is hard-coded in petascope as well). Bang can you check this?
I have these libraries: