Bas Couwenberg

Results 69 issues of Bas Couwenberg

outlook.com sends gzipped XML instead of plain XML or a ZIP file like `protection.outlook.com!example.com!1634515200!1634601600.xml.gz` This is currently not supported: ``` $ dmarc-cat -v /tmp/protection.outlook.com\!example.com\!1634515200\!1634601600.xml.gz 2021/10/20 10:09:55 Analyzing /tmp/protection.outlook.com!example.com!1634515200!1634601600.xml.gz 2021/10/20 10:09:55...

enhancement

GEOS 3.6.0 has been released, and unfortunately osmium fails to build with it: ``` g++ -g -O2 -fdebug-prefix-map=/build/osmium-0.0~20160425-e2e4368=. -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -I/usr/include/libshp -DOSMIUM_WITH_DEBUG...

The liblas Debian package failed to build with GDAL 2.5.0-beta1: ``` /build/liblas-1.8.1/src/gt_wkt_srs.cpp:496:18: error: 'class OGRSpatialReference' has no member named 'FixupOrdering' oSRS.FixupOrdering(); ^~~~~~~~~~~~~ ``` From https://github.com/OSGeo/gdal/blob/v2.5.0beta1/gdal/MIGRATION_GUIDE.TXT: > * removal of OSRFixup()...

build

As reported by Helmut Grohne in [Debian Bug #911233](https://bugs.debian.org/911233) > ossim fails to cross build from source for two distinct reasons. > > The immediate failure is a linker error....

@lamby provided a patch for the Debian package to make the build reproducible in [Debian Bug #1012836](https://bugs.debian.org/1012836): > Whilst working on the Reproducible Builds effort [[0](https://reproducible-builds.org/)] we noticed that mapproxy...

## Context The rebuild of the mapproxy Debian package with GDAL 2.5.0-beta1 & PROJ 6.0.0 got a segfault during the tests: ``` mapproxy.test.unit.test_srs.Test_1_ProjDataPath.test_dummy_srs ... Segmentation fault ``` ## Expected Behavior...

The Debian package build for Fiona 1.8.14 failed on several architectures due to test failures: **i386** ([full buildlog](https://buildd.debian.org/status/fetch.php?pkg=fiona&arch=i386&ver=1.8.14-1&stamp=1598936045&file=log)) ``` =================================== FAILURES =================================== _______________________ test_write_or_driver_error[DGN] ________________________ tmpdir = local('/tmp/pytest-of-buildd/pytest-0/test_write_or_driver_error_DGN0') driver =...

The Debian package build of nco failed because it doesn't have autoconf 2.70 yet: ``` libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'autobld'. libtoolize: copying file 'autobld/ltmain.sh' libtoolize: putting macros in...

high priority

[netcdf4-python test failures](https://github.com/Unidata/netcdf4-python/issues/1170) revealed some issues with the CMake build. The default value doesn't match the documentation: ```cmake # If user wants, then install selected plugins (default on) SET(PLUGIN_INSTALL_DIR "NO"...

The CMake build for NetCDF 4.9.0 uses the wrong library version which causes the wrong filename to be used: ``` -rw-r--r-- root/root 1424472 2022-06-11 08:35 ./usr/lib/x86_64-linux-gnu/libnetcdf.so.19} lrwxrwxrwx root/root 0 2022-06-11...

priority/high