tangerine-unstable-2024-04-05
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1886 | using char_type FMT_MAYBE_UNUSED = fmt::remove_cvref_t<decltype(s[0])>; \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1887 | FMT_MAYBE_UNUSED FMT_CONSTEXPR explicit \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1888 | operator fmt::basic_string_view<char_type>() const { \| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1889 | return fmt::detail_exported::compile_string_to_view<char_type>(s); \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1890 | } \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1891 | }; \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1892 | return FMT_COMPILE_STRING(); \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1893 | }()
| ~~~
In file included from /build/source/third_party/fmt/src/format.cc:8:
/build/source/third_party/fmt/include/fmt/format-inl.h:1380:28: error: call to consteval function 'fmt::basic_format_string<char, unsigned int &>::basic_format_string<FMT_COMPILE_STRING, 0>' is not a constant expression
1380 | out = format_to(out, FMT_STRING("{:08x}"), value);| ^
/build/source/third_party/fmt/include/fmt/format.h:1905:23: note: expanded from macro 'FMT_STRING'
1905 | #define FMT_STRING(s) FMT_STRING_IMPL(s, fmt::detail::compile_string, )
| ^
/build/source/third_party/fmt/include/fmt/format.h:1882:3: note: expanded from macro 'FMT_STRING_IMPL'
1882 | [] { \| ^
/build/source/third_party/fmt/include/fmt/core.h:686:54: note: subexpression not valid in a constant expression
686 | format_str_.remove_prefix(detail::to_unsigned(it - begin()));
| ~~~^~~~~~~~~
/build/source/third_party/fmt/include/fmt/core.h:2637:5: note: in call to 'this->context_.advance_to(&"{:08x}"[2])'2637 | context_.advance_to(begin);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/build/source/third_party/fmt/include/fmt/core.h:2467:15: note: in call to 'handler.on_format_specs(0, &"{:08x}"[2], &"{:08x}"[6])'2467 | begin = handler.on_format_specs(adapter.arg_id, begin + 1, end);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/source/third_party/fmt/include/fmt/core.h:2489:21: note: in call to 'parse_replacement_field<char, fmt::detail::format_string_checker<char, unsigned int> &>(&"{:08x}"[1], &"{:08x}"[6], checker(s))'2489 | begin = p = parse_replacement_field(p - 1, end, handler);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/source/third_party/fmt/include/fmt/core.h:2740:7: note: in call to 'parse_format_string<true, char, fmt::detail::format_string_checker<char, unsigned int>>({&"{:08x}"[0], 6}, checker(s))'2740 | detail::parse_format_string<true>(str_, checker(s));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/source/third_party/fmt/include/fmt/format-inl.h:1380:28: note: in call to 'basic_format_string<FMT_COMPILE_STRING, 0>([] { struct __attribute__((visibility("hidden"))) FMT_COMPILE_STRING : fmt::detail::compile_string { using char_type [[maybe_unused]] = fmt::remove_cvref_t<decltype("{:08x}"[0])>; [[maybe_unused]] constexpr operator fmt::basic_string_view<char_type>() const { return fmt::detail_exported::compile_string_to_view<char_type>("{:08x}");}
};
return FMT_COMPILE_STRING();
}())'
1380 | out = format_to(out, FMT_STRING("{:08x}"), value);| ^~~~~~~~~~~~~~~~~~~~
/build/source/third_party/fmt/include/fmt/format.h:1905:23: note: expanded from macro 'FMT_STRING'
1905 | #define FMT_STRING(s) FMT_STRING_IMPL(s, fmt::detail::compile_string, )
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/source/third_party/fmt/include/fmt/format.h:1882:3: note: expanded from macro 'FMT_STRING_IMPL'
1882 | [] { \| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1883 | /* Use the hidden visibility as a workaround for a GCC bug (#1973). */ \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1884 | /* Use a macro-like name to avoid shadowing warnings. */ \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1885 | struct FMT_VISIBILITY("hidden") FMT_COMPILE_STRING : base { \| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1886 | using char_type FMT_MAYBE_UNUSED = fmt::remove_cvref_t<decltype(s[0])>; \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1887 | FMT_MAYBE_UNUSED FMT_CONSTEXPR explicit \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1888 | operator fmt::basic_string_view<char_type>() const { \| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1889 | return fmt::detail_exported::compile_string_to_view<char_type>(s); \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1890 | } \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1891 | }; \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1892 | return FMT_COMPILE_STRING(); \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1893 | }()
| ~~~
In file included from /build/source/third_party/fmt/src/format.cc:8:
/build/source/third_party/fmt/include/fmt/format-inl.h:1383:28: error: call to consteval function 'fmt::basic_format_string<char, int>::basic_format_string<FMT_COMPILE_STRING, 0>' is not a constant expression
1383 | out = format_to(out, FMT_STRING("p{}"),| ^
/build/source/third_party/fmt/include/fmt/format.h:1905:23: note: expanded from macro 'FMT_STRING'
1905 | #define FMT_STRING(s) FMT_STRING_IMPL(s, fmt::detail::compile_string, )
| ^
/build/source/third_party/fmt/include/fmt/format.h:1882:3: note: expanded from macro 'FMT_STRING_IMPL'
1882 | [] { \| ^
/build/source/third_party/fmt/include/fmt/core.h:686:54: note: subexpression not valid in a constant expression
686 | format_str_.remove_prefix(detail::to_unsigned(it - begin()));
| ~~~^~~~~~~~~
/build/source/third_party/fmt/include/fmt/core.h:2637:5: note: in call to 'this->context_.advance_to(&"p{}"[2])'2637 | context_.advance_to(begin);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/build/source/third_party/fmt/include/fmt/core.h:2632:5: note: in call to 'this->on_format_specs(0, &"p{}"[2], &"p{}"[2])'2632 | on_format_specs(id, begin, begin); // Call parse() on empty specs.
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/source/third_party/fmt/include/fmt/core.h:2457:5: note: in call to 'handler.on_replacement_field(0, &"p{}"[2])'2457 | handler.on_replacement_field(handler.on_arg_id(), begin);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/source/third_party/fmt/include/fmt/core.h:2489:21: note: in call to 'parse_replacement_field<char, fmt::detail::format_string_checker<char, int> &>(&"p{}"[2], &"p{}"[3], checker(s))'2489 | begin = p = parse_replacement_field(p - 1, end, handler);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/source/third_party/fmt/include/fmt/core.h:2740:7: note: in call to 'parse_format_string<true, char, fmt::detail::format_string_checker<char, int>>({&"p{}"[0], 3}, checker(s))'2740 | detail::parse_format_string<true>(str_, checker(s));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/source/third_party/fmt/include/fmt/format-inl.h:1383:28: note: in call to 'basic_format_string<FMT_COMPILE_STRING, 0>([] { struct __attribute__((visibility("hidden"))) FMT_COMPILE_STRING : fmt::detail::compile_string { using char_type [[maybe_unused]] = fmt::remove_cvref_t<decltype("p{}"[0])>; [[maybe_unused]] constexpr operator fmt::basic_string_view<char_type>() const { return fmt::detail_exported::compile_string_to_view<char_type>("p{}");}
};
return FMT_COMPILE_STRING();
}())'
1383 | out = format_to(out, FMT_STRING("p{}"),| ^~~~~~~~~~~~~~~~~
/build/source/third_party/fmt/include/fmt/format.h:1905:23: note: expanded from macro 'FMT_STRING'
1905 | #define FMT_STRING(s) FMT_STRING_IMPL(s, fmt::detail::compile_string, )
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/source/third_party/fmt/include/fmt/format.h:1882:3: note: expanded from macro 'FMT_STRING_IMPL'
1882 | [] { \| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1883 | /* Use the hidden visibility as a workaround for a GCC bug (#1973). */ \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1884 | /* Use a macro-like name to avoid shadowing warnings. */ \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1885 | struct FMT_VISIBILITY("hidden") FMT_COMPILE_STRING : base { \| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1886 | using char_type FMT_MAYBE_UNUSED = fmt::remove_cvref_t<decltype(s[0])>; \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1887 | FMT_MAYBE_UNUSED FMT_CONSTEXPR explicit \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1888 | operator fmt::basic_string_view<char_type>() const { \| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1889 | return fmt::detail_exported::compile_string_to_view<char_type>(s); \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1890 | } \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1891 | }; \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1892 | return FMT_COMPILE_STRING(); \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1893 | }()
| ~~~
1 warning and 5 errors generated.
make[2]: *** [CMakeFiles/fmt.dir/build.make:79: CMakeFiles/fmt.dir/third_party/fmt/src/format.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:152: CMakeFiles/fmt.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 18%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lfunc.c.o
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1175:25: error: no member named 'par' in namespace 'std::execution'
1175 | std::execution::par,
| ~~~~~~~~~~~~~~~~^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1189:25: error: no member named 'par' in namespace 'std::execution'
1189 | std::execution::par,
| ~~~~~~~~~~~~~~~~^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1581:25: error: no member named 'par' in namespace 'std::execution'
1581 | std::execution::par,
| ~~~~~~~~~~~~~~~~^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1594:17: error: reference to local variable 'is_lower_boundary_cube' declared in enclosing lambda expression
1594 | if (is_lower_boundary_cube(i, j, k))
| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1584:46: note: while substituting into a lambda expression here
1584 | [&](key_value_type const& key_value) {| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1588:24: note: 'is_lower_boundary_cube' declared here
1588 | auto const is_lower_boundary_cube = [](auto i, auto j, auto k) {| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1594:40: error: reference to local binding 'i' declared in enclosing lambda expression
1594 | if (is_lower_boundary_cube(i, j, k))
| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1592:25: note: 'i' declared here
1592 | auto const [i, j, k] = get_ijk_from_idx(active_cube_index, grid);
| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1594:43: error: reference to local binding 'j' declared in enclosing lambda expression
1594 | if (is_lower_boundary_cube(i, j, k))
| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1592:28: note: 'j' declared here
1592 | auto const [i, j, k] = get_ijk_from_idx(active_cube_index, grid);
| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1594:46: error: reference to local binding 'k' declared in enclosing lambda expression
1594 | if (is_lower_boundary_cube(i, j, k))
| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1592:31: note: 'k' declared here
1592 | auto const [i, j, k] = get_ijk_from_idx(active_cube_index, grid);
| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1630:39: error: reference to local variable 'idx' declared in enclosing lambda expression
1630 | for (std::size_t idx = 0; idx < 3; ++idx)
| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1630:30: note: 'idx' declared here
1630 | for (std::size_t idx = 0; idx < 3; ++idx)
| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1630:50: error: reference to local variable 'idx' declared in enclosing lambda expression
1630 | for (std::size_t idx = 0; idx < 3; ++idx)
| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1630:30: note: 'idx' declared here
1630 | for (std::size_t idx = 0; idx < 3; ++idx)
| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1650:44: error: reference to local variable 'neighbor1' declared in enclosing lambda expression
1650 | if (active_cubes_map.count(neighbor1) == 0 ||
| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1632:28: note: 'neighbor1' declared here
1632 | auto const neighbor1 = get_active_cube_index(
| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1651:44: error: reference to local variable 'neighbor2' declared in enclosing lambda expression
1651 | active_cubes_map.count(neighbor2) == 0 ||
| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1638:28: note: 'neighbor2' declared here
1638 | auto const neighbor2 = get_active_cube_index(
| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1652:44: error: reference to local variable 'neighbor3' declared in enclosing lambda expression
1652 | active_cubes_map.count(neighbor3) == 0)
| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1644:28: note: 'neighbor3' declared here
1644 | auto const neighbor3 = get_active_cube_index(
| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1672:32: error: reference to local variable 'v0' declared in enclosing lambda expression
1672 | mesh.add_face({v0, v1, v2});| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1665:28: note: 'v0' declared here
1665 | auto const v0 = active_cube.vertex_idx;
| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1672:36: error: reference to local variable 'v1' declared in enclosing lambda expression
1672 | mesh.add_face({v0, v1, v2});| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1666:28: note: 'v1' declared here
1666 | auto const v1 = neighbor_vertices[neighbor_vertices_order[0]];
| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1672:40: error: reference to local variable 'v2' declared in enclosing lambda expression
1672 | mesh.add_face({v0, v1, v2});| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1667:28: note: 'v2' declared here
1667 | auto const v2 = neighbor_vertices[neighbor_vertices_order[1]];
| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1673:32: error: reference to local variable 'v0' declared in enclosing lambda expression
1673 | mesh.add_face({v0, v2, v3});| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1665:28: note: 'v0' declared here
1665 | auto const v0 = active_cube.vertex_idx;
| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1673:36: error: reference to local variable 'v2' declared in enclosing lambda expression
1673 | mesh.add_face({v0, v2, v3});| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1667:28: note: 'v2' declared here
1667 | auto const v2 = neighbor_vertices[neighbor_vertices_order[1]];
| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1673:40: error: reference to local variable 'v3' declared in enclosing lambda expression
1673 | mesh.add_face({v0, v2, v3});| ^
/build/source/third_party/naive-surface-nets/src/surface_nets.cpp:1668:28: note: 'v3' declared here
1668 | auto const v3 = neighbor_vertices[neighbor_vertices_order[2]];
| ^
18 errors generated.
make[2]: *** [CMakeFiles/NaiveSurfaceNets.dir/build.make:79: CMakeFiles/NaiveSurfaceNets.dir/third_party/naive-surface-nets/src/surface_nets.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:281: CMakeFiles/NaiveSurfaceNets.dir/all] Error 2
[ 19%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lgc.c.o
talkfilters-2.3.8
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c -o libtalkfilters_la-brooklyn.lo `test -f 'brooklyn.c' || echo './'`brooklyn.c
clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c brooklyn.c -fPIC -DPIC -o .libs/libtalkfilters_la-brooklyn.o
tangerine-unstable-2024-04-05
[ 20%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/linit.c.o
[ 22%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/liolib.c.o
[ 23%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/llex.c.o
[ 24%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lmathlib.c.o
[ 25%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lmem.c.o
[ 26%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/loadlib.c.o
[ 27%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lobject.c.o
[ 29%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lopcodes.c.o
[ 30%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/loslib.c.o
[ 31%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lparser.c.o
[ 32%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lstate.c.o
[ 33%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lstring.c.o
[ 34%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lstrlib.c.o
[ 36%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/ltable.c.o
[ 37%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/ltablib.c.o
[ 38%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/ltm.c.o
talkfilters-2.3.8
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c -o libtalkfilters_la-chef.lo `test -f 'chef.c' || echo './'`chef.c
clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c chef.c -fPIC -DPIC -o .libs/libtalkfilters_la-chef.o
tangerine-unstable-2024-04-05
[ 39%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lundump.c.o
[ 40%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lutf8lib.c.o
[ 41%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lvm.c.o
[ 43%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lzio.c.o
talkfilters-2.3.8
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c -o libtalkfilters_la-cockney.lo `test -f 'cockney.c' || echo './'`cockney.c
clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c cockney.c -fPIC -DPIC -o .libs/libtalkfilters_la-cockney.o
tangerine-unstable-2024-04-05
[ 43%] Built target VoxWriter
[ 43%] Built target lua
talkfilters-2.3.8
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c -o libtalkfilters_la-drawl.lo `test -f 'drawl.c' || echo './'`drawl.c
clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c drawl.c -fPIC -DPIC -o .libs/libtalkfilters_la-drawl.o
tangerine-unstable-2024-04-05
[ 43%] Built target glad
make: *** [Makefile:136: all] Error 2
tanidvr-1.4.1
Build started
→ unpackPhase
unpacking source archive /nix/store/3hsb9dyvn1nmn390c6xj7czvpfndpwfb-tanidvr-1.4.1.tar.bz2
source root is tanidvr-1.4.1
setting SOURCE_DATE_EPOCH to timestamp 1425927842 of file "tanidvr-1.4.1/src/Makefile.in"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
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-dependency-tracking --prefix=/nix/store/ald5g2czsvsxjnif64pwc999v2lgf4xa-tanidvr-x86_64-unknown-linux-gnufilc0-1.4.1 --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 thread-safe 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 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 we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of clang++... none
checking for x86_64-unknown-linux-gnufilc0-gcc... clang
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... 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 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 ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for int64_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... no
checking for working fork... cross
configure: WARNING: result yes guessed because of cross compilation
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... no
checking for bzero... yes
checking for gethostbyname... yes
checking for gettimeofday... yes
checking for memmove... yes
checking for memset... yes
checking for socket... 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 src/config.h
config.status: executing depfiles commands
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
Making all in src
make[1]: Entering directory '/build/tanidvr-1.4.1/src'
make all-am
make[2]: Entering directory '/build/tanidvr-1.4.1/src'
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o log.o log.c
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o bufftools.o bufftools.c
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o devinfo.o devinfo.c
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o dvrcontrol.o dvrcontrol.c
dvrcontrol.c:124:21: warning: left operand of comma operator has no effect [-Wunused-value]
124 | DEBUG_LOG_PRINTF ("hlp_get_work_alarm_status returned: %d\n", i);| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dvrcontrol.c:124:65: warning: expression result unused [-Wunused-value]
124 | DEBUG_LOG_PRINTF ("hlp_get_work_alarm_status returned: %d\n", i);| ^
dvrcontrol.c:154:21: warning: left operand of comma operator has no effect [-Wunused-value]
154 | DEBUG_LOG_PRINTF ("hlp_send_extension_string returned: %d\n", i);| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dvrcontrol.c:154:65: warning: expression result unused [-Wunused-value]
154 | DEBUG_LOG_PRINTF ("hlp_send_extension_string returned: %d\n", i);| ^
dvrcontrol.c:189:21: warning: left operand of comma operator has no effect [-Wunused-value]
189 | DEBUG_LOG_PRINTF ("hlp_get_work_alarm_status returned: %d\n", i);| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dvrcontrol.c:189:65: warning: expression result unused [-Wunused-value]
189 | DEBUG_LOG_PRINTF ("hlp_get_work_alarm_status returned: %d\n", i);| ^
dvrcontrol.c:264:120: warning: passing 'ssize_t *' (aka 'long *') to parameter of type 'size_t *' (aka 'unsigned long *') converts between pointers to integer types with different sign [-Wpointer-sign]
264 | if (hlp_media_data_request (conn_control, conn_stream, dvrctl->channel, dvrctl->sub_channel, sbuf, STREAM_BUFFER_LEN, &sbuf_len) != 0) {| ^~~~~~~~~
./hlprotocol.h:41:183: note: passing argument to parameter 'dest_data_len' here
41 | int hlp_media_data_request (t_hlp_connection *hlp_connection_ctrl, t_hlp_connection *hlp_connection_data, int channel, int sub_channel, uint8_t *dest_data_p, size_t max_len, size_t *dest_data_len);
| ^
dvrcontrol.c:288:74: warning: passing 'ssize_t *' (aka 'long *') to parameter of type 'size_t *' (aka 'unsigned long *') converts between pointers to integer types with different sign [-Wpointer-sign]
288 | if (hlp_collect_media_data (conn_stream, 0, sbuf, STREAM_BUFFER_LEN, &sbuf_len) != 0) {| ^~~~~~~~~
./hlprotocol.h:42:134: note: passing argument to parameter 'dest_data_len' here
42 | extern int hlp_collect_media_data (t_hlp_connection *hlp_connection_data, int channel, uint8_t *dest_data_p, size_t max_len, size_t *dest_data_len);
| ^
dvrcontrol.c:242:20: warning: expression result unused [-Wunused-value]
242 | DEBUG_LOG_PRINTF ("start CONTROL connection\n");| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
dvrcontrol.c:249:20: warning: expression result unused [-Wunused-value]
249 | DEBUG_LOG_PRINTF ("start STREAM connection...\n");| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dvrcontrol.c:256:20: warning: expression result unused [-Wunused-value]
256 | DEBUG_LOG_PRINTF ("tie conn_stream to conn_control...\n");| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dvrcontrol.c:263:20: warning: expression result unused [-Wunused-value]
263 | DEBUG_LOG_PRINTF ("first frame...\n");| ^~~~~~~~~~~~~~~~~~
dvrcontrol.c:656:16: warning: assigning to 'size_t *' (aka 'unsigned long *') from 'ssize_t *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
656 | outbuf_len_p = &sbuf_len_2;
| ^ ~~~~~~~~~~~
dvrcontrol.c:660:16: warning: assigning to 'size_t *' (aka 'unsigned long *') from 'ssize_t *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
660 | outbuf_len_p = &sbuf_len;
| ^ ~~~~~~~~~
dvrcontrol.c:730:102: warning: passing 'ssize_t *' (aka 'long *') to parameter of type 'size_t *' (aka 'unsigned long *') converts between pointers to integer types with different sign [-Wpointer-sign]
730 | dstf_ret = dstf_process_dhav_stream_to_frames (dstf, sbuf, (dstf_ret > 0) ? 0 : sbuf_len, sbuf, &sbuf_len, STREAM_BUFFER_LEN);
| ^~~~~~~~~
./mctools.h:131:118: note: passing argument to parameter 'dst_len' here
131 | extern int dstf_process_dhav_stream_to_frames (dstf_t *dstf, uint8_t *src_p, size_t src_len, uint8_t *dst_p, size_t *dst_len, size_t max_dst_len);
| ^
dvrcontrol.c:733:106: warning: passing 'ssize_t *' (aka 'long *') to parameter of type 'size_t *' (aka 'unsigned long *') converts between pointers to integer types with different sign [-Wpointer-sign]
733 | dstf_ret = dstf_process_raw_h264_stream_to_frames (dstf, sbuf, (dstf_ret > 0) ? 0 : sbuf_len, sbuf, &sbuf_len, STREAM_BUFFER_LEN);
| ^~~~~~~~~
./mctools.h:132:115: note: passing argument to parameter 'dst_len' here
132 | int dstf_process_raw_h264_stream_to_frames (dstf_t *dstf, uint8_t *src_p, size_t src_len, uint8_t *dst_p, size_t *dst_len, size_t max_dst_len);
| ^
dvrcontrol.c:753:80: warning: passing 'ssize_t *' (aka 'long *') to parameter of type 'size_t *' (aka 'unsigned long *') converts between pointers to integer types with different sign [-Wpointer-sign]
753 | dtconv_ret = dt_convert_frame_to_mkv (mc_parms, sbuf, sbuf_len, sbuf_2, &sbuf_len_2, STREAM_BUFFER_LEN, main_mkv_header_pending, MCODEC_V_MPEG4_ISO_AVC);
| ^~~~~~~~~~~
./mctools.h:127:131: note: passing argument to parameter 'dst_len' here
127 | extern int dt_convert_frame_to_mkv (const t_mc_parms *mc_parms, uint8_t *src_dhav_p, size_t src_dhav_len, uint8_t *dst_p, size_t *dst_len, size_t max_dst_len, bool first_frame, mcodec_t vcodec);
| ^
dvrcontrol.c:756:80: warning: passing 'ssize_t *' (aka 'long *') to parameter of type 'size_t *' (aka 'unsigned long *') converts between pointers to integer types with different sign [-Wpointer-sign]
756 | dtconv_ret = dt_convert_frame_to_mkv (mc_parms, sbuf, sbuf_len, sbuf_2, &sbuf_len_2, STREAM_BUFFER_LEN, main_mkv_header_pending, MCODEC_V_MPEG4_ISO_ASP);
| ^~~~~~~~~~~
./mctools.h:127:131: note: passing argument to parameter 'dst_len' here
127 | extern int dt_convert_frame_to_mkv (const t_mc_parms *mc_parms, uint8_t *src_dhav_p, size_t src_dhav_len, uint8_t *dst_p, size_t *dst_len, size_t max_dst_len, bool first_frame, mcodec_t vcodec);
| ^
dvrcontrol.c:722:22: warning: left operand of comma operator has no effect [-Wunused-value]
722 | DEBUG_LOG_PRINTF ("read from pipe: %d bytes\n", sbuf_len);| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
dvrcontrol.c:722:52: warning: expression result unused [-Wunused-value]
722 | DEBUG_LOG_PRINTF ("read from pipe: %d bytes\n", sbuf_len);| ^~~~~~~~
20 warnings generated.
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o filetools.o filetools.c
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o hlprotocol.o hlprotocol.c
hlprotocol.c:91:22: warning: left operand of comma operator has no effect [-Wunused-value]
91 | DEBUG_LOG_PRINTF ("hlp_get_header: got cmd 0x%hhx instead of expected 0x%hhx\n", ll_header->llp_hd_cmd, expected_cmd);| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hlprotocol.c:91:96: warning: left operand of comma operator has no effect [-Wunused-value]
91 | DEBUG_LOG_PRINTF ("hlp_get_header: got cmd 0x%hhx instead of expected 0x%hhx\n", ll_header->llp_hd_cmd, expected_cmd);| ~~~~~~~~~~~^~~~~~~~~~
./llprotocol.h:31:25: note: expanded from macro 'llp_hd_cmd'
31 | #define llp_hd_cmd raw[0]
| ~^
hlprotocol.c:91:108: warning: expression result unused [-Wunused-value]
91 | DEBUG_LOG_PRINTF ("hlp_get_header: got cmd 0x%hhx instead of expected 0x%hhx\n", ll_header->llp_hd_cmd, expected_cmd);| ^~~~~~~~~~~~
hlprotocol.c:128:21: warning: left operand of comma operator has no effect [-Wunused-value]
128 | DEBUG_LOG_PRINTF ("hlp_get_header_and_extdata: llp_get_header(1) returned: %d\n", retcode);| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hlprotocol.c:128:85: warning: expression result unused [-Wunused-value]
128 | DEBUG_LOG_PRINTF ("hlp_get_header_and_extdata: llp_get_header(1) returned: %d\n", retcode);| ^~~~~~~
hlprotocol.c:137:22: warning: left operand of comma operator has no effect [-Wunused-value]
137 | DEBUG_LOG_PRINTF ("hlp_get_header_and_extdata: llp_get_discard_extdata(1) returned: %d\n", retcode);| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hlprotocol.c:137:95: warning: expression result unused [-Wunused-value]
137 | DEBUG_LOG_PRINTF ("hlp_get_header_and_extdata: llp_get_discard_extdata(1) returned: %d\n", retcode);| ^~~~~~~
hlprotocol.c:142:22: warning: left operand of comma operator has no effect [-Wunused-value]
142 | DEBUG_LOG_PRINTF ("hlp_get_header_and_extdata: got NOP (no reply), expected: 0x%hhx\n", expected_cmd);| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hlprotocol.c:142:92: warning: expression result unused [-Wunused-value]
142 | DEBUG_LOG_PRINTF ("hlp_get_header_and_extdata: got NOP (no reply), expected: 0x%hhx\n", expected_cmd);| ^~~~~~~~~~~~
hlprotocol.c:146:21: warning: left operand of comma operator has no effect [-Wunused-value]
146 | DEBUG_LOG_PRINTF ("hlp_get_header_and_extdata: UNEXPECTED SITUATION -- got 0x%hhx, expected: 0x%hhx\n", ll_header->llp_hd_cmd, expected_cmd);| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hlprotocol.c:146:118: warning: left operand of comma operator has no effect [-Wunused-value]
146 | DEBUG_LOG_PRINTF ("hlp_get_header_and_extdata: UNEXPECTED SITUATION -- got 0x%hhx, expected: 0x%hhx\n", ll_header->llp_hd_cmd, expected_cmd);| ~~~~~~~~~~~^~~~~~~~~~
./llprotocol.h:31:25: note: expanded from macro 'llp_hd_cmd'
31 | #define llp_hd_cmd raw[0]
| ~^
hlprotocol.c:146:130: warning: expression result unused [-Wunused-value]
146 | DEBUG_LOG_PRINTF ("hlp_get_header_and_extdata: UNEXPECTED SITUATION -- got 0x%hhx, expected: 0x%hhx\n", ll_header->llp_hd_cmd, expected_cmd);| ^~~~~~~~~~~~
hlprotocol.c:157:23: warning: left operand of comma operator has no effect [-Wunused-value]
157 | DEBUG_LOG_PRINTF ("hlp_get_header_and_extdata: llp_get_extdata_sbuff returned: %d\n", extdata_retlen);| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hlprotocol.c:157:91: warning: expression result unused [-Wunused-value]
157 | DEBUG_LOG_PRINTF ("hlp_get_header_and_extdata: llp_get_extdata_sbuff returned: %d\n", extdata_retlen);| ^~~~~~~~~~~~~~
hlprotocol.c:168:23: warning: left operand of comma operator has no effect [-Wunused-value]
168 | DEBUG_LOG_PRINTF ("hlp_get_header_and_extdata: llp_get_header(2) returned: %d\n", retcode);| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hlprotocol.c:168:87: warning: expression result unused [-Wunused-value]
168 | DEBUG_LOG_PRINTF ("hlp_get_header_and_extdata: llp_get_header(2) returned: %d\n", retcode);| ^~~~~~~
hlprotocol.c:173:23: warning: left operand of comma operator has no effect [-Wunused-value]
173 | DEBUG_LOG_PRINTF ("hlp_get_header_and_extdata: llp_get_discard_extdata(2) returned: %d\n", retcode);| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hlprotocol.c:173:96: warning: expression result unused [-Wunused-value]
173 | DEBUG_LOG_PRINTF ("hlp_get_header_and_extdata: llp_get_discard_extdata(2) returned: %d\n", retcode);| ^~~~~~~
hlprotocol.c:206:12: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter 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]
206 | strncpy (&(ll_header_out.raw[8]), user, 8); /* no need to be NULL-terminated */
| ^~~~~~~~~~~~~~~~~~~~~~~
/nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/string.h:159:40: note: passing argument to parameter '__dest' here
159 | extern char *strncpy (char *__restrict __dest,
| ^
hlprotocol.c:207:12: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter 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]
207 | strncpy (&(ll_header_out.raw[16]), passwd, 8); /* no need to be NULL-terminated */
| ^~~~~~~~~~~~~~~~~~~~~~~~
/nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/string.h:159:40: note: passing argument to parameter '__dest' here
159 | extern char *strncpy (char *__restrict __dest,
| ^
hlprotocol.c:315:20: warning: expression result unused [-Wunused-value]
315 | DEBUG_LOG_PRINTF ("sending media request...\n");| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
hlprotocol.c:363:20: warning: expression result unused [-Wunused-value]
363 | DEBUG_LOG_PRINTF ("getting media reply...\n");| ^~~~~~~~~~~~~~~~~~~~~~~~~~
hlprotocol.c:381:22: warning: left operand of comma operator has no effect [-Wunused-value]
381 | DEBUG_LOG_PRINTF ("hlp_media_data_request: collecting 1st frame extdata, %d bytes\n", ll_header_in.extlen);| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hlprotocol.c:381:103: warning: expression result unused [-Wunused-value]
381 | DEBUG_LOG_PRINTF ("hlp_media_data_request: collecting 1st frame extdata, %d bytes\n", ll_header_in.extlen);| ~~~~~~~~~~~~ ^~~~~~
hlprotocol.c:451:20: warning: left operand of comma operator has no effect [-Wunused-value]
451 | DEBUG_LOG_PRINTF ("hlp_connection_relationship: unique_login_symbol: %x\n", hlp_connection_orig->unique_login_symbol);| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hlprotocol.c:451:99: warning: expression result unused [-Wunused-value]
451 | DEBUG_LOG_PRINTF ("hlp_connection_relationship: unique_login_symbol: %x\n", hlp_connection_orig->unique_login_symbol);| ~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~
hlprotocol.c:660:20: warning: left operand of comma operator has no effect [-Wunused-value]
660 | DEBUG_LOG_PRINTF ("Querying system information. Infotype: %d - Bitstream: %d\n", (int) infotype, (int) bitstream);| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hlprotocol.c:660:83: warning: left operand of comma operator has no effect [-Wunused-value]
660 | DEBUG_LOG_PRINTF ("Querying system information. Infotype: %d - Bitstream: %d\n", (int) infotype, (int) bitstream);| ^ ~~~~~~~~
hlprotocol.c:660:99: warning: expression result unused [-Wunused-value]
660 | DEBUG_LOG_PRINTF ("Querying system information. Infotype: %d - Bitstream: %d\n", (int) infotype, (int) bitstream);| ^ ~~~~~~~~~
hlprotocol.c:680:21: warning: left operand of comma operator has no effect [-Wunused-value]
680 | DEBUG_LOG_PRINTF ("hlp_get_system_information got %d bytes for extdata, buf buffer is %d bytes.\n", (int) ll_header_in.extlen, SYSINFO_ED_LEN);| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hlprotocol.c:680:103: warning: left operand of comma operator has no effect [-Wunused-value]
680 | DEBUG_LOG_PRINTF ("hlp_get_system_information got %d bytes for extdata, buf buffer is %d bytes.\n", (int) ll_header_in.extlen, SYSINFO_ED_LEN);| ^ ~~~~~~~~~~~~~~~~~~~
hlprotocol.c:680:130: warning: expression result unused [-Wunused-value]
680 | DEBUG_LOG_PRINTF ("hlp_get_system_information got %d bytes for extdata, buf buffer is %d bytes.\n", (int) ll_header_in.extlen, SYSINFO_ED_LEN);| ^~~~~~~~~~~~~~
hlprotocol.c:651:24: note: expanded from macro 'SYSINFO_ED_LEN'
651 | #define SYSINFO_ED_LEN 1024
| ^~~~
hlprotocol.c:714:21: warning: left operand of comma operator has no effect [-Wunused-value]
714 | DEBUG_LOG_PRINTF ("Multiple-Querying system information. Send request for Infotype: %d\n", (int) infotype);| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hlprotocol.c:714:94: warning: expression result unused [-Wunused-value]
714 | DEBUG_LOG_PRINTF ("Multiple-Querying system information. Send request for Infotype: %d\n", (int) infotype);| ^ ~~~~~~~~
hlprotocol.c:742:22: warning: left operand of comma operator has no effect [-Wunused-value]
742 | DEBUG_LOG_PRINTF ("hlp_get_system_information got %d bytes for extdata, buf buffer is %d bytes.\n", (int) ll_header_in.extlen, SYSINFO_ED_LEN);| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hlprotocol.c:742:104: warning: left operand of comma operator has no effect [-Wunused-value]
742 | DEBUG_LOG_PRINTF ("hlp_get_system_information got %d bytes for extdata, buf buffer is %d bytes.\n", (int) ll_header_in.extlen, SYSINFO_ED_LEN);| ^ ~~~~~~~~~~~~~~~~~~~
hlprotocol.c:742:131: warning: expression result unused [-Wunused-value]
742 | DEBUG_LOG_PRINTF ("hlp_get_system_information got %d bytes for extdata, buf buffer is %d bytes.\n", (int) ll_header_in.extlen, SYSINFO_ED_LEN);| ^~~~~~~~~~~~~~
hlprotocol.c:651:24: note: expanded from macro 'SYSINFO_ED_LEN'
651 | #define SYSINFO_ED_LEN 1024
| ^~~~
hlprotocol.c:748:22: warning: left operand of comma operator has no effect [-Wunused-value]
748 | DEBUG_LOG_PRINTF ("hlp_get_system_information_multiple -- collected info for: %d\n", (int) infotype);| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hlprotocol.c:748:89: warning: expression result unused [-Wunused-value]
748 | DEBUG_LOG_PRINTF ("hlp_get_system_information_multiple -- collected info for: %d\n", (int) infotype);| ^ ~~~~~~~~
hlprotocol.c:755:22: warning: expression result unused [-Wunused-value]
755 | DEBUG_LOG_PRINTF ("hlp_get_system_information_multiple -- got all replies, done here.\n");| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hlprotocol.c:853:22: warning: left operand of comma operator has no effect [-Wunused-value]
853 | DEBUG_LOG_PRINTF ("expected response with operation type 2, but received %x\n", (int) ll_header_out.raw[8]);| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hlprotocol.c:853:84: warning: expression result unused [-Wunused-value]
853 | DEBUG_LOG_PRINTF ("expected response with operation type 2, but received %x\n", (int) ll_header_out.raw[8]);| ^ ~~~~~~~~~~~~~~~~~~~~
hlprotocol.c:856:22: warning: left operand of comma operator has no effect [-Wunused-value]
856 | DEBUG_LOG_PRINTF ("expected response for alarm type %x, but received for alarm type %x\n", (int) alarm_type, (int) ll_header_in.raw[12]);| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hlprotocol.c:856:95: warning: left operand of comma operator has no effect [-Wunused-value]
856 | DEBUG_LOG_PRINTF ("expected response for alarm type %x, but received for alarm type %x\n", (int) alarm_type, (int) ll_header_in.raw[12]);| ^ ~~~~~~~~~~
hlprotocol.c:856:113: warning: expression result unused [-Wunused-value]
856 | DEBUG_LOG_PRINTF ("expected response for alarm type %x, but received for alarm type %x\n", (int) alarm_type, (int) ll_header_in.raw[12]);| ^ ~~~~~~~~~~~~~~~~~~~~
hlprotocol.c:905:60: warning: passing 'char *' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
905 | if (llp_get_extdata_sbuff (llp_connection, &ll_header_in, outstr, CHNAMES_SIZE) < 0)
| ^~~~~~
./llprotocol.h:46:102: note: passing argument to parameter 'buf' here
46 | extern int llp_get_extdata_sbuff (t_llp_connection *llp_connection, t_ll_header *ll_header, uint8_t *buf, uint32_t buflen);
| ^
hlprotocol.c:909:6: warning: assigning to 'uint8_t *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
909 | src = outstr;
| ^ ~~~~~~
hlprotocol.c:951:21: warning: expression result unused [-Wunused-value]
951 | DEBUG_LOG_PRINTF ("Discarded incoming data.\n");| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
48 warnings generated.
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o llprotocol.o llprotocol.c
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o mctools.o mctools.c
mctools.c:203:3: warning: passing 'char[5]' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
203 | "DHAV", src_len, 4) != NULL) && \
| ^~~~~~
mctools.c:181:54: note: passing argument to parameter 'seq' here
181 | uint8_t *find_bin_seq_in_mem (uint8_t *mem, uint8_t *seq, const size_t mem_len, const size_t seq_len)
| ^
mctools.c:205:3: warning: passing 'char[5]' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
205 | "dhav", src_len, 4) != NULL)) {| ^~~~~~
mctools.c:181:54: note: passing argument to parameter 'seq' here
181 | uint8_t *find_bin_seq_in_mem (uint8_t *mem, uint8_t *seq, const size_t mem_len, const size_t seq_len)
| ^
mctools.c:213:3: warning: passing 'char[9]' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
213 | "Dahua_ZH", src_len, 8) != NULL) {| ^~~~~~~~~~
mctools.c:181:54: note: passing argument to parameter 'seq' here
181 | uint8_t *find_bin_seq_in_mem (uint8_t *mem, uint8_t *seq, const size_t mem_len, const size_t seq_len)
| ^
mctools.c:232:18: error: call to undeclared function 'rpl_malloc'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
232 | if ((mc_parms = malloc (sizeof (t_mc_parms))) == NULL)
| ^
./config.h:142:16: note: expanded from macro 'malloc'
142 | #define malloc rpl_malloc
| ^
mctools.c:232:16: error: incompatible integer to pointer conversion assigning to 't_mc_parms *' from 'int' [-Wint-conversion]
232 | if ((mc_parms = malloc (sizeof (t_mc_parms))) == NULL)
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mctools.c:260:14: error: call to undeclared function 'rpl_malloc'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
260 | if ((dstf = malloc (sizeof (dstf_t))) == NULL)
| ^
./config.h:142:16: note: expanded from macro 'malloc'
142 | #define malloc rpl_malloc
| ^
mctools.c:260:12: error: incompatible integer to pointer conversion assigning to 'dstf_t *' from 'int' [-Wint-conversion]
260 | if ((dstf = malloc (sizeof (dstf_t))) == NULL)
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~
mctools.c:875:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
875 | if (NAL_type = 0xb6) {| ~~~~~~~~~^~~~~~
mctools.c:875:15: note: place parentheses around the assignment to silence this warning
875 | if (NAL_type = 0xb6) {| ^
| ( )
mctools.c:875:15: note: use '==' to turn this assignment into an equality comparison
875 | if (NAL_type = 0xb6) {| ^
| ==
mctools.c:1137:13: error: call to undeclared function 'rpl_malloc'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
1137 | if ((tsc = malloc (sizeof (t_mc_tsproc))) == NULL)
| ^
./config.h:142:16: note: expanded from macro 'malloc'
142 | #define malloc rpl_malloc
| ^
mctools.c:1137:11: error: incompatible integer to pointer conversion assigning to 't_mc_tsproc *' from 'int' [-Wint-conversion]
1137 | if ((tsc = malloc (sizeof (t_mc_tsproc))) == NULL)
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mctools.c:1240:12: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter 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]
1240 | strncpy (dst_p + MKV_HOFF_MuxingApp, tanidvr_sw_str, ((x > MKV_CLEN_MuxingApp) ? MKV_CLEN_MuxingApp : x));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/string.h:159:40: note: passing argument to parameter '__dest' here
159 | extern char *strncpy (char *__restrict __dest,
| ^
mctools.c:1243:12: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter 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]
1243 | strncpy (dst_p + MKV_HOFF_WritingApp, tanidvr_sw_str, ((x > MKV_CLEN_WritingApp) ? MKV_CLEN_WritingApp : x));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/string.h:159:40: note: passing argument to parameter '__dest' here
159 | extern char *strncpy (char *__restrict __dest,
| ^
6 warnings and 6 errors generated.
make[2]: *** [Makefile:380: mctools.o] Error 1
make[2]: Leaving directory '/build/tanidvr-1.4.1/src'
make[1]: *** [Makefile:254: all] Error 2
make[1]: Leaving directory '/build/tanidvr-1.4.1/src'
make: *** [Makefile:332: all-recursive] Error 1
tap-plugins-unstable-2020-12-09
Build started
→ unpackPhase
unpacking source archive /nix/store/nh3sj8xbbk8q899mg784k7nams2n9hgj-source
source root is source
→ patchPhase
substituteStream() in derivation tap-plugins-x86_64-unknown-linux-gnufilc0-unstable-2020-12-09: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'Makefile')→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
gcc -I. -O3 -Wall -fomit-frame-pointer -funroll-loops -ffast-math -c -fPIC -DPIC tap_autopan.c -o tap_autopan.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
make: *** [Makefile:57: tap_autopan.o] Error 127
tapview-1.1
Build started
→ unpackPhase
unpacking source archive /nix/store/dmzgpqy3lq4bhs310wsdcb9cqjp9hsga-source
source root is source
→ patchPhase
applying patch /nix/store/nc8hp7x0aqf0dddf26m8x6qzcymf6zn6-dont_check_echo.patch
patching file tapview
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash prefix=\$\(out\)
asciidoctor -D. -a nofooter -b manpage tapview.adoc
Source locally installed gems is ignoring #<Bundler::StubSpecification name=rbs version=3.4.0 platform=ruby> because it is missing extensions
Source locally installed gems is ignoring #<Bundler::StubSpecification name=racc version=1.7.3 platform=ruby> because it is missing extensions
Source locally installed gems is ignoring #<Bundler::StubSpecification name=debug version=1.9.2 platform=ruby> because it is missing extensions
asciidoctor -D. -a webfonts! tapview.adoc
Source locally installed gems is ignoring #<Bundler::StubSpecification name=rbs version=3.4.0 platform=ruby> because it is missing extensions
Source locally installed gems is ignoring #<Bundler::StubSpecification name=racc version=1.7.3 platform=ruby> because it is missing extensions
Source locally installed gems is ignoring #<Bundler::StubSpecification name=debug version=1.9.2 platform=ruby> because it is missing extensions
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash prefix=\$\(out\) install
install -d "/nix/store/120bqy8qczxkqrrlzyd76r1i6dlilcaf-tapview-x86_64-unknown-linux-gnufilc0-1.1/bin"
install -d "/nix/store/120bqy8qczxkqrrlzyd76r1i6dlilcaf-tapview-x86_64-unknown-linux-gnufilc0-1.1/share/man/man1"
install -m 755 tapview "/nix/store/120bqy8qczxkqrrlzyd76r1i6dlilcaf-tapview-x86_64-unknown-linux-gnufilc0-1.1/bin"
install -m 644 tapview.1 "/nix/store/120bqy8qczxkqrrlzyd76r1i6dlilcaf-tapview-x86_64-unknown-linux-gnufilc0-1.1/share/man/man1"
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/120bqy8qczxkqrrlzyd76r1i6dlilcaf-tapview-x86_64-unknown-linux-gnufilc0-1.1
checking for references to /build/ in /nix/store/120bqy8qczxkqrrlzyd76r1i6dlilcaf-tapview-x86_64-unknown-linux-gnufilc0-1.1...
gzipping man pages under /nix/store/120bqy8qczxkqrrlzyd76r1i6dlilcaf-tapview-x86_64-unknown-linux-gnufilc0-1.1/share/man/
patching script interpreter paths in /nix/store/120bqy8qczxkqrrlzyd76r1i6dlilcaf-tapview-x86_64-unknown-linux-gnufilc0-1.1
stripping (with command strip and flags -S -p) in /nix/store/120bqy8qczxkqrrlzyd76r1i6dlilcaf-tapview-x86_64-unknown-linux-gnufilc0-1.1/bin
talkfilters-2.3.8
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c -o libtalkfilters_la-dubya.lo `test -f 'dubya.c' || echo './'`dubya.c
clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c dubya.c -fPIC -DPIC -o .libs/libtalkfilters_la-dubya.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c -o libtalkfilters_la-fudd.lo `test -f 'fudd.c' || echo './'`fudd.c
clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c fudd.c -fPIC -DPIC -o .libs/libtalkfilters_la-fudd.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c -o libtalkfilters_la-funetak.lo `test -f 'funetak.c' || echo './'`funetak.c
clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c funetak.c -fPIC -DPIC -o .libs/libtalkfilters_la-funetak.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c -o libtalkfilters_la-jethro.lo `test -f 'jethro.c' || echo './'`jethro.c
clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c jethro.c -fPIC -DPIC -o .libs/libtalkfilters_la-jethro.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c -o libtalkfilters_la-jive.lo `test -f 'jive.c' || echo './'`jive.c
clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c jive.c -fPIC -DPIC -o .libs/libtalkfilters_la-jive.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c -o libtalkfilters_la-kraut.lo `test -f 'kraut.c' || echo './'`kraut.c
clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c kraut.c -fPIC -DPIC -o .libs/libtalkfilters_la-kraut.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c -o libtalkfilters_la-pansy.lo `test -f 'pansy.c' || echo './'`pansy.c
clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c pansy.c -fPIC -DPIC -o .libs/libtalkfilters_la-pansy.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c -o libtalkfilters_la-pirate.lo `test -f 'pirate.c' || echo './'`pirate.c
clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c pirate.c -fPIC -DPIC -o .libs/libtalkfilters_la-pirate.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c -o libtalkfilters_la-postmodern.lo `test -f 'postmodern.c' || echo './'`postmodern.c
clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c postmodern.c -fPIC -DPIC -o .libs/libtalkfilters_la-postmodern.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c -o libtalkfilters_la-redneck.lo `test -f 'redneck.c' || echo './'`redneck.c
clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c redneck.c -fPIC -DPIC -o .libs/libtalkfilters_la-redneck.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c -o libtalkfilters_la-valspeak.lo `test -f 'valspeak.c' || echo './'`valspeak.c
clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c valspeak.c -fPIC -DPIC -o .libs/libtalkfilters_la-valspeak.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c -o libtalkfilters_la-warez.lo `test -f 'warez.c' || echo './'`warez.c
clang -DHAVE_CONFIG_H -I. -DLIBRARY_MODE -g -O2 -c warez.c -fPIC -DPIC -o .libs/libtalkfilters_la-warez.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=link clang -g -O2 -version-info 1:4:0 -no-undefined -o libtalkfilters.la -rpath /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/lib libtalkfilters_la-talkfilters.lo libtalkfilters_la-common.lo libtalkfilters_la-getopt.lo libtalkfilters_la-getopt1.lo libtalkfilters_la-austro.lo libtalkfilters_la-b1ff.lo libtalkfilters_la-brooklyn.lo libtalkfilters_la-chef.lo libtalkfilters_la-cockney.lo libtalkfilters_la-drawl.lo libtalkfilters_la-dubya.lo libtalkfilters_la-fudd.lo libtalkfilters_la-funetak.lo libtalkfilters_la-jethro.lo libtalkfilters_la-jive.lo libtalkfilters_la-kraut.lo libtalkfilters_la-pansy.lo libtalkfilters_la-pirate.lo libtalkfilters_la-postmodern.lo libtalkfilters_la-redneck.lo libtalkfilters_la-valspeak.lo libtalkfilters_la-warez.lo
clang -shared .libs/libtalkfilters_la-talkfilters.o .libs/libtalkfilters_la-common.o .libs/libtalkfilters_la-getopt.o .libs/libtalkfilters_la-getopt1.o .libs/libtalkfilters_la-austro.o .libs/libtalkfilters_la-b1ff.o .libs/libtalkfilters_la-brooklyn.o .libs/libtalkfilters_la-chef.o .libs/libtalkfilters_la-cockney.o .libs/libtalkfilters_la-drawl.o .libs/libtalkfilters_la-dubya.o .libs/libtalkfilters_la-fudd.o .libs/libtalkfilters_la-funetak.o .libs/libtalkfilters_la-jethro.o .libs/libtalkfilters_la-jive.o .libs/libtalkfilters_la-kraut.o .libs/libtalkfilters_la-pansy.o .libs/libtalkfilters_la-pirate.o .libs/libtalkfilters_la-postmodern.o .libs/libtalkfilters_la-redneck.o .libs/libtalkfilters_la-valspeak.o .libs/libtalkfilters_la-warez.o -Wl,-soname -Wl,libtalkfilters.so.1 -o .libs/libtalkfilters.so.1.0.4
(cd .libs && rm -f libtalkfilters.so.1 && ln -s libtalkfilters.so.1.0.4 libtalkfilters.so.1)
(cd .libs && rm -f libtalkfilters.so && ln -s libtalkfilters.so.1.0.4 libtalkfilters.so)
creating libtalkfilters.la
(cd .libs && rm -f libtalkfilters.la && ln -s ../libtalkfilters.la libtalkfilters.la)
clang -DHAVE_CONFIG_H -I. -g -O2 -c austro.c
clang -DHAVE_CONFIG_H -I. -g -O2 -c common.c
clang -DHAVE_CONFIG_H -I. -g -O2 -c getopt.c
clang -DHAVE_CONFIG_H -I. -g -O2 -c getopt1.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=link clang -g -O2 -o austro austro.o common.o getopt.o getopt1.o
clang -g -O2 -o austro austro.o common.o getopt.o getopt1.o
clang -DHAVE_CONFIG_H -I. -g -O2 -c b1ff.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=link clang -g -O2 -o b1ff b1ff.o common.o getopt.o getopt1.o
clang -g -O2 -o b1ff b1ff.o common.o getopt.o getopt1.o
clang -DHAVE_CONFIG_H -I. -g -O2 -c brooklyn.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=link clang -g -O2 -o brooklyn brooklyn.o common.o getopt.o getopt1.o
clang -g -O2 -o brooklyn brooklyn.o common.o getopt.o getopt1.o
clang -DHAVE_CONFIG_H -I. -g -O2 -c chef.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=link clang -g -O2 -o chef chef.o common.o getopt.o getopt1.o
clang -g -O2 -o chef chef.o common.o getopt.o getopt1.o
clang -DHAVE_CONFIG_H -I. -g -O2 -c cockney.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=link clang -g -O2 -o cockney cockney.o common.o getopt.o getopt1.o
clang -g -O2 -o cockney cockney.o common.o getopt.o getopt1.o
clang -DHAVE_CONFIG_H -I. -g -O2 -c drawl.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=link clang -g -O2 -o drawl drawl.o common.o getopt.o getopt1.o
clang -g -O2 -o drawl drawl.o common.o getopt.o getopt1.o
clang -DHAVE_CONFIG_H -I. -g -O2 -c dubya.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=link clang -g -O2 -o dubya dubya.o common.o getopt.o getopt1.o
clang -g -O2 -o dubya dubya.o common.o getopt.o getopt1.o
clang -DHAVE_CONFIG_H -I. -g -O2 -c fudd.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=link clang -g -O2 -o fudd fudd.o common.o getopt.o getopt1.o
clang -g -O2 -o fudd fudd.o common.o getopt.o getopt1.o
clang -DHAVE_CONFIG_H -I. -g -O2 -c funetak.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=link clang -g -O2 -o funetak funetak.o common.o getopt.o getopt1.o
clang -g -O2 -o funetak funetak.o common.o getopt.o getopt1.o
clang -DHAVE_CONFIG_H -I. -g -O2 -c jethro.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=link clang -g -O2 -o jethro jethro.o common.o getopt.o getopt1.o
clang -g -O2 -o jethro jethro.o common.o getopt.o getopt1.o
clang -DHAVE_CONFIG_H -I. -g -O2 -c jive.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=link clang -g -O2 -o jive jive.o common.o getopt.o getopt1.o
clang -g -O2 -o jive jive.o common.o getopt.o getopt1.o
clang -DHAVE_CONFIG_H -I. -g -O2 -c kraut.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=link clang -g -O2 -o kraut kraut.o common.o getopt.o getopt1.o
clang -g -O2 -o kraut kraut.o common.o getopt.o getopt1.o
clang -DHAVE_CONFIG_H -I. -g -O2 -c pansy.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=link clang -g -O2 -o pansy pansy.o common.o getopt.o getopt1.o
clang -g -O2 -o pansy pansy.o common.o getopt.o getopt1.o
clang -DHAVE_CONFIG_H -I. -g -O2 -c pirate.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=link clang -g -O2 -o pirate pirate.o common.o getopt.o getopt1.o
clang -g -O2 -o pirate pirate.o common.o getopt.o getopt1.o
clang -DHAVE_CONFIG_H -I. -g -O2 -c postmodern.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=link clang -g -O2 -o postmodern postmodern.o common.o getopt.o getopt1.o
clang -g -O2 -o postmodern postmodern.o common.o getopt.o getopt1.o
clang -DHAVE_CONFIG_H -I. -g -O2 -c redneck.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=link clang -g -O2 -o redneck redneck.o common.o getopt.o getopt1.o
clang -g -O2 -o redneck redneck.o common.o getopt.o getopt1.o
clang -DHAVE_CONFIG_H -I. -g -O2 -c valspeak.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=link clang -g -O2 -o valspeak valspeak.o common.o getopt.o getopt1.o
clang -g -O2 -o valspeak valspeak.o common.o getopt.o getopt1.o
clang -DHAVE_CONFIG_H -I. -g -O2 -c warez.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=link clang -g -O2 -o warez warez.o common.o getopt.o getopt1.o
clang -g -O2 -o warez warez.o common.o getopt.o getopt1.o
clang -DHAVE_CONFIG_H -I. -g -O2 -c wrap.c
wrap.c:88:42: warning: data argument not used by format string [-Wformat-extra-args]
88 | fprintf(stderr, USAGE, *argv, *argv, USAGE);
| ~~~~~ ^
wrap.c:39:15: note: expanded from macro 'USAGE'
39 | #define USAGE "%s: Usage: %s [-w width] [--help --version]\n"
| ^
wrap.c:108:9: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
108 | printf(wbuf);
| ^~~~
wrap.c:108:9: note: treat the string as an argument to avoid this
108 | printf(wbuf);
| ^
| "%s",
wrap.c:126:9: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
126 | printf(wbuf);
| ^~~~
wrap.c:126:9: note: treat the string as an argument to avoid this
126 | printf(wbuf);
| ^
| "%s",
wrap.c:134:9: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
134 | printf(wbuf);
| ^~~~
wrap.c:134:9: note: treat the string as an argument to avoid this
134 | printf(wbuf);
| ^
| "%s",
wrap.c:151:12: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
151 | printf(wbuf);
| ^~~~
wrap.c:151:12: note: treat the string as an argument to avoid this
151 | printf(wbuf);
| ^
| "%s",
5 warnings generated.
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=link clang -g -O2 -o wrap wrap.o common.o getopt.o getopt1.o
clang -g -O2 -o wrap wrap.o common.o getopt.o getopt1.o
make[1]: Leaving directory '/build/talkfilters-2.3.8'
buildPhase completed in 2 minutes 5 seconds
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
make[1]: Entering directory '/build/talkfilters-2.3.8'
test -z "/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/lib" || /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p "/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/lib"
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c 'libtalkfilters.la' '/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/lib/libtalkfilters.la'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libtalkfilters.so.1.0.4 /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/lib/libtalkfilters.so.1.0.4
(cd /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/lib && { ln -s -f libtalkfilters.so.1.0.4 libtalkfilters.so.1 || { rm -f libtalkfilters.so.1 && ln -s libtalkfilters.so.1.0.4 libtalkfilters.so.1; }; })(cd /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/lib && { ln -s -f libtalkfilters.so.1.0.4 libtalkfilters.so || { rm -f libtalkfilters.so && ln -s libtalkfilters.so.1.0.4 libtalkfilters.so; }; })/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libtalkfilters.lai /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/lib/libtalkfilters.la
PATH="$PATH:/sbin" ldconfig -n /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/lib
./libtool: line 6655: ldconfig: command not found
----------------------------------------------------------------------
Libraries have been installed in:
/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator run these commands:
PATH="$PATH:/sbin" ldconfig -n /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/lib
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin" || /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p "/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin"
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c 'austro' '/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/austro'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c austro /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/austro
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c 'b1ff' '/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/b1ff'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c b1ff /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/b1ff
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c 'brooklyn' '/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/brooklyn'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c brooklyn /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/brooklyn
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c 'chef' '/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/chef'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c chef /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/chef
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c 'cockney' '/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/cockney'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c cockney /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/cockney
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c 'drawl' '/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/drawl'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c drawl /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/drawl
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c 'dubya' '/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/dubya'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c dubya /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/dubya
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c 'fudd' '/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/fudd'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c fudd /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/fudd
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c 'funetak' '/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/funetak'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c funetak /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/funetak
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c 'jethro' '/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/jethro'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c jethro /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/jethro
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c 'jive' '/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/jive'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c jive /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/jive
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c 'kraut' '/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/kraut'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c kraut /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/kraut
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c 'pansy' '/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/pansy'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c pansy /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/pansy
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c 'pirate' '/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/pirate'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c pirate /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/pirate
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c 'postmodern' '/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/postmodern'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c postmodern /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/postmodern
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c 'redneck' '/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/redneck'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c redneck /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/redneck
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c 'valspeak' '/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/valspeak'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c valspeak /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/valspeak
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c 'warez' '/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/warez'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c warez /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/warez
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c 'wrap' '/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/wrap'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c wrap /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/wrap
test -z "/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/include" || /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p "/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/include"
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 'talkfilters.h' '/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/include/talkfilters.h'
test -z "/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/share/info" || /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p "/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/share/info"
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 './talkfilters.info' '/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/share/info/talkfilters.info'
test -z "/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/share/man/man1" || /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p "/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/share/man/man1"
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 './talkfilters.man' '/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/share/man/man1/talkfilters.1'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 './wrap.man' '/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/share/man/man1/wrap.1'
test -z "/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/lib/pkgconfig" || /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p "/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/lib/pkgconfig"
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 'talkfilters.pc' '/nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/lib/pkgconfig/talkfilters.pc'
make[1]: Leaving directory '/build/talkfilters-2.3.8'
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0
shrinking /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/lib/libtalkfilters.so.1.0.4
shrinking /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/austro
shrinking /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/b1ff
shrinking /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/brooklyn
shrinking /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/chef
shrinking /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/cockney
shrinking /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/drawl
shrinking /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/dubya
shrinking /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/fudd
shrinking /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/funetak
shrinking /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/jethro
shrinking /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/jive
shrinking /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/kraut
shrinking /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/pansy
shrinking /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/pirate
shrinking /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/postmodern
shrinking /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/redneck
shrinking /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/valspeak
shrinking /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/warez
shrinking /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin/wrap
checking for references to /build/ in /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0...
gzipping man pages under /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/share/man/
patching script interpreter paths in /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/lib /nix/store/i10n36yw0dwmzbj6pqp0xjbbilc5wfj2-talkfilters-2.3.8-x86_64-unknown-linux-gnufilc0/bin
syncterm-1.6
error: Cannot build '/nix/store/rkidjrd94dc44k3h7n4ih9iczyrpvqlh-syncterm-x86_64-unknown-linux-gnufilc0-1.6.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/vba9allclf94scnrnb48gykyl68ib4j9-syncterm-x86_64-unknown-linux-gnufilc0-1.6
Last 25 log lines:
> warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option]
> 1 warning generated.
> Compiling strwrap.c
> warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option]
> 1 warning generated.
> Compiling threadwrap.c
> warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option]
> 1 warning generated.
> Compiling unicode.c
> warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option]
> 1 warning generated.
> Compiling xp_dl.c
> warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option]
> 1 warning generated.
> Compiling xpbeep.c
> warning: unknown warning option '-Wformat-overflow=0'; did you mean '-Wformat-overflow'? [-Wunknown-warning-option]
> In file included from xpbeep.c:62:
> In file included from ./sdlfuncs.h:6:
> /nix/store/1jb5vkhhzrl5sq7faij2ywz1n2mlcma3-sdl2-compat-2.32.56-dev/include/SDL2/SDL_syswm.h:68:10: fatal error: 'X11/Xlib.h' file not found
> 68 | #include <X11/Xlib.h>
> | ^~~~~~~~~~~~
> 1 warning and 1 error generated.
> make[1]: *** [../build/Common.gmake:563: clang.linux.x64.obj.release-mt/xpbeep.o] Error 1
> make[1]: Leaving directory '/build/syncterm-1.6/src/xpdev'
> make: *** [../build/Common.gmake:602: xpdev-mt] Error 2
For full logs, run:
nix log /nix/store/rkidjrd94dc44k3h7n4ih9iczyrpvqlh-syncterm-x86_64-unknown-linux-gnufilc0-1.6.drvsyndicate_utils-20250422
error: Cannot build '/nix/store/x11nys5s95czi4gx4qal8ng3hzg8qsg2-syndicate_utils-x86_64-unknown-linux-gnufilc0-20250422.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/dx93nkbis0id5zc6w0i80h31nh5hcz2l-syndicate_utils-x86_64-unknown-linux-gnufilc0-20250422tab-9.2
error: Cannot build '/nix/store/x8npw75i3d4f40mxd2xv4xbg7yxj4wk1-tab-x86_64-unknown-linux-gnufilc0-9.2.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/n5lfy1kdygwmnsj41gh4bsb7mrw3l9sh-tab-x86_64-unknown-linux-gnufilc0-9.2
Last 25 log lines:
> source root is source
> Running phase: patchPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> no configure script, doing nothing
> Running phase: buildPhase
> build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
> clang++ -std=c++11 -O3 -Wall -Iaxe -pthread -lm tab.cc help.cc -o tab
> strip tab
> buildPhase completed in 1 minutes 9 seconds
> Running phase: checkPhase
> check flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash VERBOSE=y test
> cd test; python3 go.py
> >>> sort.?[count(@~1)>1, @~0, join(sort.first.@~1," ") : { fl=string.bytes(@)[0,0], box(fl==toupper.fl,@) -> {@} : ?[count.@,@ :: [recut(@,"[^A-Za-z]") ]]}]
> Traceback (most recent call last):
> File "/build/source/test/go.py", line 68, in <module>
> go(sort=("-s" in sys.argv), tests=sys.argv[1:])
> File "/build/source/test/go.py", line 55, in go
> run(i, txt[0], txt[1], log, sort=sort)
> File "/build/source/test/go.py", line 31, in run
> raise Exception("Test failed for: %s, '%s' -- return code %d" % (filename, arg, retcode))
> Exception: Test failed for: box.test.in, 'sort.?[count(@~1)>1, @~0, join(sort.first.@~1," ") : { fl=string.bytes(@)[0,0], box(fl==toupper.fl,@) -> {@} : ?[count.@,@ :: [recut(@,"[^A-Za-z]") ]]}]
> ' -- return code -5
> make: *** [Makefile:32: test] Error 1
For full logs, run:
nix log /nix/store/x8npw75i3d4f40mxd2xv4xbg7yxj4wk1-tab-x86_64-unknown-linux-gnufilc0-9.2.drvpython3.12-tabview-1.4.4
error: Cannot build '/nix/store/dnnf44rfq9rg0vifc0mj58m968nxnp27-python3.12-tabview-1.4.4-x86_64-unknown-linux-gnufilc0.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/9rl15l7p81x66iv89a5z40qynj512ms8-python3.12-tabview-1.4.4-x86_64-unknown-linux-gnufilc0-dist
/nix/store/jgahikbwrdi3f3v4wwh54l39bizn9kcw-python3.12-tabview-1.4.4-x86_64-unknown-linux-gnufilc0
Last 25 log lines:
> Finished executing pythonRemoveTestsDir
> Running phase: installCheckPhase
> no Makefile or custom installCheckPhase, doing nothing
> Running phase: pythonRemoveBinBytecodePhase
> Running phase: unittestCheckPhase
> Executing unittestCheckPhase
> unittest flags: ''
> >....F..8b3>24;32H(B=B (BName (Native) (B Ren MagritteHITE - M100% Comfor (BALP(BB34130005Ladies' 7 oz. ComfortSoft Cotton Piqu Polo - WHITE - L100% Comfor =7m3
> ======================================================================
> FAIL: test_tabview_file_latin1 (test.test_tabview.TestTabviewUnits.test_tabview_file_latin1)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/build/source/test/test_tabview.py", line 92, in test_tabview_file_latin1
> self.tabview_file(data_2)
> File "/build/source/test/test_tabview.py", line 86, in tabview_file
> self.assertEqual(i, res[-1][j])
> AssertionError: '17.920000000000002' != '17.92'
> - 17.920000000000002
> + 17.92
>
>
> ----------------------------------------------------------------------
> Ran 11 tests in 0.067s
>
> FAILED (failures=1)
For full logs, run:
nix log /nix/store/dnnf44rfq9rg0vifc0mj58m968nxnp27-python3.12-tabview-1.4.4-x86_64-unknown-linux-gnufilc0.drvtacacsplus-4.0.4.28
error: Cannot build '/nix/store/45pbbvrz32aaknw7yls5jnyngis37avz-tacacsplus-x86_64-unknown-linux-gnufilc0-4.0.4.28.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/4fz0jgxpxwcl57i7x7l1211qhjznfc5w-tacacsplus-x86_64-unknown-linux-gnufilc0-4.0.4.28
Last 25 log lines:
> checking for unistd.h... (cached) yes
> checking utmp.h usability... yes
> checking utmp.h presence... yes
> checking for utmp.h... yes
> checking utmpx.h usability... yes
> checking utmpx.h presence... yes
> checking for utmpx.h... yes
> checking wait.h usability... yes
> checking wait.h presence... yes
> checking for wait.h... yes
> checking return type of signal handlers... void
> checking for socklen_t... yes
> checking for pid_t... yes
> checking for getdtablesize... yes
> checking for memcpy... yes
> checking for memset... yes
> checking for random... yes
> checking for strchr... yes
> checking for strcspn... yes
> checking for strerror... yes
> checking for strrchr... yes
> checking for wait3... yes
> checking for wait4... yes
> checking for waitpid... yes
> checking whether setpgrp takes no argument... configure: error: cannot check setpgrp when cross compiling
For full logs, run:
nix log /nix/store/45pbbvrz32aaknw7yls5jnyngis37avz-tacacsplus-x86_64-unknown-linux-gnufilc0-4.0.4.28.drvtacent-0.8.18
error: Cannot build '/nix/store/s199lj7pdra3h0dg5jc2iqz68q6plsjw-tacent-x86_64-unknown-linux-gnufilc0-0.8.18.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/nibi49j7qrar3gh4z361hvmkqw62akm9-tacent-x86_64-unknown-linux-gnufilc0-0.8.18
Last 25 log lines:
> [14/96] Building CXX object Modules/Math/CMakeFiles/Math.dir/Src/tRandom.cpp.o
> [15/96] Building CXX object Modules/Math/CMakeFiles/Math.dir/Src/tLinearAlgebra.cpp.o
> [16/96] Building CXX object Modules/Math/CMakeFiles/Math.dir/Src/tSpline.cpp.o
> [17/96] Linking CXX static library Modules/Math/libMath.a
> [18/96] Building CXX object Modules/System/CMakeFiles/System.dir/Src/tChunk.cpp.o
> [19/96] Building CXX object Modules/System/CMakeFiles/System.dir/Src/tTask.cpp.o
> [20/96] Building CXX object Modules/System/CMakeFiles/System.dir/Src/tPrint.cpp.o
> FAILED: Modules/System/CMakeFiles/System.dir/Src/tPrint.cpp.o
> /nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/clang++ -DCONFIG_RELEASE -DPLATFORM_LINUX -I/build/source/Modules/System/Inc -I/build/source/Modules/Foundation/Inc -I/build/source/Modules/Math/Inc -O3 -DNDEBUG -std=gnu++20 -Wno-multichar -Wno-switch -O2 -MD -MT Modules/System/CMakeFiles/System.dir/Src/tPrint.cpp.o -MF Modules/System/CMakeFiles/System.dir/Src/tPrint.cpp.o.d -o Modules/System/CMakeFiles/System.dir/Src/tPrint.cpp.o -c /build/source/Modules/System/Src/tPrint.cpp
> In file included from /build/source/Modules/System/Src/tPrint.cpp:22:
> /build/source/Modules/Foundation/Inc/Foundation/tArray.h:61:95: error: no member named 'GetNumElements' in 'tArray<T>'; did you mean 'GetElements'?
> 61 | const tArray& operator+(const tArray& src) { Append(src.GetElements(), src.GetNumElements()); }
> | ^~~~~~~~~~~~~~
> | GetElements
> /build/source/Modules/Foundation/Inc/Foundation/tArray.h:34:5: note: 'GetElements' declared here
> 34 | T* GetElements() const { return Elements; }
> | ^
> 1 error generated.
> [21/96] Building CXX object Modules/System/CMakeFiles/System.dir/Src/tCmdLine.cpp.o
> [22/96] Building CXX object Modules/System/CMakeFiles/System.dir/Src/tRegex.cpp.o
> [23/96] Building CXX object Modules/System/CMakeFiles/System.dir/Src/tMachine.cpp.o
> [24/96] Building CXX object Modules/System/CMakeFiles/System.dir/Src/tThrow.cpp.o
> [25/96] Building CXX object Modules/System/CMakeFiles/System.dir/Src/tScript.cpp.o
> [26/96] Building CXX object Modules/System/CMakeFiles/System.dir/Src/tFile.cpp.o
> ninja: build stopped: subcommand failed.
For full logs, run:
nix log /nix/store/s199lj7pdra3h0dg5jc2iqz68q6plsjw-tacent-x86_64-unknown-linux-gnufilc0-0.8.18.drvtaco-unstable-2022-08-02
error: Cannot build '/nix/store/w1klmhh08zak3kf320y27ghzmcg5xm4l-taco-x86_64-unknown-linux-gnufilc0-unstable-2022-08-02.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/pfbcqnb9x7qmdkdlhwrxmv9r2b741hp6-taco-x86_64-unknown-linux-gnufilc0-unstable-2022-08-02
Last 25 log lines:
> build flags: -j7 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
> [ 0%] Building CXX object src/CMakeFiles/taco.dir/cuda.cpp.o
> [ 1%] Building CXX object src/CMakeFiles/taco.dir/format.cpp.o
> [ 2%] Building CXX object test/CMakeFiles/taco-gtest.dir/gtest/gtest-all.cc.o
> [ 4%] Building CXX object src/CMakeFiles/taco.dir/error.cpp.o
> [ 5%] Building CXX object src/CMakeFiles/taco.dir/ir_tags.cpp.o
> [ 5%] Building CXX object src/CMakeFiles/taco.dir/taco_tensor_t.cpp.o
> [ 6%] Building CXX object src/CMakeFiles/taco.dir/target.cpp.o
> [ 7%] Building CXX object src/CMakeFiles/taco.dir/tensor.cpp.o
> [ 8%] Building CXX object src/CMakeFiles/taco.dir/type.cpp.o
> [ 8%] Building CXX object src/CMakeFiles/taco.dir/codegen/codegen.cpp.o
> [ 9%] Building CXX object src/CMakeFiles/taco.dir/codegen/codegen_c.cpp.o
> [ 10%] Building CXX object src/CMakeFiles/taco.dir/codegen/codegen_cuda.cpp.o
> [ 11%] Building CXX object src/CMakeFiles/taco.dir/codegen/module.cpp.o
> [ 12%] Building CXX object src/CMakeFiles/taco.dir/error/error_checks.cpp.o
> /build/source/src/codegen/module.cpp:8:10: fatal error: 'omp.h' file not found
> 8 | #include <omp.h>
> | ^~~~~~~
> 1 error generated.
> make[2]: *** [src/CMakeFiles/taco.dir/build.make:233: src/CMakeFiles/taco.dir/codegen/module.cpp.o] Error 1
> make[2]: *** Waiting for unfinished jobs....
> [ 13%] Linking CXX static library ../lib/libtaco-gtest.a
> [ 13%] Built target taco-gtest
> make[1]: *** [CMakeFiles/Makefile2:230: src/CMakeFiles/taco.dir/all] Error 2
> make: *** [Makefile:146: all] Error 2
For full logs, run:
nix log /nix/store/w1klmhh08zak3kf320y27ghzmcg5xm4l-taco-x86_64-unknown-linux-gnufilc0-unstable-2022-08-02.drvtagutil-3.1
error: Cannot build '/nix/store/cd8cvcng176kfgr8fdhmc0m5sfzm82sq-tagutil-x86_64-unknown-linux-gnufilc0-3.1.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/5pm7lxyisg486nn9vqfzh01wc109lbn8-tagutil-x86_64-unknown-linux-gnufilc0-3.1
Last 25 log lines:
> CMakeFiles/tagutil.dir/t_renamer.c.o:t_renamer.c:function pizlonatedFI1065___ubsan_handle_builtin_unreachable:(.text+0x268f8): error: undefined reference to 'pizlonated___ubsan_handle_builtin_unreachable'
> CMakeFiles/tagutil.dir/t_renamer.c.o:t_renamer.c:function pizlonatedFI1065___ubsan_handle_nonnull_arg:(.text+0x26db8): error: undefined reference to 'pizlonated___ubsan_handle_nonnull_arg'
> CMakeFiles/tagutil.dir/t_renamer.c.o:t_renamer.c:function pizlonatedFI18621___ubsan_handle_pointer_overflow:(.text+0x27262): error: undefined reference to 'pizlonated___ubsan_handle_pointer_overflow'
> CMakeFiles/tagutil.dir/t_renamer.c.o:t_renamer.c:function pizlonatedFI2528___ubsan_handle_type_mismatch_v1:(.text+0x2877d): error: undefined reference to 'pizlonated___ubsan_handle_type_mismatch_v1'
> CMakeFiles/tagutil.dir/t_renamer.c.o:t_renamer.c:function pizlonatedFI18621___ubsan_handle_shift_out_of_bounds:(.text+0x2ad62): error: undefined reference to 'pizlonated___ubsan_handle_shift_out_of_bounds'
> CMakeFiles/tagutil.dir/t_editor.c.o:t_editor.c:function pizlonatedFI1065___ubsan_handle_builtin_unreachable:(.text+0x83c8): error: undefined reference to 'pizlonated___ubsan_handle_builtin_unreachable'
> CMakeFiles/tagutil.dir/t_editor.c.o:t_editor.c:function pizlonatedFI2528___ubsan_handle_type_mismatch_v1:(.text+0x86fd): error: undefined reference to 'pizlonated___ubsan_handle_type_mismatch_v1'
> CMakeFiles/tagutil.dir/t_editor.c.o:t_editor.c:function pizlonatedFI2528___ubsan_handle_function_type_mismatch:(.text+0x884d): error: undefined reference to 'pizlonated___ubsan_handle_function_type_mismatch'
> CMakeFiles/tagutil.dir/t_editor.c.o:t_editor.c:function pizlonatedFI1065___ubsan_handle_nonnull_arg:(.text+0x8dd8): error: undefined reference to 'pizlonated___ubsan_handle_nonnull_arg'
> CMakeFiles/tagutil.dir/t_editor.c.o:t_editor.c:function pizlonatedFI18621___ubsan_handle_shift_out_of_bounds:(.text+0xac32): error: undefined reference to 'pizlonated___ubsan_handle_shift_out_of_bounds'
> CMakeFiles/tagutil.dir/t_loader.c.o:t_loader.c:function pizlonatedFI2528___ubsan_handle_function_type_mismatch:(.text+0x457d): error: undefined reference to 'pizlonated___ubsan_handle_function_type_mismatch'
> CMakeFiles/tagutil.dir/t_tune.c.o:t_tune.c:function pizlonatedFI18621___ubsan_handle_add_overflow:(.text+0x14b32): error: undefined reference to 'pizlonated___ubsan_handle_add_overflow'
> CMakeFiles/tagutil.dir/t_tag.c.o:t_tag.c:function pizlonatedFI18621___ubsan_handle_pointer_overflow:(.text+0x5e12): error: undefined reference to 'pizlonated___ubsan_handle_pointer_overflow'
> CMakeFiles/tagutil.dir/t_toolkit.c.o:t_toolkit.c:function pizlonatedFI2528___ubsan_handle_out_of_bounds:(.text+0x1015d): error: undefined reference to 'pizlonated___ubsan_handle_out_of_bounds'
> CMakeFiles/tagutil.dir/t_toolkit.c.o:t_toolkit.c:function pizlonatedFI18621___ubsan_handle_add_overflow:(.text+0x102b2): error: undefined reference to 'pizlonated___ubsan_handle_add_overflow'
> CMakeFiles/tagutil.dir/compat/subr_sbuf.c.o:subr_sbuf.c:function pizlonatedFI18621___ubsan_handle_sub_overflow:(.text+0x34552): error: undefined reference to 'pizlonated___ubsan_handle_sub_overflow'
> CMakeFiles/tagutil.dir/compat/subr_sbuf.c.o:subr_sbuf.c:function pizlonatedFI2528___ubsan_handle_negate_overflow:(.text+0x34bad): error: undefined reference to 'pizlonated___ubsan_handle_negate_overflow'
> CMakeFiles/tagutil.dir/compat/subr_sbuf.c.o:subr_sbuf.c:function pizlonatedFI18621___ubsan_handle_divrem_overflow:(.text+0x35002): error: undefined reference to 'pizlonated___ubsan_handle_divrem_overflow'
> CMakeFiles/tagutil.dir/compat/subr_sbuf.c.o:subr_sbuf.c:function pizlonatedFI18621___ubsan_handle_mul_overflow:(.text+0x35192): error: undefined reference to 'pizlonated___ubsan_handle_mul_overflow'
> CMakeFiles/tagutil.dir/t_ftoggvorbis.c.o:t_ftoggvorbis.c:function pizlonatedFI18621___ubsan_handle_divrem_overflow:(.text+0x1b3e2): error: undefined reference to 'pizlonated___ubsan_handle_divrem_overflow'
> CMakeFiles/tagutil.dir/t_yaml.c.o:t_yaml.c:function pizlonatedFI2528___ubsan_handle_out_of_bounds:(.text+0x3c82d): error: undefined reference to 'pizlonated___ubsan_handle_out_of_bounds'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [CMakeFiles/tagutil.dir/build.make:373: tagutil] Error 1
> make[1]: *** [CMakeFiles/Makefile2:87: CMakeFiles/tagutil.dir/all] Error 2
> make: *** [Makefile:136: all] Error 2
For full logs, run:
nix log /nix/store/cd8cvcng176kfgr8fdhmc0m5sfzm82sq-tagutil-x86_64-unknown-linux-gnufilc0-3.1.drvTandemAligner-0.1
error: Cannot build '/nix/store/4vdsng20xmgv5wgzlmgmlkihvj42qqi4-TandemAligner-x86_64-unknown-linux-gnufilc0-0.1.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/9wphdhl250q77z0w3kajfw9zkdxzq98x-TandemAligner-x86_64-unknown-linux-gnufilc0-0.1
Last 25 log lines:
> | ^
> /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__config:713:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
> 713 | # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
> | ^
> /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__config:698:49: note: expanded from macro '_LIBCPP_DEPRECATED'
> 698 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
> | ^
> In file included from /build/source/tandem_aligner/src/tools/common/cl_parser.cpp:6:
> In file included from /build/source/tandem_aligner/src/tools/common/cl_parser.hpp:7:
> /build/source/tandem_aligner/src/tools/common/string_utils.hpp:48:41: warning: 'ptr_fun<int, int>' is deprecated [-Wdeprecated-declarations]
> 48 | std::not1(std::ptr_fun<int, int>(std::isspace))).base(), s.end());
> | ^
> /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__functional/pointer_to_unary_function.h:35:1: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
> 35 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI pointer_to_unary_function<_Arg, _Result>
> | ^
> /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__config:713:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
> 713 | # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
> | ^
> /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__config:698:49: note: expanded from macro '_LIBCPP_DEPRECATED'
> 698 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
> | ^
> 2 warnings generated.
> [ 41%] Linking CXX static library libcommon.a
> [ 41%] Built target common
> make: *** [Makefile:91: all] Error 2
For full logs, run:
nix log /nix/store/4vdsng20xmgv5wgzlmgmlkihvj42qqi4-TandemAligner-x86_64-unknown-linux-gnufilc0-0.1.drvtangerine-unstable-2024-04-05
error: Cannot build '/nix/store/d5gl753dn8s7ny887yg8cabjv0bhc5l9-tangerine-x86_64-unknown-linux-gnufilc0-unstable-2024-04-05.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/yaq3aq961cjgipznpfrw4kxmg24kx8js-tangerine-x86_64-unknown-linux-gnufilc0-unstable-2024-04-05
Last 25 log lines:
> [ 19%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lgc.c.o
> [ 20%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/linit.c.o
> [ 22%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/liolib.c.o
> [ 23%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/llex.c.o
> [ 24%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lmathlib.c.o
> [ 25%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lmem.c.o
> [ 26%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/loadlib.c.o
> [ 27%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lobject.c.o
> [ 29%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lopcodes.c.o
> [ 30%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/loslib.c.o
> [ 31%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lparser.c.o
> [ 32%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lstate.c.o
> [ 33%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lstring.c.o
> [ 34%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lstrlib.c.o
> [ 36%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/ltable.c.o
> [ 37%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/ltablib.c.o
> [ 38%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/ltm.c.o
> [ 39%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lundump.c.o
> [ 40%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lutf8lib.c.o
> [ 41%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lvm.c.o
> [ 43%] Building C object CMakeFiles/lua.dir/third_party/lua-5.4.4/lua/lzio.c.o
> [ 43%] Built target VoxWriter
> [ 43%] Built target lua
> [ 43%] Built target glad
> make: *** [Makefile:136: all] Error 2
For full logs, run:
nix log /nix/store/d5gl753dn8s7ny887yg8cabjv0bhc5l9-tangerine-x86_64-unknown-linux-gnufilc0-unstable-2024-04-05.drvtanidvr-1.4.1
error: Cannot build '/nix/store/yhj9lfqgqgg8m3gm0hnansxc99l34xbk-tanidvr-x86_64-unknown-linux-gnufilc0-1.4.1.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/ald5g2czsvsxjnif64pwc999v2lgf4xa-tanidvr-x86_64-unknown-linux-gnufilc0-1.4.1
Last 25 log lines:
> | ^
> ./config.h:142:16: note: expanded from macro 'malloc'
> 142 | #define malloc rpl_malloc
> | ^
> mctools.c:1137:11: error: incompatible integer to pointer conversion assigning to 't_mc_tsproc *' from 'int' [-Wint-conversion]
> 1137 | if ((tsc = malloc (sizeof (t_mc_tsproc))) == NULL)
> | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> mctools.c:1240:12: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter 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]
> 1240 | strncpy (dst_p + MKV_HOFF_MuxingApp, tanidvr_sw_str, ((x > MKV_CLEN_MuxingApp) ? MKV_CLEN_MuxingApp : x));
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> /nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/string.h:159:40: note: passing argument to parameter '__dest' here
> 159 | extern char *strncpy (char *__restrict __dest,
> | ^
> mctools.c:1243:12: warning: passing 'uint8_t *' (aka 'unsigned char *') to parameter 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]
> 1243 | strncpy (dst_p + MKV_HOFF_WritingApp, tanidvr_sw_str, ((x > MKV_CLEN_WritingApp) ? MKV_CLEN_WritingApp : x));
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> /nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/string.h:159:40: note: passing argument to parameter '__dest' here
> 159 | extern char *strncpy (char *__restrict __dest,
> | ^
> 6 warnings and 6 errors generated.
> make[2]: *** [Makefile:380: mctools.o] Error 1
> make[2]: Leaving directory '/build/tanidvr-1.4.1/src'
> make[1]: *** [Makefile:254: all] Error 2
> make[1]: Leaving directory '/build/tanidvr-1.4.1/src'
> make: *** [Makefile:332: all-recursive] Error 1
For full logs, run:
nix log /nix/store/yhj9lfqgqgg8m3gm0hnansxc99l34xbk-tanidvr-x86_64-unknown-linux-gnufilc0-1.4.1.drvtap-plugins-unstable-2020-12-09
error: Cannot build '/nix/store/559k4yv57ahxqv7jasfjj294blncvxip-tap-plugins-x86_64-unknown-linux-gnufilc0-unstable-2020-12-09.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/13618v8k460xy6rh496r84hyjr0fq2dh-tap-plugins-x86_64-unknown-linux-gnufilc0-unstable-2020-12-09
Last 14 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/nh3sj8xbbk8q899mg784k7nams2n9hgj-source
> source root is source
> Running phase: patchPhase
> substituteStream() in derivation tap-plugins-x86_64-unknown-linux-gnufilc0-unstable-2020-12-09: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'Makefile')
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> no configure script, doing nothing
> Running phase: buildPhase
> build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
> gcc -I. -O3 -Wall -fomit-frame-pointer -funroll-loops -ffast-math -c -fPIC -DPIC tap_autopan.c -o tap_autopan.o
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
> make: *** [Makefile:57: tap_autopan.o] Error 127
For full logs, run:
nix log /nix/store/559k4yv57ahxqv7jasfjj294blncvxip-tap-plugins-x86_64-unknown-linux-gnufilc0-unstable-2020-12-09.drvtacacsplus-4.0.4.28
error: build of '/nix/store/45pbbvrz32aaknw7yls5jnyngis37avz-tacacsplus-x86_64-unknown-linux-gnufilc0-4.0.4.28.drv^*', '/nix/store/4vdsng20xmgv5wgzlmgmlkihvj42qqi4-TandemAligner-x86_64-unknown-linux-gnufilc0-0.1.drv^*', '/nix/store/559k4yv57ahxqv7jasfjj294blncvxip-tap-plugins-x86_64-unknown-linux-gnufilc0-unstable-2020-12-09.drv^*', '/nix/store/cd8cvcng176kfgr8fdhmc0m5sfzm82sq-tagutil-x86_64-unknown-linux-gnufilc0-3.1.drv^*', '/nix/store/d5gl753dn8s7ny887yg8cabjv0bhc5l9-tangerine-x86_64-unknown-linux-gnufilc0-unstable-2024-04-05.drv^*', '/nix/store/dnnf44rfq9rg0vifc0mj58m968nxnp27-python3.12-tabview-1.4.4-x86_64-unknown-linux-gnufilc0.drv^*', '/nix/store/rkidjrd94dc44k3h7n4ih9iczyrpvqlh-syncterm-x86_64-unknown-linux-gnufilc0-1.6.drv^*', '/nix/store/s199lj7pdra3h0dg5jc2iqz68q6plsjw-tacent-x86_64-unknown-linux-gnufilc0-0.8.18.drv^*', '/nix/store/w1klmhh08zak3kf320y27ghzmcg5xm4l-taco-x86_64-unknown-linux-gnufilc0-unstable-2022-08-02.drv^*', '/nix/store/x11nys5s95czi4gx4qal8ng3hzg8qsg2-syndicate_utils-x86_64-unknown-linux-gnufilc0-20250422.drv^*', '/nix/store/x8npw75i3d4f40mxd2xv4xbg7yxj4wk1-tab-x86_64-unknown-linux-gnufilc0-9.2.drv^*', '/nix/store/yhj9lfqgqgg8m3gm0hnansxc99l34xbk-tanidvr-x86_64-unknown-linux-gnufilc0-1.4.1.drv^*' failed
End of log