nieder

Results 24 issues of nieder

On macOS, I get this failure building mdbtools 0.9.2 through 1.0.0: > libtool: compile: gcc -DPACKAGE_NAME=\"mdbtools\" -DPACKAGE_TARNAME=\"mdbtools\" -DPACKAGE_VERSION=\"1.0.0\" "-DPACKAGE_STRING=\"mdbtools 1.0.0\"" -DPACKAGE_BUGREPORT=\"https://github.com/mdbtools/mdbtools/issues\" -DPACKAGE_URL=\"https://github.com/mdbtools/mdbtools\" -DPACKAGE=\"mdbtools\" -DVERSION=\"1.0.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1...

In commit 1763633 (post v1.8.0), the SOVERSION for the libraries was set to 1. This matches the old versioning for v1.7.8 (autotools). However, many symbols seems to have been switched...

On macOS 10.14.6, I'm getting a test failure on rfc7508.py (from v0.2.8): ``` running test Traceback (most recent call last): File "/sw/build.build/pyasn1-modules-py310-0.2.8-1/pyasn1-modules-0.2.8/setup.py", line 137, in setup(**params) File "/sw/lib/python3.10/site-packages/setuptools/__init__.py", line 153,...

This is macOS with python3.10. Unfortunately, it's for readme-renderer-v41 because I can't update to 42 which needs nh3, which needs rust, which I don't have. ``` /sw/bin/python3.10 -m pytest -vv...

The install is being forced into /usr, which is often write-restricted. CMakeLists should honor $CMAKE_INSTALL_PREFIX. ``` cmake -DCMAKE_INSTALL_NAME_DIR=/opt/sw/lib -DCMAKE_INSTALL_PREFIX=/opt/sw . ... -- Packaging for Macintosh -- gcrypt location -- CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION...

The tarball from https://pypi.org/project/wcag-contrast-ratio/#files doesn't include the LICENSE or tox.ini files

**Is your feature request related to a problem? Please describe.** When running `pythonX.Y ./install.py`, the framework wrappers install to $PREFIX/lib/pythonX.Y/site-packages/$FRAMEWORK, and if that's write restricted, to $HOME/.local/lib/pythonX.Y/site-packages. Sometimes, the install...

enhancement

Trying to build wxGTK on macOS and get the following compile error. This is the input to configure: > ./configure --prefix=/sw --libdir=/sw/lib/wxwidgets320-gtk2 --enable-intl --enable-unicode --disable-mediactrl --enable-dependency-tracking --enable-cxx11 --enable-unicode --enable-display --enable-geometry...

build

**Describe the bug** 6 tests fail, all seem to have trouble with where to place `ä` (lower case 'a' with umlaut). The basic assertion is something like this for all...

**Describe the bug** building proxy.py with python3.10 on macOS, I get this test failure: ```python /sw/bin/python3.10 -m pytest -vv || exit 2 ==================================================================================================== test session starts ===================================================================================================== platform darwin --...

Bug