Am 04.04.20 um 19:44 schrieb Kurt Mosiejczuk: > On Sat, Apr 04, 2020 at 06:03:46PM +0200, Charlene Wendling wrote: > >> I've spotted this while lurking the sparc64 bulk, netcdf fails to build: > >>> libdispatch/dfilter.c:681:1: error: static declaration of 'byteswap8' >>> follows non-static declaration >> (and more) > >> A pull request has already been made to the upstream GitHub repo [0], >> this fixes the build on macppc [1], and amd64 is still fine. > >> Some patches got regenerated as well :) > >> Test returns 1 failure on macppc in tst_netcdf4.sh, but this seems >> harmless, from the log: > >>> *** Testing '-s' option for special attributes. >>> *** creating special attributes test file tst_special_atts.nc...ok. >>> *** Tests successful! >>> *** comparing tst_special_atts.cdl with ref_tst_special_atts.cdl... >>> 48c48 >>> < var6:_Endianness = "big" ; >>> --- >>>> var6:_Endianness = "little" ; >>> 51c51 >>> < var7:_Endianness = "big" ; >>> --- >>>> var7:_Endianness = "little" ; >>> FAIL tst_netcdf4.sh (exit status: 1) > >> Comments/feedback are welcome, > > Looks good and works on my sparc64 test machine (which is still base-gcc).
Yes good catch, many thanks. Ok martin
