Build · 80133d43Finished · errors ·
Pause
•••
Download raw log ↓
← Earlier output4.9 MiB captured
actkbd-0.2.8
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
substituteStream() in derivation actkbd-x86_64-unknown-linux-gnufilc0-0.2.8: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'Makefile')
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
clang -O2 -Wall  -DVERSION=\"0.2.8\" -DCONFIG=\"/nix/store/sia3z9j54qpkfd0pn8rk0sbak9pdf4a5-actkbd-x86_64-unknown-linux-gnufilc0-0.2.8/etc/actkbd.conf\"  -c -o actkbd.o actkbd.c
actkbd.c:384:10: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
  384 |                         tmp = (int)(attr->opt);
      |                               ^~~~~~~~~~~~~~~~
actkbd.c:394:12: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
  394 |                         tmp = (((int)(attr->opt)) >= 0)?(int)(attr->opt):key;
      |                                 ^~~~~~~~~~~~~~~~
actkbd.c:394:36: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
  394 |                         tmp = (((int)(attr->opt)) >= 0)?(int)(attr->opt):key;
      |                                                         ^~~~~~~~~~~~~~~~
actkbd.c:400:28: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
  400 |                         snprintf(opt, 32, "%i", (int)(attr->opt));
      |                                                 ^~~~~~~~~~~~~~~~
actkbd.c:401:12: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
  401 |                         set_led((int)(attr->opt), 1);
      |                                 ^~~~~~~~~~~~~~~~
actkbd.c:405:28: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
  405 |                         snprintf(opt, 32, "%i", (int)(attr->opt));
      |                                                 ^~~~~~~~~~~~~~~~
actkbd.c:406:12: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
  406 |                         set_led((int)(attr->opt), 0);
      |                                 ^~~~~~~~~~~~~~~~
actkbd.c:414:15: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
  414 |                     tmp = (((int)(attr->opt)) >= 0)?(int)(attr->opt):key;
      |                             ^~~~~~~~~~~~~~~~
actkbd.c:414:39: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
  414 |                     tmp = (((int)(attr->opt)) >= 0)?(int)(attr->opt):key;
      |                                                     ^~~~~~~~~~~~~~~~
9 warnings generated.
clang -O2 -Wall  -DVERSION=\"0.2.8\" -DCONFIG=\"/nix/store/sia3z9j54qpkfd0pn8rk0sbak9pdf4a5-actkbd-x86_64-unknown-linux-gnufilc0-0.2.8/etc/actkbd.conf\"  -c -o mask.o mask.c
clang -O2 -Wall  -DVERSION=\"0.2.8\" -DCONFIG=\"/nix/store/sia3z9j54qpkfd0pn8rk0sbak9pdf4a5-actkbd-x86_64-unknown-linux-gnufilc0-0.2.8/etc/actkbd.conf\"  -c -o config.o config.c
config.c:177:9: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast]
  177 |                 opt = (void *)((int)strtol(num, (char **)NULL, 10));
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
config.c:182:11: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
  182 |             if (((int)opt < 0) &&
      |                  ^~~~~~~~
config.c:340:32: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
  340 |                 snprintf(opt, 32, "key(%i)", (int)(attr->opt));
      |                                              ^~~~~~~~~~~~~~~~
config.c:343:32: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
  343 |                 snprintf(opt, 32, "rel(%i)", (int)(attr->opt));
      |                                              ^~~~~~~~~~~~~~~~
config.c:346:32: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
  346 |                 snprintf(opt, 32, "rep(%i)", (int)(attr->opt));
      |                                              ^~~~~~~~~~~~~~~~
config.c:349:32: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
  349 |                 snprintf(opt, 32, "set(%i)", (int)(attr->opt));
      |                                              ^~~~~~~~~~~~~~~~
config.c:352:34: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
  352 |                 snprintf(opt, 32, "unset(%i)", (int)(attr->opt));
      |                                                ^~~~~~~~~~~~~~~~
config.c:355:34: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
  355 |                 snprintf(opt, 32, "ledon(%i)", (int)(attr->opt));
      |                                                ^~~~~~~~~~~~~~~~
config.c:358:35: warning: cast to smaller integer type 'int' from 'void *' [-Wvoid-pointer-to-int-cast]
  358 |                 snprintf(opt, 32, "ledoff(%i)", (int)(attr->opt));
      |                                                 ^~~~~~~~~~~~~~~~
9 warnings generated.
clang -O2 -Wall  -DVERSION=\"0.2.8\" -DCONFIG=\"/nix/store/sia3z9j54qpkfd0pn8rk0sbak9pdf4a5-actkbd-x86_64-unknown-linux-gnufilc0-0.2.8/etc/actkbd.conf\"  -c -o linux.o linux.c
acpitool-0.5.1
In file included from main.cpp:36:
./acpitool.h:27:9: warning: 'ACPITOOL_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
   27 | #ifndef ACPITOOL_H
      |         ^~~~~~~~~~
./acpitool.h:28:9: note: 'APCITOOL_H' is defined here; did you mean 'ACPITOOL_H'?
   28 | #define APCITOOL_H
      |         ^~~~~~~~~~
      |         ACPITOOL_H
1 warning generated.
clang++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c -o acpitool.o acpitool.cpp
actkbd-0.2.8
clang   actkbd.o mask.o config.o linux.o   -o actkbd
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
install -D -m755 actkbd /nix/store/sia3z9j54qpkfd0pn8rk0sbak9pdf4a5-actkbd-x86_64-unknown-linux-gnufilc0-0.2.8/sbin/actkbd
install -d -m755 /nix/store/sia3z9j54qpkfd0pn8rk0sbak9pdf4a5-actkbd-x86_64-unknown-linux-gnufilc0-0.2.8/etc
echo "# actkbd configuration file" > /nix/store/sia3z9j54qpkfd0pn8rk0sbak9pdf4a5-actkbd-x86_64-unknown-linux-gnufilc0-0.2.8/etc/actkbd.conf
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/sia3z9j54qpkfd0pn8rk0sbak9pdf4a5-actkbd-x86_64-unknown-linux-gnufilc0-0.2.8
shrinking /nix/store/sia3z9j54qpkfd0pn8rk0sbak9pdf4a5-actkbd-x86_64-unknown-linux-gnufilc0-0.2.8/sbin/actkbd
checking for references to /build/ in /nix/store/sia3z9j54qpkfd0pn8rk0sbak9pdf4a5-actkbd-x86_64-unknown-linux-gnufilc0-0.2.8...
moving /nix/store/sia3z9j54qpkfd0pn8rk0sbak9pdf4a5-actkbd-x86_64-unknown-linux-gnufilc0-0.2.8/sbin/* to /nix/store/sia3z9j54qpkfd0pn8rk0sbak9pdf4a5-actkbd-x86_64-unknown-linux-gnufilc0-0.2.8/bin
patching script interpreter paths in /nix/store/sia3z9j54qpkfd0pn8rk0sbak9pdf4a5-actkbd-x86_64-unknown-linux-gnufilc0-0.2.8
stripping (with command strip and flags -S -p) in  /nix/store/sia3z9j54qpkfd0pn8rk0sbak9pdf4a5-actkbd-x86_64-unknown-linux-gnufilc0-0.2.8/bin /nix/store/sia3z9j54qpkfd0pn8rk0sbak9pdf4a5-actkbd-x86_64-unknown-linux-gnufilc0-0.2.8/sbin
fossil-archive
Build started
Cloning Fossil https://chiselapp.com/user/moinejf/repository/abcm2ps [v8.14.17] into /nix/store/yi0cl4awp8sacpkxzw7axihc2af1frnr-fossil-archive-x86_64-unknown-linux-gnufilc0
Round-trips: 2   Artifacts sent: 0  received: 87
Clone done, wire bytes sent: 582  received: 273445  remote: 2607:f1c0:1801:15:275:7c6e:8d6a:4b62
Rebuilding repository meta-data...
  100.0% complete...
Extra delta compression... none found
Vacuuming the database... 
project-id: 274a375508b7ff332e1d963f3bd2f83e5f38fdcb
server-id:  1804112a3f28512a5d0d48db0a4e8afa87f464fb
admin-user: nobody (password is "PWNaxvQ2uJ")
/nix/store/yi0cl4awp8sacpkxzw7axihc2af1frnr-fossil-archive-x86_64-unknown-linux-gnufilc0 ~
Pull from https://chiselapp.com/user/moinejf/repository/abcm2ps
Round-trips: 1   Artifacts sent: 0  received: 0
Pull done, wire bytes sent: 336  received: 2240  remote: 2607:f1c0:1801:15:275:7c6e:8d6a:4b62
COPYING
INSTALL
Makefile.in
README.md
abcm2ps.c
abcm2ps.h
abcm2ps.rst
abcparse.c
accordion.abc
bravura.abc
buffer.c
build.ninja
chinese.abc
config.h.in
configure
deco.abc
deco.c
draw.c
flute.fmt
format.c
free.abc
front.c
glyph.c
glyphs.abc
landscape.fmt
music.c
musicfont.fmt
newfeatures.abc
parse.c
sample.abc
sample2.abc
sample3.abc
sample3.eps
sample4.abc
sample5.abc
sample8.html
subs.c
svg.c
syms.c
voices.abc
project-name: abcm2ps
repository:   /build/fossil-clone.fossil
local-root:   /nix/store/yi0cl4awp8sacpkxzw7axihc2af1frnr-fossil-archive-x86_64-unknown-linux-gnufilc0/
config-db:    /build/.fossil
project-code: 274a375508b7ff332e1d963f3bd2f83e5f38fdcb
checkout:     da320f1257276a6ae794f33c70ba1f3748676d7c 2025-02-16 14:12:07 UTC
parent:       3dea7f884ec700fe3ceaf2d78a97fd095c075c34 2025-02-14 18:07:52 UTC
child:        a0c98e95a57221498ce71da2b628bbabbd1c711d 2025-02-21 18:08:03 UTC
tags:         trunk, v8.14.17
comment:      New release v8.14.17 (user: moinejf)
check-ins:    16
~
ocaml-4.12.1
Build started
→ unpackPhase
unpacking source archive /nix/store/y3bjma7yjwl3z0vf48i55aimnba35fpd-ocaml-4.12.1.tar.xz
acpitool-0.5.1
In file included from acpitool.cpp:46:
./acpitool.h:27:9: warning: 'ACPITOOL_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
   27 | #ifndef ACPITOOL_H
      |         ^~~~~~~~~~
./acpitool.h:28:9: note: 'APCITOOL_H' is defined here; did you mean 'ACPITOOL_H'?
   28 | #define APCITOOL_H
      |         ^~~~~~~~~~
      |         ACPITOOL_H
acpitool.cpp:69:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
   69 |     filename = "/proc/acpi/info";
      |                ^
acpitool.cpp:70:17: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
   70 |     filename2 = "/sys/module/acpi/parameters/acpica_version";
      |                 ^
acpitool.cpp:107:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
  107 | }
      | ^
acpitool.cpp:142:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  142 |     filename = "/proc/sys/kernel/osrelease";
      |                ^
acpitool.cpp:190:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  190 |     filename = "/proc/sys/kernel/osrelease";
      |                ^
acpitool.cpp:231:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  231 |     dirname = "/proc/acpi/thermal_zone/";   
      |               ^
acpitool.cpp:365:12: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  365 |         dirname = "/proc/acpi/fan/";    
      |                   ^
acpitool.cpp:422:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  422 |     filename = "/proc/acpi/wakeup";
      |                ^
acpitool.cpp:467:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  467 |     filename = "/proc/acpi/wakeup";
      |                ^
acpitool.cpp:534:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  534 |     filename = "/proc/acpi/sleep";   // nice default values //
      |                ^
acpitool.cpp:535:11: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  535 |     str = "3";
      |           ^
acpitool.cpp:541:18: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  541 |                     filename = "/sys/power/state";
      |                                ^
acpitool.cpp:542:13: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  542 |                     str = "mem";
      |                           ^
acpitool.cpp:545:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  545 |         case 4 : if(Kernel_24) str = "4";
      |                                      ^
acpitool.cpp:548:18: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  548 |                     filename = "/sys/power/state";
      |                                ^
acpitool.cpp:549:13: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  549 |                     str = "disk";
      |                           ^
17 warnings generated.
clang++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c -o ac_adapter.o ac_adapter.cpp
ocaml-4.12.1
source root is ocaml-4.12.1
setting SOURCE_DATE_EPOCH to timestamp 1632488814 of file "ocaml-4.12.1/yacc/wstr.c"
→ patchPhase
applying patch /nix/store/c6kyqv9x65pf9bdxrw91l7h7saayhgw5-0004-Dynamically-allocate-the-alternate-signal-stack-1026.patch
patching file runtime/caml/signals.h
patching file runtime/signals_byt.c
patching file runtime/signals_nat.c
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
→ configurePhase
Fil-C: adapting libtool symbol probes in configure
fixing libtool script ./build-aux/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 -prefix /nix/store/1sa462iyhnpwplkkaayvnmjqwlhnr1ix-ocaml-x86_64-unknown-linux-gnufilc0-4.12.1 --host=x86_64-unknown-linux-gnufilc0 --target=x86_64-unknown-linux-gnufilc0
configure: Configuring OCaml version 4.12.1
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-unknown-linux-gnufilc0
checking target system type... x86_64-unknown-linux-gnufilc0
checking for x86_64-unknown-linux-gnufilc0-ld... ld
checking how to print strings... printf
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... no
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 accept ISO C89... none needed
checking for a sed that does not truncate output... /nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin/sed
checking for grep that handles long lines and -e... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep
checking for egrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -E
checking for fgrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -F
checking for ld used by clang... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 4718592
checking how to convert x86_64-pc-linux-gnu file names to x86_64-unknown-linux-gnufilc0 format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for ld option to reload object files... -r
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... ar
checking for archiver @FILE support... @
checking for x86_64-unknown-linux-gnufilc0-strip... strip
checking for x86_64-unknown-linux-gnufilc0-ranlib... ranlib
checking for gawk... gawk
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 how to run the C preprocessor... clang -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
acpitool-0.5.1
In file included from ac_adapter.cpp:41:
./acpitool.h:27:9: warning: 'ACPITOOL_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
   27 | #ifndef ACPITOOL_H
      |         ^~~~~~~~~~
./acpitool.h:28:9: note: 'APCITOOL_H' is defined here; did you mean 'ACPITOOL_H'?
   28 | #define APCITOOL_H
      |         ^~~~~~~~~~
      |         ACPITOOL_H
ac_adapter.cpp:62:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
   62 |     dirname = "/proc/acpi/ac_adapter/";    
      |               ^
ac_adapter.cpp:99:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
   99 |     dirname = "/proc/acpi/ac_adapter/";    
      |               ^
ac_adapter.cpp:157:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  157 |     dirname = "/sys/class/power_supply/";        //find all entries in this dir 
      |               ^
ac_adapter.cpp:225:29: warning: more '%' conversions than data arguments [-Wformat-insufficient-args]
  225 |                         sscanf(str, "%[^=]s %*s %[^\n]", attr);
      |                                                 ~^~~
ac_adapter.cpp:226:36: warning: more '%' conversions than data arguments [-Wformat-insufficient-args]
  226 |                         sscanf(str, "%*[^=] %*c %s %[^\n]",temp); 
      |                                                    ~^~~
6 warnings generated.
clang++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c -o toshiba.o toshiba.cpp
ocaml-4.12.1
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 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 C compiler vendor... clang-20-1
checking whether #! works in shell scripts... yes
checking for a BSD-compatible install... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c
checking for cos in -lm... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for unistd.h... (cached) yes
checking for stdint.h... (cached) yes
checking for dirent.h... yes
checking for sys/select.h... yes
checking for off_t... yes
checking size of int... 4
checking size of long... 8
checking size of long *... 8
checking size of short... 2
checking size of long long... 8
configure: Target is a 64 bits architecture
checking whether byte ordering is bigendian... no
checking alignment of double... 8
checking alignment of long... 8
checking alignment of long long... 8
checking whether the C compiler supports __attribute__((aligned(n)))... yes
checking whether the C compiler supports __attribute__((optimize("tree-vectorize")))... no
checking for x86_64-unknown-linux-gnufilc0-ld... no
checking for ld... ld
checking for x86_64-unknown-linux-gnufilc0-as... no
checking for as... as
checking for rlwrap... no
configure: checking semantics of signal handlers
acpitool-0.5.1
toshiba.cpp:50:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
   50 |     filename = "/proc/acpi/toshiba";
      |                ^
toshiba.cpp:87:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
   87 |     filename = "/proc/acpi/toshiba/fan";
      |                ^
toshiba.cpp:137:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  137 |     filename = "/proc/acpi/toshiba/lcd";
      |                ^
toshiba.cpp:171:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  171 |     filename = "/proc/acpi/toshiba/fan";
      |                ^
toshiba.cpp:205:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  205 |     filename = "/proc/acpi/toshiba/lcd";
      |                ^
toshiba.cpp:236:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  236 |     filename = "/proc/acpi/toshiba/video";
      |                ^
6 warnings generated.
clang++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c -o asus.o asus.cpp
ocaml-4.12.1
checking for sigaction... yes
checking for sigprocmask... yes
configure: POSIX signal handling found.
checking for expm1... yes
checking for log1p... yes
checking for hypot... yes
checking for fma... yes
checking for copysign... yes
checking for getrusage... yes
checking for times... yes
checking for secure_getenv... yes
checking for issetugid... no
checking for library containing clock_gettime... none required
checking for socket... yes
checking for socketpair... yes
checking for bind... yes
checking for listen... yes
checking for accept... yes
checking for connect... yes
checking for socklen_t... yes
checking for inet_aton... yes
checking for struct sockaddr_in6... yes
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking for inet_pton... yes
checking for inet_ntop... yes
checking for rewinddir... yes
checking for lockf... yes
checking for mkfifo... yes
checking for getcwd... yes
checking whether system is declared... yes
checking for sys/types.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for utime... yes
checking for utimes... yes
checking for fchmod... yes
checking for fchown... yes
checking for truncate... yes
checking for ftruncate... yes
checking for select... yes
checking for fd_set... yes
checking for nanosleep... yes
checking for symlink... yes
checking for readlink... yes
checking for lstat... yes
checking for waitpid... yes
acpitool-0.5.1
asus.cpp:50:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
   50 |     filename = "/proc/acpi/asus";
      |                ^
asus.cpp:87:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
   87 |     filename = "/proc/acpi/asus/brn";
      |                ^
asus.cpp:121:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  121 |     filename = "/proc/acpi/asus/brn";
      |                ^
asus.cpp:149:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  149 |     filename = "/proc/acpi/asus/disp";
      |                ^
asus.cpp:204:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  204 |     filename = "/proc/acpi/asus/info";
      |                ^
asus.cpp:268:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  268 |     filename = "/proc/acpi/asus/lcd";
      |                ^
asus.cpp:293:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  293 |     filename = "/proc/acpi/asus/mled";
      |                ^
asus.cpp:318:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  318 |     filename = "/proc/acpi/asus/wled";
      |                ^
8 warnings generated.
clang++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c -o thinkpad.o thinkpad.cpp
ocaml-4.12.1
checking for wait4... yes
checking for getgroups... yes
checking for setgroups... yes
checking for initgroups... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for tcgetattr... yes
checking for tcsetattr... yes
checking for tcsendbreak... yes
checking for tcflush... yes
checking for tcflow... yes
checking for setitimer... yes
checking for gethostname... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for uname... yes
checking for gettimeofday... yes
checking for mktime... yes
checking for setsid... yes
checking for putenv... yes
checking for setenv... yes
checking for unsetenv... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for newlocale... yes
checking for freelocale... yes
checking for uselocale... yes
checking xlocale.h usability... no
checking xlocale.h presence... no
checking for xlocale.h... no
checking for strtod_l... yes
checking for dlopen... yes
configure: Dynamic loading of shared libraries is supported.
acpitool-0.5.1
thinkpad.cpp:17:13: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
   17 |  filename = "/proc/acpi/ibm";
      |             ^
thinkpad.cpp:38:13: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
   38 |  filename = "/proc/acpi/ibm/bay";
      |             ^
thinkpad.cpp:59:13: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
   59 |  filename = "/proc/acpi/ibm/brightness";
      |             ^
thinkpad.cpp:85:13: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
   85 |  filename = "/proc/acpi/ibm/fan";
      |             ^
4 warnings generated.
clang++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c -o cpu.o cpu.cpp
ocaml-4.12.1
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for munmap... yes
checking for pwrite... yes
checking whether the C compiler supports -fdebug-prefix-map... yes
checking for struct stat.st_atim.tv_nsec... yes
configure: stat supports nanosecond precision
checking how many arguments gethostbyname_r() takes... six
checking how many arguments gethostbyaddr_r() takes... eight
checking for mkstemp... yes
checking for nice... yes
checking for dup3... yes
checking for pipe2... yes
checking for accept4... yes
checking for getauxval... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking for shmat... yes
checking for execvpe... yes
checking spawn.h usability... yes
checking spawn.h presence... yes
checking for spawn.h... yes
checking for posix_spawn... yes
checking for posix_spawnp... yes
checking for ffs... yes
checking for _BitScanForward... no
configure: replay debugger supported
checking whether stack overflows can be detected... yes
checking whether clang is Clang... yes
checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread... no
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
configure: the POSIX threads library is supported
checking for sigwait... yes
checking whether the assembler supports --debug-prefix-map... yes
checking whether the assembler supports CFI directives... no
configure: not using frame pointers
checking whether mmap supports huge pages... yes
configure: creating ./config.status
acpitool-0.5.1
In file included from cpu.cpp:40:
./acpitool.h:27:9: warning: 'ACPITOOL_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
   27 | #ifndef ACPITOOL_H
      |         ^~~~~~~~~~
./acpitool.h:28:9: note: 'APCITOOL_H' is defined here; did you mean 'ACPITOOL_H'?
   28 | #define APCITOOL_H
      |         ^~~~~~~~~~
      |         ACPITOOL_H
cpu.cpp:107:12: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  107 |         dirname = "/proc/acpi/processor/";    //find all entries in this dir //
      |                   ^
2 warnings generated.
clang++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c -o battery.o battery.cpp
ocaml-4.12.1
config.status: creating Makefile.build_config
config.status: creating Makefile.config
config.status: creating tools/eventlog_metadata
config.status: creating runtime/caml/m.h
config.status: creating runtime/caml/s.h
config.status: executing libtool commands
→ buildPhase
build flags: -j7 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash nixpkgs_world_bootstrap_world_opt
make world
make[1]: Entering directory '/build/ocaml-4.12.1'
make -C runtime  all
make[2]: Entering directory '/build/ocaml-4.12.1/runtime'
echo "/nix/store/1sa462iyhnpwplkkaayvnmjqwlhnr1ix-ocaml-x86_64-unknown-linux-gnufilc0-4.12.1/lib/ocaml/stublibs" > ld.conf
tr -d '\r' < caml/instruct.h | \
sed -e '/\/\*/d' \
    -e '/^#/d' \
    -e 's/enum /static char * names_of_/' \
    -e 's/{$/[] = {/' \
    -e 's/\([[:upper:]][[:upper:]_0-9]*\)/"\1"/g' > caml/opnames.h
../tools/make-version-header.sh ../VERSION > caml/version.h
echo "/nix/store/1sa462iyhnpwplkkaayvnmjqwlhnr1ix-ocaml-x86_64-unknown-linux-gnufilc0-4.12.1/lib/ocaml" >> ld.conf
tr -d '\r' < caml/instruct.h | \
sed -n -e '/^  /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \
       -e '/^}/q' > caml/jumptbl.h
cp primitives.new primitives
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o interp.b.o interp.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o misc.b.o misc.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o stacks.b.o stacks.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o fix_code.b.o fix_code.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o startup_aux.b.o startup_aux.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o startup_byt.b.o startup_byt.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o freelist.b.o freelist.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o major_gc.b.o major_gc.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o minor_gc.b.o minor_gc.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o memory.b.o memory.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o alloc.b.o alloc.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o roots_byt.b.o roots_byt.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o globroots.b.o globroots.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o fail_byt.b.o fail_byt.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o signals.b.o signals.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o signals_byt.b.o signals_byt.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o printexc.b.o printexc.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o backtrace_byt.b.o backtrace_byt.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o backtrace.b.o backtrace.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o compare.b.o compare.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o ints.b.o ints.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o eventlog.b.o eventlog.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o floats.b.o floats.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o str.b.o str.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o array.b.o array.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o io.b.o io.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o extern.b.o extern.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o intern.b.o intern.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o hash.b.o hash.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o sys.b.o sys.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o meta.b.o meta.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o parsing.b.o parsing.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o gc_ctrl.b.o gc_ctrl.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o md5.b.o md5.c
interp.c:931:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  931 |       accu = Primitive(*pc)(accu);
      |                            ^
interp.c:937:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  937 |       accu = Primitive(*pc)(accu, sp[2]);
      |                            ^
interp.c:944:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  944 |       accu = Primitive(*pc)(accu, sp[2], sp[3]);
      |                            ^
interp.c:951:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  951 |       accu = Primitive(*pc)(accu, sp[2], sp[3], sp[4]);
      |                            ^
interp.c:958:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  958 |       accu = Primitive(*pc)(accu, sp[2], sp[3], sp[4], sp[5]);
      |                            ^
interp.c:967:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  967 |       accu = Primitive(*pc)(sp + 2, nargs);
      |                            ^
6 warnings generated.
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o obj.b.o obj.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o lexing.b.o lexing.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o callback.b.o callback.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o debugger.b.o debugger.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o weak.b.o weak.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o compact.b.o compact.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o finalise.b.o finalise.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o custom.b.o custom.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DOCAML_STDLIB_DIR='"/nix/store/1sa462iyhnpwplkkaayvnmjqwlhnr1ix-ocaml-x86_64-unknown-linux-gnufilc0-4.12.1/lib/ocaml"'  -o dynlink.b.o dynlink.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o afl.b.o afl.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o unix.b.o unix.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o bigarray.b.o bigarray.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o main.b.o main.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o memprof.b.o memprof.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o domain.b.o domain.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o skiplist.b.o skiplist.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o codefrag.b.o codefrag.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o interp.bd.o interp.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o misc.bd.o misc.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o stacks.bd.o stacks.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o fix_code.bd.o fix_code.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o startup_aux.bd.o startup_aux.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o startup_byt.bd.o startup_byt.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o freelist.bd.o freelist.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o major_gc.bd.o major_gc.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o minor_gc.bd.o minor_gc.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o memory.bd.o memory.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o alloc.bd.o alloc.c
acpitool-0.5.1
In file included from battery.cpp:44:
./acpitool.h:27:9: warning: 'ACPITOOL_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
   27 | #ifndef ACPITOOL_H
      |         ^~~~~~~~~~
./acpitool.h:28:9: note: 'APCITOOL_H' is defined here; did you mean 'ACPITOOL_H'?
   28 | #define APCITOOL_H
      |         ^~~~~~~~~~
      |         ACPITOOL_H
battery.cpp:360:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  360 |     dirname = "/proc/acpi/battery/";    //find all entries in this dir 
      |               ^
battery.cpp:543:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  543 |     dirname = "/sys/class/power_supply/";        //find all entries in this dir 
      |               ^
battery.cpp:749:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  749 |     dirname = "/proc/acpi/battery/";    
      |               ^
battery.cpp:798:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
  798 |     dirname = "/sys/class/power_supply/";    
      |               ^
5 warnings generated.
clang++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c -o freq.o freq.cpp
ocaml-4.12.1
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o roots_byt.bd.o roots_byt.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o globroots.bd.o globroots.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o fail_byt.bd.o fail_byt.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o signals.bd.o signals.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o signals_byt.bd.o signals_byt.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o printexc.bd.o printexc.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o backtrace_byt.bd.o backtrace_byt.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o backtrace.bd.o backtrace.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o compare.bd.o compare.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o ints.bd.o ints.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o eventlog.bd.o eventlog.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o floats.bd.o floats.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o str.bd.o str.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o array.bd.o array.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o io.bd.o io.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o extern.bd.o extern.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o intern.bd.o intern.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o hash.bd.o hash.c
interp.c:931:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  931 |       accu = Primitive(*pc)(accu);
      |                            ^
interp.c:937:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  937 |       accu = Primitive(*pc)(accu, sp[2]);
      |                            ^
interp.c:944:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  944 |       accu = Primitive(*pc)(accu, sp[2], sp[3]);
      |                            ^
interp.c:951:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  951 |       accu = Primitive(*pc)(accu, sp[2], sp[3], sp[4]);
      |                            ^
interp.c:958:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  958 |       accu = Primitive(*pc)(accu, sp[2], sp[3], sp[4], sp[5]);
      |                            ^
interp.c:967:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  967 |       accu = Primitive(*pc)(sp + 2, nargs);
      |                            ^
6 warnings generated.
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o sys.bd.o sys.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o meta.bd.o meta.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o parsing.bd.o parsing.c
acpitool-0.5.1
In file included from freq.cpp:37:
./acpitool.h:27:9: warning: 'ACPITOOL_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
   27 | #ifndef ACPITOOL_H
      |         ^~~~~~~~~~
./acpitool.h:28:9: note: 'APCITOOL_H' is defined here; did you mean 'ACPITOOL_H'?
   28 | #define APCITOOL_H
      |         ^~~~~~~~~~
      |         ACPITOOL_H
1 warning generated.
clang++  -g -O2   -o acpitool  main.o acpitool.o ac_adapter.o toshiba.o asus.o thinkpad.o cpu.o battery.o freq.o  
ocaml-4.12.1
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o gc_ctrl.bd.o gc_ctrl.c
acpitool-0.5.1
make[2]: Leaving directory '/build/acpitool-0.5.1/src'
Making all in man
make[2]: Entering directory '/build/acpitool-0.5.1/man'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/acpitool-0.5.1/man'
make[2]: Entering directory '/build/acpitool-0.5.1'
make[2]: Leaving directory '/build/acpitool-0.5.1'
make[1]: Leaving directory '/build/acpitool-0.5.1'
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
Making install in src
make[1]: Entering directory '/build/acpitool-0.5.1/src'
make[2]: Entering directory '/build/acpitool-0.5.1/src'
test -z "/nix/store/21k2a3q8xpx3rc9p5rvfa7im6zqgzxh0-acpitool-x86_64-unknown-linux-gnufilc0-0.5.1/bin" || mkdir -p -- "/nix/store/21k2a3q8xpx3rc9p5rvfa7im6zqgzxh0-acpitool-x86_64-unknown-linux-gnufilc0-0.5.1/bin"
  /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c 'acpitool' '/nix/store/21k2a3q8xpx3rc9p5rvfa7im6zqgzxh0-acpitool-x86_64-unknown-linux-gnufilc0-0.5.1/bin/acpitool'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/acpitool-0.5.1/src'
make[1]: Leaving directory '/build/acpitool-0.5.1/src'
Making install in man
make[1]: Entering directory '/build/acpitool-0.5.1/man'
make[2]: Entering directory '/build/acpitool-0.5.1/man'
make[2]: Nothing to be done for 'install-exec-am'.
test -z "/nix/store/21k2a3q8xpx3rc9p5rvfa7im6zqgzxh0-acpitool-x86_64-unknown-linux-gnufilc0-0.5.1/share/man/man1" || mkdir -p -- "/nix/store/21k2a3q8xpx3rc9p5rvfa7im6zqgzxh0-acpitool-x86_64-unknown-linux-gnufilc0-0.5.1/share/man/man1"
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 './acpitool.1' '/nix/store/21k2a3q8xpx3rc9p5rvfa7im6zqgzxh0-acpitool-x86_64-unknown-linux-gnufilc0-0.5.1/share/man/man1/acpitool.1'
make[2]: Leaving directory '/build/acpitool-0.5.1/man'
make[1]: Leaving directory '/build/acpitool-0.5.1/man'
make[1]: Entering directory '/build/acpitool-0.5.1'
make[2]: Entering directory '/build/acpitool-0.5.1'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/acpitool-0.5.1'
make[1]: Leaving directory '/build/acpitool-0.5.1'
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/21k2a3q8xpx3rc9p5rvfa7im6zqgzxh0-acpitool-x86_64-unknown-linux-gnufilc0-0.5.1
shrinking /nix/store/21k2a3q8xpx3rc9p5rvfa7im6zqgzxh0-acpitool-x86_64-unknown-linux-gnufilc0-0.5.1/bin/acpitool
ocaml-4.12.1
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o md5.bd.o md5.c
acpitool-0.5.1
checking for references to /build/ in /nix/store/21k2a3q8xpx3rc9p5rvfa7im6zqgzxh0-acpitool-x86_64-unknown-linux-gnufilc0-0.5.1...
gzipping man pages under /nix/store/21k2a3q8xpx3rc9p5rvfa7im6zqgzxh0-acpitool-x86_64-unknown-linux-gnufilc0-0.5.1/share/man/
ocaml-4.12.1
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o obj.bd.o obj.c
acpitool-0.5.1
patching script interpreter paths in /nix/store/21k2a3q8xpx3rc9p5rvfa7im6zqgzxh0-acpitool-x86_64-unknown-linux-gnufilc0-0.5.1
stripping (with command strip and flags -S -p) in  /nix/store/21k2a3q8xpx3rc9p5rvfa7im6zqgzxh0-acpitool-x86_64-unknown-linux-gnufilc0-0.5.1/bin
abcm2ps-8.14.17
Build started
ocaml-4.12.1
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o lexing.bd.o lexing.c
abcm2ps-8.14.17
→ unpackPhase
unpacking source archive /nix/store/yi0cl4awp8sacpkxzw7axihc2af1frnr-fossil-archive-x86_64-unknown-linux-gnufilc0
source root is fossil-archive-x86_64-unknown-linux-gnufilc0
ocaml-4.12.1
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o callback.bd.o callback.c
abcm2ps-8.14.17
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
ocaml-4.12.1
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o debugger.bd.o debugger.c
abcm2ps-8.14.17
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/3w5lrdpfwhkkg4h24vfvgxwnq2p8gzki-abcm2ps-x86_64-unknown-linux-gnufilc0-8.14.17 --INSTALL=install --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnufilc0
Makefile created
config.h created
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
clang -g -O2 -Wall -pipe  -DHAVE_PANGO=1 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0 -I/nix/store/1avpy056fqsxhyj2gx4cx58kvz8i4idx-cairo-x86_64-unknown-linux-gnufilc0-1.18.2-dev/include/cairo -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/j1fnizngn6xkl2240i1nwmnlkz3lax1j-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -I/nix/store/l8nvdw8ncnv4v1yprhlkr04l9x87z4p8-harfbuzz-x86_64-unknown-linux-gnufilc0-10.2.0-dev/include/harfbuzz -I.  -c -o abcm2ps.o abcm2ps.c
ocaml-4.12.1
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o weak.bd.o weak.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o compact.bd.o compact.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o finalise.bd.o finalise.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o custom.bd.o custom.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG -DOCAML_STDLIB_DIR='"/nix/store/1sa462iyhnpwplkkaayvnmjqwlhnr1ix-ocaml-x86_64-unknown-linux-gnufilc0-4.12.1/lib/ocaml"'  -o dynlink.bd.o dynlink.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o afl.bd.o afl.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o unix.bd.o unix.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o bigarray.bd.o bigarray.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o main.bd.o main.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o memprof.bd.o memprof.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o domain.bd.o domain.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o skiplist.bd.o skiplist.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o codefrag.bd.o codefrag.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DDEBUG  -o instrtrace.bd.o instrtrace.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o interp.bi.o interp.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o misc.bi.o misc.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o stacks.bi.o stacks.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o fix_code.bi.o fix_code.c
interp.c:931:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  931 |       accu = Primitive(*pc)(accu);
      |                            ^
interp.c:937:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  937 |       accu = Primitive(*pc)(accu, sp[2]);
      |                            ^
interp.c:944:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  944 |       accu = Primitive(*pc)(accu, sp[2], sp[3]);
      |                            ^
interp.c:951:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  951 |       accu = Primitive(*pc)(accu, sp[2], sp[3], sp[4]);
      |                            ^
interp.c:958:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  958 |       accu = Primitive(*pc)(accu, sp[2], sp[3], sp[4], sp[5]);
      |                            ^
interp.c:967:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  967 |       accu = Primitive(*pc)(sp + 2, nargs);
      |                            ^
6 warnings generated.
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o startup_aux.bi.o startup_aux.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o startup_byt.bi.o startup_byt.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o freelist.bi.o freelist.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o major_gc.bi.o major_gc.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o minor_gc.bi.o minor_gc.c
abcm2ps-8.14.17
clang -g -O2 -Wall -pipe  -DHAVE_PANGO=1 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0 -I/nix/store/1avpy056fqsxhyj2gx4cx58kvz8i4idx-cairo-x86_64-unknown-linux-gnufilc0-1.18.2-dev/include/cairo -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/j1fnizngn6xkl2240i1nwmnlkz3lax1j-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -I/nix/store/l8nvdw8ncnv4v1yprhlkr04l9x87z4p8-harfbuzz-x86_64-unknown-linux-gnufilc0-10.2.0-dev/include/harfbuzz -I.  -c -o abcparse.o abcparse.c
ocaml-4.12.1
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o memory.bi.o memory.c
instrtrace.c:41:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   41 | void caml_disasm_instr(pc)
      |      ^
1 warning generated.
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o alloc.bi.o alloc.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o roots_byt.bi.o roots_byt.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o globroots.bi.o globroots.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o fail_byt.bi.o fail_byt.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o signals.bi.o signals.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o signals_byt.bi.o signals_byt.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o printexc.bi.o printexc.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o backtrace_byt.bi.o backtrace_byt.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o backtrace.bi.o backtrace.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o compare.bi.o compare.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o ints.bi.o ints.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o eventlog.bi.o eventlog.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o floats.bi.o floats.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o str.bi.o str.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o array.bi.o array.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o io.bi.o io.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o extern.bi.o extern.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o intern.bi.o intern.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o hash.bi.o hash.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o sys.bi.o sys.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o meta.bi.o meta.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o parsing.bi.o parsing.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o gc_ctrl.bi.o gc_ctrl.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o md5.bi.o md5.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o obj.bi.o obj.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o lexing.bi.o lexing.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o callback.bi.o callback.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o debugger.bi.o debugger.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o weak.bi.o weak.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o compact.bi.o compact.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o finalise.bi.o finalise.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o custom.bi.o custom.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR -DOCAML_STDLIB_DIR='"/nix/store/1sa462iyhnpwplkkaayvnmjqwlhnr1ix-ocaml-x86_64-unknown-linux-gnufilc0-4.12.1/lib/ocaml"'  -o dynlink.bi.o dynlink.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o afl.bi.o afl.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o unix.bi.o unix.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o bigarray.bi.o bigarray.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o main.bi.o main.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o memprof.bi.o memprof.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o domain.bi.o domain.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o skiplist.bi.o skiplist.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DCAML_INSTR  -o codefrag.bi.o codefrag.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o interp.bpic.o interp.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o misc.bpic.o misc.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o stacks.bpic.o stacks.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o fix_code.bpic.o fix_code.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o startup_aux.bpic.o startup_aux.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o startup_byt.bpic.o startup_byt.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o freelist.bpic.o freelist.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o major_gc.bpic.o major_gc.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o minor_gc.bpic.o minor_gc.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o memory.bpic.o memory.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o alloc.bpic.o alloc.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o roots_byt.bpic.o roots_byt.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o globroots.bpic.o globroots.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o fail_byt.bpic.o fail_byt.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o signals.bpic.o signals.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o signals_byt.bpic.o signals_byt.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o printexc.bpic.o printexc.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o backtrace_byt.bpic.o backtrace_byt.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o backtrace.bpic.o backtrace.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o compare.bpic.o compare.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o ints.bpic.o ints.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o eventlog.bpic.o eventlog.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o floats.bpic.o floats.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o str.bpic.o str.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o array.bpic.o array.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o io.bpic.o io.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o extern.bpic.o extern.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o intern.bpic.o intern.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o hash.bpic.o hash.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o sys.bpic.o sys.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o meta.bpic.o meta.c
interp.c:931:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  931 |       accu = Primitive(*pc)(accu);
      |                            ^
interp.c:937:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  937 |       accu = Primitive(*pc)(accu, sp[2]);
      |                            ^
interp.c:944:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  944 |       accu = Primitive(*pc)(accu, sp[2], sp[3]);
      |                            ^
interp.c:951:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  951 |       accu = Primitive(*pc)(accu, sp[2], sp[3], sp[4]);
      |                            ^
interp.c:958:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  958 |       accu = Primitive(*pc)(accu, sp[2], sp[3], sp[4], sp[5]);
      |                            ^
interp.c:967:28: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  967 |       accu = Primitive(*pc)(sp + 2, nargs);
      |                            ^
6 warnings generated.
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o parsing.bpic.o parsing.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o gc_ctrl.bpic.o gc_ctrl.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o md5.bpic.o md5.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o obj.bpic.o obj.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o lexing.bpic.o lexing.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o callback.bpic.o callback.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o debugger.bpic.o debugger.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o weak.bpic.o weak.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o compact.bpic.o compact.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o finalise.bpic.o finalise.c
abcm2ps-8.14.17
clang -g -O2 -Wall -pipe  -DHAVE_PANGO=1 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0 -I/nix/store/1avpy056fqsxhyj2gx4cx58kvz8i4idx-cairo-x86_64-unknown-linux-gnufilc0-1.18.2-dev/include/cairo -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/j1fnizngn6xkl2240i1nwmnlkz3lax1j-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -I/nix/store/l8nvdw8ncnv4v1yprhlkr04l9x87z4p8-harfbuzz-x86_64-unknown-linux-gnufilc0-10.2.0-dev/include/harfbuzz -I.  -c -o buffer.o buffer.c
ocaml-4.12.1
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o custom.bpic.o custom.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT= -DOCAML_STDLIB_DIR='"/nix/store/1sa462iyhnpwplkkaayvnmjqwlhnr1ix-ocaml-x86_64-unknown-linux-gnufilc0-4.12.1/lib/ocaml"'  -o dynlink.bpic.o dynlink.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o afl.bpic.o afl.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o unix.bpic.o unix.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o bigarray.bpic.o bigarray.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o main.bpic.o main.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o memprof.bpic.o memprof.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o domain.bpic.o domain.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o skiplist.bpic.o skiplist.c
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g -fPIC  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  -o codefrag.bpic.o codefrag.c
(echo '#define CAML_INTERNALS'; \
         echo '#include "caml/mlvalues.h"'; \
 echo '#include "caml/prims.h"'; \
 sed -e 's/.*/extern value &();/' primitives; \
 echo 'c_primitive caml_builtin_cprim[] = {'; \
 sed -e 's/.*/	&,/' primitives; \
 echo '	 0 };'; \
 echo 'char * caml_names_of_builtin_cprim[] = {'; \
 sed -e 's/.*/	"&",/' primitives; \
 echo '	 0 };') > prims.c
rm -f libcamlrun.a && ar rc libcamlrun.a  interp.b.o misc.b.o stacks.b.o fix_code.b.o startup_aux.b.o startup_byt.b.o freelist.b.o major_gc.b.o minor_gc.b.o memory.b.o alloc.b.o roots_byt.b.o globroots.b.o fail_byt.b.o signals.b.o signals_byt.b.o printexc.b.o backtrace_byt.b.o backtrace.b.o compare.b.o ints.b.o eventlog.b.o floats.b.o str.b.o array.b.o io.b.o extern.b.o intern.b.o hash.b.o sys.b.o meta.b.o parsing.b.o gc_ctrl.b.o md5.b.o obj.b.o lexing.b.o callback.b.o debugger.b.o weak.b.o compact.b.o finalise.b.o custom.b.o dynlink.b.o afl.b.o unix.b.o bigarray.b.o main.b.o memprof.b.o domain.b.o skiplist.b.o codefrag.b.o && ranlib libcamlrun.a
rm -f libcamlrund.a && ar rc libcamlrund.a  interp.bd.o misc.bd.o stacks.bd.o fix_code.bd.o startup_aux.bd.o startup_byt.bd.o freelist.bd.o major_gc.bd.o minor_gc.bd.o memory.bd.o alloc.bd.o roots_byt.bd.o globroots.bd.o fail_byt.bd.o signals.bd.o signals_byt.bd.o printexc.bd.o backtrace_byt.bd.o backtrace.bd.o compare.bd.o ints.bd.o eventlog.bd.o floats.bd.o str.bd.o array.bd.o io.bd.o extern.bd.o intern.bd.o hash.bd.o sys.bd.o meta.bd.o parsing.bd.o gc_ctrl.bd.o md5.bd.o obj.bd.o lexing.bd.o callback.bd.o debugger.bd.o weak.bd.o compact.bd.o finalise.bd.o custom.bd.o dynlink.bd.o afl.bd.o unix.bd.o bigarray.bd.o main.bd.o memprof.bd.o domain.bd.o skiplist.bd.o codefrag.bd.o instrtrace.bd.o && ranlib libcamlrund.a
rm -f libcamlruni.a && ar rc libcamlruni.a  interp.bi.o misc.bi.o stacks.bi.o fix_code.bi.o startup_aux.bi.o startup_byt.bi.o freelist.bi.o major_gc.bi.o minor_gc.bi.o memory.bi.o alloc.bi.o roots_byt.bi.o globroots.bi.o fail_byt.bi.o signals.bi.o signals_byt.bi.o printexc.bi.o backtrace_byt.bi.o backtrace.bi.o compare.bi.o ints.bi.o eventlog.bi.o floats.bi.o str.bi.o array.bi.o io.bi.o extern.bi.o intern.bi.o hash.bi.o sys.bi.o meta.bi.o parsing.bi.o gc_ctrl.bi.o md5.bi.o obj.bi.o lexing.bi.o callback.bi.o debugger.bi.o weak.bi.o compact.bi.o finalise.bi.o custom.bi.o dynlink.bi.o afl.bi.o unix.bi.o bigarray.bi.o main.bi.o memprof.bi.o domain.bi.o skiplist.bi.o codefrag.bi.o && ranlib libcamlruni.a
clang -c -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DCAML_NAME_SPACE   -DCAMLDLLIMPORT=  \
  -o prims.o prims.c
rm -f libcamlrun_pic.a && ar rc libcamlrun_pic.a  interp.bpic.o misc.bpic.o stacks.bpic.o fix_code.bpic.o startup_aux.bpic.o startup_byt.bpic.o freelist.bpic.o major_gc.bpic.o minor_gc.bpic.o memory.bpic.o alloc.bpic.o roots_byt.bpic.o globroots.bpic.o fail_byt.bpic.o signals.bpic.o signals_byt.bpic.o printexc.bpic.o backtrace_byt.bpic.o backtrace.bpic.o compare.bpic.o ints.bpic.o eventlog.bpic.o floats.bpic.o str.bpic.o array.bpic.o io.bpic.o extern.bpic.o intern.bpic.o hash.bpic.o sys.bpic.o meta.bpic.o parsing.bpic.o gc_ctrl.bpic.o md5.bpic.o obj.bpic.o lexing.bpic.o callback.bpic.o debugger.bpic.o weak.bpic.o compact.bpic.o finalise.bpic.o custom.bpic.o dynlink.bpic.o afl.bpic.o unix.bpic.o bigarray.bpic.o main.bpic.o memprof.bpic.o domain.bpic.o skiplist.bpic.o codefrag.bpic.o && ranlib libcamlrun_pic.a
clang -shared -o libcamlrun_shared.so interp.bpic.o misc.bpic.o stacks.bpic.o fix_code.bpic.o startup_aux.bpic.o startup_byt.bpic.o freelist.bpic.o major_gc.bpic.o minor_gc.bpic.o memory.bpic.o alloc.bpic.o roots_byt.bpic.o globroots.bpic.o fail_byt.bpic.o signals.bpic.o signals_byt.bpic.o printexc.bpic.o backtrace_byt.bpic.o backtrace.bpic.o compare.bpic.o ints.bpic.o eventlog.bpic.o floats.bpic.o str.bpic.o array.bpic.o io.bpic.o extern.bpic.o intern.bpic.o hash.bpic.o sys.bpic.o meta.bpic.o parsing.bpic.o gc_ctrl.bpic.o md5.bpic.o obj.bpic.o lexing.bpic.o callback.bpic.o debugger.bpic.o weak.bpic.o compact.bpic.o finalise.bpic.o custom.bpic.o dynlink.bpic.o afl.bpic.o unix.bpic.o bigarray.bpic.o main.bpic.o memprof.bpic.o domain.bpic.o skiplist.bpic.o codefrag.bpic.o -lm  -lpthread 
prims.c:158:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype]
  158 | extern value caml_get_public_method();
      |              ^
./caml/mlvalues.h:228:18: note: conflicting prototype is here
  228 | CAMLextern value caml_get_public_method (value obj, value tag);
      |                  ^
prims.c:338:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype]
  338 | extern value caml_set_oo_id();
      |              ^
./caml/mlvalues.h:405:18: note: conflicting prototype is here
  405 | CAMLextern value caml_set_oo_id(value obj);
      |                  ^
2 warnings generated.
clang -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -Wl,-E -o ocamlrun prims.o libcamlrun.a -lm  -lpthread 
clang -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -Wl,-E -g -o ocamlrund prims.o libcamlrund.a -lm  -lpthread 
clang -O2 -fno-strict-aliasing -fwrapv -Wall -Wdeclaration-after-statement -fno-common -ffunction-sections -g  -Wl,-E -o ocamlruni prims.o libcamlruni.a -lm  -lpthread 
make[2]: Leaving directory '/build/ocaml-4.12.1/runtime'
cp runtime/ocamlrun boot/ocamlrun
make -C stdlib  \
  CAMLC='$(BOOT_OCAMLC) -use-prims ../runtime/primitives' all
make[2]: Entering directory '/build/ocaml-4.12.1/stdlib'
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nopervasives -c camlinternalFormatBasics.mli
../boot/ocamlrun ../boot/ocamlc -use-prims ../runtime/primitives -strict-sequence -absname -w +a-4-9-41-42-44-45-48 -g -warn-error A -bin-annot -nostdlib -principal -safe-string -strict-formats  -nopervasives -c camlinternalAtomic.mli
sed -e "s|%%VERSION%%|`sed -e 1q ../VERSION | tr -d '\r'`|" sys.mlp > sys.ml
echo '#!/nix/store/1sa462iyhnpwplkkaayvnmjqwlhnr1ix-ocaml-x86_64-unknown-linux-gnufilc0-4.12.1/bin/ocamlrun' > camlheader
echo '#!/nix/store/1sa462iyhnpwplkkaayvnmjqwlhnr1ix-ocaml-x86_64-unknown-linux-gnufilc0-4.12.1/bin/ocamlrun' > target_camlheader
echo '#!' | tr -d '\012' > camlheader_ur
echo '#!/nix/store/1sa462iyhnpwplkkaayvnmjqwlhnr1ix-ocaml-x86_64-unknown-linux-gnufilc0-4.12.1/bin/ocamlrund' > camlheaderd
echo '#!/nix/store/1sa462iyhnpwplkkaayvnmjqwlhnr1ix-ocaml-x86_64-unknown-linux-gnufilc0-4.12.1/bin/ocamlrund' > target_camlheaderd
echo '#!/nix/store/1sa462iyhnpwplkkaayvnmjqwlhnr1ix-ocaml-x86_64-unknown-linux-gnufilc0-4.12.1/bin/ocamlruni' > camlheaderi
echo '#!/nix/store/1sa462iyhnpwplkkaayvnmjqwlhnr1ix-ocaml-x86_64-unknown-linux-gnufilc0-4.12.1/bin/ocamlruni' > target_camlheaderi
filc safety error: cannot read pointer with null object.
    pointer: 0x7fffde002000,<null>
    expected 8 bytes.
semantic origin:
    (ocamlrun) freelist.c:221:17: nf_merge_block
check scheduled at:
    (ocamlrun) freelist.c:221:17: nf_merge_block
    (ocamlrun) freelist.c:358:19: nf_make_free_blocks
    (ocamlrun) ./caml/freelist.h:53:5: caml_make_free_blocks (inlined)
    (ocamlrun) major_gc.c:1037:3: caml_init_major_heap
    (ocamlrun) gc_ctrl.c:695:3: caml_init_gc
    (ocamlrun) startup_byt.c:419:3: caml_main
    (ocamlrun) main.c:41:3: main
    (libc.so.6666) ../sysdeps/nptl/libc_start_call_main.h:59:16: __libc_start_call_main
    (libc.so.6666) ../csu/libc-start.c:159:3: __libc_start_main
    (libpizlo.so) <runtime>: start_program
[3975] filc panic: thwarted a futile attempt to violate memory safety.
filc safety error: cannot read pointer with null object.
    pointer: 0x7fffde002000,<null>
    expected 8 bytes.
semantic origin:
    (ocamlrun) freelist.c:221:17: nf_merge_block
check scheduled at:
    (ocamlrun) freelist.c:221:17: nf_merge_block
    (ocamlrun) freelist.c:358:19: nf_make_free_blocks
    (ocamlrun) ./caml/freelist.h:53:5: caml_make_free_blocks (inlined)
    (ocamlrun) major_gc.c:1037:3: caml_init_major_heap
    (ocamlrun) gc_ctrl.c:695:3: caml_init_gc
    (ocamlrun) startup_byt.c:419:3: caml_main
    (ocamlrun) main.c:41:3: main
    (libc.so.6666) ../sysdeps/nptl/libc_start_call_main.h:59:16: __libc_start_call_main
    (libc.so.6666) ../csu/libc-start.c:159:3: __libc_start_main
    (libpizlo.so) <runtime>: start_program
[3977] filc panic: thwarted a futile attempt to violate memory safety.
make[2]: *** [Makefile:201: camlinternalFormatBasics.cmi] Trace/breakpoint trap
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:201: camlinternalAtomic.cmi] Trace/breakpoint trap
make[2]: Leaving directory '/build/ocaml-4.12.1/stdlib'
make[1]: *** [Makefile:143: coldstart] Error 2
make[1]: Leaving directory '/build/ocaml-4.12.1'
make: *** [/nix/store/0rawfy9g1y4c2h4s60sjm6m80cri92n3-Makefile.nixpkgs:14: nixpkgs_world_bootstrap_world_opt] Error 2
ocaml4.12.1-seq-0.1
Build started
ocaml-4.12.1
error: Cannot build '/nix/store/vml959xahzhbz776ac0wqkxbaixa3dxl-ocaml-x86_64-unknown-linux-gnufilc0-4.12.1.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/1sa462iyhnpwplkkaayvnmjqwlhnr1ix-ocaml-x86_64-unknown-linux-gnufilc0-4.12.1
       Last 25 log lines:
       > [3975] filc panic: thwarted a futile attempt to violate memory safety.
       > filc safety error: cannot read pointer with null object.
       >     pointer: 0x7fffde002000,<null>
       >     expected 8 bytes.
       > semantic origin:
       >     (ocamlrun) freelist.c:221:17: nf_merge_block
       > check scheduled at:
       >     (ocamlrun) freelist.c:221:17: nf_merge_block
       >     (ocamlrun) freelist.c:358:19: nf_make_free_blocks
       >     (ocamlrun) ./caml/freelist.h:53:5: caml_make_free_blocks (inlined)
       >     (ocamlrun) major_gc.c:1037:3: caml_init_major_heap
       >     (ocamlrun) gc_ctrl.c:695:3: caml_init_gc
       >     (ocamlrun) startup_byt.c:419:3: caml_main
       >     (ocamlrun) main.c:41:3: main
       >     (libc.so.6666) ../sysdeps/nptl/libc_start_call_main.h:59:16: __libc_start_call_main
       >     (libc.so.6666) ../csu/libc-start.c:159:3: __libc_start_main
       >     (libpizlo.so) <runtime>: start_program
       > [3977] filc panic: thwarted a futile attempt to violate memory safety.
       > make[2]: *** [Makefile:201: camlinternalFormatBasics.cmi] Trace/breakpoint trap
       > make[2]: *** Waiting for unfinished jobs....
       > make[2]: *** [Makefile:201: camlinternalAtomic.cmi] Trace/breakpoint trap
       > make[2]: Leaving directory '/build/ocaml-4.12.1/stdlib'
       > make[1]: *** [Makefile:143: coldstart] Error 2
       > make[1]: Leaving directory '/build/ocaml-4.12.1'
       > make: *** [/nix/store/0rawfy9g1y4c2h4s60sjm6m80cri92n3-Makefile.nixpkgs:14: nixpkgs_world_bootstrap_world_opt] Error 2
       For full logs, run:
         nix log /nix/store/vml959xahzhbz776ac0wqkxbaixa3dxl-ocaml-x86_64-unknown-linux-gnufilc0-4.12.1.drv
cmdliner-1.3.0
error: Cannot build '/nix/store/3gwdy59a7v73hyi1g61qs470d0af17qj-cmdliner-x86_64-unknown-linux-gnufilc0-1.3.0.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/8sq4lqsj93n2m3vqsw32sx8ad5pd5054-cmdliner-x86_64-unknown-linux-gnufilc0-1.3.0
ocaml4.12.1-findlib-1.9.8
error: Cannot build '/nix/store/yf8fl829z3w6lbbb5yf0iwhh583ayaj0-ocaml4.12.1-findlib-x86_64-unknown-linux-gnufilc0-1.9.8.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/widy0r9i5ds6xzk9l4h31i9q17bs3qs2-ocaml4.12.1-findlib-x86_64-unknown-linux-gnufilc0-1.9.8
dune-3.18.2
error: Cannot build '/nix/store/20sdklvkwa2sn8bnj0r9v9kwxv5ibfx5-dune-x86_64-unknown-linux-gnufilc0-3.18.2.drv'.
       Reason: 2 dependencies failed.
       Output paths:
         /nix/store/79ajxay6kaa3nqf9k0ij4ziw1bvgvglc-dune-x86_64-unknown-linux-gnufilc0-3.18.2
ocaml4.12.1-menhirLib-20240715
error: Cannot build '/nix/store/vxmfryx63acllcl43lx2rgfxr7zsy15i-ocaml4.12.1-menhirLib-20240715-x86_64-unknown-linux-gnufilc0.drv'.
       Reason: 3 dependencies failed.
       Output paths:
         /nix/store/k1kbzj2czgk7jncl0alp3jf0573mkhai-ocaml4.12.1-menhirLib-20240715-x86_64-unknown-linux-gnufilc0
ocaml4.12.1-menhirSdk-20240715
error: Cannot build '/nix/store/6x18s1as838xi9kp8jw9xi7x6y5rns59-ocaml4.12.1-menhirSdk-20240715-x86_64-unknown-linux-gnufilc0.drv'.
       Reason: 3 dependencies failed.
       Output paths:
         /nix/store/zpq6izwhyd6wvq4m9zpddnihmsig8bwg-ocaml4.12.1-menhirSdk-20240715-x86_64-unknown-linux-gnufilc0
menhir-suggest-menhirLib.patch
error: Cannot build '/nix/store/13zi549fbkgfgfffnxf90zm0rki63ns1-menhir-suggest-menhirLib.patch.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/akl86rrnks94fpv0j4naf4p2mln7gnrr-menhir-suggest-menhirLib.patch
ocaml4.12.1-menhir-20240715
error: Cannot build '/nix/store/3mpagb9mivqb8i3gw68frdghs982gfbk-ocaml4.12.1-menhir-20240715-x86_64-unknown-linux-gnufilc0.drv'.
       Reason: 6 dependencies failed.
       Output paths:
         /nix/store/mx7f6nhww5svlnpxf0nrb3pnl18rji3w-ocaml4.12.1-menhir-20240715-x86_64-unknown-linux-gnufilc0
ocaml4.12.1-seq-0.1
→ unpackPhase
unpacking source archive /nix/store/hjq7ar27mgjn3k7bsm0anrdms2vkz39i-src-base
source root is src-base
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
abcm2ps-8.14.17
clang -g -O2 -Wall -pipe  -DHAVE_PANGO=1 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0 -I/nix/store/1avpy056fqsxhyj2gx4cx58kvz8i4idx-cairo-x86_64-unknown-linux-gnufilc0-1.18.2-dev/include/cairo -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/j1fnizngn6xkl2240i1nwmnlkz3lax1j-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -I/nix/store/l8nvdw8ncnv4v1yprhlkr04l9x87z4p8-harfbuzz-x86_64-unknown-linux-gnufilc0-10.2.0-dev/include/harfbuzz -I.  -c -o deco.o deco.c
ocaml4.12.1-seq-0.1
→ configurePhase
no configure script, doing nothing
→ installPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/63fvrjfhw5ww1by0wb5xbf4h2l3zvqfi-ocaml4.12.1-seq-x86_64-unknown-linux-gnufilc0-0.1
checking for references to /build/ in /nix/store/63fvrjfhw5ww1by0wb5xbf4h2l3zvqfi-ocaml4.12.1-seq-x86_64-unknown-linux-gnufilc0-0.1...
patching script interpreter paths in /nix/store/63fvrjfhw5ww1by0wb5xbf4h2l3zvqfi-ocaml4.12.1-seq-x86_64-unknown-linux-gnufilc0-0.1
stripping (with command strip and flags -S -p) in  /nix/store/63fvrjfhw5ww1by0wb5xbf4h2l3zvqfi-ocaml4.12.1-seq-x86_64-unknown-linux-gnufilc0-0.1/lib
ocaml4.12.1-yojson-2.2.2
error: Cannot build '/nix/store/saicll595ahsjjj5adcj5zp29xp83lj7-ocaml4.12.1-yojson-2.2.2-x86_64-unknown-linux-gnufilc0.drv'.
       Reason: 3 dependencies failed.
       Output paths:
         /nix/store/zi9d3x0yj3ciid3dpamca0bwq14r20wg-ocaml4.12.1-yojson-2.2.2-x86_64-unknown-linux-gnufilc0
abcm2ps-8.14.17
clang -g -O2 -Wall -pipe  -DHAVE_PANGO=1 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0 -I/nix/store/1avpy056fqsxhyj2gx4cx58kvz8i4idx-cairo-x86_64-unknown-linux-gnufilc0-1.18.2-dev/include/cairo -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/j1fnizngn6xkl2240i1nwmnlkz3lax1j-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -I/nix/store/l8nvdw8ncnv4v1yprhlkr04l9x87z4p8-harfbuzz-x86_64-unknown-linux-gnufilc0-10.2.0-dev/include/harfbuzz -I.  -c -o draw.o draw.c
clang -g -O2 -Wall -pipe  -DHAVE_PANGO=1 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0 -I/nix/store/1avpy056fqsxhyj2gx4cx58kvz8i4idx-cairo-x86_64-unknown-linux-gnufilc0-1.18.2-dev/include/cairo -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/j1fnizngn6xkl2240i1nwmnlkz3lax1j-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -I/nix/store/l8nvdw8ncnv4v1yprhlkr04l9x87z4p8-harfbuzz-x86_64-unknown-linux-gnufilc0-10.2.0-dev/include/harfbuzz -I.  -c -o format.o format.c
format.c:969:4: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
  969 |                         val = get_posit(p);
      |                         ^
format.c:966:3: note: previous statement is here
  966 |                 if (strncmp(w, vpar->name, l))
      |                 ^
1 warning generated.
clang -g -O2 -Wall -pipe  -DHAVE_PANGO=1 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0 -I/nix/store/1avpy056fqsxhyj2gx4cx58kvz8i4idx-cairo-x86_64-unknown-linux-gnufilc0-1.18.2-dev/include/cairo -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/j1fnizngn6xkl2240i1nwmnlkz3lax1j-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -I/nix/store/l8nvdw8ncnv4v1yprhlkr04l9x87z4p8-harfbuzz-x86_64-unknown-linux-gnufilc0-10.2.0-dev/include/harfbuzz -I.  -c -o front.o front.c
clang -g -O2 -Wall -pipe  -DHAVE_PANGO=1 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0 -I/nix/store/1avpy056fqsxhyj2gx4cx58kvz8i4idx-cairo-x86_64-unknown-linux-gnufilc0-1.18.2-dev/include/cairo -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/j1fnizngn6xkl2240i1nwmnlkz3lax1j-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -I/nix/store/l8nvdw8ncnv4v1yprhlkr04l9x87z4p8-harfbuzz-x86_64-unknown-linux-gnufilc0-10.2.0-dev/include/harfbuzz -I.  -c -o glyph.o glyph.c
clang -g -O2 -Wall -pipe  -DHAVE_PANGO=1 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0 -I/nix/store/1avpy056fqsxhyj2gx4cx58kvz8i4idx-cairo-x86_64-unknown-linux-gnufilc0-1.18.2-dev/include/cairo -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/j1fnizngn6xkl2240i1nwmnlkz3lax1j-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -I/nix/store/l8nvdw8ncnv4v1yprhlkr04l9x87z4p8-harfbuzz-x86_64-unknown-linux-gnufilc0-10.2.0-dev/include/harfbuzz -I.  -c -o music.o music.c
clang -g -O2 -Wall -pipe  -DHAVE_PANGO=1 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0 -I/nix/store/1avpy056fqsxhyj2gx4cx58kvz8i4idx-cairo-x86_64-unknown-linux-gnufilc0-1.18.2-dev/include/cairo -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/j1fnizngn6xkl2240i1nwmnlkz3lax1j-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -I/nix/store/l8nvdw8ncnv4v1yprhlkr04l9x87z4p8-harfbuzz-x86_64-unknown-linux-gnufilc0-10.2.0-dev/include/harfbuzz -I.  -c -o parse.o parse.c
clang -g -O2 -Wall -pipe  -DHAVE_PANGO=1 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0 -I/nix/store/1avpy056fqsxhyj2gx4cx58kvz8i4idx-cairo-x86_64-unknown-linux-gnufilc0-1.18.2-dev/include/cairo -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/j1fnizngn6xkl2240i1nwmnlkz3lax1j-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -I/nix/store/l8nvdw8ncnv4v1yprhlkr04l9x87z4p8-harfbuzz-x86_64-unknown-linux-gnufilc0-10.2.0-dev/include/harfbuzz -I.  -c -o subs.o subs.c
subs.c:414:18: warning: 'pango_fc_font_lock_face' is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]
  414 |                 FT_Face face = pango_fc_font_lock_face(fc_font);
      |                                ^
/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0/pango/pangofc-font.h:114:1: note: 'pango_fc_font_lock_face' has been explicitly marked deprecated here
  114 | PANGO_DEPRECATED_IN_1_44_FOR(pango_font_get_hb_font)
      | ^
/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0/pango/pango-version-macros.h:718:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_44_FOR'
  718 | # define PANGO_DEPRECATED_IN_1_44_FOR(f)        PANGO_DEPRECATED_FOR(f)
      |                                                 ^
/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0/pango/pango-version-macros.h:416:49: note: expanded from macro 'PANGO_DEPRECATED_FOR'
  416 | # define PANGO_DEPRECATED_FOR(f)                G_DEPRECATED_FOR(f) _PANGO_EXTERN
      |                                                 ^
/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
subs.c:453:3: warning: 'pango_fc_font_unlock_face' is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]
  453 |                 pango_fc_font_unlock_face(fc_font);
      |                 ^
/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0/pango/pangofc-font.h:116:1: note: 'pango_fc_font_unlock_face' has been explicitly marked deprecated here
  116 | PANGO_DEPRECATED_IN_1_44_FOR(pango_font_get_hb_font)
      | ^
/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0/pango/pango-version-macros.h:718:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_44_FOR'
  718 | # define PANGO_DEPRECATED_IN_1_44_FOR(f)        PANGO_DEPRECATED_FOR(f)
      |                                                 ^
/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0/pango/pango-version-macros.h:416:49: note: expanded from macro 'PANGO_DEPRECATED_FOR'
  416 | # define PANGO_DEPRECATED_FOR(f)                G_DEPRECATED_FOR(f) _PANGO_EXTERN
      |                                                 ^
/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
subs.c:620:19: warning: 'pango_fc_font_lock_face' is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]
  620 |                         FT_Face face = pango_fc_font_lock_face(fc_font);
      |                                        ^
/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0/pango/pangofc-font.h:114:1: note: 'pango_fc_font_lock_face' has been explicitly marked deprecated here
  114 | PANGO_DEPRECATED_IN_1_44_FOR(pango_font_get_hb_font)
      | ^
/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0/pango/pango-version-macros.h:718:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_44_FOR'
  718 | # define PANGO_DEPRECATED_IN_1_44_FOR(f)        PANGO_DEPRECATED_FOR(f)
      |                                                 ^
/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0/pango/pango-version-macros.h:416:49: note: expanded from macro 'PANGO_DEPRECATED_FOR'
  416 | # define PANGO_DEPRECATED_FOR(f)                G_DEPRECATED_FOR(f) _PANGO_EXTERN
      |                                                 ^
/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
subs.c:687:4: warning: 'pango_fc_font_unlock_face' is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]
  687 |                         pango_fc_font_unlock_face(fc_font);
      |                         ^
/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0/pango/pangofc-font.h:116:1: note: 'pango_fc_font_unlock_face' has been explicitly marked deprecated here
  116 | PANGO_DEPRECATED_IN_1_44_FOR(pango_font_get_hb_font)
      | ^
/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0/pango/pango-version-macros.h:718:49: note: expanded from macro 'PANGO_DEPRECATED_IN_1_44_FOR'
  718 | # define PANGO_DEPRECATED_IN_1_44_FOR(f)        PANGO_DEPRECATED_FOR(f)
      |                                                 ^
/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0/pango/pango-version-macros.h:416:49: note: expanded from macro 'PANGO_DEPRECATED_FOR'
  416 | # define PANGO_DEPRECATED_FOR(f)                G_DEPRECATED_FOR(f) _PANGO_EXTERN
      |                                                 ^
/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR'
 1273 | #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
      |                                            ^
4 warnings generated.
clang -g -O2 -Wall -pipe  -DHAVE_PANGO=1 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0 -I/nix/store/1avpy056fqsxhyj2gx4cx58kvz8i4idx-cairo-x86_64-unknown-linux-gnufilc0-1.18.2-dev/include/cairo -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/j1fnizngn6xkl2240i1nwmnlkz3lax1j-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -I/nix/store/l8nvdw8ncnv4v1yprhlkr04l9x87z4p8-harfbuzz-x86_64-unknown-linux-gnufilc0-10.2.0-dev/include/harfbuzz -I.  -c -o svg.o svg.c
clang -g -O2 -Wall -pipe  -DHAVE_PANGO=1 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0 -I/nix/store/1avpy056fqsxhyj2gx4cx58kvz8i4idx-cairo-x86_64-unknown-linux-gnufilc0-1.18.2-dev/include/cairo -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/j1fnizngn6xkl2240i1nwmnlkz3lax1j-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -I/nix/store/l8nvdw8ncnv4v1yprhlkr04l9x87z4p8-harfbuzz-x86_64-unknown-linux-gnufilc0-10.2.0-dev/include/harfbuzz -I.  -c -o syms.o syms.c
clang   abcm2ps.o abcparse.o buffer.o deco.o draw.o format.o front.o glyph.o music.o parse.o subs.o svg.o syms.o  -L/nix/store/fpa425rpb17fv01pdrj46hxl1vf4bn3d-freetype-x86_64-unknown-linux-gnufilc0-2.13.3/lib -L/nix/store/ys8f4a1chbksxp2lwi1kbrcrib8rrp24-pango-x86_64-unknown-linux-gnufilc0-1.56.3/lib -L/nix/store/ssn8dg9l0mjcmwjjij2yha58y06iicgq-cairo-x86_64-unknown-linux-gnufilc0-1.18.2/lib -L/nix/store/fi4my4yh230211i4bgq0xsac2ls7hjh9-fontconfig-x86_64-unknown-linux-gnufilc0-2.16.0-lib/lib -L/nix/store/j1fnizngn6xkl2240i1nwmnlkz3lax1j-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib -L/nix/store/gwyw3052jifxs836zd8aqg5a26bnc1jj-harfbuzz-x86_64-unknown-linux-gnufilc0-10.2.0/lib -lpangocairo-1.0 -lcairo -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype  -lm -o abcm2ps
if [ -x "$(command -v rst2man)" ]; then\
	rst2man abcm2ps.rst abcm2ps.1;\
else\
	cp abcm2ps.rst abcm2ps.1;\
fi
→ glibPreInstallPhase
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash gsettingsschemadir=/nix/store/3w5lrdpfwhkkg4h24vfvgxwnq2p8gzki-abcm2ps-x86_64-unknown-linux-gnufilc0-8.14.17/share/gsettings-schemas/abcm2ps-x86_64-unknown-linux-gnufilc0-8.14.17/glib-2.0/schemas/ install
mkdir -p /nix/store/3w5lrdpfwhkkg4h24vfvgxwnq2p8gzki-abcm2ps-x86_64-unknown-linux-gnufilc0-8.14.17/bin
install abcm2ps /nix/store/3w5lrdpfwhkkg4h24vfvgxwnq2p8gzki-abcm2ps-x86_64-unknown-linux-gnufilc0-8.14.17/bin
mkdir -p /nix/store/3w5lrdpfwhkkg4h24vfvgxwnq2p8gzki-abcm2ps-x86_64-unknown-linux-gnufilc0-8.14.17/share/abcm2ps
install -m 644 ./*.fmt       /nix/store/3w5lrdpfwhkkg4h24vfvgxwnq2p8gzki-abcm2ps-x86_64-unknown-linux-gnufilc0-8.14.17/share/abcm2ps
mkdir -p /nix/store/3w5lrdpfwhkkg4h24vfvgxwnq2p8gzki-abcm2ps-x86_64-unknown-linux-gnufilc0-8.14.17/share/doc/abcm2ps/examples
install -m 644 ./README.md /nix/store/3w5lrdpfwhkkg4h24vfvgxwnq2p8gzki-abcm2ps-x86_64-unknown-linux-gnufilc0-8.14.17/share/doc/abcm2ps
install -m 644 ./*.abc     /nix/store/3w5lrdpfwhkkg4h24vfvgxwnq2p8gzki-abcm2ps-x86_64-unknown-linux-gnufilc0-8.14.17/share/doc/abcm2ps/examples
install -m 644 ./*.eps     /nix/store/3w5lrdpfwhkkg4h24vfvgxwnq2p8gzki-abcm2ps-x86_64-unknown-linux-gnufilc0-8.14.17/share/doc/abcm2ps/examples
install -m 644 ./*.html    /nix/store/3w5lrdpfwhkkg4h24vfvgxwnq2p8gzki-abcm2ps-x86_64-unknown-linux-gnufilc0-8.14.17/share/doc/abcm2ps/examples
mkdir -p /nix/store/3w5lrdpfwhkkg4h24vfvgxwnq2p8gzki-abcm2ps-x86_64-unknown-linux-gnufilc0-8.14.17/share/man/man1
install -m 644 abcm2ps.1 /nix/store/3w5lrdpfwhkkg4h24vfvgxwnq2p8gzki-abcm2ps-x86_64-unknown-linux-gnufilc0-8.14.17/share/man/man1
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/3w5lrdpfwhkkg4h24vfvgxwnq2p8gzki-abcm2ps-x86_64-unknown-linux-gnufilc0-8.14.17
shrinking /nix/store/3w5lrdpfwhkkg4h24vfvgxwnq2p8gzki-abcm2ps-x86_64-unknown-linux-gnufilc0-8.14.17/bin/abcm2ps
checking for references to /build/ in /nix/store/3w5lrdpfwhkkg4h24vfvgxwnq2p8gzki-abcm2ps-x86_64-unknown-linux-gnufilc0-8.14.17...
gzipping man pages under /nix/store/3w5lrdpfwhkkg4h24vfvgxwnq2p8gzki-abcm2ps-x86_64-unknown-linux-gnufilc0-8.14.17/share/man/
patching script interpreter paths in /nix/store/3w5lrdpfwhkkg4h24vfvgxwnq2p8gzki-abcm2ps-x86_64-unknown-linux-gnufilc0-8.14.17
stripping (with command strip and flags -S -p) in  /nix/store/3w5lrdpfwhkkg4h24vfvgxwnq2p8gzki-abcm2ps-x86_64-unknown-linux-gnufilc0-8.14.17/bin
aalib-1.4rc5
error: Cannot build '/nix/store/hdx3vp0f1vm5xsbfa15kx3i9b49qb41j-aalib-x86_64-unknown-linux-gnufilc0-1.4rc5.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/8v7n8rrc9z12hfqaf0sxzn2rnxk4zj11-aalib-x86_64-unknown-linux-gnufilc0-1.4rc5-info
         /nix/store/977lsb41m4rl5h6cxl86fckbdgr88fjj-aalib-x86_64-unknown-linux-gnufilc0-1.4rc5
         /nix/store/r6xvnc1jwf3v9nwpprfbbw370l7hn49c-aalib-x86_64-unknown-linux-gnufilc0-1.4rc5-bin
         /nix/store/v2402h5wglpkhsxm5iv9hrriaxhc3srw-aalib-x86_64-unknown-linux-gnufilc0-1.4rc5-man
         /nix/store/zg50fw9hvqzh6ryq4s3cavih7hf5jxd6-aalib-x86_64-unknown-linux-gnufilc0-1.4rc5-dev
       Last 25 log lines:
       > clang -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -I/nix/store/s98xbgvcsc5bnczp9wp5w23804qmgi8v-ncurses-x86_64-unknown-linux-gnufilc0-6.5-dev/include -c font9.c  -fPIC -DPIC -o font9.lo
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -I/nix/store/s98xbgvcsc5bnczp9wp5w23804qmgi8v-ncurses-x86_64-unknown-linux-gnufilc0-6.5-dev/include -c font8.c
       > clang -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -I/nix/store/s98xbgvcsc5bnczp9wp5w23804qmgi8v-ncurses-x86_64-unknown-linux-gnufilc0-6.5-dev/include -c font8.c  -fPIC -DPIC -o font8.lo
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -I/nix/store/s98xbgvcsc5bnczp9wp5w23804qmgi8v-ncurses-x86_64-unknown-linux-gnufilc0-6.5-dev/include -c fontline.c
       > clang -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -I/nix/store/s98xbgvcsc5bnczp9wp5w23804qmgi8v-ncurses-x86_64-unknown-linux-gnufilc0-6.5-dev/include -c fontline.c  -fPIC -DPIC -o fontline.lo
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -I/nix/store/s98xbgvcsc5bnczp9wp5w23804qmgi8v-ncurses-x86_64-unknown-linux-gnufilc0-6.5-dev/include -c aacurses.c
       > clang -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -I/nix/store/s98xbgvcsc5bnczp9wp5w23804qmgi8v-ncurses-x86_64-unknown-linux-gnufilc0-6.5-dev/include -c aacurses.c  -fPIC -DPIC -o aacurses.lo
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -I/nix/store/s98xbgvcsc5bnczp9wp5w23804qmgi8v-ncurses-x86_64-unknown-linux-gnufilc0-6.5-dev/include -c aacurkbd.c
       > clang -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -I/nix/store/s98xbgvcsc5bnczp9wp5w23804qmgi8v-ncurses-x86_64-unknown-linux-gnufilc0-6.5-dev/include -c aacurkbd.c  -fPIC -DPIC -o aacurkbd.lo
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -I/nix/store/s98xbgvcsc5bnczp9wp5w23804qmgi8v-ncurses-x86_64-unknown-linux-gnufilc0-6.5-dev/include -c aacurmou.c
       > clang -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -I/nix/store/s98xbgvcsc5bnczp9wp5w23804qmgi8v-ncurses-x86_64-unknown-linux-gnufilc0-6.5-dev/include -c aacurmou.c  -fPIC -DPIC -o aacurmou.lo
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -I/nix/store/s98xbgvcsc5bnczp9wp5w23804qmgi8v-ncurses-x86_64-unknown-linux-gnufilc0-6.5-dev/include -c aalib.c
       > clang -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -I/nix/store/s98xbgvcsc5bnczp9wp5w23804qmgi8v-ncurses-x86_64-unknown-linux-gnufilc0-6.5-dev/include -c aalib.c  -fPIC -DPIC -o aalib.lo
       > aalib.c:37:13: error: call to undeclared library function 'abs' with type 'int (int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
       >    37 |     width = abs(c->params.width);
       >       |             ^
       > aalib.c:37:13: note: include the header <stdlib.h> or explicitly provide a declaration for 'abs'
       > aalib.c:42:2: error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
       >    42 |         exit(-1);
       >       |         ^
       > aalib.c:42:2: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
       > 2 errors generated.
       > make[1]: *** [Makefile:237: aalib.lo] Error 1
       > make[1]: Leaving directory '/build/aalib-1.4.0/src'
       > make: *** [Makefile:201: all-recursive] Error 1
       For full logs, run:
         nix log /nix/store/hdx3vp0f1vm5xsbfa15kx3i9b49qb41j-aalib-x86_64-unknown-linux-gnufilc0-1.4rc5.drv
abella-2.0.8
error: Cannot build '/nix/store/h9q3k37d33xpix50pzx9y2d7kc3wrxma-abella-x86_64-unknown-linux-gnufilc0-2.0.8.drv'.
       Reason: 6 dependencies failed.
       Output paths:
         /nix/store/4ggq0kg56zz52k7kiv55q94qm504acay-abella-x86_64-unknown-linux-gnufilc0-2.0.8
acct-6.6.4
error: Cannot build '/nix/store/4rbycmqbirq6xnipl175n8c1mkr6yp16-acct-x86_64-unknown-linux-gnufilc0-6.6.4.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/f9ica7084ls0rv7a8zlp4rpfshcc0qdp-acct-x86_64-unknown-linux-gnufilc0-6.6.4
       Last 25 log lines:
       > checking for netinet/in.h... yes
       > checking stddef.h usability... yes
       > checking stddef.h presence... yes
       > checking for stddef.h... yes
       > checking for stdint.h... (cached) yes
       > checking for stdlib.h... (cached) yes
       > checking for string.h... (cached) yes
       > checking for sys/param.h... (cached) yes
       > checking for sys/socket.h... (cached) yes
       > checking for sys/time.h... (cached) yes
       > checking for unistd.h... (cached) yes
       > checking for utmp.h... (cached) yes
       > checking for utmpx.h... (cached) yes
       > checking for wchar.h... (cached) yes
       > checking errno.h usability... yes
       > checking errno.h presence... yes
       > checking for errno.h... yes
       > checking for last... no
       > checking for lastcomm... no
       > checking for ac... no
       > checking for sa... no
       > checking for struct stat.st_rdev... yes
       > checking for struct utmpx.ut_host... yes
       > checking for struct utmp.ut_host... yes
       > Sorry -- you cannot cross-compile this package (FIXME).
       For full logs, run:
         nix log /nix/store/4rbycmqbirq6xnipl175n8c1mkr6yp16-acct-x86_64-unknown-linux-gnufilc0-6.6.4.drv
aces-container-1.0.2
error: Cannot build '/nix/store/1f9q6lldw579qwwmsy5sd6c6svpa2rin-aces-container-x86_64-unknown-linux-gnufilc0-1.0.2.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/ww1wz5fia8ikzwcv9332xw4y5h33zzdf-aces-container-x86_64-unknown-linux-gnufilc0-1.0.2
       Last 25 log lines:
       >   202 |         scanLineHeader sh = { yMin + row, scanLineSize };
       >       |                                           ^~~~~~~~~~~~
       > /build/source/aces_formatter.cpp:202:36: note: insert an explicit cast to silence this issue
       >   202 |         scanLineHeader sh = { yMin + row, scanLineSize };
       >       |                                           ^~~~~~~~~~~~
       >       |                                           static_cast<int32>( )
       > /build/source/aces_formatter.cpp:255:24: error: non-constant-expression cannot be narrowed from type 'uint32' (aka 'unsigned int') to 'int32' (aka 'int') in initializer list [-Wc++11-narrowing]
       >   255 |         scanLineHeader sh = { yMin + row, scanLineSize };
       >       |                               ^~~~~~~~~~
       > /build/source/aces_formatter.cpp:255:24: note: insert an explicit cast to silence this issue
       >   255 |         scanLineHeader sh = { yMin + row, scanLineSize };
       >       |                               ^~~~~~~~~~
       >       |                               static_cast<int32>( )
       > /build/source/aces_formatter.cpp:255:36: error: non-constant-expression cannot be narrowed from type 'uint32' (aka 'unsigned int') to 'int32' (aka 'int') in initializer list [-Wc++11-narrowing]
       >   255 |         scanLineHeader sh = { yMin + row, scanLineSize };
       >       |                                           ^~~~~~~~~~~~
       > /build/source/aces_formatter.cpp:255:36: note: insert an explicit cast to silence this issue
       >   255 |         scanLineHeader sh = { yMin + row, scanLineSize };
       >       |                                           ^~~~~~~~~~~~
       >       |                                           static_cast<int32>( )
       > 4 errors generated.
       > make[2]: *** [CMakeFiles/AcesContainer.dir/build.make:107: CMakeFiles/AcesContainer.dir/aces_formatter.cpp.o] Error 1
       > make[2]: *** Waiting for unfinished jobs....
       > make[1]: *** [CMakeFiles/Makefile2:87: CMakeFiles/AcesContainer.dir/all] Error 2
       > make: *** [Makefile:136: all] Error 2
       For full logs, run:
         nix log /nix/store/1f9q6lldw579qwwmsy5sd6c6svpa2rin-aces-container-x86_64-unknown-linux-gnufilc0-1.0.2.drv
acpica-tools-R2025_04_04
error: Cannot build '/nix/store/gyba0jxmgp41pas6gkc829fdgkdacyl7-acpica-tools-x86_64-unknown-linux-gnufilc0-R2025_04_04.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/jnc21qn9sh21111brqdp866mainsxsf6-acpica-tools-x86_64-unknown-linux-gnufilc0-R2025_04_04
       Last 25 log lines:
       > warning: unknown warning option '-Wmissing-parameter-type' [-Wunknown-warning-option]
       > warning: unknown warning option '-Wold-style-declaration'; did you mean '-Wout-of-line-declaration'? [-Wunknown-warning-option]
       > 3 warnings generated.
       > warning: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Wunknown-warning-option]
       > warning: unknown warning option '-Wmissing-parameter-type' [-Wunknown-warning-option]
       > warning: unknown warning option '-Wold-style-declaration'; did you mean '-Wout-of-line-declaration'? [-Wunknown-warning-option]
       > 3 warnings generated.
       > warning: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Wunknown-warning-option]
       > warning: unknown warning option '-Wmissing-parameter-type' [-Wunknown-warning-option]
       > warning: unknown warning option '-Wold-style-declaration'; did you mean '-Wout-of-line-declaration'? [-Wunknown-warning-option]
       > 3 warnings generated.
       > warning: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Wunknown-warning-option]
       > warning: unknown warning option '-Wmissing-parameter-type' [-Wunknown-warning-option]
       > warning: unknown warning option '-Wold-style-declaration'; did you mean '-Wout-of-line-declaration'? [-Wunknown-warning-option]
       > 3 warnings generated.
       > warning: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Wunknown-warning-option]
       > warning: unknown warning option '-Wmissing-parameter-type' [-Wunknown-warning-option]
       > warning: unknown warning option '-Wold-style-declaration'; did you mean '-Wout-of-line-declaration'? [-Wunknown-warning-option]
       > 3 warnings generated.
       > warning: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Wunknown-warning-option]
       > warning: unknown warning option '-Wmissing-parameter-type' [-Wunknown-warning-option]
       > warning: unknown warning option '-Wold-style-declaration'; did you mean '-Wout-of-line-declaration'? [-Wunknown-warning-option]
       > 3 warnings generated.
       > make[1]: Leaving directory '/build/source/generate/unix/iasl'
       > make: *** [generate/unix/Makefile.common:7: iasl] Error 2
       For full logs, run:
         nix log /nix/store/gyba0jxmgp41pas6gkc829fdgkdacyl7-acpica-tools-x86_64-unknown-linux-gnufilc0-R2025_04_04.drv
aces-container-1.0.2
error: build of '/nix/store/1f9q6lldw579qwwmsy5sd6c6svpa2rin-aces-container-x86_64-unknown-linux-gnufilc0-1.0.2.drv^*', '/nix/store/4rbycmqbirq6xnipl175n8c1mkr6yp16-acct-x86_64-unknown-linux-gnufilc0-6.6.4.drv^*', '/nix/store/gyba0jxmgp41pas6gkc829fdgkdacyl7-acpica-tools-x86_64-unknown-linux-gnufilc0-R2025_04_04.drv^*', '/nix/store/h9q3k37d33xpix50pzx9y2d7kc3wrxma-abella-x86_64-unknown-linux-gnufilc0-2.0.8.drv^*', '/nix/store/hdx3vp0f1vm5xsbfa15kx3i9b49qb41j-aalib-x86_64-unknown-linux-gnufilc0-1.4rc5.drv^*' failed

End of log