Skip to content

Instantly share code, notes, and snippets.

@al3xtjames
Created November 19, 2024 15:48
Show Gist options
  • Save al3xtjames/93a307ce31dd4dcf5092b79feb52c609 to your computer and use it in GitHub Desktop.
Save al3xtjames/93a307ce31dd4dcf5092b79feb52c609 to your computer and use it in GitHub Desktop.
structuredAttrs is enabled
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/fdhh1dfbkizpa827wy4080qjzj1zawqf-source
source root is source
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
Running phase: configurePhase
@nix { "action": "setPhase", "phase": "configurePhase" }
mesonConfigurePhase flags: --prefix=/nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1 --libdir=/nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/lib --libexecdir=/nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/libexec --bindir=/nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin --sbindir=/nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/sbin --includedir=/nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/include --mandir=/nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man --infodir=/nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/share/info --localedir=/nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/share/locale -Dauto_features=enabled -Dwrap_mode=nodownload --buildtype=release
The Meson build system
Version: 1.6.0
Source dir: /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source
Build dir: /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/build
Build type: native build
Project name: shell_cmds
Project version: 319.0.1
C compiler for the host machine: clang (clang 16.0.6 "clang version 16.0.6")
C linker for the host machine: clang ld64 951.9
C++ compiler for the host machine: clang++ (clang 16.0.6 "clang version 16.0.6")
C++ linker for the host machine: clang++ ld64 951.9
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: YES (/nix/store/3s028kkilp4zpk779s428mz81rfcxqd1-pkg-config-wrapper-0.29.2/bin/pkg-config) 0.29.2
Run-time dependency libbsd-overlay found: YES 0.12.2
Run-time dependency libedit found: YES 3.1
Library resolv found: YES
Library sbuf found: YES
Library util found: YES
Run-time dependency libxo found: YES 1.7.5
Program bison found: YES (/nix/store/drqcf7nl57dds03vfyiski3xpqwjmq63-bison-3.8.2/bin/bison)
Program bash found: YES (/nix/store/kxbv62zh2l4w17wgb6f6x8q9598chfbh-bash-5.2p37/bin/bash)
Build targets in project: 58
shell_cmds 319.0.1
User defined options
auto_features: enabled
bindir : /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
buildtype : release
includedir : /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/include
infodir : /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/share/info
libdir : /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/lib
libexecdir : /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/libexec
localedir : /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/share/locale
mandir : /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man
prefix : /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1
sbindir : /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/sbin
wrap_mode : nodownload
Found ninja-1.12.1 at /nix/store/cf7ich3phjv2xdy275m49p9c8h6v7jqg-ninja-1.12.1/bin/ninja
mesonConfigurePhase: enabled\ parallel\ building
configurePhase completed in 40 seconds
Running phase: buildPhase
@nix { "action": "setPhase", "phase": "buildPhase" }
build flags: -j32
[1/162] Generating token.h with a custom command
[2/162] Generating from 'expr/expr.y'
[3/162] Generating builtins.c with a custom command
[4/162] Generating from 'find/getdate.y'
../find/getdate.y: warning: 10 shift/reduce conflicts [-Wconflicts-sr]
../find/getdate.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
[5/162] Compiling C object false.p/false_false.c.o
../false/false.c:33:19: warning: unused variable 'copyright' [-Wunused-const-variable]
static const char copyright[] =
^
../false/false.c:39:19: warning: unused variable 'sccsid' [-Wunused-const-variable]
static const char sccsid[] = "@(#)false.c 8.1 (Berkeley) 6/6/93";
^
2 warnings generated.
[6/162] Compiling C object getopt.p/getopt_getopt.c.o
[7/162] Compiling C object true.p/true_true.c.o
../true/true.c:35:19: warning: unused variable 'copyright' [-Wunused-const-variable]
static const char copyright[] =
^
../true/true.c:41:19: warning: unused variable 'sccsid' [-Wunused-const-variable]
static const char sccsid[] = "@(#)true.c 8.1 (Berkeley) 6/9/93";
^
2 warnings generated.
[8/162] Compiling C object logname.p/logname_logname.c.o
../logname/logname.c:33:19: warning: unused variable 'copyright' [-Wunused-const-variable]
static const char copyright[] =
^
../logname/logname.c:39:19: warning: unused variable 'sccsid' [-Wunused-const-variable]
static const char sccsid[] = "@(#)logname.c 8.2 (Berkeley) 4/3/94";
^
2 warnings generated.
[9/162] Compiling C object pwd.p/pwd_pwd.c.o
[10/162] Compiling C object dirname.p/dirname_dirname.c.o
../dirname/dirname.c:33:19: warning: unused variable 'copyright' [-Wunused-const-variable]
static const char copyright[] =
^
../dirname/dirname.c:39:19: warning: unused variable 'sccsid' [-Wunused-const-variable]
static const char sccsid[] = "@(#)dirname.c 8.4 (Berkeley) 5/4/95";
^
2 warnings generated.
[11/162] Compiling C object realpath.p/realpath_realpath.c.o
[12/162] Compiling C object printenv.p/printenv_printenv.c.o
../printenv/printenv.c:33:19: warning: unused variable 'copyright' [-Wunused-const-variable]
static const char copyright[] =
^
1 warning generated.
[13/162] Compiling C object sleep.p/sleep_sleep.c.o
[14/162] Compiling C object nohup.p/nohup_nohup.c.o
[15/162] Compiling C object hostname.p/hostname_hostname.c.o
[16/162] Compiling C object mktemp.p/mktemp_mktemp.c.o
../mktemp/mktemp.c:52:19: warning: unused variable 'rcsid' [-Wunused-const-variable]
static const char rcsid[] =
^
1 warning generated.
[17/162] Compiling C object mksyntax.p/sh_mksyntax.c.o
[18/162] Compiling C object renice.p/renice_renice.c.o
[19/162] Compiling C object basename.p/basename_basename.c.o
../basename/basename.c:33:19: warning: unused variable 'copyright' [-Wunused-const-variable]
static const char copyright[] =
^
1 warning generated.
[20/162] Compiling C object nice.p/nice_nice.c.o
[21/162] Compiling C object echo.p/echo_echo.c.o
[22/162] Compiling C object chroot.p/chroot_chroot.c.o
[23/162] Compiling C object time.p/time_time.c.o
../time/time.c:67:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
main(argc, argv)
^
1 warning generated.
[24/162] Compiling C object kill.p/kill_kill.c.o
[25/162] Compiling C object path_helper.p/path_helper_path_helper.c.o
[26/162] Compiling C object tee.p/tee_tee.c.o
../tee/tee.c:33:19: warning: unused variable 'copyright' [-Wunused-const-variable]
static const char copyright[] =
^
../tee/tee.c:42:19: warning: unused variable 'rcsid' [-Wunused-const-variable]
static const char rcsid[] =
^
2 warnings generated.
[27/162] Compiling C object shlock.p/shlock_shlock.c.o
[28/162] Compiling C object lastcomm.p/lastcomm_lastcomm.c.o
[29/162] Compiling C object mknodes.p/sh_mknodes.c.o
[30/162] Compiling C object jot.p/jot_jot.c.o
../jot/jot.c:33:19: warning: unused variable 'copyright' [-Wunused-const-variable]
static const char copyright[] =
^
1 warning generated.
[31/162] Compiling C object seq.p/seq_seq.c.o
[32/162] Compiling C object script.p/script_script.c.o
[33/162] Compiling C object printf.p/printf_printf.c.o
../printf/printf.c:41:19: warning: unused variable 'copyright' [-Wunused-const-variable]
static char const copyright[] =
^
../printf/printf.c:51:19: warning: unused variable 'rcsid' [-Wunused-const-variable]
static const char rcsid[] =
^
2 warnings generated.
[34/162] Compiling C object systime.p/systime_systime.c.o
[35/162] Compiling C object uname.p/uname_uname.c.o
../uname/uname.c:42:19: warning: unused variable 'copyright' [-Wunused-const-variable]
static const char copyright[] =
^
../uname/uname.c:48:19: warning: unused variable 'sccsid' [-Wunused-const-variable]
static const char sccsid[] = "@(#)uname.c 8.2 (Berkeley) 5/4/95";
^
2 warnings generated.
[36/162] Compiling C object killall.p/killall_killall.c.o
[37/162] Compiling C object what.p/what_what.c.o
../what/what.c:37:19: warning: unused variable 'copyright' [-Wunused-const-variable]
static const char copyright[] =
^
../what/what.c:43:19: warning: unused variable 'sccsid' [-Wunused-const-variable]
static const char sccsid[] = "@(#)what.c 8.1 (Berkeley) 6/6/93";
^
2 warnings generated.
[38/162] Compiling C object yes.p/yes_yes.c.o
../yes/yes.c:33:19: warning: unused variable 'copyright' [-Wunused-const-variable]
static const char copyright[] =
^
../yes/yes.c:42:19: warning: unused variable 'rcsid' [-Wunused-const-variable]
static const char rcsid[] = "$FreeBSD$";
^
2 warnings generated.
[39/162] Compiling C object which.p/which_which.c.o
[40/162] Compiling C object find.p/find_operator.c.o
[41/162] Compiling C object apply.p/apply_apply.c.o
[42/162] Compiling C object env.p/env_env.c.o
../env/env.c:33:19: warning: unused variable 'copyright' [-Wunused-const-variable]
static const char copyright[] =
^
1 warning generated.
[43/162] Compiling C object find.p/find_misc.c.o
[44/162] Compiling C object find.p/find_ls.c.o
[45/162] Linking target mksyntax
[46/162] Compiling C object find.p/find_main.c.o
../find/main.c:35:19: warning: unused variable 'copyright' [-Wunused-const-variable]
static const char copyright[] =
^
1 warning generated.
[47/162] Compiling C object hexdump.p/hexdump_hexsyntax.c.o
[48/162] Compiling C object find.p/find_find.c.o
[49/162] Compiling C object date.p/date_date.c.o
../date/date.c:33:19: warning: unused variable 'copyright' [-Wunused-const-variable]
static char const copyright[] =
^
1 warning generated.
[50/162] Compiling C object hexdump.p/hexdump_hexdump.c.o
../hexdump/hexdump.c:33:19: warning: unused variable 'copyright' [-Wunused-const-variable]
static const char copyright[] =
^
1 warning generated.
[51/162] Compiling C object find.p/find_option.c.o
[52/162] Compiling C object whereis.p/whereis_whereis.c.o
[53/162] Compiling C object hexdump.p/hexdump_conv.c.o
../hexdump/conv.c:33:19: warning: unused variable 'sccsid' [-Wunused-const-variable]
static const char sccsid[] = "@(#)conv.c 8.1 (Berkeley) 6/6/93";
^
1 warning generated.
[54/162] Compiling C object env.p/env_envopts.c.o
[55/162] Generating syntax.c with a custom command
[56/162] Linking target mknodes
[57/162] Compiling C object hexdump.p/hexdump_odsyntax.c.o
../hexdump/odsyntax.c:204:21: warning: unused variable 'q' [-Wunused-variable]
unsigned char *p, *q, *num, *end;
^
1 warning generated.
[58/162] Generating nodes.c with a custom command
[59/162] Compiling C object locate.bigram.p/locate_bigram_locate.bigram.c.o
../locate/bigram/locate.bigram.c:87:20: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
while (fgets(path, sizeof(buf2), stdin) != NULL) {
^~~~
/nix/store/gm9lsll2rkyxg7wb0v7mgrjr37bj1wws-apple-sdk-10.12.2/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:238:30: note: passing argument to parameter here
char *fgets(char * __restrict, int, FILE *);
^
1 warning generated.
[60/162] Compiling C object hexdump.p/hexdump_display.c.o
[61/162] Compiling C object date.p/date_vary.c.o
[62/162] Compiling C object locate.p/locate_locate_util.c.o
../locate/locate/util.c:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
check_bigram_char(ch)
^
../locate/locate/util.c:139:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
print_matches(counter)
^
../locate/locate/util.c:153:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
patprep(name)
^
../locate/locate/util.c:207:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
tolower_word(word)
^
../locate/locate/util.c:230:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
getwm(p)
^
../locate/locate/util.c:263:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
getwf(fp)
^
6 warnings generated.
[63/162] Compiling C object locate.code.p/locate_code_locate.code.c.o
../locate/code/locate.code.c:151:14: warning: passing 'u_char[257]' (aka 'unsigned char[257]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
(void)fgets(bigrams, BGBUFSIZE + 1, fp);
^~~~~~~
/nix/store/gm9lsll2rkyxg7wb0v7mgrjr37bj1wws-apple-sdk-10.12.2/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:238:30: note: passing argument to parameter here
char *fgets(char * __restrict, int, FILE *);
^
../locate/code/locate.code.c:172:15: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
while (fgets(path, sizeof(buf2), stdin) != NULL) {
^~~~
/nix/store/gm9lsll2rkyxg7wb0v7mgrjr37bj1wws-apple-sdk-10.12.2/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdio.h:238:30: note: passing argument to parameter here
char *fgets(char * __restrict, int, FILE *);
^
2 warnings generated.
[64/162] Compiling C object expr.p/meson-generated_expr.tab.c.o
[65/162] Compiling C object lockf.p/lockf_lockf.c.o
[66/162] Compiling C object id.p/id_id.c.o
../id/id.c:33:19: warning: unused variable 'copyright' [-Wunused-const-variable]
static const char copyright[] =
^
1 warning generated.
[67/162] Compiling C object stdbuf.p/stdbuf_stdbuf.c.o
[68/162] Compiling C object hexdump.p/hexdump_parse.c.o
[69/162] Compiling C object locate.p/locate_locate_locate.c.o
In file included from ../locate/locate/locate.c:394:
../locate/locate/fastfind.c:47:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
statistic (fp, path_fcodes)
^
../locate/locate/fastfind.c:132:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
fastfind
^
../locate/locate/fastfind.c:171:9: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
for (p = pathpart; *p != '\0'; p++)
^ ~~~~~~~~
../locate/locate/fastfind.c:180:4: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
p = pathpart;
^ ~~~~~~~~
../locate/locate/fastfind.c:181:19: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
patend = patprep(p);
^
../locate/locate/locate.c:139:29: note: passing argument to parameter here
extern char *patprep(char *);
^
In file included from ../locate/locate/locate.c:394:
../locate/locate/fastfind.c:181:9: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
patend = patprep(p);
^ ~~~~~~~~~~
../locate/locate/fastfind.c:316:29: warning: passing 'u_char[1024]' (aka 'unsigned char[1024]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
!fnmatch(pathpart, path, 0))
^~~~
/nix/store/gm9lsll2rkyxg7wb0v7mgrjr37bj1wws-apple-sdk-10.12.2/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/fnmatch.h:79:40: note: passing argument to parameter here
int fnmatch(const char *, const char *, int) __DARWIN_ALIAS(fnmatch);
^
In file included from ../locate/locate/locate.c:396:
../locate/locate/fastfind.c:130:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
fastfind_icase
^
../locate/locate/fastfind.c:154:15: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
tolower_word(pathpart);
^~~~~~~~
../locate/locate/locate.c:137:39: note: passing argument to parameter here
extern u_char *tolower_word(u_char *);
^
In file included from ../locate/locate/locate.c:396:
../locate/locate/fastfind.c:171:9: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
for (p = pathpart; *p != '\0'; p++)
^ ~~~~~~~~
../locate/locate/fastfind.c:180:4: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
p = pathpart;
^ ~~~~~~~~
../locate/locate/fastfind.c:181:19: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
patend = patprep(p);
^
../locate/locate/locate.c:139:29: note: passing argument to parameter here
extern char *patprep(char *);
^
In file included from ../locate/locate/locate.c:396:
../locate/locate/fastfind.c:181:9: warning: assigning to 'u_char *' (aka 'unsigned char *') from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
patend = patprep(p);
^ ~~~~~~~~~~
../locate/locate/fastfind.c:318:29: warning: passing 'u_char[1024]' (aka 'unsigned char[1024]') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
!fnmatch(pathpart, path,
^~~~
/nix/store/gm9lsll2rkyxg7wb0v7mgrjr37bj1wws-apple-sdk-10.12.2/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/fnmatch.h:79:40: note: passing argument to parameter here
int fnmatch(const char *, const char *, int) __DARWIN_ALIAS(fnmatch);
^
14 warnings generated.
[70/162] Compiling C object w.p/w_pr_time.c.o
[71/162] Compiling C object w.p/w_proc_compare.c.o
[72/162] Compiling C object w.p/w_fmt.c.o
[73/162] Linking target dirname
[74/162] Linking target basename
[75/162] Compiling C object xargs.p/xargs_strnsubst.c.o
[76/162] Linking target chroot
[77/162] Compiling C object '[.p/test_test.c.o'
[78/162] Compiling C object find.p/meson-generated_getdate.tab.c.o
[79/162] Linking target hostname
[80/162] Compiling C object find.p/find_function.c.o
[81/162] Compiling C object who.p/who_who.c.o
[82/162] Linking target echo
[83/162] Compiling C object sh.p/meson-generated_.._syntax.c.o
[84/162] Compiling C object sh.p/meson-generated_.._builtins.c.o
[85/162] Linking target jot
[86/162] Linking target false
[87/162] Linking target getopt
[88/162] Linking target kill
[89/162] Compiling C object sh.p/meson-generated_.._nodes.c.o
[90/162] Compiling C object xargs.p/xargs_xargs.c.o
../xargs/xargs.c:944:18: warning: 'fgetln' is deprecated: This functions cannot be safely ported, use getline(3) instead, as it is supported by GNU and POSIX.1-2008. [-Wdeprecated-declarations]
if ((response = fgetln(ttyfp, &rsize)) == NULL ||
^
/nix/store/6fg4bikpp00qfkd528nxxd13z73r2ifq-libbsd-0.12.2-dev/include/bsd/stdio.h:64:2: note: 'fgetln' has been explicitly marked deprecated here
LIBBSD_DEPRECATED("This functions cannot be safely ported, "
^
/nix/store/6fg4bikpp00qfkd528nxxd13z73r2ifq-libbsd-0.12.2-dev/include/bsd/sys/cdefs.h:103:45: note: expanded from macro 'LIBBSD_DEPRECATED'
#define LIBBSD_DEPRECATED(x) __attribute__((__deprecated__(x)))
^
1 warning generated.
[91/162] Compiling C object sh.p/kill_kill.c.o
[92/162] Compiling C object sh.p/sh_alias.c.o
[93/162] Compiling C object sh.p/sh_arith_yacc.c.o
[94/162] Compiling C object sh.p/sh_arith_yylex.c.o
[95/162] Compiling C object sh.p/sh_bltin_echo.c.o
[96/162] Compiling C object sh.p/sh_cd.c.o
[97/162] Compiling C object sh.p/sh_error.c.o
[98/162] Compiling C object sh.p/sh_eval.c.o
[99/162] Compiling C object sh.p/sh_exec.c.o
[100/162] Compiling C object sh.p/sh_expand.c.o
[101/162] Compiling C object sh.p/sh_histedit.c.o
[102/162] Compiling C object sh.p/sh_input.c.o
[103/162] Compiling C object sh.p/sh_mail.c.o
[104/162] Compiling C object sh.p/sh_memalloc.c.o
[105/162] Compiling C object sh.p/sh_miscbltin.c.o
[106/162] Compiling C object sh.p/sh_mystring.c.o
[107/162] Compiling C object sh.p/sh_options.c.o
[108/162] Compiling C object sh.p/sh_output.c.o
[109/162] Compiling C object sh.p/sh_parser.c.o
[110/162] Compiling C object sh.p/sh_redir.c.o
[111/162] Compiling C object sh.p/sh_show.c.o
[112/162] Compiling C object sh.p/sh_trap.c.o
[113/162] Compiling C object sh.p/sh_var.c.o
[114/162] Compiling C object sh.p/test_test.c.o
[115/162] Linking target killall
[116/162] Linking target lastcomm
[117/162] Compiling C++ object users.p/users_users.cc.o
[118/162] Compiling C object w.p/w_w.c.o
../w/w.c:176:21: warning: variable 'dkp' set but not used [-Wunused-but-set-variable]
struct kinfo_proc *dkp;
^
1 warning generated.
[119/162] Compiling C object sh.p/printf_printf.c.o
../printf/printf.c:51:19: warning: unused variable 'rcsid' [-Wunused-const-variable]
static const char rcsid[] =
^
1 warning generated.
[120/162] Compiling C object sh.p/sh_jobs.c.o
../sh/jobs.c:988:89: warning: argument 'pip' of type 'int[2]' with mismatched bound [-Warray-parameter]
vforkexecshell(struct job *jp, char **argv, char **envp, const char *path, int idx, int pip[2])
^
../sh/jobs.h:58:77: note: previously declared as 'int[]' here
pid_t vforkexecshell(struct job *, char **, char **, const char *, int, int []);
^
1 warning generated.
[121/162] Compiling C object sh.p/sh_main.c.o
../sh/main.c:36:19: warning: unused variable 'copyright' [-Wunused-const-variable]
static char const copyright[] =
^
1 warning generated.
[122/162] Linking target logname
[123/162] Linking target mktemp
[124/162] Linking target nice
[125/162] Linking target nohup
[126/162] Linking target path_helper
[127/162] Linking target printenv
[128/162] Linking target printf
[129/162] Linking target pwd
[130/162] Linking target realpath
[131/162] Linking target renice
[132/162] Linking target script
[133/162] Linking target seq
[134/162] Linking target shlock
[135/162] Linking target sleep
[136/162] Linking target systime
[137/162] Linking target tee
[138/162] Linking target time
[139/162] Linking target true
[140/162] Linking target uname
[141/162] Linking target what
[142/162] Linking target whereis
[143/162] Linking target which
[144/162] Linking target yes
[145/162] Linking target apply
[146/162] Linking target date
[147/162] Linking target env
[148/162] Linking target expr
[149/162] Linking target find
[150/162] Linking target hexdump
[151/162] Linking target id
[152/162] Linking target locate
[153/162] Linking target locate.bigram
[154/162] Linking target locate.code
[155/162] Linking target lockf
[156/162] Linking target sh
[157/162] Linking target stdbuf
[158/162] Linking target who
[159/162] Linking target xargs
[160/162] Linking target w
[161/162] Linking target '['
[162/162] Linking target users
Running phase: installPhase
@nix { "action": "setPhase", "phase": "installPhase" }
mesonInstallPhase flags: ''
Installing basename to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing chroot to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing dirname to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing echo to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing false to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing getopt to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing hostname to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing jot to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing kill to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing killall to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing lastcomm to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing logname to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing mktemp to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing nice to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing nohup to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing path_helper to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing printenv to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing printf to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing pwd to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing realpath to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing renice to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing script to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing seq to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing shlock to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing sleep to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing systime to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing tee to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing time to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing true to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing uname to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing what to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing whereis to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing which to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing yes to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing apply to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing date to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing env to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing expr to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing find to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing hexdump to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing id to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing locate to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing locate.bigram to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing locate.code to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing lockf to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing sh to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing stdbuf to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing [ to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing users to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing w to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing who to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing xargs to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/basename/basename.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/chroot/chroot.8 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man8
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/dirname/dirname.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/echo/echo.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/false/false.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/getopt/getopt.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/hostname/hostname.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/jot/jot.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/kill/kill.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/killall/killall.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/lastcomm/lastcomm.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/logname/logname.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/mktemp/mktemp.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/nice/nice.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/nohup/nohup.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/path_helper/path_helper.8 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man8
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/printenv/printenv.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/printf/printf.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/pwd/pwd.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/realpath/realpath.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/renice/renice.8 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man8
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/script/script.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/seq/seq.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/shlock/shlock.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/sleep/sleep.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/systime/systime.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/tee/tee.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/time/time.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/true/true.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/uname/uname.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/what/what.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/whereis/whereis.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/which/which.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/yes/yes.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/alias/alias.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/alias/builtin.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/apply/apply.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/date/date.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/env/env.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/expr/expr.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/find/find.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/hexdump/hexdump.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/hexdump/od.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/id/groups.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/id/id.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/id/whoami.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/locate/locate/locate.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/locate/locate/locate.updatedb.8 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man8
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/locate/bigram/locate.bigram.8 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man8
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/locate/code/locate.code.8 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man8
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/lockf/lockf.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/sh/sh.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/stdbuf/stdbuf.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/test/[.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/test/test.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/users/users.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/w/uptime.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/w/w.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/who/who.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/xargs/xargs.1 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man1
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/alias/generic.sh to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/locate/locate/locate.rc to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/etc
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/locate/locate/concatdb.sh to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/libexec
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/locate/locate/updatedb.sh to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/libexec
Installing /private/tmp/nix-build-shell_cmds-319.0.1.drv-0/source/locate/locate/mklocatedb.sh to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/libexec
Installing symlink pointing to alias to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin/bg
Installing symlink pointing to alias to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin/cd
Installing symlink pointing to alias to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin/command
Installing symlink pointing to alias to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin/fc
Installing symlink pointing to alias to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin/fg
Installing symlink pointing to alias to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin/getopts
Installing symlink pointing to alias to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin/hash
Installing symlink pointing to alias to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin/jobs
Installing symlink pointing to alias to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin/read
Installing symlink pointing to alias to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin/type
Installing symlink pointing to alias to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin/ulimit
Installing symlink pointing to alias to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin/umask
Installing symlink pointing to alias to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin/unalias
Installing symlink pointing to alias to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin/wait
Installing symlink pointing to hexdump to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin/od
Installing symlink pointing to id to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin/groups
Installing symlink pointing to id to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin/whoami
Installing symlink pointing to locate.updatedb.8 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man8/locate.concatdb.8
Installing symlink pointing to locate.updatedb.8 to /nix/store/3cf7izp3r6av258qr1rivc475kih80j5-shell_cmds-319.0.1-man/share/man/man8/locate.mklocatedb.8
Installing symlink pointing to [ to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin/test
Installing symlink pointing to w to /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin/uptime
patching script interpreter paths in /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/libexec
/nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin/alias: interpreter directive changed from "#!/bin/sh" to "/nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin/sh"
/nix/store/6f5997018j5chnm3n9d8vzzkavknbkn8-patch-shebangs.sh: line 133: /nix/store/nk0jsglvc7fc0lwa6s4acc8y8lkvcaz3-shell_cmds-319.0.1/bin/alias: Permission denied
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment