nieder

Results 24 issues of nieder

Trying to build eventlet v0.39.0, I'm seeing over 250 test failures, all the failing tests have the same error output shown below. This is macOS using python3.10 (but also fails...

platform-osx
bug

When building and testing 2.0.0 or 3.0.0b2, compiling fails like this: ``` gcc -DHAVE_CONFIG_H -I. -I../../src -I/sw/include -DYY_NO_INPUT -DYY_NO_UNPUT -D_FORTIFY_SOURCE=2 -Wall -Werror -g -O2 -fstack-protector-strong -Werror -MT test_clean_lower.o -MD -MP...

**Describe the bug** On macOS, the install_name for the library is (currently) libflint.21.0.dylib, as set in configure.ac from #1342 https://github.com/flintlib/flint/blob/88eb14c722cc8771971fcf3da96efa1309745fd1/configure.ac#L900-L906 From `Makefile`: ``` FLINT_LIB:=libflint.dylib FLINT_LIB_MAJOR:=libflint.21.dylib FLINT_LIB_FULL:=libflint.21.0.dylib ``` ``` $ otool...

bug

On macOS 10.14.6, I get this test failure: ``` Start 799: bsdcpio_test_option_a 799/846 Test #799: bsdcpio_test_option_a .........................................................***Failed 0.05 sec ... The following tests FAILED: 799 - bsdcpio_test_option_a (Failed) ``` In...