zxcvbn-c-2.5
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:2569:5: error: implicit instantiation of undefined template 'std::char_traits<int>'
2569 | traits_type::copy(
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
In file included from dict-generate.cpp:25:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__locale:27:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:624:
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__string/char_traits.h:388:16: error: implicit instantiation of undefined template 'std::char_traits<int>'
388 | __first1 = _Traits::find(__first1, __len1 - __len2 + 1, __f2);
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__string/char_traits.h:413:28: note: in instantiation of function template specialization 'std::__search_substring<int, std::char_traits<int>>' requested here
413 | const _CharT* __r = std::__search_substring<_CharT, _Traits>(__p + __pos, __p + __sz, __s, __s + __n);
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:3497:15: note: in instantiation of function template specialization 'std::__str_find<int, unsigned long, std::char_traits<int>, 18446744073709551615UL>' requested here
3497 | return std::__str_find<value_type, size_type, traits_type, npos>(data(), size(), __str.data(), __pos, __str.size());
| ^
dict-generate.cpp:874:44: note: in instantiation of member function 'std::basic_string<int>::find' requested here
874 | StringOfInts::size_type x = ChildAddrs.find(Chld);
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
In file included from dict-generate.cpp:25:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__locale:27:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:624:
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__string/char_traits.h:397:9: error: implicit instantiation of undefined template 'std::char_traits<int>'
397 | if (_Traits::compare(__first1, __first2, __len2) == 0)
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
In file included from dict-generate.cpp:25:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__locale:27:
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:2873:7: error: implicit instantiation of undefined template 'std::char_traits<int>'
2873 | traits_type::copy(__p + __sz, __s, __n);
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:1393:12: note: in instantiation of member function 'std::basic_string<int>::append' requested here
1393 | return append(__str.data(), __str.size());
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:1364:12: note: in instantiation of member function 'std::basic_string<int>::append' requested here
1364 | return append(__str);
| ^
dict-generate.cpp:879:20: note: in instantiation of member function 'std::basic_string<int>::operator+=' requested here
879 | ChildAddrs += Chld;
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
In file included from dict-generate.cpp:25:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__locale:27:
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:2876:7: error: implicit instantiation of undefined template 'std::char_traits<int>'
2876 | traits_type::assign(__p[__sz], value_type());
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
In file included from dict-generate.cpp:25:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__locale:27:
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:2525:5: error: implicit instantiation of undefined template 'std::char_traits<int>'
2525 | traits_type::copy(std::__to_address(__p), std::__to_address(__old_p), __n_copy);
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:2879:5: note: in instantiation of member function 'std::basic_string<int>::__grow_by_and_replace' requested here
2879 | __grow_by_and_replace(__cap, __sz + __n - __cap, __sz, __sz, 0, __n, __s);
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:1393:12: note: in instantiation of member function 'std::basic_string<int>::append' requested here
1393 | return append(__str.data(), __str.size());
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:1364:12: note: in instantiation of member function 'std::basic_string<int>::append' requested here
1364 | return append(__str);
| ^
dict-generate.cpp:879:20: note: in instantiation of member function 'std::basic_string<int>::operator+=' requested here
879 | ChildAddrs += Chld;
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
In file included from dict-generate.cpp:25:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__locale:27:
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:2527:5: error: implicit instantiation of undefined template 'std::char_traits<int>'
2527 | traits_type::copy(std::__to_address(__p) + __n_copy, __p_new_stuff, __n_add);
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
In file included from dict-generate.cpp:25:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__locale:27:
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:2530:5: error: implicit instantiation of undefined template 'std::char_traits<int>'
2530 | traits_type::copy(
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
In file included from dict-generate.cpp:25:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/iostream:45:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/ios:223:
In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__locale:27:
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:2538:3: error: implicit instantiation of undefined template 'std::char_traits<int>'
2538 | traits_type::assign(__p[__old_sz], value_type());
| ^
/nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^
3 warnings and 14 errors generated.
make: *** [makefile:64: dictgen] Error 1
zxpy-1.6.4
Build started
Sourcing python-remove-tests-dir-hook
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing pypa-build-hook
Using pypaBuildPhase
Sourcing python-runtime-deps-check-hook
Using pythonRuntimeDepsCheckHook
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing pytest-check-hook
Using pytestCheckPhase
→ unpackPhase
unpacking source archive /nix/store/9nrkz150r39ghb67ip3jn47m16vwpvla-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/zx.py"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
Executing pypaBuildPhase
Creating a wheel...
pypa build flags: --no-isolation --outdir dist/ --wheel
* Getting build dependencies for wheel...
/nix/store/dklqz633x8big8lgqifpj97f8hd7v6b8-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: MIT License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running egg_info
creating zxpy.egg-info
writing zxpy.egg-info/PKG-INFO
writing dependency_links to zxpy.egg-info/dependency_links.txt
writing entry points to zxpy.egg-info/entry_points.txt
writing requirements to zxpy.egg-info/requires.txt
writing top-level names to zxpy.egg-info/top_level.txt
writing manifest file 'zxpy.egg-info/SOURCES.txt'
reading manifest file 'zxpy.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'zxpy.egg-info/SOURCES.txt'
* Building wheel...
/nix/store/dklqz633x8big8lgqifpj97f8hd7v6b8-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: MIT License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib
copying zx.py -> build/lib
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
copying build/lib/zx.py -> build/bdist.linux-x86_64/wheel/.
running install_egg_info
running egg_info
writing zxpy.egg-info/PKG-INFO
writing dependency_links to zxpy.egg-info/dependency_links.txt
writing entry points to zxpy.egg-info/entry_points.txt
writing requirements to zxpy.egg-info/requires.txt
writing top-level names to zxpy.egg-info/top_level.txt
reading manifest file 'zxpy.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'zxpy.egg-info/SOURCES.txt'
Copying zxpy.egg-info to build/bdist.linux-x86_64/wheel/./zxpy-1.6.4-py3.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/zxpy-1.6.4.dist-info/WHEEL
creating '/build/source/dist/.tmp-oj6p825e/zxpy-1.6.4-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'zx.py'
adding 'zxpy-1.6.4.dist-info/licenses/LICENSE'
adding 'zxpy-1.6.4.dist-info/METADATA'
adding 'zxpy-1.6.4.dist-info/WHEEL'
adding 'zxpy-1.6.4.dist-info/entry_points.txt'
adding 'zxpy-1.6.4.dist-info/top_level.txt'
adding 'zxpy-1.6.4.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built zxpy-1.6.4-py3-none-any.whl
Finished creating a wheel...
Finished executing pypaBuildPhase
→ pythonRuntimeDepsCheckHook
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for zxpy-1.6.4-py3-none-any.whl
Finished executing pythonRuntimeDepsCheck
→ installPhase
Executing pypaInstallPhase
Successfully installed zxpy-1.6.4-py3-none-any.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/8z7pyc994if4b986wqx466mfciz5xvwf-zxpy-1.6.4-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/8z7pyc994if4b986wqx466mfciz5xvwf-zxpy-1.6.4-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/8z7pyc994if4b986wqx466mfciz5xvwf-zxpy-1.6.4-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in /nix/store/8z7pyc994if4b986wqx466mfciz5xvwf-zxpy-1.6.4-x86_64-unknown-linux-gnufilc0/lib /nix/store/8z7pyc994if4b986wqx466mfciz5xvwf-zxpy-1.6.4-x86_64-unknown-linux-gnufilc0/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/mfkdw1fm1i3m578y0v6p0b3n8z0rknas-zxpy-1.6.4-x86_64-unknown-linux-gnufilc0-dist
checking for references to /build/ in /nix/store/mfkdw1fm1i3m578y0v6p0b3n8z0rknas-zxpy-1.6.4-x86_64-unknown-linux-gnufilc0-dist...
patching script interpreter paths in /nix/store/mfkdw1fm1i3m578y0v6p0b3n8z0rknas-zxpy-1.6.4-x86_64-unknown-linux-gnufilc0-dist
Rewriting #!/nix/store/nn9ckj7v5gxzzajwz79lzr9kclpvf9pf-python3-3.12.11/bin/python3.12 to #!/nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0
wrapping `/nix/store/8z7pyc994if4b986wqx466mfciz5xvwf-zxpy-1.6.4-x86_64-unknown-linux-gnufilc0/bin/zxpy'...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ installCheckPhase
no Makefile or custom installCheckPhase, doing nothing
→ pythonRemoveBinBytecodePhase
→ pytestCheckPhase
Executing pytestCheckPhase
pytest flags: -m pytest
============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.3.5, pluggy-1.5.0
rootdir: /build/source
configfile: pytest.ini
testpaths: tests
collected 52 items
tests/zxpy_test.py .................................................... [100%]
============================== 52 passed in 0.97s ==============================
Finished executing pytestCheckPhase
→ pytestcachePhase
→ pytestRemoveBytecodePhase
zydis-4.1.1
Build started
→ unpackPhase
unpacking source archive /nix/store/hy7jdx85ralz2794dpm9g83h6mj9hxh2-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
fixing cmake files...
cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LOCALEDIR=/nix/store/dygryahx60zcfzr4fwk5hnxy2y7dm57r-zydis-x86_64-unknown-linux-gnufilc0-4.1.1/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/dygryahx60zcfzr4fwk5hnxy2y7dm57r-zydis-x86_64-unknown-linux-gnufilc0-4.1.1/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/dygryahx60zcfzr4fwk5hnxy2y7dm57r-zydis-x86_64-unknown-linux-gnufilc0-4.1.1/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/dygryahx60zcfzr4fwk5hnxy2y7dm57r-zydis-x86_64-unknown-linux-gnufilc0-4.1.1/share/doc/Zydis -DCMAKE_INSTALL_INFODIR=/nix/store/dygryahx60zcfzr4fwk5hnxy2y7dm57r-zydis-x86_64-unknown-linux-gnufilc0-4.1.1/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/dygryahx60zcfzr4fwk5hnxy2y7dm57r-zydis-x86_64-unknown-linux-gnufilc0-4.1.1/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/dygryahx60zcfzr4fwk5hnxy2y7dm57r-zydis-x86_64-unknown-linux-gnufilc0-4.1.1/include -DCMAKE_INSTALL_SBINDIR=/nix/store/dygryahx60zcfzr4fwk5hnxy2y7dm57r-zydis-x86_64-unknown-linux-gnufilc0-4.1.1/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/dygryahx60zcfzr4fwk5hnxy2y7dm57r-zydis-x86_64-unknown-linux-gnufilc0-4.1.1/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/dygryahx60zcfzr4fwk5hnxy2y7dm57r-zydis-x86_64-unknown-linux-gnufilc0-4.1.1/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/strip -DCMAKE_RANLIB=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ranlib -DCMAKE_AR=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/dygryahx60zcfzr4fwk5hnxy2y7dm57r-zydis-x86_64-unknown-linux-gnufilc0-4.1.1 -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_INCLUDEDIR=include -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
-- The C compiler identification is Clang 20.1.8
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found Threads: TRUE
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
Can't generate documentation, Doxygen not found.
-- Found Python: /nix/store/vxl8pzgkkw8vdb4agzwm58imrfclmfrx-python3-3.12.11/bin/python3.12 (found suitable version "3.12.11", minimum required is "3") found components: Interpreter
-- Configuring done (0.4s)
-- Generating done (0.0s)
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_CXX_COMPILER
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_POLICY_DEFAULT_CMP0025
-- Build files have been written to: /build/source/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
[ 1%] Building C object CMakeFiles/Zydis.dir/src/MetaInfo.c.o
[ 3%] Building C object CMakeFiles/Zydis.dir/src/Mnemonic.c.o
[ 5%] Building C object CMakeFiles/Zydis.dir/src/Segment.c.o
[ 7%] Building C object CMakeFiles/Zydis.dir/src/String.c.o
[ 11%] Building C object CMakeFiles/Zydis.dir/src/Register.c.o
[ 11%] Building C object CMakeFiles/Zydis.dir/src/SharedData.c.o
clang-20: /build/filc0-src/llvm/lib/Transforms/Instrumentation/FilPizlonator.cpp:6749: bool {anonymous}::Pizlonator::computeConstantRelocations(llvm::Constant*, std::vector<{anonymous}::ConstantRelocation>&, size_t): Assertion `!(Offset % WordSize)' failed.PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0. Program arguments: /nix/store/f7c5s76n67mj1pr39cy7aj0akjy1s4mn-filc0-git/bin/clang-20 --filc-resource-dir=/nix/store/y2qxql0v1lb5dq17abn45xycriypv5ks-sarcasm-0-unstable-4867f1179f1c -Wno-unused-command-line-argument --gcc-toolchain=/nix/store/kxm6wzygmj1439ylqdgyl9zqjgf10dy7-gcc-14.3.0 -resource-dir /nix/store/pslnwc5c5msmzmm18l3jc6s0kpf5zyzl-filc0-resource-dir/lib/clang/20 --filc-dynamic-linker=/nix/store/sn36kmszyx8bbq5fcz8xgwls8wdznj8p-filc-crt-lib/ld-fil1-x86_64.so --filc-crt-path=/nix/store/sn36kmszyx8bbq5fcz8xgwls8wdznj8p-filc-crt-lib --filc-stdfil-include=/nix/store/8bfk650x9y08gvn6z25icby9jb75m8pw-libpas-src/filc/include --filc-os-include=/nix/store/lp9agkj5pykd83ndmijvpxcdg0lfvzis-linux-headers-6.12.7/include --filc-include=/nix/store/z2rhn3mva7vphq2x71yslixdwxjnx5fh-yolo-glibc-impl-2.40/include -isystem /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include -L/nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/lib -O3 -std=gnu11 -B/nix/store/14i07vk4qkfcdyyha9amqryg033l3xcf-filc-sysroot-with-metadata/lib/ -B/nix/store/31l6alfx8axrfkp0zxza3z7f7gxzi8b3-filc-cc/lib -Wno-unused-command-line-argument -gz=none -B/nix/store/gqxsl4vfi43khmz1snzynr8jwwynkbbw-binutils-wrapper-2.43.1/bin/ -frandom-seed=dygryahx60 -DZYDIS_STATIC_BUILD -D_CRT_SECURE_NO_WARNINGS -I/build/source/include -I/build/source/build -I/build/source/src -DNDEBUG -idirafter /nix/store/14i07vk4qkfcdyyha9amqryg033l3xcf-filc-sysroot-with-metadata/include -isystem /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include -isystem /nix/store/v2996caz4nwbqm7jk814zdfx8dk2kw1b-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include -c -MD -MT CMakeFiles/Zydis.dir/src/Register.c.o -MF CMakeFiles/Zydis.dir/src/Register.c.o.d -fcolor-diagnostics -o CMakeFiles/Zydis.dir/src/Register.c.o /build/source/src/Register.c
1. <eof> parser at end of file
2. Optimizer
3. Running pass "FilPizlonatorPass" on module "/build/source/src/Register.c"
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0 clang-20 0x00000000020c62cc llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 60
1 clang-20 0x00000000020c3794 llvm::sys::RunSignalHandlers() + 52
2 clang-20 0x0000000002021d30
3 libc.so.6 0x00007ffff7c414b0
4 libc.so.6 0x00007ffff7c9984c
5 libc.so.6 0x00007ffff7c41406 gsignal + 22
6 libc.so.6 0x00007ffff7c2893a abort + 215
7 libc.so.6 0x00007ffff7c2885e
8 libc.so.6 0x00007ffff7c395e6
9 clang-20 0x0000000003a4b6d3
10 clang-20 0x0000000003a4b631
11 clang-20 0x0000000003a4b4f4
12 clang-20 0x0000000003ad81b4
13 clang-20 0x0000000003ae0b91 llvm::FilPizlonatorPass::run(llvm::Module&, llvm::AnalysisManager<llvm::Module>&) + 4737
14 clang-20 0x000000000232f11f
15 clang-20 0x0000000001b90edf llvm::PassManager<llvm::Module, llvm::AnalysisManager<llvm::Module>>::run(llvm::Module&, llvm::AnalysisManager<llvm::Module>&) + 447
16 clang-20 0x000000000234aa39
17 clang-20 0x000000000234e4cc clang::emitBackendOutput(clang::CompilerInstance&, clang::CodeGenOptions&, llvm::StringRef, llvm::Module*, clang::BackendAction, llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem>, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream>>, clang::BackendConsumer*) + 2124
18 clang-20 0x00000000029e796f clang::BackendConsumer::HandleTranslationUnit(clang::ASTContext&) + 1743
19 clang-20 0x000000000473eb8c clang::ParseAST(clang::Sema&, bool, bool) + 1228
20 clang-20 0x0000000002c88161 clang::FrontendAction::Execute() + 49
21 clang-20 0x0000000002c19562 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) + 674
22 clang-20 0x0000000002d60dc0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) + 448
23 clang-20 0x0000000000c7cf08 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) + 5736
24 clang-20 0x0000000000c75cd2
25 clang-20 0x0000000002a31e69
26 clang-20 0x0000000002021ec6 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) + 150
27 clang-20 0x0000000002a32643
28 clang-20 0x00000000029f0b8d clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&, bool) const + 173
29 clang-20 0x00000000029f11b7 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&, bool) const + 135
30 clang-20 0x0000000002a02d54 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&) + 436
31 clang-20 0x0000000000c79189 clang_main(int, char**, llvm::ToolContext const&) + 7241
32 clang-20 0x0000000000b840d4 main + 100
33 libc.so.6 0x00007ffff7c2a47e
34 libc.so.6 0x00007ffff7c2a539 __libc_start_main + 137
35 clang-20 0x0000000000c74ed5 _start + 37
clang-20: error: clang frontend command failed with exit code 134 (use -v to see invocation)
clang version 20.1.8 (Fil-C 0.684)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /nix/store/f7c5s76n67mj1pr39cy7aj0akjy1s4mn-filc0-git/bin
Build config: +assertions
clang-20: note: diagnostic msg:
********************
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang-20: note: diagnostic msg: /build/Register-eeaa3a.c
clang-20: note: diagnostic msg: /build/Register-eeaa3a.sh
clang-20: note: diagnostic msg:
********************
make[2]: *** [CMakeFiles/Zydis.dir/build.make:107: CMakeFiles/Zydis.dir/src/Register.c.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 12%] Building C object CMakeFiles/Zydis.dir/src/Utils.c.o
clang-20: /build/filc0-src/llvm/lib/Transforms/Instrumentation/FilPizlonator.cpp:6749: bool {anonymous}::Pizlonator::computeConstantRelocations(llvm::Constant*, std::vector<{anonymous}::ConstantRelocation>&, size_t): Assertion `!(Offset % WordSize)' failed.PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0. Program arguments: /nix/store/f7c5s76n67mj1pr39cy7aj0akjy1s4mn-filc0-git/bin/clang-20 --filc-resource-dir=/nix/store/y2qxql0v1lb5dq17abn45xycriypv5ks-sarcasm-0-unstable-4867f1179f1c -Wno-unused-command-line-argument --gcc-toolchain=/nix/store/kxm6wzygmj1439ylqdgyl9zqjgf10dy7-gcc-14.3.0 -resource-dir /nix/store/pslnwc5c5msmzmm18l3jc6s0kpf5zyzl-filc0-resource-dir/lib/clang/20 --filc-dynamic-linker=/nix/store/sn36kmszyx8bbq5fcz8xgwls8wdznj8p-filc-crt-lib/ld-fil1-x86_64.so --filc-crt-path=/nix/store/sn36kmszyx8bbq5fcz8xgwls8wdznj8p-filc-crt-lib --filc-stdfil-include=/nix/store/8bfk650x9y08gvn6z25icby9jb75m8pw-libpas-src/filc/include --filc-os-include=/nix/store/lp9agkj5pykd83ndmijvpxcdg0lfvzis-linux-headers-6.12.7/include --filc-include=/nix/store/z2rhn3mva7vphq2x71yslixdwxjnx5fh-yolo-glibc-impl-2.40/include -isystem /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include -L/nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/lib -O3 -std=gnu11 -B/nix/store/14i07vk4qkfcdyyha9amqryg033l3xcf-filc-sysroot-with-metadata/lib/ -B/nix/store/31l6alfx8axrfkp0zxza3z7f7gxzi8b3-filc-cc/lib -Wno-unused-command-line-argument -gz=none -B/nix/store/gqxsl4vfi43khmz1snzynr8jwwynkbbw-binutils-wrapper-2.43.1/bin/ -frandom-seed=dygryahx60 -DZYDIS_STATIC_BUILD -D_CRT_SECURE_NO_WARNINGS -I/build/source/include -I/build/source/build -I/build/source/src -DNDEBUG -idirafter /nix/store/14i07vk4qkfcdyyha9amqryg033l3xcf-filc-sysroot-with-metadata/include -isystem /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include -isystem /nix/store/v2996caz4nwbqm7jk814zdfx8dk2kw1b-zycore-x86_64-unknown-linux-gnufilc0-1.5.2/include -c -MD -MT CMakeFiles/Zydis.dir/src/Mnemonic.c.o -MF CMakeFiles/Zydis.dir/src/Mnemonic.c.o.d -fcolor-diagnostics -o CMakeFiles/Zydis.dir/src/Mnemonic.c.o /build/source/src/Mnemonic.c
1. <eof> parser at end of file
2. Optimizer
3. Running pass "FilPizlonatorPass" on module "/build/source/src/Mnemonic.c"
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0 clang-20 0x00000000020c62cc llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 60
1 clang-20 0x00000000020c3794 llvm::sys::RunSignalHandlers() + 52
2 clang-20 0x0000000002021d30
3 libc.so.6 0x00007ffff7c414b0
4 libc.so.6 0x00007ffff7c9984c
5 libc.so.6 0x00007ffff7c41406 gsignal + 22
6 libc.so.6 0x00007ffff7c2893a abort + 215
7 libc.so.6 0x00007ffff7c2885e
8 libc.so.6 0x00007ffff7c395e6
9 clang-20 0x0000000003a4b6d3
10 clang-20 0x0000000003a4b631
11 clang-20 0x0000000003a4b4f4
12 clang-20 0x0000000003ad81b4
13 clang-20 0x0000000003ae0b91 llvm::FilPizlonatorPass::run(llvm::Module&, llvm::AnalysisManager<llvm::Module>&) + 4737
14 clang-20 0x000000000232f11f
15 clang-20 0x0000000001b90edf llvm::PassManager<llvm::Module, llvm::AnalysisManager<llvm::Module>>::run(llvm::Module&, llvm::AnalysisManager<llvm::Module>&) + 447
16 clang-20 0x000000000234aa39
17 clang-20 0x000000000234e4cc clang::emitBackendOutput(clang::CompilerInstance&, clang::CodeGenOptions&, llvm::StringRef, llvm::Module*, clang::BackendAction, llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem>, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream>>, clang::BackendConsumer*) + 2124
18 clang-20 0x00000000029e796f clang::BackendConsumer::HandleTranslationUnit(clang::ASTContext&) + 1743
19 clang-20 0x000000000473eb8c clang::ParseAST(clang::Sema&, bool, bool) + 1228
20 clang-20 0x0000000002c88161 clang::FrontendAction::Execute() + 49
21 clang-20 0x0000000002c19562 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) + 674
22 clang-20 0x0000000002d60dc0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) + 448
23 clang-20 0x0000000000c7cf08 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) + 5736
24 clang-20 0x0000000000c75cd2
25 clang-20 0x0000000002a31e69
26 clang-20 0x0000000002021ec6 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) + 150
27 clang-20 0x0000000002a32643
28 clang-20 0x00000000029f0b8d clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&, bool) const + 173
29 clang-20 0x00000000029f11b7 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&, bool) const + 135
30 clang-20 0x0000000002a02d54 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&) + 436
31 clang-20 0x0000000000c79189 clang_main(int, char**, llvm::ToolContext const&) + 7241
32 clang-20 0x0000000000b840d4 main + 100
33 libc.so.6 0x00007ffff7c2a47e
34 libc.so.6 0x00007ffff7c2a539 __libc_start_main + 137
35 clang-20 0x0000000000c74ed5 _start + 37
clang-20: error: clang frontend command failed with exit code 134 (use -v to see invocation)
clang version 20.1.8 (Fil-C 0.684)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /nix/store/f7c5s76n67mj1pr39cy7aj0akjy1s4mn-filc0-git/bin
Build config: +assertions
clang-20: note: diagnostic msg:
********************
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang-20: note: diagnostic msg: /build/Mnemonic-f825f4.c
clang-20: note: diagnostic msg: /build/Mnemonic-f825f4.sh
clang-20: note: diagnostic msg:
********************
make[2]: *** [CMakeFiles/Zydis.dir/build.make:93: CMakeFiles/Zydis.dir/src/Mnemonic.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:132: CMakeFiles/Zydis.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
zziplib-0.13.78
Build started
→ unpackPhase
unpacking source archive /nix/store/fi2kg8bnb186r05ycn18qp4hwzivzm1f-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./uses/config.sub
Updating Autotools / GNU config script to a newer upstream version: ./uses/config.guess
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./uses/config.sub
Updating Autotools / GNU config script to a newer upstream version: ./uses/config.guess
→ configurePhase
fixing cmake files...
cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/share/doc/zziplib -DCMAKE_INSTALL_INFODIR=/nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/include -DCMAKE_INSTALL_SBINDIR=/nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/strip -DCMAKE_RANLIB=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ranlib -DCMAKE_AR=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78 -DZZIP_TESTCVE=OFF -DBUILD_SHARED_LIBS=True -DBUILD_STATIC_LIBS=False -DBUILD_TESTS=OFF -DMSVC_STATIC_RUNTIME=OFF -DZZIPSDL=OFF -DZZIPTEST=OFF -DZZIPWRAP=OFF -DBUILDTESTS=OFF -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
-- The C compiler identification is Clang 20.1.8
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
CMake Deprecation Warning at zzip/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
-- Found UnixCommands: /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
-- Looking for include file byteswap.h
-- Looking for include file byteswap.h - found
-- Looking for include file direct.h
-- Looking for include file direct.h - not found
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for include file fnmatch.h
-- Looking for include file fnmatch.h - found
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Looking for include file io.h
-- Looking for include file io.h - not found
-- Looking for include file memory.h
-- Looking for include file memory.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for include file ansidecl.h
-- Looking for include file ansidecl.h - not found
-- Looking for include file stdint.h
-- Looking for include file stdint.h - found
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file string.h
-- Looking for include file string.h - found
-- Looking for strndup
-- Looking for strndup - found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file sys/int_types.h
-- Looking for include file sys/int_types.h - not found
-- Looking for include file sys/mman.h
-- Looking for include file sys/mman.h - found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/param.h
-- Looking for include file sys/param.h - found
-- Looking for include file sys/stat.h
-- Looking for include file sys/stat.h - found
-- Looking for include file sys/types.h
-- Looking for include file sys/types.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for pread
-- Looking for pread - found
-- Looking for include file winbase.h
-- Looking for include file winbase.h - not found
-- Looking for include file windows.h
-- Looking for include file windows.h - not found
-- Looking for include file winnt.h
-- Looking for include file winnt.h - not found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of short
-- Check size of short - done
-- Looking for 4 include files stdlib.h, ..., float.h
-- Looking for 4 include files stdlib.h, ..., float.h - found
-- Check size of off_t_32
-- Check size of off_t_32 - done
-- Check size of off_t_64
-- Check size of off_t_64 - done
-- Check size of off64_t
-- Check size of off64_t - done
-- found sizeof(off_t/32)=8 and sizeof(off_t/64)=8
-- Performing Test -Warray-bounds
-- Performing Test -Warray-bounds - Failed
-- Found ZLIB: /nix/store/iwrjba54lxfpm0zjip95006wdcz47mw5-zlib-1.3-x86_64-unknown-linux-gnufilc0/lib/libz.so (found version "1.3")
CMake Warning (dev) in zzip/CMakeLists.txt:
A logical block opening on the line
/build/source/zzip/CMakeLists.txt:379 (if)
closes on the line
/build/source/zzip/CMakeLists.txt:410 (endif)
with mis-matching arguments.
This warning is for project developers. Use -Wno-dev to suppress it.
-- lib zzipfseeko to be compiled: ON
-- lib zzipmmapped to be compiled: ON
-- lib zzip symlinks as by libtool: ON
-- installing zzip compat headers: ON
-- installing zzip pkgconfig files: ON
CMake Deprecation Warning at bins/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
-- Found PkgConfig: /nix/store/f4iq3fjva198s44x56dwm0vpgymb67xg-x86_64-unknown-linux-gnufilc0-pkg-config-wrapper-0.29.2/bin/x86_64-unknown-linux-gnufilc0-pkg-config (found version "0.29.2")
CMake Deprecation Warning at docs/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
CMake Warning (dev) at docs/CMakeLists.txt:23 (find_package):
Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
are removed. Run "cmake --help-policy CMP0148" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found PythonInterp: /nix/store/vxl8pzgkkw8vdb4agzwm58imrfclmfrx-python3-3.12.11/bin/python3 (found suitable version "3.12.11", minimum required is "3.5")
-- html site to be generated: OFF
-- man pages to be generated: ON
-- htm pages to be generated: OFF
-- Configuring done (3.2s)
-- Generating done (0.0s)
CMake Warning:
Manually-specified variables were not used by the project:
BUILDTESTS
BUILD_STATIC_LIBS
BUILD_TESTING
CMAKE_CXX_COMPILER
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_POLICY_DEFAULT_CMP0025
ZZIP_TESTCVE
-- Build files have been written to: /build/source/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
[ 3%] Building C object zzip/CMakeFiles/libzzip.dir/err.c.o
[ 3%] Building C object zzip/CMakeFiles/libzzip.dir/dir.c.o
[ 9%] Building C object zzip/CMakeFiles/libzzipmmapped.dir/mmapped.c.o
[ 9%] Building C object zzip/CMakeFiles/libzzipfseeko.dir/fseeko.c.o
[ 9%] Generating compat/zzip.h
[ 9%] Generating zziplib.pc
[ 9%] Built target compat
[ 9%] Built target pkgconfig
[ 13%] Building C object zzip/CMakeFiles/libzzipmmapped.dir/memdisk.c.o
[ 13%] Building C object zzip/CMakeFiles/libzzip.dir/file.c.o
[ 14%] Building C object zzip/CMakeFiles/libzzip.dir/info.c.o
[ 16%] Building C object zzip/CMakeFiles/libzzipmmapped.dir/fetch.c.o
[ 18%] Building C object zzip/CMakeFiles/libzzip.dir/plugin.c.o
[ 19%] Building C object zzip/CMakeFiles/libzzip.dir/stat.c.o
[ 21%] Building C object zzip/CMakeFiles/libzzip.dir/write.c.o
[ 22%] Building C object zzip/CMakeFiles/libzzip.dir/zip.c.o
/build/source/zzip/mmapped.c:278:22: warning: initializing 'zzip_byte_t *' (aka 'unsigned char *') with an expression of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
278 | zzip_byte_t* extras_ptr = zzip_disk_entry_to_extras(entry);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/source/zzip/mmapped.c:660:33: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses]
660 | if (((unsigned long) start) & 0xFFFFu == 0xFFFFu) {| ^~~~~~~~~~~~~~~~~~~~
/build/source/zzip/mmapped.c:660:33: note: place parentheses around the '==' expression to silence this warning
660 | if (((unsigned long) start) & 0xFFFFu == 0xFFFFu) {| ^
| ( )
/build/source/zzip/mmapped.c:660:33: note: place parentheses around the & expression to evaluate it first
660 | if (((unsigned long) start) & 0xFFFFu == 0xFFFFu) {| ^
| ( )
2 warnings generated.
[ 24%] Building C object zzip/CMakeFiles/libzzip.dir/fetch.c.o
[ 26%] Building C object zzip/CMakeFiles/libzzipfseeko.dir/fetch.c.o
[ 27%] Linking C shared library libzzipfseeko-0.so
/build/source/zzip/memdisk.c:212:37: warning: initializing 'zzip_byte_t *' (aka 'unsigned char *') with an expression of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
212 | zzip_byte_t* _zzip_restrict extras_ptr = zzip_disk_entry_to_extras(entry);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/source/zzip/memdisk.c:249:37: warning: initializing 'zzip_byte_t *' (aka 'unsigned char *') with an expression of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
249 | zzip_byte_t* _zzip_restrict ext1_ptr = zzip_disk_entry_to_extras(entry);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/source/zzip/memdisk.c:251:37: warning: initializing 'zzip_byte_t *' (aka 'unsigned char *') with an expression of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
251 | zzip_byte_t* _zzip_restrict ext2_ptr = zzip_file_header_to_extras(header);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
[ 29%] Linking C shared library libzzipmmapped-0.so
[ 29%] Built target libzzipfseeko
[ 31%] Building C object bins/CMakeFiles/unzzip-big.dir/unzzip.c.o
[ 32%] Generating libzzipfseeko.so
[ 32%] Built target libzzipfseeko_links
[ 32%] Built target libzzipfseeko_latest
[ 34%] Building C object bins/CMakeFiles/unzzip-big.dir/unzzipcat-big.c.o
[ 36%] Generating zzipfseeko.xml
[ 36%] Built target libzzipmmapped
/build/source/docs/makedocs.py:141: SyntaxWarning: invalid escape sequence '\s'
is_retarget = Match("=>\s*(\w+)")[ 37%] Building C object bins/CMakeFiles/unzzip-big.dir/unzzipdir-big.c.o
/build/source/docs/zzipdoc/functionlisthtmlpage.py:86: SyntaxWarning: invalid escape sequence '\w'
return (text & Match("<function>(\w*)</function>")/build/source/docs/zzipdoc/functionlisthtmlpage.py:89: SyntaxWarning: invalid escape sequence '\w'
has_function = Match("<function>(\w*)</function>")/build/source/docs/zzipdoc/functionlisthtmlpage.py:126: SyntaxWarning: invalid escape sequence '\(' text &= (Match("(?s)<link>([^<>]*)(\(\d\))</link>")/build/source/docs/zzipdoc/functionlisthtmlpage.py:128: SyntaxWarning: invalid escape sequence '\w'
text &= (Match("(?s)<link>(\w+)</link>")/build/source/docs/zzipdoc/htm2dbk.py:28: SyntaxWarning: invalid escape sequence '\w'
m()("(<\w+\b[^<>]*\swidth=)(\d+\%)","s") >> "\\1\"\\2\"",/build/source/docs/zzipdoc/htm2dbk.py:29: SyntaxWarning: invalid escape sequence '\w'
m()("(<\w+\b[^<>]*\s\w+=)(\d+)","s") >> "\\1\"\\2\"",/build/source/docs/zzipdoc/htm2dbk.py:30: SyntaxWarning: invalid escape sequence '\&'
m()("&&") >> "\&\;\&\;",/build/source/docs/zzipdoc/htm2dbk.py:31: SyntaxWarning: invalid escape sequence '\$'
m()("\$\<") >> "\$\<\;",/build/source/docs/zzipdoc/htm2dbk.py:31: SyntaxWarning: invalid escape sequence '\$'
m()("\$\<") >> "\$\<\;",/build/source/docs/zzipdoc/htm2dbk.py:32: SyntaxWarning: invalid escape sequence '\w'
m()("&(\w+[\),])") >> "\&\;\\1",/build/source/docs/zzipdoc/htm2dbk.py:32: SyntaxWarning: invalid escape sequence '\&'
m()("&(\w+[\),])") >> "\&\;\\1",/build/source/docs/zzipdoc/htm2dbk.py:33: SyntaxWarning: invalid escape sequence '\s'
m()("(</?)span(\s[^<>]*)?>","s") >> "\\1phrase\\2>",/build/source/docs/zzipdoc/htm2dbk.py:34: SyntaxWarning: invalid escape sequence '\s'
m()("(</?)small(\s[^<>]*)?>","s") >> "\\1note\\2>",/build/source/docs/zzipdoc/htm2dbk.py:47: SyntaxWarning: invalid escape sequence '\s'
m()("(</?)tr(\s[^<>]*)?>","s") >> "\\1row\\2>",/build/source/docs/zzipdoc/htm2dbk.py:48: SyntaxWarning: invalid escape sequence '\s'
m()("(</?)td(\s[^<>]*)?>","s") >> "\\1entry\\2>",/build/source/docs/zzipdoc/htm2dbk.py:49: SyntaxWarning: invalid escape sequence '\s'
m()("<informaltable\b[^<>]*>\s*<tgroup\b[^<>]*>\s*<tbody>"+/build/source/docs/zzipdoc/htm2dbk.py:50: SyntaxWarning: invalid escape sequence '\s'
"\s*<row\b[^<>]*>\s*<entry\b[^<>]*>\s*<informaltable\b","s")
/build/source/docs/zzipdoc/htm2dbk.py:52: SyntaxWarning: invalid escape sequence '\s'
m()("</informaltable>\s*</entry>\s*</row>"+/build/source/docs/zzipdoc/htm2dbk.py:53: SyntaxWarning: invalid escape sequence '\s'
"\s*</tbody>\s*</tgroup>\s*</informaltable>", "s")
/build/source/docs/zzipdoc/htm2dbk.py:55: SyntaxWarning: invalid escape sequence '\s'
m()("(<informaltable[^<>]*\swidth=\"100\%\")","s") >> "\\1 pgwide=\"1\"",/build/source/docs/zzipdoc/htm2dbk.py:56: SyntaxWarning: invalid escape sequence '\s'
m()("(<tbody>\s*<row[^<>]*>\s*<entry[^<>]*\s)(width=\"50\%\")","s")/build/source/docs/zzipdoc/htm2dbk.py:58: SyntaxWarning: invalid escape sequence '\`'
m()("<nobr>([\'\`]*)<tt>") >> "<cmdsynopsis>\\1",/build/source/docs/zzipdoc/htm2dbk.py:59: SyntaxWarning: invalid escape sequence '\`'
m()("</tt>([\'\`]*)</nobr>") >> "\\1</cmdsynopsis>",/build/source/docs/zzipdoc/htm2dbk.py:60: SyntaxWarning: invalid escape sequence '\`'
m()("<nobr><(?:tt|code)>([\`\"\'])") >> "<cmdsynopsis>\\1",/build/source/docs/zzipdoc/htm2dbk.py:61: SyntaxWarning: invalid escape sequence '\`'
m()("<(?:tt|code)><nobr>([\`\"\'])") >> "<cmdsynopsis>\\1",/build/source/docs/zzipdoc/htm2dbk.py:62: SyntaxWarning: invalid escape sequence '\`'
m()("([\`\"\'])</(?:tt|code)></nobr>") >> "\\1</cmdsynopsis>",/build/source/docs/zzipdoc/htm2dbk.py:63: SyntaxWarning: invalid escape sequence '\`'
m()("([\`\"\'])</nobr></(?:tt|code)>") >> "\\1</cmdsynopsis>",/build/source/docs/zzipdoc/htm2dbk.py:71: SyntaxWarning: invalid escape sequence '\s'
m()("<a\s+href=\"((?:http|ftp|mailto):[^<>]+)\"\s*>((?:.(?!</a>))*.)</a>"/build/source/docs/zzipdoc/htm2dbk.py:73: SyntaxWarning: invalid escape sequence '\s'
m()("<a\s+href=\"zziplib.html\#([\w_]+)\"\s*>((?:.(?!</a>))*.)</a>","s")/build/source/docs/zzipdoc/htm2dbk.py:75: SyntaxWarning: invalid escape sequence '\s'
m()("<a\s+href=\"(zziplib.html)\"\s*>((?:.(?!</a>))*.)</a>","s")/build/source/docs/zzipdoc/htm2dbk.py:77: SyntaxWarning: invalid escape sequence '\s'
m()("<a\s+href=\"([\w-]+[.]html)\"\s*>((?:.(?!</a>))*.)</a>","s")/build/source/docs/zzipdoc/htm2dbk.py:79: SyntaxWarning: invalid escape sequence '\s'
m()("<a\s+href=\"([\w-]+[.](?:h|c|am|txt))\"\s*>((?:.(?!</a>))*.)</a>"/build/source/docs/zzipdoc/htm2dbk.py:81: SyntaxWarning: invalid escape sequence '\s'
m()("<a\s+href=\"([A-Z0-9]+[.][A-Z0-9]+)\"\s*>((?:.(?!</a>))*.)</a>","s")/build/source/docs/zzipdoc/htm2dbk.py:137: SyntaxWarning: invalid escape sequence '\s'
m()("(?s)(<refentryinfo>\s*)<sect1info>" +writing 'zzipfseeko.html'
writing 'zzipfseeko.docbook'
[ 37%] Built target zzipfseeko_xml
/build/source/zzip/zip.c:534:27: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses]
534 | (hdr->d_csize & 0xFFFFu == 0xFFFFu)) {| ^~~~~~~~~~~~~~~~~~~~
/build/source/zzip/zip.c:534:27: note: place parentheses around the '==' expression to silence this warning
534 | (hdr->d_csize & 0xFFFFu == 0xFFFFu)) {| ^
| ( )
/build/source/zzip/zip.c:534:27: note: place parentheses around the & expression to evaluate it first
534 | (hdr->d_csize & 0xFFFFu == 0xFFFFu)) {| ^
| ( )
/build/source/zzip/zip.c:539:30: warning: initializing 'zzip_byte_t *' (aka 'unsigned char *') with an expression of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
539 | zzip_byte_t* extras_ptr = fd_map + zz_fd_gap + zz_extras;
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
[ 39%] Generating libzzipmmapped.so
[ 40%] Linking C shared library libzzip-0.so
[ 40%] Built target libzzipmmaped_latest
[ 40%] Built target libzzipmmaped_links
[ 42%] Building C object bins/CMakeFiles/unzzip-mem.dir/unzzip.c.o
[ 44%] Building C object bins/CMakeFiles/unzzip-mem.dir/unzzipcat-mem.c.o
[ 45%] Building C object bins/CMakeFiles/unzzip-mem.dir/unzzipdir-mem.c.o
[ 47%] Generating zzipmmapped.xml
[ 49%] Building C object bins/CMakeFiles/unzip-mem.dir/unzip-mem.c.o
[ 49%] Built target libzzip
[ 50%] Linking C executable unzzip-big
/build/source/docs/makedocs.py:141: SyntaxWarning: invalid escape sequence '\s'
is_retarget = Match("=>\s*(\w+)")[ 50%] Built target libzzip_links
writing 'zzipmmapped.html'
writing 'zzipmmapped.docbook'
[ 50%] Built target zzipmmapped_xml
[ 52%] Generating libzzip.so
[ 52%] Built target unzzip-big
[ 54%] Building C object bins/CMakeFiles/zzcat.dir/zzcat.c.o
[ 54%] Built target libzzip_latest
[ 55%] Building C object bins/CMakeFiles/zzdir.dir/zzdir.c.o
[ 57%] Building C object bins/CMakeFiles/zzxorcat.dir/zzxorcat.c.o
[ 59%] Linking C executable unzzip-mem
[ 60%] Building C object bins/CMakeFiles/zzxordir.dir/zzxordir.c.o
[ 62%] Linking C executable zzcat
[ 62%] Built target unzzip-mem
[ 63%] Building C object bins/CMakeFiles/zzxorcopy.dir/zzxorcopy.c.o
[ 65%] Linking C executable zzdir
[ 65%] Built target zzcat
[ 67%] Linking C executable zzxorcat
[ 68%] Building C object bins/CMakeFiles/zzobfuscated.dir/zzobfuscated.c.o
[ 68%] Built target zzdir
[ 70%] Building C object bins/CMakeFiles/zziptest.dir/zziptest.c.o
[ 70%] Built target zzxorcat
[ 72%] Building C object bins/CMakeFiles/unzzip.dir/unzzip.c.o
[ 73%] Linking C executable zzxordir
[ 75%] Building C object bins/CMakeFiles/unzzip.dir/unzzipcat-zip.c.o
[ 77%] Linking C executable zzxorcopy
[ 77%] Built target zzxordir
[ 78%] Building C object bins/CMakeFiles/unzzip-mix.dir/unzzip.c.o
[ 80%] Building C object bins/CMakeFiles/unzzip-mix.dir/unzzipcat-mix.c.o
[ 80%] Built target zzxorcopy
[ 81%] Linking C executable zzobfuscated
[ 85%] Linking C executable unzip-mem
[ 85%] Building C object bins/CMakeFiles/unzzip.dir/unzzipdir-zip.c.o
[ 85%] Built target zzobfuscated
[ 86%] Linking C executable zziptest
[ 86%] Built target unzip-mem
[ 88%] Building C object bins/CMakeFiles/zzip.dir/zzip.c.o
[ 90%] Building C object bins/CMakeFiles/zzip.dir/zzipmake-zip.c.o
[ 91%] Building C object bins/CMakeFiles/unzzip-mix.dir/unzzipdir-mix.c.o
[ 91%] Built target zziptest
[ 93%] Generating zziplib.xml
/build/source/docs/makedocs.py:141: SyntaxWarning: invalid escape sequence '\s'
is_retarget = Match("=>\s*(\w+)")[ 95%] Linking C executable unzzip
writing 'zziplib.html'
not found in anchors: ['zlib', '_open', 'ZZIP_FILE', 'ZZIP_DIR', 'buf32k', 'inflateInit', 'EOF', '__zzip_find_disk_trailer']
writing 'zziplib.docbook'
[ 96%] Linking C executable zzip
[ 96%] Built target zziplib_xml
[ 98%] Generating manpages.tar
[100%] Linking C executable unzzip-mix
[100%] Built target unzzip
[100%] Built target zzip
DEBUG:dbk2man:mkdir man3/man3
DEBUG:dbk2man:written man3/man3/zzip_rewinddir.3 [.TH "zzip_rewinddir" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_telldir.3 [.so man3/zzip_rewinddir.3]
DEBUG:dbk2man:written man3/man3/zzip_seekdir.3 [.so man3/zzip_rewinddir.3]
DEBUG:dbk2man:written man3/man3/zzip_telldir32.3 [.so man3/zzip_rewinddir.3]
DEBUG:dbk2man:written man3/man3/zzip_seekdir32.3 [.so man3/zzip_rewinddir.3]
DEBUG:dbk2man:written man3/man3/zzip_opendir.3 [.TH "zzip_opendir" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_opendir_ext_io.3 [.so man3/zzip_opendir.3]
DEBUG:dbk2man:written man3/man3/zzip_strerror.3 [.TH "zzip_strerror" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_strerror_of.3 [.so man3/zzip_strerror.3]
DEBUG:dbk2man:written man3/man3/zzip_fclose.3 [.TH "zzip_fclose" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_close.3 [.so man3/zzip_fclose.3]
DEBUG:dbk2man:written man3/man3/zzip_read.3 [.TH "zzip_read" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_fread.3 [.so man3/zzip_read.3]
DEBUG:dbk2man:written man3/man3/zzip_fopen.3 [.TH "zzip_fopen" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_freopen.3 [.so man3/zzip_fopen.3]
DEBUG:dbk2man:written man3/man3/zzip_open.3 [.TH "zzip_open" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_open_ext_io.3 [.so man3/zzip_open.3]
DEBUG:dbk2man:written man3/man3/zzip_open_shared_io.3 [.so man3/zzip_open.3]
DEBUG:dbk2man:written man3/man3/zzip_tell.3 [.TH "zzip_tell" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_tell32.3 [.so man3/zzip_tell.3]
DEBUG:dbk2man:written man3/man3/zzip_seek.3 [.TH "zzip_seek" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_seek32.3 [.so man3/zzip_seek.3]
[100%] Built target unzzip-mix
DEBUG:dbk2man:written man3/man3/zzip_error.3 [.TH "zzip_error" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_seterror.3 [.so man3/zzip_error.3]
DEBUG:dbk2man:written man3/man3/zzip_dirhandle.3 [.TH "zzip_dirhandle" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_dirfd.3 [.so man3/zzip_dirhandle.3]
DEBUG:dbk2man:written man3/man3/zzip_file_real.3 [.TH "zzip_file_real" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_dir_real.3 [.so man3/zzip_file_real.3]
DEBUG:dbk2man:written man3/man3/zzip_realdir.3 [.so man3/zzip_file_real.3]
DEBUG:dbk2man:written man3/man3/zzip_realfd.3 [.so man3/zzip_file_real.3]
DEBUG:dbk2man:written man3/man3/zzip_init_io.3 [.TH "zzip_init_io" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_get_default_io.3 [.so man3/zzip_init_io.3]
DEBUG:dbk2man:written man3/man3/zzip_dir_stat.3 [.TH "zzip_dir_stat" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_file_stat.3 [.so man3/zzip_dir_stat.3]
DEBUG:dbk2man:written man3/man3/zzip_fstat.3 [.so man3/zzip_dir_stat.3]
DEBUG:dbk2man:written man3/man3/zzip_dir_alloc_ext_io.3 [.TH "zzip_dir_alloc_ext_io" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_dir_alloc.3 [.so man3/zzip_dir_alloc_ext_io.3]
DEBUG:dbk2man:written man3/man3/zzip_dir_free.3 [.TH "zzip_dir_free" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_dir_close.3 [.so man3/zzip_dir_free.3]
DEBUG:dbk2man:written man3/man3/zzip_dir_fdopen.3 [.TH "zzip_dir_fdopen" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_dir_fdopen_ext_io.3 [.so man3/zzip_dir_fdopen.3]
DEBUG:dbk2man:written man3/man3/zzip_dir_open.3 [.TH "zzip_dir_open" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_dir_open_ext_io.3 [.so man3/zzip_dir_open.3]
DEBUG:dbk2man:written man3/man3/zzip_dir_read.3 [.so man3/zzip_dir_open.3]
DEBUG:dbk2man:written man3/man3/zzip_readdir.3 [.TH "zzip_readdir" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_closedir.3 [.TH "zzip_closedir" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_errno.3 [.TH "zzip_errno" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_file_close.3 [.TH "zzip_file_close" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_file_open.3 [.TH "zzip_file_open" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_inflate_init.3 [.TH "zzip_inflate_init" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_file_read.3 [.TH "zzip_file_read" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_rewind.3 [.TH "zzip_rewind" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_compr_str.3 [.TH "zzip_compr_str" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_filesize.3 [.TH "zzip_filesize" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/__zzip_fetch_disk_trailer.3 [.TH "__zzip_fetch_disk_trailer" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/__zzip_parse_root_directory.3 [.TH "__zzip_parse_root_directory" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/__zzip_try_open.3 [.TH "__zzip_try_open" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_entry_data_offset.3 [.TH "zzip_entry_data_offset" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_entry_fread_file_header.3 [.so man3/zzip_entry_data_offset.3]
DEBUG:dbk2man:written man3/man3/zzip_entry_strdup_name.3 [.so man3/zzip_entry_data_offset.3]
DEBUG:dbk2man:written man3/man3/zzip_entry_findfile.3 [.TH "zzip_entry_findfile" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_entry_findfirst.3 [.so man3/zzip_entry_findfile.3]
DEBUG:dbk2man:written man3/man3/zzip_entry_findnext.3 [.so man3/zzip_entry_findfile.3]
DEBUG:dbk2man:written man3/man3/zzip_entry_free.3 [.so man3/zzip_entry_findfile.3]
DEBUG:dbk2man:written man3/man3/zzip_entry_findmatch.3 [.so man3/zzip_entry_findfile.3]
DEBUG:dbk2man:written man3/man3/zzip_entry_fopen.3 [.TH "zzip_entry_fopen" "3" "0\&.13\&.78" "zziplib" "zziplib Function List"]
DEBUG:dbk2man:written man3/man3/zzip_entry_ffile.3 [.so man3/zzip_entry_fopen.3]
DEBUG:dbk2man:written man3/man3/zzip_entry_fread.3 [.so man3/zzip_entry_fopen.3]
DEBUG:dbk2man:written man3/man3/zzip_entry_fclose.3 [.so man3/zzip_entry_fopen.3]
DEBUG:dbk2man:written man3/man3/zzip_entry_feof.3 [.so man3/zzip_entry_fopen.3]
-rw-r--r-- 1 nixbld nixbld 112640 Sep 14 10:32 /build/source/build/docs/manpages.tar
-rw-r--r-- 1 nixbld nixbld 112640 Sep 14 10:32 manpages.tar
[100%] Built target man
→ installPhase
install flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
[ 1%] Built target compat
[ 3%] Built target pkgconfig
[ 8%] Built target libzzipfseeko
[ 14%] Built target libzzipmmapped
[ 31%] Built target libzzip
[ 32%] Built target libzzipfseeko_latest
[ 34%] Built target zzipfseeko_xml
[ 40%] Built target unzzip-big
[ 42%] Built target libzzipmmaped_latest
[ 45%] Built target zzcat
[ 45%] Built target libzzipfseeko_links
[ 49%] Built target zzdir
[ 49%] Built target libzzipmmaped_links
[ 52%] Built target zzxordir
[ 55%] Built target zzxorcat
[ 59%] Built target zzobfuscated
[ 65%] Built target zzxorcopy
[ 65%] Built target zziptest
[ 72%] Built target unzzip
[ 78%] Built target unzzip-mix
[ 85%] Built target unzzip-mem
[ 88%] Built target unzip-mem
[ 90%] Built target zziplib_xml
[ 91%] Built target zzipmmapped_xml
[ 96%] Built target zzip
[ 98%] Built target libzzip_latest
-rw-r--r-- 1 nixbld nixbld 112640 Sep 14 10:32 manpages.tar
[100%] Built target man
[100%] Built target libzzip_links
Install the project...
-- Install configuration: "Release"
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/pkgconfig/zziplib.pc
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/pkgconfig/zzipmmapped.pc
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/pkgconfig/zzipfseeko.pc
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/include/zzip/lib.h
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/include/zzip/zzip.h
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/include/zzip/format.h
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/include/zzip/types.h
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/include/zzip/conf.h
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/include/zzip/cstdint.h
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/include/zzip/cdecl.h
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/include/zzip/_msvc.h
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/include/zzip/file.h
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/include/zzip/info.h
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/include/zzip/plugin.h
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/include/zzip/write.h
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/include/zzip/fetch.h
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/include/zzip/stdint.h
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/include/zzip/zzip32.h
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/include/zzip/_config.h
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/libzzip-0.so.13.0.78
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/libzzip-0.so.13
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/libzzip-0.so
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/include/zzip/fseeko.h
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/libzzipfseeko-0.so.13.0.78
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/libzzipfseeko-0.so.13
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/libzzipfseeko-0.so
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/include/zzip/mmapped.h
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/include/zzip/memdisk.h
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/libzzipmmapped-0.so.13.0.78
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/libzzipmmapped-0.so.13
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/libzzipmmapped-0.so
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/cmake/zziplib/zziplibTargets.cmake
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/cmake/zziplib/zziplibTargets-release.cmake
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/cmake/zziplib/zziplib-config.cmake
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/libzzip-0.so.10
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/libzzip-0.so.11
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/libzzip-0.so.12
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/include/zzip.h
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/include/zziplib.h
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/include/zzip-io.h
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/libzzipfseeko-0.so.10
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/libzzipfseeko-0.so.11
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/libzzipfseeko-0.so.12
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/libzzipmmapped-0.so.10
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/libzzipmmapped-0.so.11
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/libzzipmmapped-0.so.12
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/libzzip.so
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/libzzipfseeko.so
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/libzzipmmapped.so
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/zzcat
-- Set non-toolchain portion of runtime path of "/nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/zzcat" to ""
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/zzdir
-- Set non-toolchain portion of runtime path of "/nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/zzdir" to ""
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/zzxorcat
-- Set non-toolchain portion of runtime path of "/nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/zzxorcat" to ""
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/zzxordir
-- Set non-toolchain portion of runtime path of "/nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/zzxordir" to ""
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/zzxorcopy
-- Set non-toolchain portion of runtime path of "/nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/zzxorcopy" to ""
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/unzzip
-- Set non-toolchain portion of runtime path of "/nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/unzzip" to ""
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/unzzip-mix
-- Set non-toolchain portion of runtime path of "/nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/unzzip-mix" to ""
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/unzzip-big
-- Set non-toolchain portion of runtime path of "/nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/unzzip-big" to ""
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/unzzip-mem
-- Set non-toolchain portion of runtime path of "/nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/unzzip-mem" to ""
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/unzip-mem
-- Set non-toolchain portion of runtime path of "/nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/unzip-mem" to ""
-- Installing: /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/share/aclocal/zziplib.m4
-- Installing: man3 pages to /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/share/man/man3
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78
shrinking /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/libzzip-0.so.13.0.78
shrinking /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/libzzipfseeko-0.so.13.0.78
shrinking /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib/libzzipmmapped-0.so.13.0.78
shrinking /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/zzcat
shrinking /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/zzdir
shrinking /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/zzxorcat
shrinking /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/zzxordir
shrinking /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/zzxorcopy
shrinking /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/unzzip
shrinking /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/unzzip-mix
shrinking /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/unzzip-big
shrinking /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/unzzip-mem
shrinking /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin/unzip-mem
checking for references to /build/ in /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78...
gzipping man pages under /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/share/man/
patching script interpreter paths in /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78
stripping (with command strip and flags -S -p) in /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/lib /nix/store/md3gx7f4j9i0h027gvh2zh9c70kf8wwy-zziplib-x86_64-unknown-linux-gnufilc0-0.13.78/bin
zzuf-0.15
Build started
→ unpackPhase
unpacking source archive /nix/store/aq4bnwryp7mqvffdhy7wf0pwfssgcpdb-source
source root is source
→ patchPhase
applying patch /nix/store/jwmjycxaj2qdzg790v8qz8ybla05jins-zzuf-zzat-c99.patch
patching file src/zzat.c
applying patch /nix/store/b3wnc4cm6p7j8kh81vr7wslc6rw43d59-zzuf-glibc.patch
patching file configure.ac
→ autoreconfPhase
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: creating directory .auto
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.auto'.
libtoolize: copying file '.auto/ltmain.sh'
libtoolize: putting macros in 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force -I m4
autoreconf: running: /nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin/autoconf --force
configure.ac:4: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:4: You should use the 'AC_CONFIG_HEADERS' macro instead.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:1021: AM_CONFIG_HEADER is expanded from...
configure.ac:4: the top level
configure.ac:11: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
configure.ac:11: You should run autoupdate.
m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
configure.ac:11: the top level
configure.ac:26: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:26: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
m4/func.m4:2: AC_C_FUNC is expanded from...
configure.ac:26: the top level
configure.ac:26: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:26: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:697: AS_IF is expanded from...
./lib/autoconf/general.m4:2821: _AC_COMPILE_IFELSE is expanded from...
./lib/autoconf/general.m4:2837: AC_COMPILE_IFELSE is expanded from...
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
m4/func.m4:2: AC_C_FUNC is expanded from...
configure.ac:26: the top level
configure.ac:29: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:29: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
m4/cflags.m4:3: AC_TRY_CFLAGS is expanded from...
configure.ac:29: the top level
configure.ac:43: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:43: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
m4/cflags.m4:3: AC_TRY_CFLAGS is expanded from...
configure.ac:43: the top level
configure.ac:45: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:45: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
m4/cflags.m4:3: AC_TRY_CFLAGS is expanded from...
configure.ac:45: the top level
configure.ac:46: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:46: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
m4/cflags.m4:3: AC_TRY_CFLAGS is expanded from...
configure.ac:46: the top level
configure.ac:47: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:47: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
m4/cflags.m4:3: AC_TRY_CFLAGS is expanded from...
configure.ac:47: the top level
configure.ac:100: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:100: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:100: the top level
configure.ac:112: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:112: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:112: the top level
configure.ac:121: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:121: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:121: the top level
configure.ac:130: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:130: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:130: the top level
configure.ac:140: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:140: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:140: the top level
configure.ac:150: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:150: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:150: the top level
configure.ac:162: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:162: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:162: the top level
configure.ac:168: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:168: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:168: the top level
configure.ac:178: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:178: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:178: the top level
configure.ac:187: warning: The macro 'AC_TRY_COMPILE' is obsolete.
configure.ac:187: You should run autoupdate.
./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from...
configure.ac:187: the top level
autoreconf: running: /nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:9: installing '.auto/compile'
configure.ac:11: installing '.auto/config.guess'
configure.ac:11: installing '.auto/config.sub'
configure.ac:5: installing '.auto/install-sh'
configure.ac:5: installing '.auto/missing'
src/Makefile.am: installing '.auto/depcomp'
parallel-tests: installing '.auto/test-driver'
autoreconf: '.auto/install-sh' is updated
autoreconf: Leaving directory '.'
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./.auto/config.sub
Updating Autotools / GNU config script to a newer upstream version: ./.auto/config.guess
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./.auto/config.sub
Updating Autotools / GNU config script to a newer upstream version: ./.auto/config.guess
→ configurePhase
Fil-C: adapting libtool symbol probes in configure
fixing libtool script ./.auto/ltmain.sh
./configure
patching script interpreter paths in ./configure
./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/gfwgz300kg8azp7zfl956djrgdzw1zld-zzuf-x86_64-unknown-linux-gnufilc0-0.15 --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnufilc0
checking for a BSD-compatible install... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-gnufilc0-strip... strip
checking for a race-free mkdir -p... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '100' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-unknown-linux-gnufilc0-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether clang accepts -g... yes
checking for clang option to enable C11 features... none needed
checking whether clang understands -c and -o together... yes
checking dependency style of clang... none
checking how to run the C preprocessor... clang -E
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnufilc0
checking how to print strings... printf
checking for a sed that does not truncate output... /nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin/sed
checking for grep that handles long lines and -e... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep
checking for egrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -E
checking for fgrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -F
checking for ld used by clang... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 4718592
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnufilc0 format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for ld option to reload object files... -r
checking for file... file
checking for x86_64-unknown-linux-gnufilc0-objdump... objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for x86_64-unknown-linux-gnufilc0-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-unknown-linux-gnufilc0-ranlib... ranlib
checking for x86_64-unknown-linux-gnufilc0-ar... ar
checking for archiver @FILE support... @
checking for x86_64-unknown-linux-gnufilc0-strip... (cached) strip
checking command to parse nm output from clang object... ok
checking for sysroot... no
checking for a working dd... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/dd
checking how to truncate binary pipes... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/dd bs=4096 count=1
checking for x86_64-unknown-linux-gnufilc0-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for egrep -e... (cached) /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -E
checking pkg-config is at least version 0.9.0... yes
checking for inline... inline
checking for __func__... __func__
checking if clang supports -std=c99 flags... yes
checking for libzzuf full name... libzzuf.so
checking if clang supports -g -O2 flags... yes
checking if clang supports -Wall flags... yes
checking if clang supports -W flags... yes
checking if clang supports -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare flags... yes
checking for unistd.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for endian.h... yes
checking for libc.h... no
checking for windows.h... no
checking for winsock2.h... no
checking for process.h... no
checking for malloc.h... yes
checking for dlfcn.h... (cached) yes
checking for regex.h... yes
checking for sys/cdefs.h... yes
checking for sys/socket.h... yes
checking for netinet/in.h... yes
checking for arpa/inet.h... yes
checking for sys/uio.h... yes
checking for aio.h... yes
checking for sys/mman.h... yes
checking for sys/wait.h... yes
checking for sys/resource.h... yes
checking for sys/time.h... yes
checking for io.h... no
checking for mach/task.h... no
checking for setenv... yes
checking for waitpid... yes
checking for setrlimit... yes
checking for gettimeofday... yes
checking for fork... yes
checking for kill... yes
checking for pipe... yes
checking for _pipe... no
checking for regexec... yes
checking for regwexec... no
checking for dup... yes
checking for dup2... yes
checking for ftello... yes
checking for fseeko... yes
checking for _IO_getc... yes
checking for getline... yes
checking for getdelim... yes
checking for fgetln... no
checking for map_fd... no
checking for memalign... yes
checking for posix_memalign... yes
checking for aio_read... yes
checking for accept... yes
checking for bind... yes
checking for connect... yes
checking for socket... yes
checking for readv... yes
checking for pread... yes
checking for recv... yes
checking for recvfrom... yes
checking for recvmsg... yes
checking for valloc... yes
checking for sigaction... yes
checking for mmap... yes
checking for getpagesize... yes
checking for getc_unlocked... yes
checking for getchar_unlocked... yes
checking for fgetc_unlocked... yes
checking for fread_unlocked... yes
checking for fgets_unlocked... yes
checking for __getdelim... yes
checking for __srefill... no
checking for __filbuf... no
checking for __srget... no
checking for __uflow... yes
checking for open64... yes
checking for lseek64... yes
checking for mmap64... yes
checking for fopen64... yes
checking for freopen64... yes
checking for ftello64... yes
checking for fseeko64... yes
checking for fsetpos64... yes
checking for __fgets_chk... yes
checking for __fgets_unlocked_chk... yes
checking for __fread_chk... yes
checking for __fread_unlocked_chk... yes
checking for __read_chk... yes
checking for __recv_chk... yes
checking for __recvfrom_chk... yes
checking for CreateFileA... no
checking for CreateFileW... no
checking for ReOpenFile... no
checking for ReadFile... no
checking for CloseHandle... no
checking for AllocConsole... no
checking for AttachConsole... no
checking for SetConsoleMode... no
checking for WriteConsoleOutputA... no
checking for WriteConsoleOutputW... no
checking for sighandler_t... yes
checking for sig_t... no
checking for socklen_t... yes
checking for fpos64_t... yes
checking for connect() second argument... const struct sockaddr *
checking for read() prototype... ssize_t read(... size_t);
checking for recv() return value... ssize_t
checking for _IO_read_ptr and _IO_read_end in FILE (glibc-style)... yes
checking for _bf._base, _r and _p in FILE (FreeBSD-style)... no
checking for _base, _cnt and _ptr in FILE (Solaris-style)... no
checking how to access fpos64_t x... (x).__pos
checking for pragma INIT/FINI... yes
checking for __printf__ attribute... yes
checking for dladdr in -ldl... yes
checking for log in -lm... yes
checking for dlopen in -ldl... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating test/Makefile
config.status: creating doc/zzat.1
config.status: creating doc/zzuf.1
config.status: creating doc/libzzuf.3
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
make all-recursive
make[1]: Entering directory '/build/source'
Making all in src
make[2]: Entering directory '/build/source/src'
clang -DHAVE_CONFIG_H -I. -I.. -DLIBDIR=\"/nix/store/gfwgz300kg8azp7zfl956djrgdzw1zld-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o zzuf-zzuf.o `test -f 'zzuf.c' || echo './'`zzuf.c
In file included from zzuf.c:25:
In file included from /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/stdint.h:26:
In file included from /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/bits/libc-header-start.h:33:
/nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/features.h:197:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
197 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
| ^
1 warning generated.
clang -DHAVE_CONFIG_H -I. -I.. -DLIBDIR=\"/nix/store/gfwgz300kg8azp7zfl956djrgdzw1zld-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o zzuf-opts.o `test -f 'opts.c' || echo './'`opts.c
clang -DHAVE_CONFIG_H -I. -I.. -DLIBDIR=\"/nix/store/gfwgz300kg8azp7zfl956djrgdzw1zld-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o zzuf-timer.o `test -f 'timer.c' || echo './'`timer.c
clang -DHAVE_CONFIG_H -I. -I.. -DLIBDIR=\"/nix/store/gfwgz300kg8azp7zfl956djrgdzw1zld-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o zzuf-myfork.o `test -f 'myfork.c' || echo './'`myfork.c
In file included from myfork.c:24:
In file included from /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/stdint.h:26:
In file included from /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/bits/libc-header-start.h:33:
/nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/features.h:197:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
197 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
| ^
1 warning generated.
clang -DHAVE_CONFIG_H -I. -I.. -DLIBDIR=\"/nix/store/gfwgz300kg8azp7zfl956djrgdzw1zld-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o util/zzuf-getopt.o `test -f 'util/getopt.c' || echo './'`util/getopt.c
clang -DHAVE_CONFIG_H -I. -I.. -DLIBDIR=\"/nix/store/gfwgz300kg8azp7zfl956djrgdzw1zld-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o util/zzuf-md5.o `test -f 'util/md5.c' || echo './'`util/md5.c
clang -DHAVE_CONFIG_H -I. -I.. -DLIBDIR=\"/nix/store/gfwgz300kg8azp7zfl956djrgdzw1zld-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o util/zzuf-hex.o `test -f 'util/hex.c' || echo './'`util/hex.c
clang -DHAVE_CONFIG_H -I. -I.. -DLIBDIR=\"/nix/store/gfwgz300kg8azp7zfl956djrgdzw1zld-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o common/zzuf-random.o `test -f 'common/random.c' || echo './'`common/random.c
clang -DHAVE_CONFIG_H -I. -I.. -DLIBDIR=\"/nix/store/gfwgz300kg8azp7zfl956djrgdzw1zld-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o common/zzuf-ranges.o `test -f 'common/ranges.c' || echo './'`common/ranges.c
clang -DHAVE_CONFIG_H -I. -I.. -DLIBDIR=\"/nix/store/gfwgz300kg8azp7zfl956djrgdzw1zld-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o common/zzuf-fd.o `test -f 'common/fd.c' || echo './'`common/fd.c
clang -DHAVE_CONFIG_H -I. -I.. -DLIBDIR=\"/nix/store/gfwgz300kg8azp7zfl956djrgdzw1zld-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o common/zzuf-fuzz.o `test -f 'common/fuzz.c' || echo './'`common/fuzz.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o libzzuf/la-libzzuf.lo `test -f 'libzzuf/libzzuf.c' || echo './'`libzzuf/libzzuf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c libzzuf/libzzuf.c -fPIC -DPIC -o libzzuf/.libs/la-libzzuf.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o libzzuf/la-debug.lo `test -f 'libzzuf/debug.c' || echo './'`libzzuf/debug.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c libzzuf/debug.c -fPIC -DPIC -o libzzuf/.libs/la-debug.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o libzzuf/la-sys.lo `test -f 'libzzuf/sys.c' || echo './'`libzzuf/sys.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c libzzuf/sys.c -fPIC -DPIC -o libzzuf/.libs/la-sys.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o libzzuf/la-network.lo `test -f 'libzzuf/network.c' || echo './'`libzzuf/network.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c libzzuf/network.c -fPIC -DPIC -o libzzuf/.libs/la-network.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o libzzuf/la-lib-fd.lo `test -f 'libzzuf/lib-fd.c' || echo './'`libzzuf/lib-fd.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c libzzuf/lib-fd.c -fPIC -DPIC -o libzzuf/.libs/la-lib-fd.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o libzzuf/la-lib-mem.lo `test -f 'libzzuf/lib-mem.c' || echo './'`libzzuf/lib-mem.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c libzzuf/lib-mem.c -fPIC -DPIC -o libzzuf/.libs/la-lib-mem.o
In file included from libzzuf/lib-mem.c:24:
In file included from /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/sys/cdefs.h:24:
/nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/features.h:197:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
197 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
| ^
1 warning generated.
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o libzzuf/la-lib-signal.lo `test -f 'libzzuf/lib-signal.c' || echo './'`libzzuf/lib-signal.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c libzzuf/lib-signal.c -fPIC -DPIC -o libzzuf/.libs/la-lib-signal.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o libzzuf/la-lib-stream.lo `test -f 'libzzuf/lib-stream.c' || echo './'`libzzuf/lib-stream.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c libzzuf/lib-stream.c -fPIC -DPIC -o libzzuf/.libs/la-lib-stream.o
libzzuf/lib-stream.c:757:9: warning: no previous prototype for function '_IO_getc' [-Wmissing-prototypes]
757 | int NEW(_IO_getc)(FILE *stream)
| ^
libzzuf/lib-stream.c:757:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
757 | int NEW(_IO_getc)(FILE *stream)
| ^
| static
1 warning generated.
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o libzzuf/la-lib-win32.lo `test -f 'libzzuf/lib-win32.c' || echo './'`libzzuf/lib-win32.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c libzzuf/lib-win32.c -fPIC -DPIC -o libzzuf/.libs/la-lib-win32.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o common/libzzuf_la-random.lo `test -f 'common/random.c' || echo './'`common/random.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c common/random.c -fPIC -DPIC -o common/.libs/libzzuf_la-random.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o common/libzzuf_la-ranges.lo `test -f 'common/ranges.c' || echo './'`common/ranges.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c common/ranges.c -fPIC -DPIC -o common/.libs/libzzuf_la-ranges.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o common/libzzuf_la-fd.lo `test -f 'common/fd.c' || echo './'`common/fd.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c common/fd.c -fPIC -DPIC -o common/.libs/libzzuf_la-fd.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o common/libzzuf_la-fuzz.lo `test -f 'common/fuzz.c' || echo './'`common/fuzz.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c common/fuzz.c -fPIC -DPIC -o common/.libs/libzzuf_la-fuzz.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=link clang -DLIBZZUF -I./libzzuf -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -avoid-version -no-undefined -o libzzuf.la -rpath /nix/store/gfwgz300kg8azp7zfl956djrgdzw1zld-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf libzzuf/la-libzzuf.lo libzzuf/la-debug.lo libzzuf/la-sys.lo libzzuf/la-network.lo libzzuf/la-lib-fd.lo libzzuf/la-lib-mem.lo libzzuf/la-lib-signal.lo libzzuf/la-lib-stream.lo libzzuf/la-lib-win32.lo common/libzzuf_la-random.lo common/libzzuf_la-ranges.lo common/libzzuf_la-fd.lo common/libzzuf_la-fuzz.lo -ldl -lm
libtool: link: clang -shared -fPIC -DPIC libzzuf/.libs/la-libzzuf.o libzzuf/.libs/la-debug.o libzzuf/.libs/la-sys.o libzzuf/.libs/la-network.o libzzuf/.libs/la-lib-fd.o libzzuf/.libs/la-lib-mem.o libzzuf/.libs/la-lib-signal.o libzzuf/.libs/la-lib-stream.o libzzuf/.libs/la-lib-win32.o common/.libs/libzzuf_la-random.o common/.libs/libzzuf_la-ranges.o common/.libs/libzzuf_la-fd.o common/.libs/libzzuf_la-fuzz.o -ldl -lm -g -O2 -g -O2 -Wl,-soname -Wl,libzzuf.so -o .libs/libzzuf.so
libtool: link: ( cd ".libs" && rm -f "libzzuf.la" && ln -s "../libzzuf.la" "libzzuf.la" )
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=link clang -DLIBDIR=\"/nix/store/gfwgz300kg8azp7zfl956djrgdzw1zld-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -lm -o zzuf zzuf-zzuf.o zzuf-opts.o zzuf-timer.o zzuf-myfork.o util/zzuf-getopt.o util/zzuf-md5.o util/zzuf-hex.o common/zzuf-random.o common/zzuf-ranges.o common/zzuf-fd.o common/zzuf-fuzz.o
libtool: link: clang -DLIBDIR=\"/nix/store/gfwgz300kg8azp7zfl956djrgdzw1zld-zzuf-x86_64-unknown-linux-gnufilc0-0.15/lib/zzuf\" -I./common -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -o zzuf zzuf-zzuf.o zzuf-opts.o zzuf-timer.o zzuf-myfork.o util/zzuf-getopt.o util/zzuf-md5.o util/zzuf-hex.o common/zzuf-random.o common/zzuf-ranges.o common/zzuf-fd.o common/zzuf-fuzz.o -lm
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -std=c99 -g -O2 -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -c -o zzat.o zzat.c
zzat.c:485:26: error: call to undeclared function '__fgets_chk'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
485 | MY_FREAD(s = __fgets_chk(tmp, l1, l1, f), tmp, s ? strlen(tmp) : 0);
| ^
zzat.c:485:24: error: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion]
485 | MY_FREAD(s = __fgets_chk(tmp, l1, l1, f), tmp, s ? strlen(tmp) : 0);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
zzat.c:302:42: note: expanded from macro 'MY_FREAD'
302 | #define MY_FREAD(cmd, buf, cnt) MY_FCALL(cmd, buf, cnt, cnt)
| ^~~
zzat.c:317:9: note: expanded from macro 'MY_FCALL'
317 | cmd; \
| ^~~
zzat.c:493:26: error: call to undeclared function '__fread_chk'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
493 | MY_FREAD(l = __fread_chk(tmp, l1 * l2, l1, l2, f), tmp, l > 0 ? l * l1 : 0);
| ^
zzat.c:501:26: error: call to undeclared function '__fread_unlocked_chk'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
501 | MY_FREAD(l = __fread_unlocked_chk(tmp, l1 * l2, l1, l2, f), tmp, l > 0 ? l * l1 : 0);
| ^
zzat.c:501:26: note: did you mean 'fread_unlocked'?
/nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/stdio.h:756:15: note: 'fread_unlocked' declared here
756 | extern size_t fread_unlocked (void *__restrict __ptr, size_t __size,
| ^
zzat.c:509:26: error: call to undeclared function '__fgets_unlocked_chk'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
509 | MY_FREAD(s = __fgets_unlocked_chk(tmp, l1, l1, f), tmp, s ? strlen(tmp) : 0);
| ^
zzat.c:509:26: note: did you mean 'fgets_unlocked'?
/nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/stdio.h:677:14: note: 'fgets_unlocked' declared here
677 | extern char *fgets_unlocked (char *__restrict __s, int __n,
| ^
zzat.c:509:24: error: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion]
509 | MY_FREAD(s = __fgets_unlocked_chk(tmp, l1, l1, f), tmp, s ? strlen(tmp) : 0);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
zzat.c:302:42: note: expanded from macro 'MY_FREAD'
302 | #define MY_FREAD(cmd, buf, cnt) MY_FCALL(cmd, buf, cnt, cnt)
| ^~~
zzat.c:317:9: note: expanded from macro 'MY_FCALL'
317 | cmd; \
| ^~~
6 errors generated.
make[2]: *** [Makefile:660: zzat.o] Error 1
make[2]: Leaving directory '/build/source/src'
make[1]: *** [Makefile:420: all-recursive] Error 1
make[1]: Leaving directory '/build/source'
make: *** [Makefile:352: all] Error 2
zuo-1.9
macros
macros, hygienic expander
... tests passed!
checkPhase completed in 3 minutes 13 seconds
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
./zuo . install DESTDIR=""
to-install/zuo is up to date
copying to-install/zuo to /nix/store/fliicb06vz2mbw79mw4fydzv765l9450-zuo-x86_64-unknown-linux-gnufilc0-1.9/bin/zuo
copying lib/zuo to /nix/store/fliicb06vz2mbw79mw4fydzv765l9450-zuo-x86_64-unknown-linux-gnufilc0-1.9/share/zuo
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/fliicb06vz2mbw79mw4fydzv765l9450-zuo-x86_64-unknown-linux-gnufilc0-1.9
shrinking /nix/store/fliicb06vz2mbw79mw4fydzv765l9450-zuo-x86_64-unknown-linux-gnufilc0-1.9/bin/zuo
checking for references to /build/ in /nix/store/fliicb06vz2mbw79mw4fydzv765l9450-zuo-x86_64-unknown-linux-gnufilc0-1.9...
patching script interpreter paths in /nix/store/fliicb06vz2mbw79mw4fydzv765l9450-zuo-x86_64-unknown-linux-gnufilc0-1.9
stripping (with command strip and flags -S -p) in /nix/store/fliicb06vz2mbw79mw4fydzv765l9450-zuo-x86_64-unknown-linux-gnufilc0-1.9/bin
zxcvbn-c-2.5
error: Cannot build '/nix/store/drn5fqib6xv745hwp79hhyhxisfa2yw5-zxcvbn-c-x86_64-unknown-linux-gnufilc0-2.5.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/yd5i91q6zf0cg5p40mlfwv06xa5hhiac-zxcvbn-c-x86_64-unknown-linux-gnufilc0-2.5
Last 25 log lines:
> /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
> 23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
> | ^
> In file included from dict-generate.cpp:25:
> In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/iostream:45:
> In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/ios:223:
> In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__locale:27:
> /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:2530:5: error: implicit instantiation of undefined template 'std::char_traits<int>'
> 2530 | traits_type::copy(
> | ^
> /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
> 23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
> | ^
> In file included from dict-generate.cpp:25:
> In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/iostream:45:
> In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/ios:223:
> In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__locale:27:
> /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:2538:3: error: implicit instantiation of undefined template 'std::char_traits<int>'
> 2538 | traits_type::assign(__p[__old_sz], value_type());
> | ^
> /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__fwd/string.h:23:29: note: template is declared here
> 23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
> | ^
> 3 warnings and 14 errors generated.
> make: *** [makefile:64: dictgen] Error 1
For full logs, run:
nix log /nix/store/drn5fqib6xv745hwp79hhyhxisfa2yw5-zxcvbn-c-x86_64-unknown-linux-gnufilc0-2.5.drvzydis-4.1.1
error: Cannot build '/nix/store/nn45p8sicj3skqlcly1afqfw0bv8ajh9-zydis-x86_64-unknown-linux-gnufilc0-4.1.1.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/dygryahx60zcfzr4fwk5hnxy2y7dm57r-zydis-x86_64-unknown-linux-gnufilc0-4.1.1
Last 25 log lines:
> 30 clang-20 0x0000000002a02d54 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&) + 436
> 31 clang-20 0x0000000000c79189 clang_main(int, char**, llvm::ToolContext const&) + 7241
> 32 clang-20 0x0000000000b840d4 main + 100
> 33 libc.so.6 0x00007ffff7c2a47e
> 34 libc.so.6 0x00007ffff7c2a539 __libc_start_main + 137
> 35 clang-20 0x0000000000c74ed5 _start + 37
> clang-20: error: clang frontend command failed with exit code 134 (use -v to see invocation)
> clang version 20.1.8 (Fil-C 0.684)
> Target: x86_64-pc-linux-gnu
> Thread model: posix
> InstalledDir: /nix/store/f7c5s76n67mj1pr39cy7aj0akjy1s4mn-filc0-git/bin
> Build config: +assertions
> clang-20: note: diagnostic msg:
> ********************
>
> PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
> Preprocessed source(s) and associated run script(s) are located at:
> clang-20: note: diagnostic msg: /build/Mnemonic-f825f4.c
> clang-20: note: diagnostic msg: /build/Mnemonic-f825f4.sh
> clang-20: note: diagnostic msg:
>
> ********************
> make[2]: *** [CMakeFiles/Zydis.dir/build.make:93: CMakeFiles/Zydis.dir/src/Mnemonic.c.o] Error 1
> make[1]: *** [CMakeFiles/Makefile2:132: CMakeFiles/Zydis.dir/all] Error 2
> make: *** [Makefile:146: all] Error 2
For full logs, run:
nix log /nix/store/nn45p8sicj3skqlcly1afqfw0bv8ajh9-zydis-x86_64-unknown-linux-gnufilc0-4.1.1.drvzzuf-0.15
error: Cannot build '/nix/store/jqg22pszs8rjml0xhvfr5yv6np7yag9j-zzuf-x86_64-unknown-linux-gnufilc0-0.15.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/gfwgz300kg8azp7zfl956djrgdzw1zld-zzuf-x86_64-unknown-linux-gnufilc0-0.15
Last 25 log lines:
> /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/stdio.h:756:15: note: 'fread_unlocked' declared here
> 756 | extern size_t fread_unlocked (void *__restrict __ptr, size_t __size,
> | ^
> zzat.c:509:26: error: call to undeclared function '__fgets_unlocked_chk'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
> 509 | MY_FREAD(s = __fgets_unlocked_chk(tmp, l1, l1, f), tmp, s ? strlen(tmp) : 0);
> | ^
> zzat.c:509:26: note: did you mean 'fgets_unlocked'?
> /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/stdio.h:677:14: note: 'fgets_unlocked' declared here
> 677 | extern char *fgets_unlocked (char *__restrict __s, int __n,
> | ^
> zzat.c:509:24: error: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion]
> 509 | MY_FREAD(s = __fgets_unlocked_chk(tmp, l1, l1, f), tmp, s ? strlen(tmp) : 0);
> | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> zzat.c:302:42: note: expanded from macro 'MY_FREAD'
> 302 | #define MY_FREAD(cmd, buf, cnt) MY_FCALL(cmd, buf, cnt, cnt)
> | ^~~
> zzat.c:317:9: note: expanded from macro 'MY_FCALL'
> 317 | cmd; \
> | ^~~
> 6 errors generated.
> make[2]: *** [Makefile:660: zzat.o] Error 1
> make[2]: Leaving directory '/build/source/src'
> make[1]: *** [Makefile:420: all-recursive] Error 1
> make[1]: Leaving directory '/build/source'
> make: *** [Makefile:352: all] Error 2
For full logs, run:
nix log /nix/store/jqg22pszs8rjml0xhvfr5yv6np7yag9j-zzuf-x86_64-unknown-linux-gnufilc0-0.15.drvzxcvbn-c-2.5
error: build of '/nix/store/drn5fqib6xv745hwp79hhyhxisfa2yw5-zxcvbn-c-x86_64-unknown-linux-gnufilc0-2.5.drv^*', '/nix/store/jqg22pszs8rjml0xhvfr5yv6np7yag9j-zzuf-x86_64-unknown-linux-gnufilc0-0.15.drv^*', '/nix/store/nn45p8sicj3skqlcly1afqfw0bv8ajh9-zydis-x86_64-unknown-linux-gnufilc0-4.1.1.drv^*' failed
End of log