Build · fce8ab0aFinished · errors ·
Pause
•••
Download raw log ↓
← Earlier output11.4 MiB captured
ttfautohint-1.8.3
source root is ttfautohint-1.8.3
setting SOURCE_DATE_EPOCH to timestamp 1554839853 of file "ttfautohint-1.8.3/VERSION"
→ patchPhase
→ autoreconfPhase
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
ttf-mkfontdir-3.0.9-6
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
/nix/store/crrlbabs5hhw0mapindk1w1pafj09p1a-libtool-x86_64-unknown-linux-gnufilc0-2.5.4/bin/libtool --tag=CXX --mode=compile c++ -Wall -pedantic  -ggdb  -o commandline.o -c commandline.cpp
libtool: compile:  c++ -Wall -pedantic -ggdb -c commandline.cpp  -fPIC -DPIC -o .libs/commandline.o
ttfautohint-1.8.3
autoreconf: running: aclocal --force -I gnulib/m4 -I m4
autoreconf: configure.ac: tracing
ttf-mkfontdir-3.0.9-6
commandline.cpp:3:9: warning: '_GNU_SOURCE' macro redefined [-Wmacro-redefined]
    3 | #define _GNU_SOURCE
      |         ^
<built-in>:473:9: note: previous definition is here
  473 | #define _GNU_SOURCE 1
      |         ^
1 warning generated.
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
/nix/store/crrlbabs5hhw0mapindk1w1pafj09p1a-libtool-x86_64-unknown-linux-gnufilc0-2.5.4/bin/libtool --tag=CXX --mode=compile c++ -Wall -pedantic  -ggdb  -o ttf.o -c ttf.cpp
libtool: compile:  c++ -Wall -pedantic -ggdb -c ttf.cpp  -fPIC -DPIC -o .libs/ttf.o
ttfautohint-1.8.3
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'gnulib'.
libtoolize: copying file 'gnulib/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'gnulib/m4'.
libtoolize: copying file 'gnulib/m4/libtool.m4'
libtoolize: copying file 'gnulib/m4/ltoptions.m4'
libtoolize: copying file 'gnulib/m4/ltsugar.m4'
libtoolize: copying file 'gnulib/m4/ltversion.m4'
libtoolize: copying file 'gnulib/m4/lt~obsolete.m4'
autoreconf: running: /nix/store/sscd5w2rnclqix2zsnsyscsva9yjraa1-autoconf-2.69/bin/autoconf --force
ttf-mkfontdir-3.0.9-6
ttf.cpp:66:106: warning: & has lower precedence than <=; <= will be evaluated first [-Wparentheses]
   66 |         return ((100 * missing/enc_size) <= int (cmdline::instance()->option ("max-missing-percentage")) & enc_comp);
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
ttf.cpp:66:106: note: place parentheses around the '<=' expression to silence this warning
   66 |         return ((100 * missing/enc_size) <= int (cmdline::instance()->option ("max-missing-percentage")) & enc_comp);
      |                                                                                                          ^
      |                 (                                                                                       )
ttf.cpp:66:106: note: place parentheses around the & expression to evaluate it first
   66 |         return ((100 * missing/enc_size) <= int (cmdline::instance()->option ("max-missing-percentage")) & enc_comp);
      |                                                                                                          ^         
      |                                             (                                                                      )
ttf.cpp:471:9: warning: returning address of local temporary object [-Wreturn-stack-address]
  471 |         return std::string (cmdline::instance()->option ("default-foundry")).c_str ();
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ttf.cpp:480:12: warning: returning address of local temporary object [-Wreturn-stack-address]
  480 |     return std::string (cmdline::instance()->option ("default-foundry")).c_str ();
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ttf.cpp:487:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  487 |         "any",
      |         ^
ttf.cpp:488:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  488 |         "no fit",
      |         ^
ttf.cpp:489:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  489 |         "very light",
      |         ^
ttf.cpp:490:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  490 |         "light",
      |         ^
ttf.cpp:491:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  491 |         "thin",
      |         ^
ttf.cpp:492:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  492 |         "book",
      |         ^
ttf.cpp:493:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  493 |         "medium",
      |         ^
ttf.cpp:494:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  494 |         "demi",
      |         ^
ttf.cpp:495:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  495 |         "bold",
      |         ^
ttf.cpp:496:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  496 |         "heavy",
      |         ^
ttf.cpp:497:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  497 |         "black",
      |         ^
ttf.cpp:498:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  498 |         "extra black",
      |         ^
ttf.cpp:552:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  552 |         "any",
      |         ^
ttf.cpp:553:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  553 |         "no fit",
      |         ^
ttf.cpp:554:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  554 |         "old style",
      |         ^
ttf.cpp:555:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  555 |         "modern",
      |         ^
ttf.cpp:556:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  556 |         "even width",
      |         ^
ttf.cpp:557:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  557 |         "extended",
      |         ^
ttf.cpp:558:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  558 |         "condensed",
      |         ^
ttf.cpp:559:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  559 |         "very extended",
      |         ^
ttf.cpp:560:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  560 |         "very condensed",
      |         ^
ttf.cpp:561:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  561 |         "monospaced",
      |         ^
ttf.cpp:565:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  565 |         "any",
      |         ^
ttf.cpp:566:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  566 |         "no fit",
      |         ^
ttf.cpp:567:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  567 |         "super condensed",
      |         ^
ttf.cpp:568:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  568 |         "very condensed",
      |         ^
ttf.cpp:569:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  569 |         "condensed",
      |         ^
ttf.cpp:570:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  570 |         "normal",
      |         ^
ttf.cpp:571:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  571 |         "extended",
      |         ^
ttf.cpp:572:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  572 |         "very extended",
      |         ^
ttf.cpp:573:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  573 |         "super extended",
      |         ^
ttf.cpp:574:2: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  574 |         "monospaced",
      |         ^
35 warnings generated.
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
/nix/store/crrlbabs5hhw0mapindk1w1pafj09p1a-libtool-x86_64-unknown-linux-gnufilc0-2.5.4/bin/libtool --tag=CXX --mode=compile c++ -Wall -pedantic  -ggdb  -o encoding.o -c encoding.cpp
ttfautohint-1.8.3
autoreconf: running: /nix/store/sscd5w2rnclqix2zsnsyscsva9yjraa1-autoconf-2.69/bin/autoheader --force
ttf-mkfontdir-3.0.9-6
libtool: compile:  c++ -Wall -pedantic -ggdb -c encoding.cpp  -fPIC -DPIC -o .libs/encoding.o
ttfautohint-1.8.3
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:19: installing 'gnulib/missing'
frontend/Makefile.am: installing 'gnulib/depcomp'
autoreconf: Leaving directory `.'
substituteStream() in derivation ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'configure')
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./gnulib/config.sub
Updating Autotools / GNU config script to a newer upstream version: ./gnulib/config.guess
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./gnulib/config.sub
Updating Autotools / GNU config script to a newer upstream version: ./gnulib/config.guess
→ configurePhase
Fil-C: adapting libtool symbol probes in configure
fixing libtool script ./gnulib/ltmain.sh
./configure
patching script interpreter paths in ./configure
./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/s6ll39naksikk1isnzg099pz1ddsz57a-ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3 --with-qt=no --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 UID '1000' is supported by ustar format... yes
checking whether GID '100' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-unknown-linux-gnufilc0-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to enable C11 features... none needed
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
ttf-mkfontdir-3.0.9-6
flex -i -8 -oparser.cpp encoding.l
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
/nix/store/crrlbabs5hhw0mapindk1w1pafj09p1a-libtool-x86_64-unknown-linux-gnufilc0-2.5.4/bin/libtool --tag=CXX --mode=compile c++ -Wall -pedantic  -ggdb  -o parser.o -c parser.cpp
libtool: compile:  c++ -Wall -pedantic -ggdb -c parser.cpp  -fPIC -DPIC -o .libs/parser.o
ttfautohint-1.8.3
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking whether ln -s works... yes
checking how to run the C preprocessor... clang -E
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
ttf-mkfontdir-3.0.9-6
parser.cpp:1457:17: warning: unused function 'yyunput' [-Wunused-function]
 1457 |     static void yyunput (int c, char * yy_bp )
      |                 ^~~~~~~
parser.cpp:1498:16: warning: function 'yyinput' is not needed and will not be emitted [-Wunneeded-internal-declaration]
 1498 |     static int yyinput (void)
      |                ^~~~~~~
2 warnings generated.
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
/nix/store/crrlbabs5hhw0mapindk1w1pafj09p1a-libtool-x86_64-unknown-linux-gnufilc0-2.5.4/bin/libtool --tag=CXX --mode=compile c++ -Wall -pedantic  -ggdb  -o builtin.o -c builtin.cpp
libtool: compile:  c++ -Wall -pedantic -ggdb -c builtin.cpp  -fPIC -DPIC -o .libs/builtin.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
/nix/store/crrlbabs5hhw0mapindk1w1pafj09p1a-libtool-x86_64-unknown-linux-gnufilc0-2.5.4/bin/libtool --tag=CXX --mode=link c++ -o ttmkfdir ./.libs/ttmkfdir.o ./.libs/directory.o ./.libs/commandline.o ./.libs/ttf.o ./.libs/encoding.o ./.libs/parser.o ./.libs/builtin.o  -ggdb
libtool: link: c++ -o ttmkfdir ./.libs/ttmkfdir.o ./.libs/directory.o ./.libs/commandline.o ./.libs/ttf.o ./.libs/encoding.o ./.libs/parser.o ./.libs/builtin.o -ggdb 
./.libs/ttf.o:ttf.cpp:function pizlonatedFI12770_FT_Set_Charmap:(.text+0x2d9d5): error: undefined reference to 'pizlonated_FT_Set_Charmap'
./.libs/ttf.o:ttf.cpp:function pizlonatedFI2529_FT_Get_Char_Index:(.text+0x2db90): error: undefined reference to 'pizlonated_FT_Get_Char_Index'
./.libs/ttf.o:ttf.cpp:function pizlonatedFI1066_FT_Init_FreeType:(.text+0x2e7c8): error: undefined reference to 'pizlonated_FT_Init_FreeType'
./.libs/ttf.o:ttf.cpp:function pizlonatedFI1445047_FT_New_Face:(.text+0x2eb8f): error: undefined reference to 'pizlonated_FT_New_Face'
./.libs/ttf.o:ttf.cpp:function pizlonatedFI2536_FT_Get_Sfnt_Table:(.text+0x2ede0): error: undefined reference to 'pizlonated_FT_Get_Sfnt_Table'
./.libs/ttf.o:ttf.cpp:function pizlonatedFI1066_FT_Get_Sfnt_Name_Count:(.text+0x2ff58): error: undefined reference to 'pizlonated_FT_Get_Sfnt_Name_Count'
./.libs/ttf.o:ttf.cpp:function pizlonatedFI131273_FT_Get_Sfnt_Name:(.text+0x30102): error: undefined reference to 'pizlonated_FT_Get_Sfnt_Name'
./.libs/ttf.o:ttf.cpp:function pizlonatedFI1066_FT_Done_Face:(.text+0x30998): error: undefined reference to 'pizlonated_FT_Done_Face'
./.libs/ttf.o:ttf.cpp:function pizlonatedFI1066_FT_Done_Library:(.text+0x30b28): error: undefined reference to 'pizlonated_FT_Done_Library'
clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Makefile:46: ttmkfdir] Error 1
tthsum-1.3.2
Build started
→ unpackPhase
unpacking source archive /nix/store/rfayv7vh56rhrrrbmpghmkkm1g08id5n-tthsum-1.3.2.tar.bz2
source root is tthsum
setting SOURCE_DATE_EPOCH to timestamp 1376426567 of file "tthsum/tthsum.1"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
cat: obj-unix/autoconf.cppflags: No such file or directory
clang -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS   -O3  -Wall  -c autoconf.c -o obj-unix/autoconf.o
clang -O3  -Wall obj-unix/autoconf.o -o obj-unix/autoconf
obj-unix/autoconf >obj-unix/autoconf.cppflags
clang -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS   -O3  -Wall  -c tthsum.c -o obj-unix/tthsum.o
tthsum.c:229:14: warning: variable 'lines_incorrect' set but not used [-Wunused-but-set-variable]
  229 |     unsigned lines_incorrect = 0;
      |              ^
1 warning generated.
clang -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS   -O3  -Wall  -c base32.c -o obj-unix/base32.o
clang -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS   -O3  -Wall  -c escape.c -o obj-unix/escape.o
clang -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS   -O3  -Wall  -c getopt.c -o obj-unix/getopt.o
clang -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS   -O3  -Wall  -c read.c -o obj-unix/read.o
clang -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS   -O3  -Wall  -c texts.c -o obj-unix/texts.o
clang -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS   -O3  -Wall  -c thex.c -o obj-unix/thex.o
clang -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS   -O3  -Wall  -c tiger.c -o obj-unix/tiger.o
clang -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS   -O3  -Wall  -c utf8.c -o obj-unix/utf8.o
clang -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS   -O3  -Wall  -c main.c -o obj-unix/main.o
clang -O3  -Wall  obj-unix/tthsum.o obj-unix/base32.o obj-unix/escape.o obj-unix/getopt.o obj-unix/read.o obj-unix/texts.o obj-unix/thex.o obj-unix/tiger.o obj-unix/utf8.o obj-unix/main.o   -o obj-unix/tthsum
gzip -9 -c tthsum.1 > share/tthsum.1.gz
clang -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS   -O3  -Wall  -c test.c -o obj-unix/test.o
clang -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS   -O3  -Wall  -c base32_test.c -o obj-unix/base32_test.o
clang -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS   -O3  -Wall  -c endian_test.c -o obj-unix/endian_test.o
clang -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS   -O3  -Wall  -c escape_test.c -o obj-unix/escape_test.o
clang -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS   -O3  -Wall  -c getopt_test.c -o obj-unix/getopt_test.o
clang -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS   -O3  -Wall  -c read_test.c -o obj-unix/read_test.o
clang -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS   -O3  -Wall  -c texts_test.c -o obj-unix/texts_test.o
clang -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS   -O3  -Wall  -c thex_test.c -o obj-unix/thex_test.o
clang -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS   -O3  -Wall  -c tiger_test.c -o obj-unix/tiger_test.o
clang -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS   -O3  -Wall  -c types_test.c -o obj-unix/types_test.o
clang -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS   -O3  -Wall  -c utf8_test.c -o obj-unix/utf8_test.o
clang -O3  -Wall  obj-unix/test.o obj-unix/base32.o obj-unix/escape.o obj-unix/getopt.o obj-unix/read.o obj-unix/texts.o obj-unix/thex.o obj-unix/tiger.o obj-unix/tthsum.o obj-unix/utf8.o obj-unix/base32_test.o obj-unix/endian_test.o obj-unix/escape_test.o obj-unix/getopt_test.o obj-unix/read_test.o obj-unix/texts_test.o obj-unix/thex_test.o obj-unix/tiger_test.o obj-unix/types_test.o obj-unix/utf8_test.o   -o obj-unix/test
obj-unix/test
============================================
  RUNNING TESTS
--------------------------------------------
  Language
--------------------------------------------
+ endian_test: .....
+ types_test: ....
--------------------------------------------
  Util
--------------------------------------------
+ base32_test: .......
+ escape_test: ......
+ getopt_test: ...
+ read_test: ...
+ utf8_test: ........
--------------------------------------------
  App
--------------------------------------------
+ texts_test: ...
+ tiger_test: ......
+ thex_test: ...
--------------------------------------------
  Tests completed: 48 succeeded, 0 failed
============================================
obj-unix/tthsum obj-unix/tthsum obj-unix/test | obj-unix/tthsum -cv
obj-unix/tthsum OK
obj-unix/test  OK
→ checkPhase
check flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash VERBOSE=y test
make: Nothing to be done for 'test'.
→ installPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/mi2mnrar5fghkbm1dnd4dcvrz667mv6j-tthsum-x86_64-unknown-linux-gnufilc0-1.3.2
shrinking /nix/store/mi2mnrar5fghkbm1dnd4dcvrz667mv6j-tthsum-x86_64-unknown-linux-gnufilc0-1.3.2/bin/tthsum
checking for references to /build/ in /nix/store/mi2mnrar5fghkbm1dnd4dcvrz667mv6j-tthsum-x86_64-unknown-linux-gnufilc0-1.3.2...
gzipping man pages under /nix/store/mi2mnrar5fghkbm1dnd4dcvrz667mv6j-tthsum-x86_64-unknown-linux-gnufilc0-1.3.2/share/man/
patching script interpreter paths in /nix/store/mi2mnrar5fghkbm1dnd4dcvrz667mv6j-tthsum-x86_64-unknown-linux-gnufilc0-1.3.2
stripping (with command strip and flags -S -p) in  /nix/store/mi2mnrar5fghkbm1dnd4dcvrz667mv6j-tthsum-x86_64-unknown-linux-gnufilc0-1.3.2/bin
ttop-1.5.3
Build started
→ unpackPhase
unpacking source archive /nix/store/7xzvbcw6xy8yxv5qnyabvygxbx3sp2sp-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
generating config.nims
→ buildPhase
build job 0: nim compile --path:"/nix/store/q3m2aqlzzrx4jj5akbf8rah0gp40ya2v-source/src" --path:"/nix/store/k3sxzm7qnkgnwkrfd8hc3gkwzbayb1h1-source/" --path:"/nix/store/ila4vdklhqs6h14gwyx71yrjbzwf54g3-source/src" --path:"/nix/store/nrgl7ks2x3svv6pkdxzr97d6jbd3zhlr-source/src" --path:"/nix/store/zcd2hmjxlkp1bpb7c9xrpg153ssj3w0b-source/src" -d:NimblePkgVersion=1.5.3 --passC:-msse4.1 --passC:-mpclmul --parallelBuild:6 --outdir:/nix/store/ndyrqai5hvy74rrjifs7myz400gyzdrq-ttop-x86_64-unknown-linux-gnufilc0-1.5.3/bin src/ttop
Hint: used config file '/nix/store/fnl14qjy1cnjj6dmi0s81ckk7kqd6rnw-x86_64-unknown-linux-gnufilc0-nim-wrapper-2.2.4/etc/nim/nim.cfg' [Conf]
Hint: used config file '/nix/store/fnl14qjy1cnjj6dmi0s81ckk7kqd6rnw-x86_64-unknown-linux-gnufilc0-nim-wrapper-2.2.4/etc/nim/config.nims' [Conf]
Hint: used config file '/build/source/config.nims' [Conf]
.......................................................................................................................................
/build/source/src/ttop/config.nim(42, 16) Hint: simpleGetOrDefault(toml, "light") --> 'getOrDefault(toml, "light")' [Pattern]
/build/source/src/ttop/config.nim(44, 17) Hint: simpleGetOrDefault(toml, "docker") --> 'getOrDefault(toml, "docker")' [Pattern]
/build/source/src/ttop/config.nim(47, 16) Hint: simpleGetOrDefault(toml, "trigger") --> 'getOrDefault(toml, "trigger")' [Pattern]
/build/source/src/ttop/config.nim(48, 19) Hint: simpleGetOrDefault(t, "on_info") --> 'getOrDefault(t, "on_info")' [Pattern]
/build/source/src/ttop/config.nim(49, 20) Hint: simpleGetOrDefault(t, "on_alert") --> 'getOrDefault(t, "on_alert")' [Pattern]
/build/source/src/ttop/config.nim(53, 15) Hint: simpleGetOrDefault(t, "debug") --> 'getOrDefault(t, "debug")' [Pattern]
/build/source/src/ttop/config.nim(54, 13) Hint: simpleGetOrDefault(t, "cmd") --> 'getOrDefault(t, "cmd")' [Pattern]
...............................................
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@ssystem@sexceptions.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@sprivate@sdigitsutils.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@sassertions.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@sprivate@sdragonbox.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@sformatfloat.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@ssystem@sdollars.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@ssyncio.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@ssystem.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@sparseutils.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@sbitops.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@smath.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@salgorithm.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@sunicode.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@sprivate@sstrimpl.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@sstrutils.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@spathnorm.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@soserrors.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@sstaticos.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sposix@sposix.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@sprivate@soscommon.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@sprivate@sospaths2.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@soptions.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@stimes.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@sprivate@sosfiles.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@sprivate@sosdirs.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@senvvars.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@sprivate@sosappdirs.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@scmdline.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@sos.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@sstrformat.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@sterminal.nim
ttfautohint-1.8.3
checking for clang++ option to enable C++11 features... none needed
checking dependency style of clang++... none
checking for inline... inline
checking for Minix Amsterdam compiler... no
checking for x86_64-unknown-linux-gnufilc0-ar... ar
checking the archiver (ar) interface... ar
checking for x86_64-unknown-linux-gnufilc0-ar... (cached) ar
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnufilc0
checking pkg-config is at least version 0.24... yes
checking for x86_64-unknown-linux-gnufilc0-ar... (cached) ar
checking the archiver (ar) interface... (cached) ar
checking for bison... no
checking for flex... no
ttop-1.5.3
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@shashes.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@scollections@stables.nim
CC: @m..@s..@s..@snix@sstore@sk3sxzm7qnkgnwkrfd8hc3gkwzbayb1h1-source@sillwill.nim
ttfautohint-1.8.3
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether // is distinct from /... unknown, assuming no
ttop-1.5.3
CC: @mttop@ssys.nim
ttfautohint-1.8.3
checking whether the preprocessor supports include_next... yes
ttop-1.5.3
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@sstreams.nim
ttfautohint-1.8.3
checking whether system header files limit the line length... no
checking for complete errno.h... yes
checking for unistd.h... (cached) yes
ttop-1.5.3
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@slexbase.nim
ttfautohint-1.8.3
checking for getopt.h... yes
checking for sys/cdefs.h... yes
checking for limits.h... yes
checking for sys/mman.h... yes
ttop-1.5.3
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@sparsejson.nim
ttfautohint-1.8.3
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for sys/socket.h... yes
checking for features.h... yes
checking for crtdefs.h... no
checking for symlink... yes
checking for mprotect... yes
ttop-1.5.3
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@scollections@ssequtils.nim
ttfautohint-1.8.3
checking for _set_invalid_parameter_handler... no
checking for strerror_r... yes
ttop-1.5.3
CC: @m..@s..@s..@snix@sstore@snrgl7ks2x3svv6pkdxzr97d6jbd3zhlr-source@ssrc@sparsetoml.nim
CC: @mttop@sconfig.nim
ttfautohint-1.8.3
checking for __xpg_strerror_r... yes
checking for catgets... yes
checking for snprintf... yes
checking for strndup... yes
ttop-1.5.3
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sposix@sposix_utils.nim
ttfautohint-1.8.3
checking for vasnprintf... no
checking for working fcntl.h... cross-compiling
ttop-1.5.3
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@snativesockets.nim
ttfautohint-1.8.3
checking for pid_t... yes
ttop-1.5.3
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@smonotimes.nim
ttfautohint-1.8.3
checking for mode_t... yes
checking for getopt.h... (cached) yes
ttop-1.5.3
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@snet.nim
ttfautohint-1.8.3
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... guessing yes
checking for working GNU getopt function... guessing no
ttop-1.5.3
CC: @m..@s..@s..@snix@sstore@sila4vdklhqs6h14gwyx71yrjbzwf54g3-source@ssrc@sjsony.nim
ttfautohint-1.8.3
checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... yes
checking for ld... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... done
ttop-1.5.3
CC: @mttop@sprocfs.nim
ttfautohint-1.8.3
checking 32-bit host C ABI... no
checking for the common suffixes of directories in the library search path... lib,lib
checking whether imported symbols can be declared weak... guessing yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_kill in -lpthread... yes
checking for multithread API to use... posix
checking whether malloc, realloc, calloc are POSIX compliant... yes
ttop-1.5.3
CC: @mttop@slimits.nim
ttfautohint-1.8.3
checking for mmap... yes
ttop-1.5.3
CC: @mttop@sformat.nim
ttfautohint-1.8.3
checking for MAP_ANONYMOUS... yes
checking whether memchr works... guessing no
checking whether memmem is declared... yes
ttop-1.5.3
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@score@stypeinfo.nim
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@smarshal.nim
ttfautohint-1.8.3
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for wchar_t... yes
ttop-1.5.3
CC: @m..@s..@s..@snix@sstore@szcd2hmjxlkp1bpb7c9xrpg153ssj3w0b-source@ssrc@szippy@scommon.nim
ttfautohint-1.8.3
checking for wint_t... yes
checking whether wint_t is too small... no
ttop-1.5.3
CC: @m..@s..@s..@snix@sstore@szcd2hmjxlkp1bpb7c9xrpg153ssj3w0b-source@ssrc@szippy@sinternal.nim
ttfautohint-1.8.3
checking for unsigned long long int... yes
checking for long long int... yes
ttop-1.5.3
CC: @m..@s..@s..@snix@sstore@szcd2hmjxlkp1bpb7c9xrpg153ssj3w0b-source@ssrc@szippy@sadler32_simd.nim
CC: @m..@s..@s..@snix@sstore@szcd2hmjxlkp1bpb7c9xrpg153ssj3w0b-source@ssrc@szippy@sadler32.nim
CC: @m..@s..@s..@snix@sstore@szcd2hmjxlkp1bpb7c9xrpg153ssj3w0b-source@ssrc@szippy@scrc32_simd.nim
CC: @m..@s..@s..@snix@sstore@szcd2hmjxlkp1bpb7c9xrpg153ssj3w0b-source@ssrc@szippy@scrc.nim
CC: @m..@s..@s..@snix@sstore@szcd2hmjxlkp1bpb7c9xrpg153ssj3w0b-source@ssrc@szippy@sbitstreams.nim
ttfautohint-1.8.3
checking whether stdint.h conforms to C99... guessing yes
ttop-1.5.3
CC: @m..@s..@s..@snix@sstore@szcd2hmjxlkp1bpb7c9xrpg153ssj3w0b-source@ssrc@szippy@slz77.nim
CC: @m..@s..@s..@snix@sstore@szcd2hmjxlkp1bpb7c9xrpg153ssj3w0b-source@ssrc@szippy@ssnappy.nim
ttfautohint-1.8.3
checking whether stdint.h predates C++11... no
ttop-1.5.3
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@scollections@sheapqueue.nim
CC: @m..@s..@s..@snix@sstore@szcd2hmjxlkp1bpb7c9xrpg153ssj3w0b-source@ssrc@szippy@sdeflate.nim
ttfautohint-1.8.3
checking whether stdint.h has UINTMAX_WIDTH etc.... yes
checking whether strerror(0) succeeds... guessing yes
ttop-1.5.3
CC: @m..@s..@s..@snix@sstore@szcd2hmjxlkp1bpb7c9xrpg153ssj3w0b-source@ssrc@szippy@sinflate.nim
ttfautohint-1.8.3
checking for strerror_r with POSIX signature... no
checking whether __xpg_strerror_r works... guessing no
ttop-1.5.3
CC: @m..@s..@s..@snix@sstore@szcd2hmjxlkp1bpb7c9xrpg153ssj3w0b-source@ssrc@szippy@sgzip.nim
ttfautohint-1.8.3
checking whether strerror_r is declared... yes
checking for C/C++ restrict keyword... __restrict
ttop-1.5.3
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@sstd@ssysrand.nim
ttfautohint-1.8.3
checking whether strndup is declared... yes
ttop-1.5.3
CC: @m..@s..@s..@snix@sstore@szcd2hmjxlkp1bpb7c9xrpg153ssj3w0b-source@ssrc@szippy.nim
CC: @mttop@sblog.nim
ttfautohint-1.8.3
checking whether strnlen is declared... yes
checking whether strtok_r is declared... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
ttop-1.5.3
CC: @m..@s..@s..@snix@sstore@sq3m2aqlzzrx4jj5akbf8rah0gp40ya2v-source@ssrc@sasciigraph.nim
ttfautohint-1.8.3
checking where to find the exponent in a 'double'... word 1 bit 20
checking whether snprintf returns a byte count as in C99... guessing yes
checking for snprintf... (cached) yes
ttop-1.5.3
CC: @mttop@stui.nim
ttfautohint-1.8.3
checking for strnlen... yes
checking for wcslen... yes
ttop-1.5.3
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@sstrtabs.nim
ttfautohint-1.8.3
checking for wcsnlen... yes
checking for mbrtowc... yes
ttop-1.5.3
CC: @m..@s..@s..@snix@sstore@si4503l5qxf913s0dh61yf50bg8znzshf-nim-unwrapped-2.2.4@snim@slib@spure@sosproc.nim
ttfautohint-1.8.3
checking for wcrtomb... yes
checking whether _snprintf is declared... no
ttop-1.5.3
CC: @mttop@sonoff.nim
ttfautohint-1.8.3
checking whether <wchar.h> uses 'inline' correctly... yes
checking for alloca as a compiler built-in... yes
checking for __builtin_expect... yes
checking whether // is distinct from /... (cached) unknown, assuming no
checking whether conversion from 'int' to 'long double' works... guessing yes
checking for pthread_rwlock_t... yes
checking whether pthread_rwlock_rdlock prefers a writer to a reader... guessing yes
checking bp-sym.h usability... no
checking bp-sym.h presence... no
checking for bp-sym.h... no
checking for memmem... yes
checking whether memmem works... guessing yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for ssize_t... yes
checking for va_copy... yes
checking for good max_align_t... yes
ttop-1.5.3
CC: @mttop@striggers.nim
ttfautohint-1.8.3
checking whether NULL can be used in arbitrary expressions... yes
checking which flavor of printf attribute matches inttypes macros... system
checking for working strndup... guessing yes
checking for working strnlen... yes
checking for strtok_r... yes
checking whether strtok_r works... guessing no
ttop-1.5.3
CC: @mttop.nim
ttfautohint-1.8.3
checking for strtoull... yes
checking for ptrdiff_t... yes
checking for vasprintf... yes
checking for stdint.h... (cached) yes
checking for HARFBUZZ... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin/sed
checking for fgrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -F
checking for ld used by clang... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking the maximum length of command line arguments... 4718592
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnufilc0 format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for ld option to reload object files... -r
checking for file... file
checking for x86_64-unknown-linux-gnufilc0-objdump... objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for x86_64-unknown-linux-gnufilc0-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-unknown-linux-gnufilc0-ar... (cached) ar
checking for archiver @FILE support... @
checking for x86_64-unknown-linux-gnufilc0-strip... (cached) strip
checking command to parse nm output from clang object... ok
checking for sysroot... no
checking for a working dd... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/dd
checking how to truncate binary pipes... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/dd bs=4096 count=1
checking for x86_64-unknown-linux-gnufilc0-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... clang++ -E
checking for ld used by clang++... ld -m elf_x86_64
checking if the linker (ld -m elf_x86_64) is GNU ld... yes
checking whether the clang++ linker (ld -m elf_x86_64) supports shared libraries... yes
checking for clang++ option to produce PIC... -fPIC -DPIC
checking if clang++ PIC flag -fPIC -DPIC works... yes
checking if clang++ static flag -static works... no
checking if clang++ supports -c -o file.o... yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ linker (ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.lt
config.lt: creating libtool
checking for cos in -lm... yes
checking for x86_64-unknown-linux-gnufilc0-freetype-config... no
checking for freetype-config... no
checking for FREETYPE... yes
checking whether FreeType header files are version 2.4.5 or higher... yes
checking whether FreeType library is version 2.4.5 or higher... skipped due to cross-compilation
configure: WARNING: Need X11 to create snapshot image of ttfautohintGUI
checking for inkscape... no
configure: WARNING: Need inkscape to convert SVG image files to PDF
checking for pandoc... no
configure: WARNING: Need pandoc to create PDF and HTML documentation files
checking for xelatex... no
checking for kpsewhich... no
configure: WARNING: Can't find `kpsewhich' to check presence of Noto font files automatically.
configure: WARNING: Adjust the `TTFONTS' environment variable so that the fonts are found.
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gnulib/src/Makefile
config.status: creating lib/Makefile
config.status: creating frontend/Makefile
config.status: creating frontend/static-plugins.cpp
config.status: creating doc/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing doc/img/create-links commands
→ buildPhase
build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
make  all-recursive
make[1]: Entering directory '/build/ttfautohint-1.8.3'
Making all in gnulib/src
make[2]: Entering directory '/build/ttfautohint-1.8.3/gnulib/src'
  GEN      alloca.h
  GEN      getopt.h
  GEN      fcntl.h
  GEN      getopt-cdefs.h
  GEN      limits.h
  GEN      stdio.h
  GEN      stdlib.h
  GEN      string.h
  GEN      unistd.h
  GEN      wchar.h
  GEN      sys/types.h
make  all-recursive
make[3]: Entering directory '/build/ttfautohint-1.8.3/gnulib/src'
make[4]: Entering directory '/build/ttfautohint-1.8.3/gnulib/src'
  CC       dirname-lgpl.lo
  CC       basename-lgpl.lo
  CC       stripslash.lo
  CC       unistd.lo
  CC       xsize.lo
  CC       asnprintf.lo
  CC       getopt.lo
  CC       getopt1.lo
  CC       memchr.lo
  CC       printf-args.lo
  CC       printf-parse.lo
  CC       strerror_r.lo
  CC       vasnprintf.lo
  CC       glthread/lock.lo
  CC       glthread/threadlib.lo
  CCLD     libgnu.la
make[4]: Leaving directory '/build/ttfautohint-1.8.3/gnulib/src'
make[3]: Leaving directory '/build/ttfautohint-1.8.3/gnulib/src'
make[2]: Leaving directory '/build/ttfautohint-1.8.3/gnulib/src'
Making all in lib
make[2]: Entering directory '/build/ttfautohint-1.8.3/lib'
  GEN      ttfautohint.h
make  all-am
make[3]: Entering directory '/build/ttfautohint-1.8.3/lib'
  CC       tablue.lo
  CC       tabytecode.lo
  CC       tacontrol.lo
  CC       tacontrol-flex.lo
  CC       tacontrol-bison.lo
  CC       tacvt.lo
  CC       tadsig.lo
  CC       tadummy.lo
  CC       tadump.lo
  CC       taerror.lo
  CC       tafeature.lo
  CC       tafile.lo
  CC       tafont.lo
  CC       tafpgm.lo
  CC       tagasp.lo
  CC       tagloadr.lo
  CC       taglobal.lo
tagloadr.c:219:16: warning: assigning to '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]
  219 |     base->tags = tags_new;
      |                ^ ~~~~~~~~
tagloadr.c:262:20: warning: assigning to 'unsigned short *' from 'short *' converts between pointers to integer types with different sign [-Wpointer-sign]
  262 |     base->contours = contours_new;
      |                    ^ ~~~~~~~~~~~~
2 warnings generated.
  CC       taglyf.lo
  CC       tagpos.lo
  CC       tahints.lo
  CC       tahmtx.lo
  CC       talatin.lo
  CC       taloader.lo
  CC       taloca.lo
  CC       tamaxp.lo
  CC       taname.lo
  CC       tapost.lo
  CC       taprep.lo
tahints.c:833:13: warning: initializing 'char *' with an expression of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  833 |       char* tag = outline->tags;
      |             ^     ~~~~~~~~~~~~~
tahints.c:890:14: warning: initializing 'short *' with an expression of type 'unsigned short *' converts between pointers to integer types with different sign [-Wpointer-sign]
  890 |       short* end = outline->contours;
      |              ^     ~~~~~~~~~~~~~~~~~
tahints.c:1171:9: warning: initializing 'char *' with an expression of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
 1171 |   char* tag = outline->tags;
      |         ^     ~~~~~~~~~~~~~
3 warnings generated.
  CC       taranges.lo
  CC       tascript.lo
  CC       tasfnt.lo
  CC       tashaper.lo
  CC       tasort.lo
  CC       tatables.lo
  CC       tatime.lo
  CC       tattc.lo
  CC       tattf.lo
  CC       tattfa.lo
tashaper.c:122:3: warning: 'hb_ot_tags_from_script' is deprecated [-Wdeprecated-declarations]
  122 |   hb_ot_tags_from_script(script,
      |   ^
/nix/store/mc2kdcp8gyjz774w09773ahpng44s7mh-harfbuzz-x86_64-unknown-linux-gnufilc0-10.2.0-dev/include/harfbuzz/hb-ot-deprecated.h:86:1: note: 'hb_ot_tags_from_script' has been explicitly marked deprecated here
   86 | HB_DEPRECATED_FOR (hb_ot_tags_from_script_and_language)
      | ^
/nix/store/mc2kdcp8gyjz774w09773ahpng44s7mh-harfbuzz-x86_64-unknown-linux-gnufilc0-10.2.0-dev/include/harfbuzz/hb-common.h:82:30: note: expanded from macro 'HB_DEPRECATED_FOR'
   82 | #define HB_DEPRECATED_FOR(f) HB_DEPRECATED
      |                              ^
/nix/store/mc2kdcp8gyjz774w09773ahpng44s7mh-harfbuzz-x86_64-unknown-linux-gnufilc0-10.2.0-dev/include/harfbuzz/hb-common.h:70:38: note: expanded from macro 'HB_DEPRECATED'
   70 | #define HB_DEPRECATED __attribute__((__deprecated__))
      |                                      ^
1 warning generated.
  CC       taversion.lo
  CC       ttfautohint.lo
  CC       sds-wrapper.lo
  CC       numberset.lo
  GEN      ttfautohint.pc
  CCLD     libnumberset.la
  CCLD     libsds.la
  CCLD     libttfautohint.la
make[3]: Leaving directory '/build/ttfautohint-1.8.3/lib'
make[2]: Leaving directory '/build/ttfautohint-1.8.3/lib'
Making all in frontend
make[2]: Entering directory '/build/ttfautohint-1.8.3/frontend'
make  all-am
make[3]: Entering directory '/build/ttfautohint-1.8.3/frontend'
  CXX      info.o
  CXX      main.o
  CXXLD    ttfautohint
make[3]: Leaving directory '/build/ttfautohint-1.8.3/frontend'
make[2]: Leaving directory '/build/ttfautohint-1.8.3/frontend'
Making all in doc
make[2]: Entering directory '/build/ttfautohint-1.8.3/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/ttfautohint-1.8.3/doc'
make[2]: Entering directory '/build/ttfautohint-1.8.3'
make[2]: Leaving directory '/build/ttfautohint-1.8.3'
make[1]: Leaving directory '/build/ttfautohint-1.8.3'
→ installPhase
install flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
make  install-recursive
make[1]: Entering directory '/build/ttfautohint-1.8.3'
Making install in gnulib/src
make[2]: Entering directory '/build/ttfautohint-1.8.3/gnulib/src'
make  install-recursive
make[3]: Entering directory '/build/ttfautohint-1.8.3/gnulib/src'
make[4]: Entering directory '/build/ttfautohint-1.8.3/gnulib/src'
make[5]: Entering directory '/build/ttfautohint-1.8.3/gnulib/src'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/ttfautohint-1.8.3/gnulib/src'
make[4]: Leaving directory '/build/ttfautohint-1.8.3/gnulib/src'
make[3]: Leaving directory '/build/ttfautohint-1.8.3/gnulib/src'
make[2]: Leaving directory '/build/ttfautohint-1.8.3/gnulib/src'
Making install in lib
make[2]: Entering directory '/build/ttfautohint-1.8.3/lib'
make  install-am
make[3]: Entering directory '/build/ttfautohint-1.8.3/lib'
make[4]: Entering directory '/build/ttfautohint-1.8.3/lib'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/s6ll39naksikk1isnzg099pz1ddsz57a-ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3/lib'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/s6ll39naksikk1isnzg099pz1ddsz57a-ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3/include'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/s6ll39naksikk1isnzg099pz1ddsz57a-ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3/include'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/s6ll39naksikk1isnzg099pz1ddsz57a-ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3/lib/pkgconfig'
 /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool   --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c   libttfautohint.la '/nix/store/s6ll39naksikk1isnzg099pz1ddsz57a-ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3/lib'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ttfautohint-errors.h ttfautohint-scripts.h ttfautohint-coverages.h '/nix/store/s6ll39naksikk1isnzg099pz1ddsz57a-ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3/include'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ttfautohint.h '/nix/store/s6ll39naksikk1isnzg099pz1ddsz57a-ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3/include'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ttfautohint.pc '/nix/store/s6ll39naksikk1isnzg099pz1ddsz57a-ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3/lib/pkgconfig'
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libttfautohint.so.1.0.2 /nix/store/s6ll39naksikk1isnzg099pz1ddsz57a-ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3/lib/libttfautohint.so.1.0.2
libtool: install: (cd /nix/store/s6ll39naksikk1isnzg099pz1ddsz57a-ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3/lib && { ln -s -f libttfautohint.so.1.0.2 libttfautohint.so.1 || { rm -f libttfautohint.so.1 && ln -s libttfautohint.so.1.0.2 libttfautohint.so.1; }; })
libtool: install: (cd /nix/store/s6ll39naksikk1isnzg099pz1ddsz57a-ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3/lib && { ln -s -f libttfautohint.so.1.0.2 libttfautohint.so || { rm -f libttfautohint.so && ln -s libttfautohint.so.1.0.2 libttfautohint.so; }; })
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libttfautohint.lai /nix/store/s6ll39naksikk1isnzg099pz1ddsz57a-ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3/lib/libttfautohint.la
libtool: finish: PATH="/nix/store/f4iq3fjva198s44x56dwm0vpgymb67xg-x86_64-unknown-linux-gnufilc0-pkg-config-wrapper-0.29.2/bin:/nix/store/sscd5w2rnclqix2zsnsyscsva9yjraa1-autoconf-2.69/bin:/nix/store/3ah4cvhhimlxvb2dqk07n1xlbb0dk81f-automake-1.16.5/bin:/nix/store/ava9h9a35fg419f4r1h3ib2hwqx6lr8k-gettext-0.22.5/bin:/nix/store/b7kv2xx2ga3w0fa4h7g0c3y64wkr3i57-libtool-2.5.4/bin:/nix/store/16yz1jny3j9irq4g8zkcx39nr77xwnvx-gnum4-1.4.19/bin:/nix/store/9rsc6g3vlfnp7lvq3pl1xpir5acd1ax0-file-5.45/bin:/nix/store/g7i75czfbw9sy5f8v7rjbama6lr3ya3s-patchelf-0.15.0/bin:/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin:/nix/store/31l6alfx8axrfkp0zxza3z7f7gxzi8b3-filc-cc/bin:/nix/store/14i07vk4qkfcdyyha9amqryg033l3xcf-filc-sysroot-with-metadata/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/gqxsl4vfi43khmz1snzynr8jwwynkbbw-binutils-wrapper-2.43.1/bin:/nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/392hs9nhm6wfw4imjllbvb1wil1n39qx-findutils-4.10.0/bin:/nix/store/xw0mf3shymq3k7zlncf09rm8917sdi4h-diffutils-3.12/bin:/nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin:/nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin:/nix/store/c1z5j28ndxljf1ihqzag57bwpfpzms0g-gawk-5.3.2/bin:/nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin:/nix/store/xd9m9jkvrs8pbxvmkzkwviql33rd090j-gzip-1.14/bin:/nix/store/w1pxx760yidi7n9vbi5bhpii9xxl5vdj-bzip2-1.0.8-bin/bin:/nix/store/xk0d14zpm0njxzdm182dd722aqhav2cc-gnumake-4.4.1/bin:/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin:/nix/store/gj54zvf7vxll1mzzmqhqi1p4jiws3mfb-patch-2.7.6/bin:/nix/store/22rpb6790f346c55iqi6s9drr5qgmyjf-xz-5.8.1-bin/bin:/nix/store/xlmpcglsq8l09qh03rf0virz0331pjdc-file-5.45/bin:/sbin" ldconfig -n /nix/store/s6ll39naksikk1isnzg099pz1ddsz57a-ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3/lib
/build/ttfautohint-1.8.3/libtool: line 1900: ldconfig: command not found
----------------------------------------------------------------------
Libraries have been installed in:
   /nix/store/s6ll39naksikk1isnzg099pz1ddsz57a-ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3/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:
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Leaving directory '/build/ttfautohint-1.8.3/lib'
make[3]: Leaving directory '/build/ttfautohint-1.8.3/lib'
make[2]: Leaving directory '/build/ttfautohint-1.8.3/lib'
Making install in frontend
make[2]: Entering directory '/build/ttfautohint-1.8.3/frontend'
make  install-am
make[3]: Entering directory '/build/ttfautohint-1.8.3/frontend'
make[4]: Entering directory '/build/ttfautohint-1.8.3/frontend'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/s6ll39naksikk1isnzg099pz1ddsz57a-ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3/bin'
  /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool   --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c ttfautohint '/nix/store/s6ll39naksikk1isnzg099pz1ddsz57a-ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3/bin'
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/ttfautohint /nix/store/s6ll39naksikk1isnzg099pz1ddsz57a-ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3/bin/ttfautohint
make[4]: Leaving directory '/build/ttfautohint-1.8.3/frontend'
make[3]: Leaving directory '/build/ttfautohint-1.8.3/frontend'
make[2]: Leaving directory '/build/ttfautohint-1.8.3/frontend'
Making install in doc
make[2]: Entering directory '/build/ttfautohint-1.8.3/doc'
make[3]: Entering directory '/build/ttfautohint-1.8.3/doc'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/build/ttfautohint-1.8.3/doc'
make[2]: Leaving directory '/build/ttfautohint-1.8.3/doc'
make[2]: Entering directory '/build/ttfautohint-1.8.3'
make[3]: Entering directory '/build/ttfautohint-1.8.3'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/ttfautohint-1.8.3'
make[2]: Leaving directory '/build/ttfautohint-1.8.3'
make[1]: Leaving directory '/build/ttfautohint-1.8.3'
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/s6ll39naksikk1isnzg099pz1ddsz57a-ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3
shrinking /nix/store/s6ll39naksikk1isnzg099pz1ddsz57a-ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3/lib/libttfautohint.so.1.0.2
shrinking /nix/store/s6ll39naksikk1isnzg099pz1ddsz57a-ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3/bin/ttfautohint
checking for references to /build/ in /nix/store/s6ll39naksikk1isnzg099pz1ddsz57a-ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3...
patching script interpreter paths in /nix/store/s6ll39naksikk1isnzg099pz1ddsz57a-ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3
stripping (with command strip and flags -S -p) in  /nix/store/s6ll39naksikk1isnzg099pz1ddsz57a-ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3/lib /nix/store/s6ll39naksikk1isnzg099pz1ddsz57a-ttfautohint-x86_64-unknown-linux-gnufilc0-1.8.3/bin
tty-clock-2.3+unstable=2021-04-07
Build started
→ unpackPhase
unpacking source archive /nix/store/fw9ja8qdi8igzp1rb9ia5wj787in3fh0-source
source root is source
→ patchPhase
applying patch /nix/store/vdign7lyb003y908swj7nq7z8z998jrf-ncurses-6.2.patch
patching file ttyclock.c
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash PREFIX=\$\(out\)
building ttyclock.c ttyclock.h
clang -Wall -g $(pkg-config --cflags ncurses) ttyclock.c ttyclock.h -o tty-clock $(pkg-config --libs ncurses)
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
clang-20: error: cannot specify -o when generating multiple output files
make: *** [Makefile:32: tty-clock] Error 1
tty-solitaire-1.3.1
Build started
→ unpackPhase
unpacking source archive /nix/store/aapgxph4i191nppwik2sj1bgx90y2i7g-source
source root is source
→ patchPhase
applying patch /nix/store/gji1w4xnfw2500j27pwzdngk1gib5jnl-ncurses-6.3.patch
patching file src/gui.c
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash CC=cc PREFIX=/nix/store/q18bamzv0shyc202jaaxjjzj6mpd9qfp-tty-solitaire-x86_64-unknown-linux-gnufilc0-1.3.1
cc -W -Wall -pedantic -ansi -std=c99 -DVERSION=\"1.3.1\" -fcommon   -c -o src/common.o src/common.c
In file included from src/common.c:6:
src/common.h:15:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   15 | bool term_size_ok();
      |                  ^
      |                   void
src/common.c:8:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    8 | bool term_size_ok() {
      |                  ^
      |                   void
2 warnings generated.
cc -W -Wall -pedantic -ansi -std=c99 -DVERSION=\"1.3.1\" -fcommon   -c -o src/frame.o src/frame.c
In file included from src/frame.c:6:
src/common.h:15:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   15 | bool term_size_ok();
      |                  ^
      |                   void
1 warning generated.
cc -W -Wall -pedantic -ansi -std=c99 -DVERSION=\"1.3.1\" -fcommon   -c -o src/card.o src/card.c
In file included from src/card.c:6:
src/common.h:15:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   15 | bool term_size_ok();
      |                  ^
      |                   void
1 warning generated.
cc -W -Wall -pedantic -ansi -std=c99 -DVERSION=\"1.3.1\" -fcommon   -c -o src/stack.o src/stack.c
In file included from src/stack.c:8:
src/common.h:15:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   15 | bool term_size_ok();
      |                  ^
      |                   void
1 warning generated.
cc -W -Wall -pedantic -ansi -std=c99 -DVERSION=\"1.3.1\" -fcommon   -c -o src/deck.o src/deck.c
In file included from src/deck.c:6:
src/common.h:15:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   15 | bool term_size_ok();
      |                  ^
      |                   void
1 warning generated.
cc -W -Wall -pedantic -ansi -std=c99 -DVERSION=\"1.3.1\" -fcommon   -c -o src/cursor.o src/cursor.c
In file included from src/cursor.c:8:
src/game.h:47:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   47 | bool game_won();
      |              ^
      |               void
src/game.h:48:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   48 | void game_end();
      |              ^
      |               void
In file included from src/cursor.c:9:
src/common.h:15:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   15 | bool term_size_ok();
      |                  ^
      |                   void
clang-20: /build/filc0-src/llvm/lib/Transforms/Instrumentation/FilPizlonator.cpp:14566: void {anonymous}::Pizlonator::lockDownLinkage(): Assertion `G.getLinkage() != GlobalValue::CommonLinkage' failed.
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.	Program arguments: /nix/store/f7c5s76n67mj1pr39cy7aj0akjy1s4mn-filc0-git/bin/clang-20 --filc-resource-dir=/nix/store/y2qxql0v1lb5dq17abn45xycriypv5ks-sarcasm-0-unstable-4867f1179f1c -Wno-unused-command-line-argument --gcc-toolchain=/nix/store/kxm6wzygmj1439ylqdgyl9zqjgf10dy7-gcc-14.3.0 -resource-dir /nix/store/pslnwc5c5msmzmm18l3jc6s0kpf5zyzl-filc0-resource-dir/lib/clang/20 --filc-dynamic-linker=/nix/store/sn36kmszyx8bbq5fcz8xgwls8wdznj8p-filc-crt-lib/ld-fil1-x86_64.so --filc-crt-path=/nix/store/sn36kmszyx8bbq5fcz8xgwls8wdznj8p-filc-crt-lib --filc-stdfil-include=/nix/store/8bfk650x9y08gvn6z25icby9jb75m8pw-libpas-src/filc/include --filc-os-include=/nix/store/lp9agkj5pykd83ndmijvpxcdg0lfvzis-linux-headers-6.12.7/include --filc-include=/nix/store/z2rhn3mva7vphq2x71yslixdwxjnx5fh-yolo-glibc-impl-2.40/include -isystem /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include -L/nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/lib -W -Wall -pedantic -ansi -std=c99 -fcommon -B/nix/store/14i07vk4qkfcdyyha9amqryg033l3xcf-filc-sysroot-with-metadata/lib/ -B/nix/store/31l6alfx8axrfkp0zxza3z7f7gxzi8b3-filc-cc/lib -Wno-unused-command-line-argument -gz=none -B/nix/store/gqxsl4vfi43khmz1snzynr8jwwynkbbw-binutils-wrapper-2.43.1/bin/ -frandom-seed=q18bamzv0s -DVERSION=\"1.3.1\" -idirafter /nix/store/14i07vk4qkfcdyyha9amqryg033l3xcf-filc-sysroot-with-metadata/include -isystem /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include -isystem /nix/store/1ypxkd42v5ijipjcxqsgy6ay23ixk35d-ncurses-x86_64-unknown-linux-gnufilc0-6.5-dev/include -c -fcolor-diagnostics -o src/cursor.o src/cursor.c
1.	<eof> parser at end of file
2.	Optimizer
3.	Running pass "FilPizlonatorPass" on module "src/cursor.c"
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0  clang-20  0x00000000020c62cc llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 60
1  clang-20  0x00000000020c3794 llvm::sys::RunSignalHandlers() + 52
2  clang-20  0x0000000002021d30
3  libc.so.6 0x00007ffff7c414b0
4  libc.so.6 0x00007ffff7c9984c
5  libc.so.6 0x00007ffff7c41406 gsignal + 22
6  libc.so.6 0x00007ffff7c2893a abort + 215
7  libc.so.6 0x00007ffff7c2885e
8  libc.so.6 0x00007ffff7c395e6
9  clang-20  0x0000000003a290f4
10 clang-20  0x0000000003ad0c71
11 clang-20  0x0000000003ae0b91 llvm::FilPizlonatorPass::run(llvm::Module&, llvm::AnalysisManager<llvm::Module>&) + 4737
12 clang-20  0x000000000232f11f
13 clang-20  0x0000000001b90edf llvm::PassManager<llvm::Module, llvm::AnalysisManager<llvm::Module>>::run(llvm::Module&, llvm::AnalysisManager<llvm::Module>&) + 447
14 clang-20  0x000000000234aa39
15 clang-20  0x000000000234e4cc clang::emitBackendOutput(clang::CompilerInstance&, clang::CodeGenOptions&, llvm::StringRef, llvm::Module*, clang::BackendAction, llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem>, std::unique_ptr<llvm::raw_pwrite_stream, std::default_delete<llvm::raw_pwrite_stream>>, clang::BackendConsumer*) + 2124
16 clang-20  0x00000000029e796f clang::BackendConsumer::HandleTranslationUnit(clang::ASTContext&) + 1743
17 clang-20  0x000000000473eb8c clang::ParseAST(clang::Sema&, bool, bool) + 1228
18 clang-20  0x0000000002c88161 clang::FrontendAction::Execute() + 49
19 clang-20  0x0000000002c19562 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) + 674
20 clang-20  0x0000000002d60dc0 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) + 448
21 clang-20  0x0000000000c7cf08 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) + 5736
22 clang-20  0x0000000000c75cd2
23 clang-20  0x0000000002a31e69
24 clang-20  0x0000000002021ec6 llvm::CrashRecoveryContext::RunSafely(llvm::function_ref<void ()>) + 150
25 clang-20  0x0000000002a32643
26 clang-20  0x00000000029f0b8d clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&, bool) const + 173
27 clang-20  0x00000000029f11b7 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&, bool) const + 135
28 clang-20  0x0000000002a02d54 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&) + 436
29 clang-20  0x0000000000c79189 clang_main(int, char**, llvm::ToolContext const&) + 7241
30 clang-20  0x0000000000b840d4 main + 100
31 libc.so.6 0x00007ffff7c2a47e
32 libc.so.6 0x00007ffff7c2a539 __libc_start_main + 137
33 clang-20  0x0000000000c74ed5 _start + 37
clang-20: error: clang frontend command failed with exit code 134 (use -v to see invocation)
clang version 20.1.8 (Fil-C 0.684)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /nix/store/f7c5s76n67mj1pr39cy7aj0akjy1s4mn-filc0-git/bin
Build config: +assertions
clang-20: note: diagnostic msg: 
********************
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang-20: note: diagnostic msg: /build/cursor-0594d1.c
clang-20: note: diagnostic msg: /build/cursor-0594d1.sh
clang-20: note: diagnostic msg: 
********************
make: *** [<builtin>: src/cursor.o] Error 1
ttylog-0.31
Build started
→ unpackPhase
unpacking source archive /nix/store/z9a3d74326gay6bfvs3z4xz540j8m4ca-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
fixing cmake files...
cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/p4zph4qfb0h0xbjqk37n7nrqhcss3g9f-ttylog-x86_64-unknown-linux-gnufilc0-0.31/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/p4zph4qfb0h0xbjqk37n7nrqhcss3g9f-ttylog-x86_64-unknown-linux-gnufilc0-0.31/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/p4zph4qfb0h0xbjqk37n7nrqhcss3g9f-ttylog-x86_64-unknown-linux-gnufilc0-0.31/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/p4zph4qfb0h0xbjqk37n7nrqhcss3g9f-ttylog-x86_64-unknown-linux-gnufilc0-0.31/share/doc/ttylog -DCMAKE_INSTALL_INFODIR=/nix/store/p4zph4qfb0h0xbjqk37n7nrqhcss3g9f-ttylog-x86_64-unknown-linux-gnufilc0-0.31/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/p4zph4qfb0h0xbjqk37n7nrqhcss3g9f-ttylog-x86_64-unknown-linux-gnufilc0-0.31/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/p4zph4qfb0h0xbjqk37n7nrqhcss3g9f-ttylog-x86_64-unknown-linux-gnufilc0-0.31/include -DCMAKE_INSTALL_SBINDIR=/nix/store/p4zph4qfb0h0xbjqk37n7nrqhcss3g9f-ttylog-x86_64-unknown-linux-gnufilc0-0.31/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/p4zph4qfb0h0xbjqk37n7nrqhcss3g9f-ttylog-x86_64-unknown-linux-gnufilc0-0.31/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/p4zph4qfb0h0xbjqk37n7nrqhcss3g9f-ttylog-x86_64-unknown-linux-gnufilc0-0.31/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/strip -DCMAKE_RANLIB=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ranlib -DCMAKE_AR=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/p4zph4qfb0h0xbjqk37n7nrqhcss3g9f-ttylog-x86_64-unknown-linux-gnufilc0-0.31 -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env
CMake Warning (dev) at CMakeLists.txt:2 (PROJECT):
  cmake_minimum_required() should be called prior to this top-level project()
  call.  Please see the cmake-commands(7) manual for usage documentation of
  both commands.
This warning is for project developers.  Use -Wno-dev to suppress it.
-- The C compiler identification is Clang 20.1.8
-- The CXX compiler identification is Clang 20.1.8
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at CMakeLists.txt:3 (CMAKE_MINIMUM_REQUIRED):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.
  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
-- Configuring done (0.4s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:
    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_FIND_USE_PACKAGE_REGISTRY
    CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY
    CMAKE_INSTALL_BINDIR
    CMAKE_INSTALL_DOCDIR
    CMAKE_INSTALL_INCLUDEDIR
    CMAKE_INSTALL_INFODIR
    CMAKE_INSTALL_LIBDIR
    CMAKE_INSTALL_LIBEXECDIR
    CMAKE_INSTALL_LOCALEDIR
    CMAKE_INSTALL_MANDIR
    CMAKE_INSTALL_SBINDIR
-- Build files have been written to: /build/source/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
[ 50%] Building C object CMakeFiles/ttylog.dir/ttylog.c.o
[100%] Linking C executable ttylog
[100%] Built target ttylog
→ installPhase
install flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
[100%] Built target ttylog
Install the project...
-- Install configuration: "Release"
-- Installing: /nix/store/p4zph4qfb0h0xbjqk37n7nrqhcss3g9f-ttylog-x86_64-unknown-linux-gnufilc0-0.31/sbin/ttylog
-- Installing: /nix/store/p4zph4qfb0h0xbjqk37n7nrqhcss3g9f-ttylog-x86_64-unknown-linux-gnufilc0-0.31/share/man/man8/ttylog.8
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/p4zph4qfb0h0xbjqk37n7nrqhcss3g9f-ttylog-x86_64-unknown-linux-gnufilc0-0.31
shrinking /nix/store/p4zph4qfb0h0xbjqk37n7nrqhcss3g9f-ttylog-x86_64-unknown-linux-gnufilc0-0.31/sbin/ttylog
checking for references to /build/ in /nix/store/p4zph4qfb0h0xbjqk37n7nrqhcss3g9f-ttylog-x86_64-unknown-linux-gnufilc0-0.31...
gzipping man pages under /nix/store/p4zph4qfb0h0xbjqk37n7nrqhcss3g9f-ttylog-x86_64-unknown-linux-gnufilc0-0.31/share/man/
moving /nix/store/p4zph4qfb0h0xbjqk37n7nrqhcss3g9f-ttylog-x86_64-unknown-linux-gnufilc0-0.31/sbin/* to /nix/store/p4zph4qfb0h0xbjqk37n7nrqhcss3g9f-ttylog-x86_64-unknown-linux-gnufilc0-0.31/bin
patching script interpreter paths in /nix/store/p4zph4qfb0h0xbjqk37n7nrqhcss3g9f-ttylog-x86_64-unknown-linux-gnufilc0-0.31
stripping (with command strip and flags -S -p) in  /nix/store/p4zph4qfb0h0xbjqk37n7nrqhcss3g9f-ttylog-x86_64-unknown-linux-gnufilc0-0.31/bin /nix/store/p4zph4qfb0h0xbjqk37n7nrqhcss3g9f-ttylog-x86_64-unknown-linux-gnufilc0-0.31/sbin
ttyplot-1.7.1
Build started
→ unpackPhase
unpacking source archive /nix/store/mcc28whn0k27mw7ij7ypr7m12pwxilc0-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash PREFIX=\$\(out\)
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
make: *** [Makefile:24: ttyplot] Error 127
tudu-0.10.4
Build started
→ unpackPhase
unpacking source archive /nix/store/6yv213srqppk99kfsswj2qnidw7fmhm4-tudu-0.10.4.tar.gz
source root is tudu-0.10.4
setting SOURCE_DATE_EPOCH to timestamp 1589099985 of file "tudu-0.10.4/todo.xml"
→ 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: --prefix=/nix/store/5z614a455dznsm6c9a83lp0ypjzvnynp-tudu-x86_64-unknown-linux-gnufilc0-0.10.4 --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnufilc0
checking for cpp... 
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnufilc0
checking target system type... x86_64-unknown-linux-gnu
using crosscompilation mode.
checking for working directories... current
using prefix '/nix/store/5z614a455dznsm6c9a83lp0ypjzvnynp-tudu-x86_64-unknown-linux-gnufilc0-0.10.4'
checking for c++ compiler... no
ERROR: clang++ cannot create executables
cleaning temporally files... done
tuifimanager-5.1.5
Build started
Sourcing python-remove-tests-dir-hook
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing pypa-build-hook
Using pypaBuildPhase
Sourcing python-runtime-deps-check-hook
Using pythonRuntimeDepsCheckHook
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
→ unpackPhase
unpacking source archive /nix/store/c7953kfmmcg10j23waq0zpb1za1by0p3-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/setup.py"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
Executing pypaBuildPhase
Setting SETUPTOOLS_SCM_PRETEND_VERSION to 5.1.5
Including all tracked files automatically
Creating a wheel...
pypa build flags: --no-isolation --outdir dist/ --wheel
* Getting build dependencies for wheel...
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/config/expand.py:128: SetuptoolsWarning: File '/build/source/docs/README.md' cannot be found
  for path in _filter_existing_files(_filepaths)
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:
        License :: OSI Approved :: MIT License
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  self._finalize_license_expression()
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies)
  corresp(dist, value, root_dir)
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
        ********************************************************************************
        Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  corresp(dist, value, root_dir)
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:
        License :: OSI Approved :: MIT License
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  dist._finalize_license_expression()
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:
        License :: OSI Approved :: MIT License
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  self._finalize_license_expression()
running egg_info
creating TUIFIManager.egg-info
writing TUIFIManager.egg-info/PKG-INFO
writing dependency_links to TUIFIManager.egg-info/dependency_links.txt
writing entry points to TUIFIManager.egg-info/entry_points.txt
writing requirements to TUIFIManager.egg-info/requires.txt
writing top-level names to TUIFIManager.egg-info/top_level.txt
writing manifest file 'TUIFIManager.egg-info/SOURCES.txt'
reading manifest file 'TUIFIManager.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'TUIFIManager.egg-info/SOURCES.txt'
* Building wheel...
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/config/expand.py:128: SetuptoolsWarning: File '/build/source/docs/README.md' cannot be found
  for path in _filter_existing_files(_filepaths)
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies)
  corresp(dist, value, root_dir)
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
        ********************************************************************************
        Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0).
        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  corresp(dist, value, root_dir)
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:
        License :: OSI Approved :: MIT License
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  dist._finalize_license_expression()
/nix/store/qgqq0n29krh7snf20wriqqdf8smnjmf1-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:
        License :: OSI Approved :: MIT License
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/TUIFIManager
copying TUIFIManager/TUIFIProfile.py -> build/lib/TUIFIManager
copying TUIFIManager/TUIFile.py -> build/lib/TUIFIManager
copying TUIFIManager/TUIMenu.py -> build/lib/TUIFIManager
copying TUIFIManager/TUIProps.py -> build/lib/TUIFIManager
copying TUIFIManager/TUISynthXDND.py -> build/lib/TUIFIManager
copying TUIFIManager/TUItilities.py -> build/lib/TUIFIManager
copying TUIFIManager/__init__.py -> build/lib/TUIFIManager
copying TUIFIManager/__main__.py -> build/lib/TUIFIManager
running egg_info
writing TUIFIManager.egg-info/PKG-INFO
writing dependency_links to TUIFIManager.egg-info/dependency_links.txt
writing entry points to TUIFIManager.egg-info/entry_points.txt
writing requirements to TUIFIManager.egg-info/requires.txt
writing top-level names to TUIFIManager.egg-info/top_level.txt
reading manifest file 'TUIFIManager.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'TUIFIManager.egg-info/SOURCES.txt'
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/TUIFIManager
copying build/lib/TUIFIManager/TUIFIProfile.py -> build/bdist.linux-x86_64/wheel/./TUIFIManager
copying build/lib/TUIFIManager/TUIFile.py -> build/bdist.linux-x86_64/wheel/./TUIFIManager
copying build/lib/TUIFIManager/TUIMenu.py -> build/bdist.linux-x86_64/wheel/./TUIFIManager
copying build/lib/TUIFIManager/TUIProps.py -> build/bdist.linux-x86_64/wheel/./TUIFIManager
copying build/lib/TUIFIManager/TUISynthXDND.py -> build/bdist.linux-x86_64/wheel/./TUIFIManager
copying build/lib/TUIFIManager/TUItilities.py -> build/bdist.linux-x86_64/wheel/./TUIFIManager
copying build/lib/TUIFIManager/__init__.py -> build/bdist.linux-x86_64/wheel/./TUIFIManager
copying build/lib/TUIFIManager/__main__.py -> build/bdist.linux-x86_64/wheel/./TUIFIManager
running install_egg_info
Copying TUIFIManager.egg-info to build/bdist.linux-x86_64/wheel/./TUIFIManager-5.1.5-py3.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/tuifimanager-5.1.5.dist-info/WHEEL
creating '/build/source/dist/.tmp-76wh7o2q/tuifimanager-5.1.5-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'TUIFIManager/TUIFIProfile.py'
adding 'TUIFIManager/TUIFile.py'
adding 'TUIFIManager/TUIMenu.py'
adding 'TUIFIManager/TUIProps.py'
adding 'TUIFIManager/TUISynthXDND.py'
adding 'TUIFIManager/TUItilities.py'
adding 'TUIFIManager/__init__.py'
adding 'TUIFIManager/__main__.py'
adding 'tuifimanager-5.1.5.dist-info/licenses/LICENSE'
adding 'tuifimanager-5.1.5.dist-info/METADATA'
adding 'tuifimanager-5.1.5.dist-info/WHEEL'
adding 'tuifimanager-5.1.5.dist-info/entry_points.txt'
adding 'tuifimanager-5.1.5.dist-info/top_level.txt'
adding 'tuifimanager-5.1.5.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built tuifimanager-5.1.5-py3-none-any.whl
Finished creating a wheel...
Finished executing pypaBuildPhase
→ pythonRuntimeDepsCheckHook
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for tuifimanager-5.1.5-py3-none-any.whl
Finished executing pythonRuntimeDepsCheck
→ installPhase
Executing pypaInstallPhase
Successfully installed tuifimanager-5.1.5-py3-none-any.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/2s37kg2g6vjqchhasl4vrpq1kqa3gnbw-tuifimanager-5.1.5-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/2s37kg2g6vjqchhasl4vrpq1kqa3gnbw-tuifimanager-5.1.5-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/2s37kg2g6vjqchhasl4vrpq1kqa3gnbw-tuifimanager-5.1.5-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in  /nix/store/2s37kg2g6vjqchhasl4vrpq1kqa3gnbw-tuifimanager-5.1.5-x86_64-unknown-linux-gnufilc0/lib /nix/store/2s37kg2g6vjqchhasl4vrpq1kqa3gnbw-tuifimanager-5.1.5-x86_64-unknown-linux-gnufilc0/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/hgq71gi80vp7fnpwc8r9dyr6njm6jc2a-tuifimanager-5.1.5-x86_64-unknown-linux-gnufilc0-dist
checking for references to /build/ in /nix/store/hgq71gi80vp7fnpwc8r9dyr6njm6jc2a-tuifimanager-5.1.5-x86_64-unknown-linux-gnufilc0-dist...
patching script interpreter paths in /nix/store/hgq71gi80vp7fnpwc8r9dyr6njm6jc2a-tuifimanager-5.1.5-x86_64-unknown-linux-gnufilc0-dist
Rewriting #!/nix/store/nn9ckj7v5gxzzajwz79lzr9kclpvf9pf-python3-3.12.11/bin/python3.12 to #!/nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0
wrapping `/nix/store/2s37kg2g6vjqchhasl4vrpq1kqa3gnbw-tuifimanager-5.1.5-x86_64-unknown-linux-gnufilc0/bin/tuifi'...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ installCheckPhase
no Makefile or custom installCheckPhase, doing nothing
→ pythonRemoveBinBytecodePhase
tunctl-1.5
Build started
→ unpackPhase
unpacking source archive /nix/store/rckw0m3hgzl3rj088vj8vdwcn85n0spa-tunctl-1.5.tar.gz
source root is tunctl-1.5
setting SOURCE_DATE_EPOCH to timestamp 1215642712 of file "tunctl-1.5/Makefile"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash tunctl
clang -g -Wall -o tunctl tunctl.c
→ installPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/i603zng87jfsy1skhyafnjx0zdsqvi6y-tunctl-x86_64-unknown-linux-gnufilc0-1.5
shrinking /nix/store/i603zng87jfsy1skhyafnjx0zdsqvi6y-tunctl-x86_64-unknown-linux-gnufilc0-1.5/bin/tunctl
checking for references to /build/ in /nix/store/i603zng87jfsy1skhyafnjx0zdsqvi6y-tunctl-x86_64-unknown-linux-gnufilc0-1.5...
patching script interpreter paths in /nix/store/i603zng87jfsy1skhyafnjx0zdsqvi6y-tunctl-x86_64-unknown-linux-gnufilc0-1.5
stripping (with command strip and flags -S -p) in  /nix/store/i603zng87jfsy1skhyafnjx0zdsqvi6y-tunctl-x86_64-unknown-linux-gnufilc0-1.5/bin
ttop-1.5.3
Hint:  [Link]
Hint: mm: orc; threads: on; opt: speed; options: -d:release
109905 lines; 19.360s; 221.449MiB peakmem; proj: /build/source/src/ttop; out: /nix/store/ndyrqai5hvy74rrjifs7myz400gyzdrq-ttop-x86_64-unknown-linux-gnufilc0-1.5.3/bin/ttop [SuccessX]
→ checkPhase
→ installPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/ndyrqai5hvy74rrjifs7myz400gyzdrq-ttop-x86_64-unknown-linux-gnufilc0-1.5.3
shrinking /nix/store/ndyrqai5hvy74rrjifs7myz400gyzdrq-ttop-x86_64-unknown-linux-gnufilc0-1.5.3/bin/ttop
checking for references to /build/ in /nix/store/ndyrqai5hvy74rrjifs7myz400gyzdrq-ttop-x86_64-unknown-linux-gnufilc0-1.5.3...
patching script interpreter paths in /nix/store/ndyrqai5hvy74rrjifs7myz400gyzdrq-ttop-x86_64-unknown-linux-gnufilc0-1.5.3
stripping (with command strip and flags -S -p) in  /nix/store/ndyrqai5hvy74rrjifs7myz400gyzdrq-ttop-x86_64-unknown-linux-gnufilc0-1.5.3/bin
trickle-1.07
error: Cannot build '/nix/store/bacp1bw51n5hagf2vsxikfpc82jwcik4-trickle-x86_64-unknown-linux-gnufilc0-1.07.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/pwn91plwn4x0vd7bg1hs0nbb9r66qxyv-trickle-x86_64-unknown-linux-gnufilc0-1.07
       Last 25 log lines:
       > checking for asm/poll.h... yes
       > checking for an ANSI C-conforming const... yes
       > checking for pid_t... yes
       > checking for size_t... yes
       > checking whether time.h and sys/time.h may both be included... yes
       > checking for u_int64_t... yes
       > checking for u_int32_t... yes
       > checking for u_int16_t... yes
       > checking for u_int8_t... yes
       > checking for in_addr_t... no
       > checking whether clang needs -traditional... no
       > checking return type of signal handlers... void
       > checking for socket... yes
       > checking for strlcat... yes
       > checking for strlcpy... yes
       > checking for daemon... yes
       > checking for setenv... yes
       > checking for strsep... yes
       > checking for sendfile... yes
       > checking for libevent... no
       > checking if underscores are needed for symbols... no
       > checking if we can access libc without dlopen... no
       > checking if we can access libc with libc.so... no
       > checking if we can access libc with /usr/lib/libc.so*... no
       > configure: error: Couldn't figure out how to access libc
       For full logs, run:
         nix log /nix/store/bacp1bw51n5hagf2vsxikfpc82jwcik4-trickle-x86_64-unknown-linux-gnufilc0-1.07.drv
trimal-1.5.0
error: Cannot build '/nix/store/b8imhnywpl90pykqmrd2vp4rw7ihmv0n-trimal-x86_64-unknown-linux-gnufilc0-1.5.0.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/7pzlj09nkyx2gggim1y38llxgq59qffg-trimal-x86_64-unknown-linux-gnufilc0-1.5.0
       Last 14 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/h2hb6796ia5nsly7mq8xi8yvadzmw2bi-source
       > source root is source
       > Source root reset to source/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
       > g++ -Wall -O2  -c alignment.cpp rwAlignment.cpp autAlignment.cpp
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: g++: command not found
       > make: *** [makefile:29: alignment.o] Error 127
       For full logs, run:
         nix log /nix/store/b8imhnywpl90pykqmrd2vp4rw7ihmv0n-trimal-x86_64-unknown-linux-gnufilc0-1.5.0.drv
trinity-1.9-unstable-2024-09-19
error: Cannot build '/nix/store/dzy51wmza8m72y00cr0yfna9396awlz6-trinity-x86_64-unknown-linux-gnufilc0-1.9-unstable-2024-09-19.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/887nlijsf91kgr099g8j9mmffv2hxf7j-trinity-x86_64-unknown-linux-gnufilc0-1.9-unstable-2024-09-19
       Last 25 log lines:
       > In file included from /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/fcntl.h:341:
       > /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/bits/fcntl2.h:180:1: error: use of undeclared identifier 'unused'
       >   180 | __fortify_function_error_function __attribute_overloadable__ int
       >       | ^
       > /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/sys/cdefs.h:221:66: note: expanded from macro '__fortify_function_error_function'
       >   221 | # define __fortify_function_error_function static __attribute__((__unused__))
       >       |                                                                  ^
       > include/trinity.h:15:33: note: expanded from macro '__unused__'
       >    15 | #define __unused__ __attribute((unused))
       >       |                                 ^
       > In file included from arg-decoder.c:9:
       > In file included from include/shm.h:6:
       > In file included from include/files.h:3:
       > In file included from /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/fcntl.h:341:
       > /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/bits/fcntl2.h:237:1: error: use of undeclared identifier 'unused'
       >   237 | __fortify_function_error_function __attribute_overloadable__ int
       >       | ^
       > /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/sys/cdefs.h:221:66: note: expanded from macro '__fortify_function_error_function'
       >   221 | # define __fortify_function_error_function static __attribute__((__unused__))
       >       |                                                                  ^
       > include/trinity.h:15:33: note: expanded from macro '__unused__'
       >    15 | #define __unused__ __attribute((unused))
       >       |                                 ^
       > 3 errors generated.
       > make: *** [Makefile:113: arg-decoder.o] Error 1
       For full logs, run:
         nix log /nix/store/dzy51wmza8m72y00cr0yfna9396awlz6-trinity-x86_64-unknown-linux-gnufilc0-1.9-unstable-2024-09-19.drv
trurl-0.16.1
error: Cannot build '/nix/store/i3hz107qwxjpz9qm3754znfvik7ivnja-trurl-x86_64-unknown-linux-gnufilc0-0.16.1.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/9hv33jbff24xlclvqw8rndcbkv7q542n-trurl-x86_64-unknown-linux-gnufilc0-0.16.1-dev
         /nix/store/i16p7b3ms87hcj9hagqa69cag6f2m1i2-trurl-x86_64-unknown-linux-gnufilc0-0.16.1-debug
         /nix/store/i408bzzvpk8sr1gpmcwk95n84q0hg0br-trurl-x86_64-unknown-linux-gnufilc0-0.16.1-man
         /nix/store/wq6ipczf0gc7baf3322mgfrh4v2njwqg-trurl-x86_64-unknown-linux-gnufilc0-0.16.1
       Last 25 log lines:
       > no configure script, doing nothing
       > Running phase: buildPhase
       > build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash PREFIX=\$\(out\)
       > clang $(curl-config --cflags) -W -Wall -Wshadow -pedantic -Wconversion -Wmissing-prototypes -Wwrite-strings -Wsign-compare -Wno-sign-conversion -Werror -g   -c -o trurl.o trurl.c
       > ./scripts/cd2nroff trurl.md > trurl.1
       > clang  trurl.o -o trurl $(curl-config --libs)
       > trurl.o:trurl.c:function pizlonatedFI135_curl_global_init:(.text+0x5c383): error: undefined reference to 'pizlonated_curl_global_init'
       > trurl.o:trurl.c:function pizlonatedFI1_curl_global_cleanup:(.text+0x5df5e): error: undefined reference to 'pizlonated_curl_global_cleanup'
       > trurl.o:trurl.c:function pizlonatedFI12777_curl_slist_append:(.text+0x5e935): error: undefined reference to 'pizlonated_curl_slist_append'
       > trurl.o:trurl.c:function pizlonatedFI9_curl_url:(.text+0x5ef4e): error: undefined reference to 'pizlonated_curl_url'
       > trurl.o:trurl.c:function pizlonatedFI1065_curl_url_cleanup:(.text+0x5f0d8): error: undefined reference to 'pizlonated_curl_url_cleanup'
       > trurl.o:trurl.c:function pizlonatedFI142_curl_url_strerror:(.text+0x5f213): error: undefined reference to 'pizlonated_curl_url_strerror'
       > trurl.o:trurl.c:function pizlonatedFI21157212141_curl_msnprintf:(.text+0x5f758): error: undefined reference to 'pizlonated_curl_msnprintf'
       > trurl.o:trurl.c:function pizlonatedFI308296_curl_url_get:(.text+0x5fb30): error: undefined reference to 'pizlonated_curl_url_get'
       > trurl.o:trurl.c:function pizlonatedFI1557705_curl_maprintf:(.text+0x5fdaa): error: undefined reference to 'pizlonated_curl_maprintf'
       > trurl.o:trurl.c:function pizlonatedFI1065_curl_free:(.text+0x60088): error: undefined reference to 'pizlonated_curl_free'
       > trurl.o:trurl.c:function pizlonatedFI308296_curl_url_set:(.text+0x601f0): error: undefined reference to 'pizlonated_curl_url_set'
       > trurl.o:trurl.c:function pizlonatedFI1065_curl_slist_free_all:(.text+0x60768): error: undefined reference to 'pizlonated_curl_slist_free_all'
       > trurl.o:trurl.c:function pizlonatedFI142_curl_version_info:(.text+0x608a3): error: undefined reference to 'pizlonated_curl_version_info'
       > trurl.o:trurl.c:function pizlonatedFI28870_curl_easy_escape:(.text+0x61492): error: undefined reference to 'pizlonated_curl_easy_escape'
       > trurl.o:trurl.c:function pizlonatedFI141521_curl_maprintf:(.text+0x61720): error: undefined reference to 'pizlonated_curl_maprintf'
       > trurl.o:trurl.c:function pizlonatedFI1445054_curl_easy_unescape:(.text+0x61e45): error: undefined reference to 'pizlonated_curl_easy_unescape'
       > trurl.o:trurl.c:function pizlonatedFI12777_curl_maprintf:(.text+0x62115): error: undefined reference to 'pizlonated_curl_maprintf'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make: *** [Makefile:50: trurl] Error 1
       For full logs, run:
         nix log /nix/store/i3hz107qwxjpz9qm3754znfvik7ivnja-trurl-x86_64-unknown-linux-gnufilc0-0.16.1.drv
ttf2pt1-3.4.4
error: Cannot build '/nix/store/95sxfcx1nna97k2xivsxk7giv1jipr6y-ttf2pt1-x86_64-unknown-linux-gnufilc0-3.4.4.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/7chp0mnsgnqwfwabiw2h8q6znlbbx028-ttf2pt1-x86_64-unknown-linux-gnufilc0-3.4.4
       Last 25 log lines:
       > Hunk #4 succeeded at 515 (offset 1 line).
       > 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 INSTDIR=/nix/store/7chp0mnsgnqwfwabiw2h8q6znlbbx028-ttf2pt1-x86_64-unknown-linux-gnufilc0-3.4.4 OWNER=1000
       > scripts/unhtml <CHANGES.html >CHANGES
       > scripts/unhtml <README.html >README
       > scripts/unhtml <FONTS.html >FONTS
       > scripts/unhtml <FONTS.hpux.html >FONTS.hpux
       > scripts/unhtml <encodings/README.html >encodings/README
       > scripts/unhtml <other/README.html >other/README
       > scripts/unhtml <app/X11/README.html >app/X11/README
       > scripts/unhtml <app/netscape/README.html >app/netscape/README
       > scripts/unhtml <app/TeX/README.html >app/TeX/README
       >
       >   You have to configure the Makefile before running make!
       > (or if you are lazy and hope that it will work as is run `make all')
       >
       > Running phase: installPhase
       > install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash INSTDIR=/nix/store/7chp0mnsgnqwfwabiw2h8q6znlbbx028-ttf2pt1-x86_64-unknown-linux-gnufilc0-3.4.4 OWNER=1000 install
       > gcc -O -DUSE_FREETYPE -I/nix/store/cas60m051q3h3l93nlrnps20145x36qy-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2   -o t1asm -DSTANDALONE t1asm.c -lm -L/usr/lib -lfreetype
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
       > make: *** [Makefile:182: t1asm] Error 127
       For full logs, run:
         nix log /nix/store/95sxfcx1nna97k2xivsxk7giv1jipr6y-ttf2pt1-x86_64-unknown-linux-gnufilc0-3.4.4.drv
ttf-mkfontdir-3.0.9-6
error: Cannot build '/nix/store/qiz4gpr43rdfrhihs7z4indbcalm3pgp-ttf-mkfontdir-x86_64-unknown-linux-gnufilc0-3.0.9-6.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/7k6cjwy896pgf55mdqc1gcbcyyyrzxws-ttf-mkfontdir-x86_64-unknown-linux-gnufilc0-3.0.9-6
       Last 25 log lines:
       > libtool: compile:  c++ -Wall -pedantic -ggdb -c parser.cpp  -fPIC -DPIC -o .libs/parser.o
       > parser.cpp:1457:17: warning: unused function 'yyunput' [-Wunused-function]
       >  1457 |     static void yyunput (int c, char * yy_bp )
       >       |                 ^~~~~~~
       > parser.cpp:1498:16: warning: function 'yyinput' is not needed and will not be emitted [-Wunneeded-internal-declaration]
       >  1498 |     static int yyinput (void)
       >       |                ^~~~~~~
       > 2 warnings generated.
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
       > /nix/store/crrlbabs5hhw0mapindk1w1pafj09p1a-libtool-x86_64-unknown-linux-gnufilc0-2.5.4/bin/libtool --tag=CXX --mode=compile c++ -Wall -pedantic  -ggdb  -o builtin.o -c builtin.cpp
       > libtool: compile:  c++ -Wall -pedantic -ggdb -c builtin.cpp  -fPIC -DPIC -o .libs/builtin.o
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
       > /nix/store/crrlbabs5hhw0mapindk1w1pafj09p1a-libtool-x86_64-unknown-linux-gnufilc0-2.5.4/bin/libtool --tag=CXX --mode=link c++ -o ttmkfdir ./.libs/ttmkfdir.o ./.libs/directory.o ./.libs/commandline.o ./.libs/ttf.o ./.libs/encoding.o ./.libs/parser.o ./.libs/builtin.o  -ggdb
       > libtool: link: c++ -o ttmkfdir ./.libs/ttmkfdir.o ./.libs/directory.o ./.libs/commandline.o ./.libs/ttf.o ./.libs/encoding.o ./.libs/parser.o ./.libs/builtin.o -ggdb
       > ./.libs/ttf.o:ttf.cpp:function pizlonatedFI12770_FT_Set_Charmap:(.text+0x2d9d5): error: undefined reference to 'pizlonated_FT_Set_Charmap'
       > ./.libs/ttf.o:ttf.cpp:function pizlonatedFI2529_FT_Get_Char_Index:(.text+0x2db90): error: undefined reference to 'pizlonated_FT_Get_Char_Index'
       > ./.libs/ttf.o:ttf.cpp:function pizlonatedFI1066_FT_Init_FreeType:(.text+0x2e7c8): error: undefined reference to 'pizlonated_FT_Init_FreeType'
       > ./.libs/ttf.o:ttf.cpp:function pizlonatedFI1445047_FT_New_Face:(.text+0x2eb8f): error: undefined reference to 'pizlonated_FT_New_Face'
       > ./.libs/ttf.o:ttf.cpp:function pizlonatedFI2536_FT_Get_Sfnt_Table:(.text+0x2ede0): error: undefined reference to 'pizlonated_FT_Get_Sfnt_Table'
       > ./.libs/ttf.o:ttf.cpp:function pizlonatedFI1066_FT_Get_Sfnt_Name_Count:(.text+0x2ff58): error: undefined reference to 'pizlonated_FT_Get_Sfnt_Name_Count'
       > ./.libs/ttf.o:ttf.cpp:function pizlonatedFI131273_FT_Get_Sfnt_Name:(.text+0x30102): error: undefined reference to 'pizlonated_FT_Get_Sfnt_Name'
       > ./.libs/ttf.o:ttf.cpp:function pizlonatedFI1066_FT_Done_Face:(.text+0x30998): error: undefined reference to 'pizlonated_FT_Done_Face'
       > ./.libs/ttf.o:ttf.cpp:function pizlonatedFI1066_FT_Done_Library:(.text+0x30b28): error: undefined reference to 'pizlonated_FT_Done_Library'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make: *** [Makefile:46: ttmkfdir] Error 1
       For full logs, run:
         nix log /nix/store/qiz4gpr43rdfrhihs7z4indbcalm3pgp-ttf-mkfontdir-x86_64-unknown-linux-gnufilc0-3.0.9-6.drv
tty-clock-2.3+unstable=2021-04-07
error: Cannot build '/nix/store/xy7ikz6513c2if53px8n92qp8wgdn4bm-tty-clock-x86_64-unknown-linux-gnufilc0-2.3+unstable=2021-04-07.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/ijsfzxqxbk0pvaww67zxf3j93lgnsn4j-tty-clock-x86_64-unknown-linux-gnufilc0-2.3+unstable=2021-04-07
       Last 18 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/fw9ja8qdi8igzp1rb9ia5wj787in3fh0-source
       > source root is source
       > Running phase: patchPhase
       > applying patch /nix/store/vdign7lyb003y908swj7nq7z8z998jrf-ncurses-6.2.patch
       > patching file ttyclock.c
       > 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 PREFIX=\$\(out\)
       > building ttyclock.c ttyclock.h
       > clang -Wall -g $(pkg-config --cflags ncurses) ttyclock.c ttyclock.h -o tty-clock $(pkg-config --libs ncurses)
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
       > clang-20: error: cannot specify -o when generating multiple output files
       > make: *** [Makefile:32: tty-clock] Error 1
       For full logs, run:
         nix log /nix/store/xy7ikz6513c2if53px8n92qp8wgdn4bm-tty-clock-x86_64-unknown-linux-gnufilc0-2.3+unstable=2021-04-07.drv
tty-solitaire-1.3.1
error: Cannot build '/nix/store/w658x5cq2vicp88jj4ca5xz3bz5z070w-tty-solitaire-x86_64-unknown-linux-gnufilc0-1.3.1.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/q18bamzv0shyc202jaaxjjzj6mpd9qfp-tty-solitaire-x86_64-unknown-linux-gnufilc0-1.3.1
       Last 25 log lines:
       > 26 clang-20  0x00000000029f0b8d clang::driver::Compilation::ExecuteCommand(clang::driver::Command const&, clang::driver::Command const*&, bool) const + 173
       > 27 clang-20  0x00000000029f11b7 clang::driver::Compilation::ExecuteJobs(clang::driver::JobList const&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&, bool) const + 135
       > 28 clang-20  0x0000000002a02d54 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&) + 436
       > 29 clang-20  0x0000000000c79189 clang_main(int, char**, llvm::ToolContext const&) + 7241
       > 30 clang-20  0x0000000000b840d4 main + 100
       > 31 libc.so.6 0x00007ffff7c2a47e
       > 32 libc.so.6 0x00007ffff7c2a539 __libc_start_main + 137
       > 33 clang-20  0x0000000000c74ed5 _start + 37
       > clang-20: error: clang frontend command failed with exit code 134 (use -v to see invocation)
       > clang version 20.1.8 (Fil-C 0.684)
       > Target: x86_64-pc-linux-gnu
       > Thread model: posix
       > InstalledDir: /nix/store/f7c5s76n67mj1pr39cy7aj0akjy1s4mn-filc0-git/bin
       > Build config: +assertions
       > clang-20: note: diagnostic msg:
       > ********************
       >
       > PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
       > Preprocessed source(s) and associated run script(s) are located at:
       > clang-20: note: diagnostic msg: /build/cursor-0594d1.c
       > clang-20: note: diagnostic msg: /build/cursor-0594d1.sh
       > clang-20: note: diagnostic msg:
       >
       > ********************
       > make: *** [<builtin>: src/cursor.o] Error 1
       For full logs, run:
         nix log /nix/store/w658x5cq2vicp88jj4ca5xz3bz5z070w-tty-solitaire-x86_64-unknown-linux-gnufilc0-1.3.1.drv
ttyplot-1.7.1
error: Cannot build '/nix/store/y52kma7w682bp29693lnmbqn5r4kw1vs-ttyplot-x86_64-unknown-linux-gnufilc0-1.7.1.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/rx8db48ndrj4bbi1n53jag9d1hljvwn2-ttyplot-x86_64-unknown-linux-gnufilc0-1.7.1
       Last 12 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/mcc28whn0k27mw7ij7ypr7m12pwxilc0-source
       > 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 PREFIX=\$\(out\)
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
       > make: *** [Makefile:24: ttyplot] Error 127
       For full logs, run:
         nix log /nix/store/y52kma7w682bp29693lnmbqn5r4kw1vs-ttyplot-x86_64-unknown-linux-gnufilc0-1.7.1.drv
tudu-0.10.4
error: Cannot build '/nix/store/phd06k1xy6mz3sb3v687gb1aamqg1x78-tudu-x86_64-unknown-linux-gnufilc0-0.10.4.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/5z614a455dznsm6c9a83lp0ypjzvnynp-tudu-x86_64-unknown-linux-gnufilc0-0.10.4
       Last 21 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/6yv213srqppk99kfsswj2qnidw7fmhm4-tudu-0.10.4.tar.gz
       > source root is tudu-0.10.4
       > setting SOURCE_DATE_EPOCH to timestamp 1589099985 of file "tudu-0.10.4/todo.xml"
       > Running phase: patchPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: 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: --prefix=/nix/store/5z614a455dznsm6c9a83lp0ypjzvnynp-tudu-x86_64-unknown-linux-gnufilc0-0.10.4 --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnufilc0
       > checking for cpp...
       > checking build system type... x86_64-unknown-linux-gnu
       > checking host system type... x86_64-unknown-linux-gnufilc0
       > checking target system type... x86_64-unknown-linux-gnu
       > using crosscompilation mode.
       > checking for working directories... current
       > using prefix '/nix/store/5z614a455dznsm6c9a83lp0ypjzvnynp-tudu-x86_64-unknown-linux-gnufilc0-0.10.4'
       > checking for c++ compiler... no
       > ERROR: clang++ cannot create executables
       > cleaning temporally files... done
       For full logs, run:
         nix log /nix/store/phd06k1xy6mz3sb3v687gb1aamqg1x78-tudu-x86_64-unknown-linux-gnufilc0-0.10.4.drv
ttf2pt1-3.4.4
error: build of '/nix/store/95sxfcx1nna97k2xivsxk7giv1jipr6y-ttf2pt1-x86_64-unknown-linux-gnufilc0-3.4.4.drv^*', '/nix/store/b8imhnywpl90pykqmrd2vp4rw7ihmv0n-trimal-x86_64-unknown-linux-gnufilc0-1.5.0.drv^*', '/nix/store/bacp1bw51n5hagf2vsxikfpc82jwcik4-trickle-x86_64-unknown-linux-gnufilc0-1.07.drv^*', '/nix/store/dzy51wmza8m72y00cr0yfna9396awlz6-trinity-x86_64-unknown-linux-gnufilc0-1.9-unstable-2024-09-19.drv^*', '/nix/store/i3hz107qwxjpz9qm3754znfvik7ivnja-trurl-x86_64-unknown-linux-gnufilc0-0.16.1.drv^*', '/nix/store/phd06k1xy6mz3sb3v687gb1aamqg1x78-tudu-x86_64-unknown-linux-gnufilc0-0.10.4.drv^*', '/nix/store/qiz4gpr43rdfrhihs7z4indbcalm3pgp-ttf-mkfontdir-x86_64-unknown-linux-gnufilc0-3.0.9-6.drv^*', '/nix/store/w658x5cq2vicp88jj4ca5xz3bz5z070w-tty-solitaire-x86_64-unknown-linux-gnufilc0-1.3.1.drv^*', '/nix/store/xy7ikz6513c2if53px8n92qp8wgdn4bm-tty-clock-x86_64-unknown-linux-gnufilc0-2.3+unstable=2021-04-07.drv^*', '/nix/store/y52kma7w682bp29693lnmbqn5r4kw1vs-ttyplot-x86_64-unknown-linux-gnufilc0-1.7.1.drv^*' failed

End of log