* Package: net-misc/clockspeed-0.62-r8:0 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking clockspeed-0.62.tar.gz to /var/tmp/portage/net-misc/clockspeed-0.62-r8/work >>> Unpacking leapsecs.dat.20081114 to /var/tmp/portage/net-misc/clockspeed-0.62-r8/work unpack leapsecs.dat.20081114: file format not recognized. Ignoring. >>> Source unpacked in /var/tmp/portage/net-misc/clockspeed-0.62-r8/work >>> Preparing source in /var/tmp/portage/net-misc/clockspeed-0.62-r8/work/clockspeed-0.62 ... * Applying clockspeed-0.62-gentoo.patch ... [ ok ] >>> Source prepared. * Modern C testing: this build is using a /etc/portage/bashrc hook (2023-11-30T22:24)! * Modern C testing: see https://wiki.gentoo.org/wiki/Modern_C_porting for more info. >>> Configuring source in /var/tmp/portage/net-misc/clockspeed-0.62-r8/work/clockspeed-0.62 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/net-misc/clockspeed-0.62-r8/work/clockspeed-0.62 ... make -j4 nroff -man sntpclock.1 > sntpclock.0 nroff -man taiclock.1 > taiclock.0 nroff -man taiclockd.1 > taiclockd.0 nroff -man clockspeed.1 > clockspeed.0 nroff -man clockadd.1 > clockadd.0 nroff -man clockview.1 > clockview.0 ( cat warn-auto.sh; \ echo CC=\'`head -n 1 conf-cc`\'; \ echo LD=\'`head -n 1 conf-ld`\' \ ) > auto-ccld.sh cat auto-ccld.sh make-load.sh > make-load cat auto-ccld.sh find-systype.sh > find-systype chmod 755 make-load chmod 755 find-systype cat auto-ccld.sh make-compile.sh > make-compile cat auto-ccld.sh make-makelib.sh > make-makelib ./find-systype > systype chmod 755 make-compile chmod 755 make-makelib ( cat warn-auto.sh; ./make-load "`cat systype`" ) > load ( cat warn-auto.sh; ./make-compile "`cat systype`" ) > \ compile ( cat warn-auto.sh; ./make-makelib "`cat systype`" ) > \ makelib chmod 755 makelib chmod 755 compile ( ./compile trysysel.c >/dev/null 2>&1 \ && cat select.h2 || cat select.h1 ) > select.h chmod 755 load ./compile ip.c ./compile leapsecs_init.c ./compile strerr_sys.c ip.c:13:16: warning: passing arguments to 'fmt_ulong' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 13 | i = fmt_ulong(s,(unsigned long) ip->d[0]); len += i; if (s) s += i; | ^ ip.c:14:14: warning: passing arguments to 'fmt_str' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 14 | i = fmt_str(s,"."); len += i; if (s) s += i; | ^ ip.c:15:16: warning: passing arguments to 'fmt_ulong' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 15 | i = fmt_ulong(s,(unsigned long) ip->d[1]); len += i; if (s) s += i; | ^ ip.c:16:14: warning: passing arguments to 'fmt_str' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 16 | i = fmt_str(s,"."); len += i; if (s) s += i; | ^ ip.c:17:16: warning: passing arguments to 'fmt_ulong' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 17 | i = fmt_ulong(s,(unsigned long) ip->d[2]); len += i; if (s) s += i; | ^ ip.c:18:14: warning: passing arguments to 'fmt_str' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 18 | i = fmt_str(s,"."); len += i; if (s) s += i; | ^ ip.c:19:16: warning: passing arguments to 'fmt_ulong' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 19 | i = fmt_ulong(s,(unsigned long) ip->d[3]); len += i; if (s) s += i; | ^ ip.c:5:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 5 | unsigned int ip_fmt(s,ip) | ^ In file included from ip.c:3: ./ip.h:6:21: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 6 | extern unsigned int ip_fmt(); | ^ ip.c:32:17: warning: passing arguments to 'scan_ulong' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 32 | i = scan_ulong(s,&u); if (!i) return 0; ip->d[0] = u; s += i; len += i; | ^ ip.c:34:17: warning: passing arguments to 'scan_ulong' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 34 | i = scan_ulong(s,&u); if (!i) return 0; ip->d[1] = u; s += i; len += i; | ^ ip.c:36:17: warning: passing arguments to 'scan_ulong' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 36 | i = sstrerr_sys.cc:an_ulo9ng:27: warning: (passing arguments tos, 'error_str' without &u);a iprototypef (!i )is rdeprecatede tinu ralln versions0 ;of iCp -and> dis[ 2not] supported= inu ;C2x s [-Wdeprecated-non-prototype]+ = i; len += i; 9 | | ^ strerr_sys.x = error_str(errno); | ^ ip.c:38:17: warning: passing arguments to 'scan_ulong' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 38 | i = scan_ulong(s,&u); if (!i) return 0; ip->d[3] = u; s += i; len += i; | ^ ip.c:23:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 23 | unsigned int ip_scan(s,ip) | ^ In file included from ip.c:3: ./ip.h:8:21: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 8 | extern unsigned int ip_scan(); | ^ ip.c:42:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 42 | unsigned int ip_scanbracket(s,ip) | ^ In file included from ip.c:3: ./ip.h:9:21: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 9 | extern unsigned int ip_scanbracket(); | ^ ./compile strerr_die.c 1 warning generated. ./compile substdio.c rm -f trysysel.o trysysel ./compile substdi.c 17 warnings generated. ./compile substdo.c strerr_die.c:12:24: warning: passing arguments to 'substdio_puts' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 12 | if (x1) substdio_puts(subfderr,x1); | ^ strerr_die.c:13:24: warning: passing arguments to 'substdio_puts' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 13 | if (x2) substdio_puts(subfderr,x2); | ^ strerr_die.c:14:24: warning: passing arguments to 'substdio_puts' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 14 | if (x3) substdio_puts(subfderr,x3); | ^ strerr_die.c:15:24: warning: passing arguments to 'substdio_puts' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 15 | if (x4) substdio_puts(subfderr,x4); | ^ strerr_die.c:16:24: warning: passing arguments to 'substdio_puts' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 16 | if (x5) substdio_puts(subfderr,x5); | ^ strerr_die.c:17:24: warning: passing arguments to 'substdio_puts' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 17 | if (x6) substdio_puts(subfderr,x6); | ^ strerr_die.c:20:29: warning: passing arguments to 'substdio_puts' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 20 | if (se->x) substdio_puts(subfderr,se->x); | ^ strerr_die.c:21:29: warning: passing arguments to 'substdio_puts' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 21 | if (se->y) substdio_puts(subfderr,se->y); | ^ strerr_die.c:22:29: warning: passing arguments to 'substdio_puts' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 22 | if (se->z) substdio_puts(subfderr,se->z); | ^ strerr_die.c:26:16: warning: passing arguments to 'substdio_puts' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 26 | substdio_puts(subfderr,"\n"); | ^ strerr_die.c:27:17: warning: passing arguments to 'substdio_flush' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 27 | substdio_flush(subfderr); | ^ strerr_die.c:6:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 6 | void strerr_warn(x1,x2,x3,x4,x5,x6,se) | ^ In file included from strerr_die.c:4: ./strerr.h:17:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 17 | extern void strerr_warn(); | ^ strerr_die.c:30:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 30 | void strerr_die(e,x1,x2,x3,x4,x5,x6,se) | ^ In file included from strerr_die.c:4: ./strerr.h:18:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 18 | extern void strerr_die(); | ^ substdio.c:3:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 3 | void substdio_fdbuf(s,op,fd,buf,len) | ^ In file included from substdio.c:1: ./substdio.h:14:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 14 | extern void substdio_fdbuf(); | ^ 2 warnings generated. substdi.c:14:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 14 | r = op(fd,buf,len); | ^ substdi.c:5:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 5 | static int oneread(op,fd,buf,len) | ^ substdi.c:31:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 31 | byte_copy(buf,r,s->x + s->n); | ^ substdi.c:20:12: warning: a function definition without a prototype is deprecated in all versions of C and is 15not supported in C2x [-Wdeprecated-non-prototype] warning20s | stati generatedc int getthis. (s,buf,len) | ^ substdi.c:49:48: warning: passing arguments to 'byte_copyr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 49 | if (q > 0) /* damn, gotta shift */ byte_copyr(s->x + q,r,s->x); | ^ substdi.c:36:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 36 | int substdio_feed(s) | ^ In file included from substdi.c:1: ./substdio.h:26:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 26 | extern int substdio_feed(); | ^ substdi.c:53:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 53 | int substdio_bget(s,buf,len) | ^ In file included from substdi.c:1: ./substdio.h:25:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 25 | extern int substdio_bget(); | ^ substdi.c:66:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 66 | int substdio_get(s,buf,len) | ^ In file included from substdi.c:1: ./substdio.h:24:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 24 | extern int substdio_get(); | ^ substdi.c:79:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 79 | char *substdio_peek(s) | ^ In file included from substdi.c:1: ./substdio.h:28:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 28 | extern char *substdio_peek(); | ^ substdi.c:85:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 85 | void substdio_seek(s,len) | ^ In file included from substdi.c:1: ./substdio.h:29:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 29 | extern void substdio_seek(); | ^ substdo.c:15:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 15 | w = op(fd,buf,len); | ^ substdo.c:20:17: warning: if statement has empty body [-Wempty-body] 20 | if (w == 0) ; /* luser's fault */ | ^ substdo.c:20:17: note: put the semicolon on a separate line to silence this warning substdo.c:6:12: ./compile subfderr.c warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 6 | static int allwrite(op,fd,buf,len) | ^ substdo.c:27:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 27 | int substdio_flush(s) | ^ In file included from substdo.c:1: ./substdio.h:16:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 16 | extern int substdio_f./compile substdio_copy.c lush(); | ^ substdo.c:46:14: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 46 | byte_copy(s->x + s->p,n,buf); s->p += n; buf += n; len -= n; | ^ substdo.c:50:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 50 | byte_copy(s->x + s->p,len,buf); | ^ substdo.c:38:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 38 | int substdio_bput(s,buf,len) | ^ In file included from substdo.c:1: ./substdio.h:18:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 18 | extern int substdio_bput(); | ^ substdo.c:75:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 75 | byte_copy(s->x + s->p,len,buf); | ^ substdo.c:55:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 55 | int substdio_put(s,buf,len) | ^ In file included from substdo.c:1: ./substdio.h:17:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 17 | extern int substdio_put(); | ^ substdo.c:80:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 80 | int substdio_putflush(s,buf,len) | ^ In file included from substdo.c:1: ./substdio.h:19:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 19 | extern int substdio_putflush(); | ^ substdo.c:93:37: warning: passing arguments to 'str_len' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 93 | return substdio_bput(s,buf,str_len(buf)); | ^ substdo.c:89:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 89 | int substdio_bputs(s,buf) | ^ In file included from substdo.c:1: ./substdio.h:21:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 21 | extern int substdio_bputs(); | ^ substdo.c:100:36: warning: passing arguments to 'str_len' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 100 | return substdio_put(s,buf,str_len(buf)); | ^ substdo.c:96:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 96 | int substdio_puts(s,buf) | ^ In file included from substdo.c:1: ./substdio.h:20:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 20 | extern int substdio_puts(); | ^ substdo.c:107:41: warning: passing arguments to 'str_len' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 107 | return substdio_putflush(s,buf,str_len(buf)); | ^ substdo.c:103:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 103 | int substdio_putsflush(s,buf) | ^ In file included from substdo.c:1: ./substdio.h:22:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 22 | extern int substdio_putsflush(); | ^ 15 warnings generated. ./compile error.c 23 warnings generated. substdio_copy.c:11:22: warning: passing arguments to 'substdio_feed' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 11 | n = substdio_feed(ssin); | ^ substdio_copy.c./compile error_str.c :15:21: warning: passing arguments to 'substdio_put' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 15 | if (substdio_put(ssout,x,n) == -1) return -3; | ^ substdio_copy.c:3:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 3 | int substdio_copy(ssout,ssin) | ^ In file included from substdio_copy.c:1: ./substdio.h:45:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 45 | extern int substdio_copy(); | ^ ./compile str_len.c 4 warnings generated. ./compile str_diff.c ./compile byte_diff.c error_str.c:6:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 6 | char *error_str(i) | ^ In file included from error_str.c:2: ./error.h:20:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 20 | extern char *error_str(); | ^ str_len.c:3:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 3 | unsigned int str_len(s) | ^ In file included from str_len.c:1: ./str.h:7:21: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 7 | extern unsigned int str_len(); | ^ str_diff.c:3:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 3 | int str_diff(s,t) | ^ In file included from str_diff.c:1: ./str.h:5:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 2 warnings generated 5 | ext. ern int str_diff(); | ^ 2 warnings generated. ./compile byte_chr.c byte_diff.c:3:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 3 | int byte_diff(s,n,t) | ^ In file included from byte_diff.c:1: ./byte.h:8:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 8 | extern int byte_diff(); | ^ 2 warnings generated. ./compile byte_copy.c ./compile byte_cr.c 2 warnings generated. ./compile byte_zero.c byte_chr.c:3:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 3 | unsigned int byte_chr(s,n,c) | ^ In file included from byte_chr.c:1: ./byte.h:4:21: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 4 | extern unsigned int byte_chr(); | ^ byte_copy.c:3:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 3 | void byte_copy(to,n,from) | ^ In file included from byte_copy.c:1: ./byte.h:6:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 6 | extern void byte_copy(); | ^ byte_cr.c:3:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 3 | void byte_copyr(to,n,from) | ^ In file included from byte_cr.c:1: ./byte.h:7:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 7 | extern void byte_copyr(); | ^ 2 warnings generated. 2 warnings generated. 2 warnings generated. ./compile fmt_str.c ./compile fmt_uint.c byte_zero.c:3:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 3 | void byte_zero(s,n) | ^ In file included from byte_zero.c:1: ./byte.h:9:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 9 | extern void byte_zero(); | ^ ./compile fmt_uint0.c 2 warnings generated. ./compile fmt_ulong.c fmt_uint0.cfmt_uint.cfmt_str.c::95:::52:6 :17: warning: warning: passing passing argumentsarguments toto 'fmt_ulong''fmt_uint' without awithout prototypea isprototype deprecated in all isversions ofdeprecated C and inis not allsupported in C2xversions [-Wdeprecated-non-prototype] of C and is not5 | supported inregi sC2xter unsi[-Wdeprecated-non-prototype]g ned long l;6 | l = ul;e nr e=t 22uf:rm ntwarning: _usingu ithefn mtresultt( _FofuM lTano nassignment_g L(asEsN,,lu));; | ^| ^ a condition without parentheses [-Wparentheses]fmt_uint.c :3:14: warning: a function definition 9without | a iprototypef is( s )deprecated {in wallh iversionsl eof (Cc hand =is tnot[ lsupportede nin] )C2x s [[-Wdeprecated-non-prototype]l efmt_uint0.c n3+ | u:n+s8]i: g18=: nedwarning: cpassing iargumentsnt h to;f mt} _ u 'fmt_uint'i n| twithout ~~~^~~~~~~~ ( sa, uprototype) rise gdeprecatedi sint eallr versionsc hofa rC *ands ;is rnotegi ssupportedt erin uC2xn s igne[-Wdeprecated-non-prototype]d i 8 | nitf u(;s) fm| t ^_ uint(sIn file included from ,fmt_uint.cu:)1;: ./fmt.h :| 7 ^: 21: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x,fmt_str.c : 9conflictingfmt_uint0.c: :22with3: : a14note: placesubsequent: parenthesesdefinitionwarning: a around [-Wdeprecated-non-prototype] function the definition assignment7without | toae xsilenceprototypet ethisris n warningudeprecated n sini g alln9 e | versionsd of i inCft and(f smis)t _not{u iwsupportedn htini( l)C2xe; ( c| [-Wdeprecated-non-prototype]h ^ = t[ l3e | nu]n)s isg[nleedn +i+n]t =f mcth_;u i}n t 0| ( ^ s , u| , ( )n ) char *s; unsigned int u; unsigned int n; | ^ In file included from fmt_uint0.c:1: ./fmt.h:8:21: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as afmt_str.c :zero-parameter9 :prototype22 :in note: C2x,use '=='conflicting towith turna thissubsequent assignmentdefinition into[-Wdeprecated-non-prototype] an equality 8comparison | ext e9r | n uinfs i(gsn)e d{ iwnhti lfem t(_cuhi n=t 0t([)l;e n ]| ) ^ s[len++] = ch; } | ^ | == fmt_str.c:3:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 3 | unsigned int fmt_str(s,t) | ^ In file included from fmt_str.c:1: ./fmt.h:22:21: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 22 | extern unsigned int fmt_str(); | ^ 3 warnings generated. 3 warnings generated. 4 warnings generated. ./compile scan_ulong.c ( ( ./compile trylsock.c && \ ./load trylsock -lsocket -lnsl ) >/dev/null 2>&1 \ && echo -lsocket -lnsl || exit 0 ) > socket.lib ( ( ./compile tryrdtsc.c && ./load tryrdtsc && ./tryrdtsc \ ) >/dev/null 2>&1 \ && echo \#define HASRDTSC 1 || exit 0 ) > hasrdtsc.h fmt_ulong.c:3:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 3 | unsigned int fmt_ulong(s,u) register char *s; register unsigned long u; | ^ In file included from fmt_ulong.c:1: ./fmt.h:14:21: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 14 | extern unsigned int fmt_ulong(); | ^ 2 warnings generated. ( ( ./compile trygethr.c && ./load trygethr ) >/dev/null \ 2>&1 \ && echo \#define HASGETHRTIME 1 || exit 0 ) > hasgethr.h scan_ulong.c:3:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 3 | unsigned int scan_ulong(s,u) register char *s; register unsigned long *u; | ^ In file included from scan_ulong.c:1: ./scan.h:10:21: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 10 | extern unsigned int scan_ulong(); | ^ 2 warnings generated. rm -f tryrdtsc.o tryrdtsc rm -f trylsock.o trylsock ./compile auto-str.c ( ( ./compile trymkffo.c && ./load trymkffo ) >/dev/null \ 2>&1 \ && echo \#define HASMKFIFO 1 || exit 0 ) > hasmkffo.h ./compile open_read.c rm -f trygethr.o ./compile open_trunc.c auto-str.c:11:20: warning: passing arguments to 'substdio_puts' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 11 | if (substdio_puts(&ss1,s) == -1) _exit(111); | ^ auto-str.c:8:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 8 | void puts(s) | ^ auto-str.c:14:1: warning: return type of 'main' is not 'int' [-Wmain-return-type] 14 | void main(argc,argv) | ^ auto-str.c:14:1: note: change return type to 'int' 14 | void main(argc,argv) | ^~~~ | int auto-str.c:32:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 32 | while (ch = *value++) { | ~~~^~~~~~~~~~ auto-str.c:32:13: note: place parentheses around the assignment to silence this warning 32 | while (ch = *value++) { | ^ | ( ) auto-str.c:32:13: note: use '==' to turn this assignment into an equality comparison 32 | while (ch = *value++) { | ^ | == auto-str.c:42:21: warning: passing arguments to 'substdio_flush' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 42 | if (substdio_flush(&ss1) == -1) _exit(111); | ^ auto-str.c:14:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 14 | void main(argc,argv) | ^ open_read.c:5:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 5 | int open_read(fn) char *fn; | ^ In file included from open_read.c:3: ./open.h:4:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 4 | extern int open_read(); | ^ 2 warnings generated. 6 warnings generated. ./compile open_write.c ./compile clockadd.c open_trunc.c:5:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 5 | int open_trunc(fn) char *fn; | ^ In file included from open_trunc.c:3: ./open.h:7:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 7 | extern int open_trunc(); | ^ 2 warnings generated. In file included from clockadd.c:7: ./select.h:7:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] 7 | extern int select(); | ^ /usr/include/sys/select.h:102:12: note: conflicting prototype is here 102 | extern int select (int __nfds, fd_set *__restrict __readfds, | ^ clockadd.c:14:1: warning: return type of 'main' is not 'int' [-Wmain-return-type] 14 | void main() | ^ clockadd.c:14:1: note: change return type to 'int' 14 | void main() | ^~~~ | int clockadd.c:21:11: warning: passing arguments to 'read' without a open_write.cprototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 21 | if (read(0,buf,sizeof buf) != sizeof buf) | ^ clockadd.c:22:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 22 | strerr_die2x(111,FATAL,"data split across packets"); | ^ ./strerr.h:76:11: note: expanded from macro 'strerr_die2x' : 76 | strerr_die((e),(x1),(x2),(char *) 0,(char *) 0,5(:c5h:a rwarning: *a) function0 ,definition( cwithouth aar prototype* )is 0, (deprecateds tin. .all. versions | of ^ C and is not supported in C2x [-Wdeprecated-non-prototype] 5 | int open_write(fn) char *fn; | ^ In file included from open_write.c:3: ./open.h:8:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 8 | extern int open_write(); | ^ clockadd.c:55:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 55 | strerr_die2sys(111,FATAL,"unable to settimeofday: "); | ^ ./strerr.h:63:11: note: expanded from macro 'strerr_die2sys' 63 | strerr_die((e),(x1),(x2),(char *) 0,(char *) 0,(char *) 0,(char *) 0,&st... | ^ ./compile clockview.c 2 warnings generated. 5 warnings generated. ./compile install.c ./compile hier.c rm -f trymkffo.o trymkffo ./compile instcheck.c clockview.c:24:39: warning: passing arguments to 'fmt_uint0' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 24 | substdio_put(&ssout,strnum,fmt_uint0(strnum,1900 + tm->tm_year,4)); | ^ clockview.c:24:15: warning: passing arguments to 'substdio_put' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 24 | substdio_put(&ssout,strnum,fmt_uint0(strnum,1900 + tm->tm_year,4)); | ^ clockview.c:25:16: warning: passing arguments to 'substdio_puts' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 25 | substdio_puts(&ssout,"-"); | ^ clockview.c:26:39: warning: passing arguments to 'fmt_uint0' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 26 | substdio_put(&ssout,strnum,fmt_uint0(strnum,1 + tm->tm_mon,2)); | ^ clockview.c:26:15: warning: passing arguments to 'substdio_put' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 26 | substdio_put(&ssout,strnum,fmt_uint0(strnum,1 + tm->tm_mon,2)); | ^ clockview.c:27:16: warning: passing arguments to 'substdio_puts' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 27 | substdio_puts(&ssout,"-"); | ^ clockview.c:28:39: warning: passing arguments to 'fmt_uint0' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 28 | substdio_put(&ssout,strnum,fmt_uint0(strnum,tm->tm_mday,2)); | ^ clockview.c:28:15: warning: passing arguments to 'substdio_put' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 28 | substdio_put(&ssout,strnum,fmt_uint0(strnum,tm->tm_mday,2)); | ^ clockview.c:29:16: warning: passing arguments to 'substdio_puts' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 29 | substdio_puts(&ssout," "); | ^ clockview.c:30:39: warning: passing arguments to 'fmt_uint0' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 30 | substdio_put(&ssout,strnum,fmt_uint0(strnum,tm->tm_hour,2)); | ^ clockview.c:30:15: warning: passing arguments to 'substdio_put' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 30 | substdio_put(&ssout,strnum,fmt_uint0(strnum,tm->tm_hour,2)); | ^ clockview.c:31:16: warning: passing arguments to 'substdio_puts' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 31 | substdio_puts(&ssout,":"); | ^ clockview.c:32:39: warning: passing arguments to 'fmt_uint0' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 32 | substdio_put(&ssout,strnum,fmt_uint0(strnum,tm->tm_min,2)); | ^ clockview.c:32:15: warning: passing arguments to 'substdio_put' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 32 | substdio_put(&ssout,strnum,fmt_uint0(strnum,tm->tm_min,2)); | ^ clockview.c:33:16: warning: passing arguments to 'substdio_puts' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 33 | substdio_puts(&ssout,":"); | ^ clockview.c:34:39: warning: passing arguments to 'fmt_uint0' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 34 | substdio_put(&ssout,strnum,fmt_uint0(strnum,tm->tm_sec,2)); | ^ clockview.c:34:15: warning: passing arguments to 'substdio_put' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 34 | substdio_put(&ssout,strnum,fmt_uint0(strnum,tm->tm_sec,2)); | ^ clockview.c:35:16: warning: passing arguments to 'substdio_puts' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 35 | substdio_puts(&ssout,"."); | ^ clockview.c:36:39: warning: passing arguments to 'fmt_uint0' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 36 | substdio_put(&ssout,strnum,fmt_uint0(strnum,nano,9)); | ^ clockview.c:36:15: warning: passing arguments to 'substdio_put' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 36 | substdio_put(&ssout,strnum,fmt_uint0(strnum,nano,9)); | ^ clockview.c:37:39: warning: passing arguments to 'fmt_uint0' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 37 | substdio_put(&ssout,strnum,fmt_uint0(strnum,atto,9)); | ^ clockview.c:37:15: warning: passing arguments to 'substdio_put' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 37 | substdio_put(&ssout,strnum,fmt_uint0(strnum,atto,9)); | ^ clockview.c:38:16: warning: passing arguments to 'substdio_puts' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 38 | substdio_puts(&ssout,"\n"); | ^ clockview.c:39:17: warning: passing arguments to 'substdio_flush' withoutinstall.c:20:7: error: a call prototype is deprecatedto inundeclared allfunction versions'mkdir'; ofISO CC99 andand islater notdo supported in notC2x support [-Wdeprecated-non-prototype]implicit function declarations 39 | [-Wimplicit-function-declaration] substdio_flu s20h | ( & sisfo u(tm)k;d i r| ( ^h ome,0700) == -1) | ^ install.c:22:7: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 22 | strerr_die4sys(111,FATAL,"unable to mkdir ",home,": "); | ^ ./strerr.h:59:11: note: expanded from macro 'strerr_die4sys' 59 | strerr_die((e),(x1),(x2),(x3),(x4),(char *) 0,(char *) 0,&strerr_sys) | ^ install.c:23:7: error: call to undeclared function 'chown'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 23 | if (chown(home,uid,gid) == -1) | ^ clockview.cinstall.c::4524::15:: warning: warning: returnpassing typearguments ofto 'main''strerr_die' iswithout nota 'int'prototype [-Wmain-return-type]is deprecated in45 | allv oversionsi dof mCa iandn (is) not | supported^ in C2x [-Wdeprecated-non-prototype] 24 | strerr_die4sys(111,FATAL,"unable to chown ",home,": "); | ^ ./strerr.h:59:11: note: expanded from macro 'strerr_die4sys' 59 | strerr_die((e),(x1),(x2),(x3),(x4),(char *) 0,(char *) 0,&strerr_sys) | ^ clockview.c:45:1: note: change return type to 'int' 45 | void main() | ^~~~ | int clockview.c:49:11: warning: passinginstall.c :arguments25 :to7 :'read' error: withoutcall ato prototypeundeclared isfunction 'chmod';deprecated ISOin C99all andversions laterof doC andnot issupport notimplicit supportedfunction indeclarations C2x [-Wimplicit-function-declaration] [-Wdeprecated-non-prototype] 2549 | | iiff ((crhemaodd((0h,obmuef,,msoidzee)o f= =b u-f1)) ! =| ^s izeof buf) | ^ install.c:26:5: warning: passing clockview.carguments: 50to: 5'strerr_die': withoutwarning: passinga argumentsprototype to is'strerr_die' deprecatedwithout ina allprototype versions isof deprecatedC inand allis versionsnot ofsupported Cin andC2x is [-Wdeprecated-non-prototype]not supported in C2x26 | [-Wdeprecated-non-prototype] str e50r | r _ d i es4tsryesr(r1_1d1i,eF2AxT(A1L1,1",uFnAaTbAlLe, "tdoa tcah msopdl i"t, haocmreo,s"s: p"a)c;k e t| s ^" ); ./strerr.h :| 59 ^: 11: note: expanded ./strerr.hfrom: 76macro: 11'strerr_die4sys': note: expanded from 59macro | s'strerr_die2x't rerr_ d76i | es(t(ree)r,r(_xd1i)e,(((xe2)),,((xx13)),,((xx24)),,((cchhaarr **)) 00,,((cchhaarr **)) 00,,(&cshtarre r*r)_ s0y,s()c h a| r ^ *) 0,(st... | ^ install.c:14:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 14 | void h(home,uid,gid,mode) | ^ install.c:36:7: error: call to undeclared function 'chdir'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 36 | if (chdir(home) == -1) | ^ install.c:37:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 37 | strerr_die4sys(111,FATAL,"unable to switch to ",home,": "); | ^ ./strerr.h:59:11: note: expanded from macro 'strerr_die4sys' 59 | strerr_die((e),(x1),(x2),(x3),(xclockview.c4:)52,:(3c:h aerror: rcall *to) undeclared0 ,function( c'gettimeofday';h aISOr C99* )and 0 ,later& sdot rnote rsupportr _implicits yfunctions )declarations | [-Wimplicit-function-declaration] ^ 52 | gettimeofday(&tv,(install.cs:t38r:u7c:t error: tcalli mtoe zundeclaredo nfunctione 'mkdir';* )ISO 0C99) ;and later| ^do not support implicit function declarations [-Wimplicit-function-declaration] 38 | if (mkdir(subdir,0700) == -1) | ^ clockview.c:56:16: warning: passing arguments to 'substdio_puts' without a prototype is deprecated in all versionsinstall.c :of C and is 40:7not supported in C2x [-Wdeprecated-non-prototype] 56 | substdio_puts(&ssout,"before: "); | ^ : warning: passing arguments clockview.c:91:16: warning: passing arguments to 'substdio_puts' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 91 | substdio_puts(&ssout,"after: "); | ^ to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 29 warning40 | strerr_die6syss( and 111 error1 generated,. FATAL,"unable to mkdir ",home,"/",subdir,": "); | ^ ./strerr.h:55:11: note: expanded from macro 'strerr_die6sys' 55 | strerr_die((e),(x1),(x2),(x3),(x4),(x5),(x6),&strerr_sys) | ^ install.c:41:7: error: call to undeclared function 'chown'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 41 | if (chown(subdir,uid,gid) == -1) | ^ install.c:42:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 42 | strerr_die6sys(111,FATAL,"unable to chown ",home,"/",subdir,": "); | ^ ./strerr.h:55:11: note: expanded from macro 'strerr_die6sys' 55 | strerr_die((e),(x1),(x2),(x3),(x4),(x5),(x6),&strerr_sys) | ^ install.c:43:7: error: call to undeclared function 'chmod'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 43 | if (chmod(subdir,mode) == -1) | ^ install.c:44:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 44 | strerr_die6sys(111,FATAL,"unable to chmod ",home,"/",subdir,": "); | ^ ./strerr.h:55:11: note: expanded from macro 'strerr_die6sys' 55 | strerr_die((e),(x1),(x2),(x3),(x4),(x5),(x6),&strerr_sys) | ^ install.c:29:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 29 | void d(home,subdir,uid,gid,mode) | ^ hier.c:install.c5::633::7 :error: callerror: callto toundeclared undeclaredfunction function'd'; 'fchdir';ISO ISOC99 C99and andlater laterdo notdo not supportsupport implicitimplicit functionfunction declarationsdeclarations [-Wimplicit-function-declaration][-Wimplicit-function-declaration] 63 | if (fchdir (5f | d s odu(r"c/evdairr/)l i=b=" ,-"1c)l o c| k ^s peed",-1,-1,0755); | ^ install.c:64:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 64 | strerr_die2sys(111,FATAL,"unable to switch back to source directory: "); | ^ ./strerr.h:63:11: note: expanded from macro hier.c'strerr_die2sys': 7:3: error: call63 | tos tundeclaredr efunctionr r'c';_ dISOi eC99( (ande )later, (dox 1not) , (supportx 2implicit) ,function( cdeclarationsh a[-Wimplicit-function-declaration]r *) 0 ,7( | c h acr( "*/)" ,0",v(acrh/alri b*/)c l0o,c(kcshpaere d*"), "0l,e&aspts.e.c.s . d| a ^t ",-1,-1,0644); | ^ install.c:66:19: warning: passing arguments to 'open_read' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 66 | fdin = open_read(file); hier.c| : ^9 :3: error: call to undeclared function 'h'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 9 | h(auto_home,-1,-1,0755); | install.c ^: 68:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 68 | strerr_die4sys(111,FATAL,"unable to read ",file,": "); | ^ ./strerr.h:59:11: note: expanded from macro 'strerr_die4sys' 59 | strerr_die((e),(x1),(x2),(x3),(x4),(char *) 0,(char *) 0,&strerr_sys) | ^ install.c:69:17: warning: passing arguments to 'substdio_fdbuf' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 69 | substdio_fdbuf(&ssin,read,fdin,inbuf,s3i errorzse generatedo. f inbuf); | ^ install.c:71:7: error: call to undeclared function 'chdir'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 71 | if (chdir(home) == -1) | ^ install.c:72:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 72 | strerr_die4sys(111,FATAL,"unable to switch to ",home,": "); | ^ ./strerr.h:59:11: note: expanded from macro 'strerr_die4sys' 59 | strerr_die((e),(x1),(x2),(x3),(x4),(char *) 0,(char *) 0,&strerr_sys) | ^ install.c:74:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 74 | strerr_die6sys(111,FATAL,"unable to switch to ",home,"/",subdir,": "); | ^ ./strerr.h:55:11: note: expanded from macro 'strerr_die6sys' 55 | strerr_die((e),(x1),(x2),(x3),(x4),(x5),(x6),&strerr_sys) | ^ install.c:76:21: warning: passing arguments to 'open_trunc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 76 | fdout = open_trunc(file); | ^ install.c:78:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 78 | strerr_die6sys(111,FATAL,"unable to write .../",subdir,"/",file,": "); | ^ ./strerr.h:55:11: note: expanded from macro 'strerr_die6sys' 55 | strerr_die((e),(x1),(x2),(x3),(x4),(x5),(x6),&strerr_sys) | ^ install.c:79:17: warning: passing arguments to 'substdio_fdbuf' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 79 | substdio_fdbuf(&ssout,write,fdout,outbuf,sizeof outbuf); | ^ install.c:81:23: warning: passing arguments to 'substdio_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 81 | switch(substdio_copy(&ssout,&ssin)) { | ^ install.c:83:7: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 83 | strerr_die4sys(111,FATAL,"unable to read ",file,": "); | ^ ./strerr.h:59:11: note: expanded from macro 'strerr_die4sys' 59 | strerr_die((e),(x1),(x2),(x3),(x4),(char *) 0,(char *) 0,&strerr_sys) | ^ install.c:85:7: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 85 | strerr_die6sys(111,FATAL,"unable to write .../",subdir,"/",file,": "); | ^ ./strerr.h:55:11: note: expanded from macro 'strerr_die6sys' 55 | strerr_die((e),(x1),(x2),(x3),(x4),(x5),(x6),&strerr_sys) | ^ install.c:88:3: error: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 88 | close(fdin); | ^ install.c:89:21: warning: passing arguments to 'substdio_flush' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 89 | if (substdio_flush(&ssout) == -1) | ^ install.c:90:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 90 | strerr_die6sys(111,FATAL,"unable to write .../",subdir,"/",file,": "); | ^ ./strerr.h:55:11: note: expanded from macro 'strerr_die6sys' 55 | strerr_die((e),(x1),(x2),(x3),(x4),(x5),(x6),&strerr_sys) | ^ install.c:91:7: error: call to undeclared function 'fsync'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 91 | if (fsync(fdout) == -1) | ^ install.c:92:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 92 | strerr_die6sys(111,FATAL,"unable to write .../",subdir,"/",file,": "); | ^ ./strerr.h:55:11: note: expanded from macro 'strerr_die6sys' 55 | strerr_die((e),(x1),(x2),(x3),(x4),(x5),(x6),&strerr_sys) | ^ install.c:94:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 94 | strerr_die6sys(111,FATAL,"unable to write .../",subdir,"/",file,": "); | ^ ./strerr.h:55:11: note: expanded from macro 'strerr_die6sys' 55 | strerr_die((e),(x1),(x2),(x3),(x4),(x5),(x6),&strerr_sys) | ^ install.c:96:7: error: call to undeclared function 'chown'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 96 | if (chown(file,uid,gid) == -1) | ^ install.c:97:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 97 | strerr_die6sys(111,FATAL,"unable to chown .../",subdir,"/",file,": "); | ^ ./strerr.h:55:11: note: expanded from macro 'strerr_die6sys' 55 | strerr_die((e),(x1),(x2),(x3),(x4),(x5),(x6),&strerr_sys) | ^ install.c:98:7: error: call to undeclared function 'chmod'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 98 | if (chmod(file,mode) == -1) | ^ install.c:99:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 99 | strerr_die6sys(111,FATAL,"unable to chmod .../",subdir,"/",file,": "); | ^ ./strerr.h:55:11: note: expanded from macro 'strerr_die6sys' 55 | strerr_die((e),(x1),(x2),(x3),(x4),(x5),(x6),&strerr_sys) | ^ install.c:52:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 52 | void c(home,subdir,file,uid,gid,mode) | ^ make: *** [Makefile:90: clockview.o] Error 1 make: *** Waiting for unfinished jobs.... install.c:113:7: error: call to undeclared function 'chdir'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 113 | if (chdir(home) == -1) | ^ make: *** [Makefile:163: hier.o] Error 1 install.c:114:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 114 | strerr_die4sys(111,FATAL,"unable to switch to ",home,": "); | ^ ./strerr.h:59:11: note: expanded from macro 'strerr_die4sys' 59 | strerr_die((e),(x1),(x2),(x3),(x4),(char *) 0,(char *) 0,&strerr_sys) | ^ install.c:116:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 116 | strerr_die6sys(111,FATAL,"unable to switch to ",home,"/",subdir,": "); | ^ ./strerr.h:55:11: note: expanded from macro 'strerr_die6sys' 55 | strerr_die((e),(x1),(x2),(x3),(x4),(x5),(x6),&strerr_sys) | ^ install.c:118:21: warning: passing arguments to 'open_trunc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 118 | fdout = open_trunc(file); | ^ install.c:120:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 120 | strerr_die6sys(111,FATAL,"unable to write .../",subdir,"/",file,": "); | ^ ./strerr.h:55:11: note: expanded from macro 'strerr_die6sys' 55 | strerr_die((e),(x1),(x2),(x3),(x4),(x5),(x6),&strerr_sys) | ^ install.c:121:17: warning: passing arguments to 'substdio_fdbuf' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 121 | substdio_fdbuf(&ssout,write,fdout,outbuf,sizeof outbuf); | ^ install.c:124:21: warning: passing arguments to 'substdio_put' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 124 | if (substdio_put(&ssout,"",1) == -1) | ^ install.c:125:7: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 125 | strerr_die6sys(111,FATAL,"unable to write .../",subdir,"/",file,": "); | ^ ./strerr.h:55:11: note: expanded from macro 'strerr_die6sys' 55 | strerr_die((e),(x1),(x2),(x3),(x4),(x5),(x6),&strerr_sys) | ^ install.c:127:21: warning: passing arguments to 'substdio_flush' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 127 | if (substdio_flush(&ssout) == -1) | ^ install.c:128:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 128 | strerr_die6sys(111,FATAL,"unable to write .../",subdir,"/",file,": "); | ^ ./strerr.h:55:11: note: expanded from macro 'strerr_die6sys' 55 | strerr_die((e),(x1),(x2),(x3),(x4),(x5),(x6),&strerr_sys) | ^ install.c:129:7: error: call to undeclared function 'fsync'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 129 | if (fsync(fdout) == -1) | ^ install.c:130:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 130 | strerr_die6sys(111,FATAL,"unable to write .../",subdir,"/",file,": "); | ^ ./strerr.h:55:11: note: expanded from macro 'strerr_die6sys' 55 | strerr_die((e),(x1),(x2),(x3),(x4),(x5),(x6),&strerr_sys) | ^ install.c:131:7: error: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 131 | if (close(fdout) == -1) /* NFS silliness */ | ^ install.c:132:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 132 | strerr_die6sys(111,FATAL,"unable to write .../",subdir,"/",file,": "); | ^ ./strerr.h:55:11: note: expanded from macro 'strerr_die6sys' 55 | strerr_die((e),(x1),(x2),(x3),(x4),(x5),(x6),&strerr_sys) | ^ install.c:134:7: error: call to undeclared function 'chown'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 134 | if (chown(file,uid,gid) == -1) | ^ install.c:135:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 135 | strerr_die6sys(111,FATAL,"unable to chown .../",subdir,"/",file,": "); | ^ ./strerr.h:55:11: note: expanded from macro 'strerr_die6sys' 55 | strerr_die((e),(x1),(x2),(x3),(x4),(x5),(x6),&strerr_sys) | ^ install.c:136:7: error: call to undeclared function 'chmod'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 136 | if (chmod(file,mode) == -1) | ^ install.c:137:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 137 | strerr_die6sys(111,FATAL,"unable to chmod .../",subdir,"/",file,": "); | ^ ./strerr.h:55:11: note: expanded from macro 'strerr_die6sys' 55 | strerr_die((e),(x1),(x2),(x3),(x4),(x5),(x6),&strerr_sys) | ^ install.c:102:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 102 | void z(home,subdir,file,len,uid,gid,mode) | ^ install.c:140:1: warning: return type of 'main' is not 'int' [-Wmain-return-type] 140 | void main() | ^ install.c:140:1: note: change return type to 'int' 140 | void main() | ^~~~ | int install.c:142:26: warning: passing arguments to 'open_read' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 142 | fdsourcedir = open_read("."); | ^ install.c:144:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 144 | strerr_die2sys(111,FATAL,"unable to open current directory: "); | ^ ./strerr.h:63:11: note: expanded from macro 'strerr_die2sys' 63 | strerr_die((e),(x1),(x2),(char *) 0,(char *) 0,(char *) 0,(char *) 0,&st... | ^ install.c:146:3: error: call to undeclared function 'umask'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 146 | umask(077); | ^ 45 warnings and 19 errors generated. instcheck.c:27:7: warning: passing arguments to 'strerr_warn' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 27 | strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," does not exist",0); | ^ ./strerr.h:29:12: note: expanded from macro 'strerr_warn6' 29 | strerr_warn((x1),(x2),(x3),(x4),(x5),(x6),(struct strerr *) (se)) | ^ instcheck.c:29:7: warning: passing arguments to 'strerr_warn' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 29 | strerr_warn4(WARNING,"unable to stat .../",file,": ",&strerr_sys); | ^ ./strerr.h:33:12: note: expanded from macro 'strerr_warn4' 33 | strerr_warn((x1),(x2),(x3),(x4),(char *) 0,(char *) 0,(struct strerr *) (se)) | ^ instcheck.c:34:5: warning: passing arguments to 'strerr_warn' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 34 | strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong owner",0); | ^ ./strerr.h:29:12: note: expanded from macro 'strerr_warn6' 29 | strerr_warn((x1),(x2),(x3),(x4),(x5),(x6),(struct strerr *) (se)) | ^ instcheck.c:36:5: warning: passing arguments to 'strerr_warn' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 36 | strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong group",0); | ^ ./strerr.h:29:12: note: expanded from macro 'strerr_warn6' 29 | strerr_warn((x1),(x2),(x3),(x4),(x5),(x6),(struct strerr *) (se)) | ^ instcheck.c:38:5: warning: passing arguments to 'strerr_warn' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 38 | strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong permismake: *** [Makefile:174: install.o] Error 1 ... | ^ ./strerr.h:29:12: note: expanded from macro 'strerr_warn6' 29 | strerr_warn((x1),(x2),(x3),(x4),(x5),(x6),(struct strerr *) (se)) | ^ instcheck.c:40:5: warning: passing arguments to 'strerr_warn' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 40 | strerr_warn6(WARNING,prefix1,prefix2,prefix3,file," has wrong type",0); | ^ ./strerr.h:29:12: note: expanded from macro 'strerr_warn6' 29 | strerr_warn((x1),(x2),(x3),(x4),(x5),(x6),(struct strerr *) (se)) | ^ instcheck.c:13:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 13 | void perm(prefix1,prefix2,prefix3,file,type,uid,gid,mode) | ^ instcheck.c:43:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 43 | void h(home,uid,gid,mode) | ^ instcheck.c:59:7: error: call to undeclared function 'chdir'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 59 | if (chdir(home) == -1) | ^ instcheck.c:60:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 60 | strerr_die4sys(111,FATAL,"unable to switch to ",home,": "); | ^ ./strerr.h:59:11: note: expanded from macro 'strerr_die4sys' 59 | strerr_die((e),(x1),(x2),(x3),(x4),(char *) 0,(char *) 0,&strerr_sys) | ^ instcheck.c:52:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 52 | void d(home,subdir,uid,gid,mode) | ^ instcheck.c:71:7: error: call to undeclared function 'chdir'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 71 | if (chdir(home) == -1) | ^ instcheck.c:72:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 72 | strerr_die4sys(111,FATAL,"unable to switch to ",home,": "); | ^ ./strerr.h:59:11: note: expanded from macro 'strerr_die4sys' 59 | strerr_die((e),(x1),(x2),(x3),(x4),(char *) 0,(char *) 0,&strerr_sys) | ^ instcheck.c:64:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 64 | void p(home,fifo,uid,gid,mode) | ^ instcheck.c:84:7: error: call to undeclared function 'chdir'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 84 | if (chdir(home) == -1) | ^ instcheck.c:85:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 85 | strerr_die4sys(111,FATAL,"unable to switch to ",home,": "); | ^ ./strerr.h:59:11: note: expanded from macro 'strerr_die4sys' 59 | strerr_die((e),(x1),(x2),(x3),(x4),(char *) 0,(char *) 0,&strerr_sys) | ^ instcheck.c:87:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 87 | strerr_die6sys(111,FATAL,"unable to switch to ",home,"/",subdir,": "); | ^ ./strerr.h:55:11: note: expanded from macro 'strerr_die6sys' 55 | strerr_die((e),(x1),(x2),(x3),(x4),(x5),(x6),&strerr_sys) | ^ instcheck.c:76:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 76 | void c(home,subdir,file,uid,gid,mode) | ^ instcheck.c:99:7: error: call to undeclared function 'chdir'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 99 | if (chdir(home) == -1) | ^ instcheck.c:100:5: warning: passing arguments to 'strerr_die' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 100 | strerr_die4sys(111,FATAL,"unable to switch to ",home,": "); | ^ ./strerr.h:59:11: note: expanded from macro 'strerr_die4sys' 59 | strerr_die((e),(x1),(x2),(x3),(x4),(char *) 0,(char *) 0,&strerr_sys) | ^ instcheck.c:91:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 91 | void z(home,file,len,uid,gid,mode) | ^ instcheck.c:104:1: warning: return type of 'main' is not 'int' [-Wmain-return-type] 104 | void main() | ^ instcheck.c:104:1: note: change return type to 'int' 104 | void main() | ^~~~ | int 18 warnings and 4 errors generated. make: *** [Makefile:183: instcheck.o] Error 1 * ERROR: net-misc/clockspeed-0.62-r8::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-misc/clockspeed-0.62-r8::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-misc/clockspeed-0.62-r8::gentoo'`. * The complete build log is located at '/var/log/portage/net-misc:clockspeed-0.62-r8:20231201-233309.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-misc/clockspeed-0.62-r8/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-misc/clockspeed-0.62-r8/temp/environment'. * Working directory: '/var/tmp/portage/net-misc/clockspeed-0.62-r8/work/clockspeed-0.62' * S: '/var/tmp/portage/net-misc/clockspeed-0.62-r8/work/clockspeed-0.62'