Package Details: python-gdal-hdf4 3.12.4-1

Git Clone URL: https://aur.archlinux.org/gdal-hdf4.git (read-only, click to copy)
Package Base: gdal-hdf4
Description: Python bindings for GDAL
Upstream URL: https://gdal.org/
Licenses: custom
Conflicts: python-gdal
Provides: python-gdal
Submitter: ggranga
Maintainer: gds506
Last Packager: gds506
Votes: 4
Popularity: 0.000000
First Submitted: 2016-04-26 14:23 (UTC)
Last Updated: 2026-04-25 00:19 (UTC)

Required by (18)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5

chikycin commented on 2017-02-10 05:22 (UTC)

This worked: replace JAS_CAST(uchar *, buf); by JAS_CAST(unsigned char*, buf) in frmts/jpeg2000/jpeg2000_vsil_io.cpp, line 212. Reference: http://osgeo-org.1560.x6.nabble.com/gdal-dev-jpeg2000-jasper-error-compiling-gdal-2-1-from-git-release-branch-td5299100.html

chikycin commented on 2017-02-09 13:43 (UTC)

The build is breaking: ########### In file included from /usr/include/jasper/jasper.h:68:0, from jpeg2000_vsil_io.h:33, from jpeg2000_vsil_io.cpp:77: jpeg2000_vsil_io.cpp: In function 'void JPEG2000_VSIL_jas_stream_initbuf(jas_stream_t*, int, char*, int)': jpeg2000_vsil_io.cpp:212:32: error: 'uchar' was not declared in this scope stream->bufbase_ = JAS_CAST(uchar *, buf); ^ jpeg2000_vsil_io.cpp:212:23: error: expected primary-expression before ')' token stream->bufbase_ = JAS_CAST(uchar *, buf); ^ make[2]: *** [../../GDALmake.opt:648: ../o/jpeg2000_vsil_io.lo] Error 1 make[2]: Leaving directory '/tmp/packerbuild-1000/gdal-hdf4/gdal-hdf4/src/gdal-2.1.1/frmts/jpeg2000' make[1]: *** [GNUmakefile:15: jpeg2000-install-obj] Error 2 make[1]: Leaving directory '/tmp/packerbuild-1000/gdal-hdf4/gdal-hdf4/src/gdal-2.1.1/frmts' make: *** [GNUmakefile:88: frmts-target] Error 2 ==> ERROR: A failure occurred in build(). Aborting... The build failed. ########