Search Criteria
Package Details: gdal-hdf4 3.4.0-2.0
Package Actions
Git Clone URL: | https://aur.archlinux.org/gdal-hdf4.git (read-only, click to copy) |
---|---|
Package Base: | gdal-hdf4 |
Description: | A translator library for raster geospatial data formats, with support to HDF4 format (required to use MODIStsp tool). Based on gdal ArchLinux package version. |
Upstream URL: | https://gdal.org/ |
Licenses: | custom |
Conflicts: | gdal |
Provides: | gdal |
Submitter: | ggranga |
Maintainer: | ggranga |
Last Packager: | ggranga |
Votes: | 4 |
Popularity: | 0.59 |
First Submitted: | 2016-04-26 14:23 (UTC) |
Last Updated: | 2022-01-10 16:39 (UTC) |
Dependencies (30)
- cfitsio
- curl (curl-minimal-git, curl-git)
- geos (geos-git)
- giflib (giflib-git)
- hdf4
- hdf5 (hdf5-git, hdf5-openmpi)
- json-c (json-c-git)
- libgeotiff
- libjpeg-turbo (libjpeg-turbo-minimal-git, mozjpeg-git, mozjpeg, libjpeg-turbo-git)
- libpng (libpng-apng, libpng-minimal-git, libpng-git)
- libspatialite (libspatialite-devel)
- libtiff (libtiff-git, libtiff-minimal-git, libtiff-lerc, libtiff-maya-git)
- mariadb-libs (mariadb-libs-git, libmysqlclient)
- netcdf (netcdf-openmpi)
- openjpeg2 (openjpeg-git)
- poppler (poppler-minimal, poppler-lcdfilter, poppler-lcd, poppler-git)
- postgresql-libs (agensgraph-git, postgresql-libs-1c, postgresql-libs-9.5, postgresql-libs-9.4, postgresql-src-beta-libs, postgresql-libs-9.6, postgresql-libs-11, postgresql-libs-10, postgresql-lts-libs, postgresql-libs-12, postgresql13-libs, postgresql-src-libs)
- sqlite (sqlite-replication, sqlite-minimal-git, sqlite-fts3-parenthesis, sqlite-fossil)
- xerces-c
- boost (boost-git) (make)
- Show 10 more dependencies...
Required by (90)
- carto-sql-api (requires gdal)
- cloudcompare (requires gdal)
- cloudcompare-git (requires gdal)
- gazebo (requires gdal) (optional)
- gazebo-git (requires gdal) (optional)
- gdal-grass (requires gdal)
- geocrop (requires gdal)
- gerbil-git (requires gdal)
- gmt4 (requires gdal)
- gpsdrive (requires gdal)
- grass (requires gdal)
- grass6 (requires gdal)
- hdf-eos-common (requires gdal)
- hdf-eos2 (requires gdal)
- hdf-eos5 (requires gdal)
- kealib (requires gdal)
- libcitygml (requires gdal)
- liblas-git (requires gdal)
- libosmium (requires gdal) (optional)
- libosmium-git (requires gdal) (optional)
Latest Comments
Brimstorm commented on 2022-05-24 16:42 (UTC) (edited on 2022-05-24 16:43 (UTC) by Brimstorm)
Can't seem to build. Gives the following message at the end:
The only error message I could find appears way back:
Do you know of any potential solution?
ggranga commented on 2021-11-23 14:56 (UTC)
Thanks @FabioLolix, I updated the PKGBUILD with your suggestion. @mhaffner gdal as installing correctly because it is in community, so you do not need to compile it. Now I am able to compile correctly.
mhaffner commented on 2021-11-22 21:22 (UTC)
@ggranga @FabioLoix I copy/pasted the gdal-perl-vendor.patch contents in your link into a local file and updated the PKGBUILD appropriately. The sha256sum of the gdal-perl-vendor.patch file is correct, so I didn't need to update it. Upon running
makepkg
in that directory I get an error that I'm guessing is related to gdal?FabioLolix commented on 2021-11-22 19:52 (UTC)
Use this link for the perl vendor patch https://raw.githubusercontent.com/archlinux/svntogit-community/packages/gdal/trunk/gdal-perl-vendor.patch
mhaffner commented on 2021-11-22 19:48 (UTC)
@ggranga Thanks for clarifying - I see that now when I attempt to install gdal-hdf4. After a few weeks, it seems as though gdals' PKGBUILD is still not fixed. How should the maintainer be notified in order to fix it? That git repo does not have an "issues" section. Also, while I don't doubt that you are correct about this issue, why does gdal install correctly but gdal-hdf4 not, if they are based on the same PKGBUILD?
ggranga commented on 2021-11-02 16:50 (UTC)
It is an error related to gdal-perl-vendor.patch, which is not accessible at the URL set in the PKGBUILD. It is an issue inherited from gdal's PKGBUILD (https://github.com/archlinux/svntogit-community/blob/packages/gdal/trunk/PKGBUILD), so I will not change this one until new gdal rPKGBUILD will be released. In the meanwhile I uploaded the code of file gdal-perl-vendor.patch here: https://pastebin.com/raw/bgP79VkS ; you can manually download it, edit the PKGBUILD to update the sha256sum and compile.
mhaffner commented on 2021-10-29 16:10 (UTC)
Are the checksums out of date?
caciolucas commented on 2021-07-02 13:28 (UTC) (edited on 2021-07-02 13:28 (UTC) by caciolucas)
Not able to install
Receiving
curl: (6) Could not resolve host: git.archlinux.org
when trying to retrieve source gdal-perl-vendor.patcholivervbk commented on 2020-10-08 20:01 (UTC)
I fixed the jpeg2000dataset.cpp issue here: https://aur.archlinux.org/cgit/aur.git/tree/jpeg2000-issue-vendor.patch?h=gdal-ecw
based on https://github.com/OSGeo/gdal/issues/2844
tested on: https://aur.archlinux.org/packages/gdal-ecw
marcocurreli commented on 2020-09-16 22:54 (UTC)
I have this error: jpeg2000dataset.cpp:611:46: error: invalid conversion from ‘const char’ to ‘char’ [-fpermissive]
ggranga commented on 2020-06-12 05:16 (UTC)
"gdal-hdf4" is based on "gdal" ArchLinux package, NOT on GDAL source code. Please DO NOT mark this package as out-of-date if it is not outdated with respect of "gdal" Archlinux package.
ggranga commented on 2020-02-04 07:56 (UTC)
@RonnyD I simply edit the PKGBUILD of package "gdal" in order to include the support to HDF4 format; any other problems should be issued to that package.
RonnyD commented on 2020-01-27 16:56 (UTC) (edited on 2020-01-27 16:56 (UTC) by RonnyD)
I have problems compiling the package. Perhaps it is necessary to update the java dependencies?
joeroe commented on 2019-12-06 14:56 (UTC)
@ggranga It did, thank you!
ggranga commented on 2019-12-06 12:08 (UTC)
@joeroe the last package update should have fixed that error.
joeroe commented on 2019-12-06 08:12 (UTC) (edited on 2019-12-06 08:16 (UTC) by joeroe)
The current version fails to build for me with this error:
ggranga commented on 2019-08-18 12:37 (UTC)
@komzpa, this package is kept updated basing not on OSGeo but on community/gdal, whose version is 3.0.0.
ggranga commented on 2019-02-03 07:06 (UTC) (edited on 2019-02-03 07:07 (UTC) by ggranga)
@Kunda, this package is kept updated basing on community/gdal, whose version is 2.3.2.
Kunda commented on 2019-02-02 19:10 (UTC)
will there be a gdal 2.4.0 build or will there be a need for a separate package?
ConorIA commented on 2018-09-10 20:59 (UTC) (edited on 2018-09-10 21:02 (UTC) by ConorIA)
If anyone comes along trying to build this now that hdf4-nonetcdf has disappeared (404), the following changes to the hdf4 AUR package seem to be enough to get this built again. https://pastebin.com/7JNYiD8W
EDIT:: Nevermind, if it's not one thing, it's another.
asantam commented on 2018-04-13 16:16 (UTC) (edited on 2018-04-13 16:17 (UTC) by asantam)
Hello, the build is currently failing for me with the following error:
ogrgeojsonwriter.cpp:35:10: fatal error: json_object_private.h: No such file or directory
#include <json_object_private.h></json_object_private.h>
compilation terminated.
make[3]: *** [../../../GDALmake.opt:646: ../o/ogrgeojsonwriter.lo] Error 1
make[2]: *** [../../GDALmake.opt:659: geojson-target] Error 2
make[1]: *** [GNUmakefile:55: sublibs] Error 2
Apparently this is caused because json-c doesn't provide json_object_private.h anymore. This problem is solved in the gdal package (the one installed by pacman) by a patch file (gdal-2.2.3_json-c_013.patch).
ggranga commented on 2017-11-22 06:59 (UTC)
kikislater commented on 2017-11-22 06:18 (UTC)
ggranga commented on 2017-11-21 08:23 (UTC)
kikislater commented on 2017-11-20 10:57 (UTC) (edited on 2017-11-20 10:59 (UTC) by kikislater)
ggranga commented on 2017-02-10 09:46 (UTC)
chikycin commented on 2017-02-10 05:22 (UTC)
chikycin commented on 2017-02-09 13:43 (UTC)