nieder
nieder
On macOS, TestTopdirTrash.test_trash from v1.5.0 fails like this for pythons 27, 34-37. ```` $ PYTHONPATH=/sw/build.build/send2trash-py27-1.5.0-1/Send2Trash-1.5.0/build/lib /sw/bin/pytest-2.7 -v ======================================== test session starts ========================================= platform darwin -- Python 2.7.16, pytest-3.10.1, py-1.7.0, pluggy-0.7.1...
src/rwpng.c doesn't build when using libpng15 or libpng16 because the macro ZLIB_VERSION is not found. This is because png.h in these newer versions no longer #include themselves. Adding "#include "...
I've been building gd2-2.2.x for quite some time (with no raqm). I just updated to gd-2.3.0, so decided to activate the raqm (v0.7.0) features. This causes the gdimagestringft_bbox test to...
On macOS11.5, iODBC-3.52.15 fails to compile with this error (build succeeds on 10.13 and 10.14): ``` /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -DODBCVER=0x0350 -DIODBC_BUILD=15210607 -DNO_FRAMEWORKS -version-info 3:30:1 -export-symbols ./drvproxy.exp...
Makefile only sets `-framework IOKit -framework CoreFoundation` for MacPorts and homebrew. When building mspdebug with Fink, those flags aren't added and the build fails with the relevant missing symbols. Adding...
Releases should be tagged in git so it's easy to grab the correct tarball or put the tree at the right point in history.
On macOS, the old autotools release (tested with 0.13.62) creates the library libzzip-0.13.dylib with a compatibility_version of 14.0.0. But the cmake build (tested with 0.13.72) has a compatibility_version of 13.0.0....
The directory `data/test` is empty in the tarball downloaded from pypi. This means that tests fail when trying to build/test/install csv2ofx.
Testing 1.3.0, running tests fails like this: ``` $ PYTHONPATH=/sw/build.build/pygogo-py38-1.3.0-1/pygogo-1.3.0/build/lib /sw/bin/python3.8 tests/test.py Script result: /sw/build.build/pygogo-py38-1.3.0-1/pygogo-1.3.0/bin/gogo --help return code: 1 -- stderr: -------------------- Traceback (most recent call last): File "/sw/build.build/pygogo-py38-1.3.0-1/pygogo-1.3.0/bin/gogo", line...
Testing meza-0.46.0, I get this error (py38-py310): ```python Test for reading an html table exported from excel ... FAIL ====================================================================== FAIL: Test for reading an html table exported from excel...