Running phase: unpackPhase unpacking source archive /nix/store/chrsrxwhwgpajpvqcn1v17vmcj81ny6m-ttf2pt1-3.4.4.tgz source root is ttf2pt1-3.4.4 setting SOURCE_DATE_EPOCH to timestamp 1072906750 of file "ttf2pt1-3.4.4/ttf2pt1_x2gs.1" Running phase: patchPhase applying patch /nix/store/c14kpwhkyy1d08hv9rqzami9wbhrqgg0-gentoo-makefile.patch patching file Makefile patching file ft.c Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase build flags: SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash INSTDIR=/nix/store/500dmcv038zg08hn4dpcwl10j8czi0i6-ttf2pt1-3.4.4 OWNER=1000 scripts/unhtml CHANGES scripts/unhtml README scripts/unhtml FONTS scripts/unhtml FONTS.hpux scripts/unhtml encodings/README scripts/unhtml other/README scripts/unhtml app/X11/README scripts/unhtml app/netscape/README scripts/unhtml 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/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash INSTDIR=/nix/store/500dmcv038zg08hn4dpcwl10j8czi0i6-ttf2pt1-3.4.4 OWNER=1000 install gcc -O -DUSE_FREETYPE -I/nix/store/b09crwvrqdz6qynhjjz78db27vkzap5v-freetype-2.13.3-dev/include/freetype2 -o t1asm -DSTANDALONE t1asm.c -lm -L/usr/lib -lfreetype t1asm.c: In function 'charstring_byte': t1asm.c:374:51: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 374 | fprintf(stderr, "error: charstring_buf full (%d bytes)\n", | ~^ | | | int | %ld 375 | sizeof(charstring_buf)); | ~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int t1asm.c: In function 'charstring_end': t1asm.c:388:19: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 388 | sprintf(line, "%d ", charstring_bp - charstring_buf); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | int long int | %ld t1asm.c: In function 'main': t1asm.c:501:15: error: implicit declaration of function 'getopt'; did you mean 'getsubopt'? [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 501 | while ((c = getopt(argc, argv, "bl:")) != -1) | ^~~~~~ | getsubopt make: *** [Makefile:182: t1asm] Error 1