Andreas Metzler

Results 16 issues of Andreas Metzler

librtprocess/src/include/rt_math.h lacks information about copyright and license.

Bug #244. Update FindOpenEXR.cmake from blender https://developer.blender.org/diffusion/B/browse/master/build_files/cmake/Modules/FindOpenEXR.cmake Use OPENEXR_INCLUDE_DIRS instead of OPENEXR_INCLUDE_DIR.

[nose](https://nose.readthedocs.io/en/latest/) is soon going to be in in unsupported mode (python 3.13 will remove lib2to3 which nose is using.) The nose homepage says: > Note to Users > > Nose...

Hello, Building GIT head (or 1.11.1) on up to date Debian (boost 1.74, python3-dev 3.9.8-1) yields a long list of similar errors on make check. ~~~ ERROR: test1.test_MinimaMaxima ---------------------------------------------------------------------- Traceback...

Hello, this is https://bugs.debian.org/984213 vigra's testsuite does not run successfully with gcc11: ~~~ [ 71%] Linking CXX executable test_utilities cd //obj.x86_64-linux-gnu/test/utilities && /usr/bin/cmake -E cmake_link_script CMakeFiles/test_utilities.dir/link.txt --verbose=1 /usr/bin/c++ -std=c++11 -pthread...

Hello, vigra 1.11.1 has a testsuite error when built with gcc 7: [ 37%] Linking CXX executable test_blockwisewatersheds cd /tmp/VIGRA/vigra-Version-1-11-1/obj/test/blockwisealgorithms && /usr/bin/cmake -E cmake_link_script CMakeFiles/test_blockwisewatersheds.dir/link.txt --verbose=1 /usr/lib/ccache/g++-7 -std=c++11 -pthread -W...

Hello, faketime cannot be used like this ... ~~~sh # start server process faketime '2022-12-13 10:00:00' server & PID=$! # ... testing ... kill $PID ~~~ ... since $PID contains...

Good morning, building against python 3.11 fails with: ~~~ Postprocessing html files cd /dev/shm/VIGRA/libvigraimpex-1.11.1/obj.x86_64-linux-gnu/docsrc && /usr/bin/python3 /dev/shm/VIGRA/libvigraimpex-1.11.1/docsrc/makeFunctionIndex.py /dev/shm/VIGRA/libvigraimpex-1.11.1/doc/vigra cd /dev/shm/VIGRA/libvigraimpex-1.11.1/obj.x86_64-linux-gnu/docsrc && /usr/bin/python3 /dev/shm/VIGRA/libvigraimpex-1.11.1/docsrc/post.py /dev/shm/VIGRA/libvigraimpex-1.11.1/doc/vigra 1.11.1 Traceback (most recent call last):...

easy fix

libspf2 fails to build with -Werror=implicit-function-declaration at ~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src -Werror=implicit-function-declaration -Wall -MT spf_utils.lo -MD -MP -MF .deps/spf_utils.Tpo -c spf_utils.c -fPIC -DPIC -o .libs/spf_utils.o...

Hello, updating autotools for mlterm does not work out of the box, the minimal working way I found was ```sh env AUTOMAKE=true AUTOHEADER=true \ autom4te_buildauxdir=/usr/share/libtool/build-aux/ \ autoreconf -f -i ....