checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking how to run the C preprocessor... gcc -E checking if the compiler supports function prototypes... yes checking whether make sets $(MAKE)... yes checking for ranlib... ranlib checking whether ln -s works... yes checking for tclConfig.sh... not found configure: WARNING: Tcl parts disabled configure: WARNING: use --enable-tcl to locate tclConfig.sh checking for sin... no checking for connect... yes checking for gethostbyname... yes checking for sendmail... no checking for mailx... no checking for elm... no checking for mail... no configure: WARNING: I haven't found a suitable mail program. You will not be configure: WARNING: able to mail files directly from uuenview. checking for inews... no checking for news server... not found checking for hostname... no checking domain name... unknown configure: WARNING: Couldn't figure out your domain name. Configuring bogus configure: WARNING: domain. If you intend to post directly from uuenview, configure: WARNING: rerun configure and use --enable-domain=your-domainname configure: WARNING: with your real domain name. checking directory separator... / checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/time.h... yes checking for size_t... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fcntl.h... yes checking for unistd.h... (cached) yes checking for memory.h... yes checking for malloc.h... yes checking for errno.h... yes checking for direct.h... no checking for io.h... no checking for sys/time.h... (cached) yes checking for getcwd... yes checking for popen... yes checking for gettimeofday... yes checking for isatty... yes checking for tempnam... yes checking for strerror... yes checking for stdin... yes checking for pwd.h... yes checking version number... 0.5pl20 configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating tcl/Makefile config.status: WARNING: 'tcl/Makefile.in' seems to ignore the --datarootdir setting config.status: creating unix/Makefile config.status: WARNING: 'unix/Makefile.in' seems to ignore the --datarootdir setting config.status: creating uulib/Makefile config.status: creating config.h (cd unix; rm -f config.h ; ln -s ../config.h config.h) (cd uulib; rm -f config.h ; ln -s ../config.h config.h) (cd inews; make CC='gcc' CFLAGS='-ffat-lto-objects -I. -DHAVE_CONFIG_H' LIBS='-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -lm' ) make[1]: Entering directory '/build/uudeview/src/uudeview-0.5.20/inews' gcc -ffat-lto-objects -I. -DHAVE_CONFIG_H -c -o inews.o inews.c gcc -ffat-lto-objects -I. -DHAVE_CONFIG_H -c -o clientlib.o clientlib.c gcc -ffat-lto-objects -I. -DHAVE_CONFIG_H -c -o version.o version.c (cd uulib ; make) make[1]: Entering directory '/build/uudeview/src/uudeview-0.5.20/uulib' gcc -c -ffat-lto-objects -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uulib.c gcc -c -ffat-lto-objects -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uucheck.c gcc -c -ffat-lto-objects -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uunconc.c gcc -c -ffat-lto-objects -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uuutil.c gcc -c -ffat-lto-objects -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uuencode.c gcc -c -ffat-lto-objects -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uuscan.c gcc -c -ffat-lto-objects -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uustring.c gcc -c -ffat-lto-objects -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" fptools.c gcc -c -ffat-lto-objects -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" crc32.c inews.c:50:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 50 | main(argc, argv) | ^~~~ inews.c: In function ‘main’: inews.c:88:20: warning: implicit declaration of function ‘server_init’ [-Wimplicit-function-declaration] 88 | response = server_init(server); | ^~~~~~~~~~~ inews.c:95:13: warning: implicit declaration of function ‘handle_server_response’ [-Wimplicit-function-declaration] 95 | if (handle_server_response(response, server) < 0 | ^~~~~~~~~~~~~~~~~~~~~~ inews.c:97:17: warning: implicit declaration of function ‘close_server’ [-Wimplicit-function-declaration] 97 | close_server(); | ^~~~~~~~~~~~ inews.c:101:9: warning: implicit declaration of function ‘put_server’ [-Wimplicit-function-declaration] 101 | put_server("POST"); | ^~~~~~~~~~ clientlib.c:136:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 136 | server_init(machine) | ^~~~~~~~~~~ inews.c:102:16: warning: implicit declaration of function ‘get_server’ [-Wimplicit-function-declaration] 102 | (void) get_server(line, sizeof(line)); | ^~~~~~~~~~ inews.c:125:34: warning: implicit declaration of function ‘strneql’ [-Wimplicit-function-declaration] 125 | if (in_header && strneql(s, "From:", sizeof("From:")-1)) { | ^~~~~~~ clientlib.c: In function ‘server_init’: clientlib.c:152:20: warning: implicit declaration of function ‘get_tcp_socket’ [-Wimplicit-function-declaration] 152 | sockt_rd = get_tcp_socket(machine); | ^~~~~~~~~~~~~~ inews.c:133:41: warning: implicit declaration of function ‘gen_frompath’ [-Wimplicit-function-declaration] 133 | gen_frompath(); | ^~~~~~~~~~~~ clientlib.c:179:16: warning: implicit declaration of function ‘get_server’; did you mean ‘getservent’? [-Wimplicit-function-declaration] 179 | (void) get_server(line, sizeof(line)); | ^~~~~~~~~~ | getservent clientlib.c: At top level: clientlib.c:197:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 197 | get_tcp_socket(machine) | ^~~~~~~~~~~~~~ inews.c:138:29: warning: implicit declaration of function ‘valid_header’ [-Wimplicit-function-declaration] 138 | if (valid_header(s)) | ^~~~~~~~~~~~ inews.c:146:9: warning: implicit declaration of function ‘append_signature’ [-Wimplicit-function-declaration] 146 | append_signature(); | ^~~~~~~~~~~~~~~~ inews.c: At top level: inews.c:184:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 184 | append_signature() | ^~~~~~~~~~~~~~~~ inews.c: In function ‘append_signature’: inews.c:195:11: warning: ‘return’ with no value, in function returning non-void 195 | return; | ^~~~~~ inews.c:184:1: note: declared here 184 | append_signature() | ^~~~~~~~~~~~~~~~ inews.c:218:17: warning: ‘return’ with no value, in function returning non-void 218 | return; | ^~~~~~ inews.c:184:1: note: declared here 184 | append_signature() | ^~~~~~~~~~~~~~~~ clientlib.c: In function ‘get_tcp_socket’: clientlib.c:278:56: warning: implicit declaration of function ‘inet_ntoa’ [-Wimplicit-function-declaration] 278 | fprintf(stderr, "trying %s\n", inet_ntoa(sin.sin_addr)); | ^~~~~~~~~ inews.c: At top level: inews.c:257:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 257 | gen_frompath() | ^~~~~~~~~~~~ clientlib.c: At top level: clientlib.c:430:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 430 | handle_server_response(response, server) | ^~~~~~~~~~~~~~~~~~~~~~ inews.c:333:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 333 | strneql(a, b, n) | ^~~~~~~ clientlib.c:505:1: warning: return type defaults to ‘int’ [-Wimplicit-int] 505 | get_server(string, size) | ^~~~~~~~~~ gcc -ffat-lto-objects -I. -DHAVE_CONFIG_H -o minews inews.o clientlib.o version.o -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -lm make[1]: Leaving directory '/build/uudeview/src/uudeview-0.5.20/inews' rm -f libuu.a ar r libuu.a uulib.o uucheck.o uunconc.o uuutil.o uuencode.o uuscan.o uustring.o fptools.o crc32.o ar: creating libuu.a ranlib libuu.a make[1]: Leaving directory '/build/uudeview/src/uudeview-0.5.20/uulib' (cd unix ; make) make[1]: Entering directory '/build/uudeview/src/uudeview-0.5.20/unix' gcc -c -ffat-lto-objects -I. -DHAVE_CONFIG_H -I../uulib -DVERSION=\"0.5\" -DPATCH=\"20\" uudeview.c gcc -c -ffat-lto-objects -I. -DHAVE_CONFIG_H -I../uulib -DVERSION=\"0.5\" -DPATCH=\"20\" uufnflt.c gcc -c -ffat-lto-objects -I. -DHAVE_CONFIG_H -I../uulib -DVERSION=\"0.5\" -DPATCH=\"20\" uuenview.c gcc -o uuenview uuenview.o uufnflt.o -L../uulib -luu -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -lm /usr/bin/ld: ../uulib/libuu.a(uunconc.o): in function `UUDecode': uunconc.c:(.text+0x38a7): warning: the use of `tempnam' is dangerous, better use `mkstemp' /usr/bin/ld: ../uulib/libuu.a(fptools.o): in function `_FP_tempnam': fptools.c:(.text+0xb39): warning: the use of `tmpnam' is dangerous, better use `mkstemp' gcc -o uudeview uudeview.o uufnflt.o -L../uulib -luu -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -lm /usr/bin/ld: uudeview.o: in function `proc_stdin': uudeview.c:(.text+0xa53): warning: the use of `tempnam' is dangerous, better use `mkstemp' /usr/bin/ld: ../uulib/libuu.a(fptools.o): in function `_FP_tempnam': fptools.c:(.text+0xb39): warning: the use of `tmpnam' is dangerous, better use `mkstemp' make[1]: Leaving directory '/build/uudeview/src/uudeview-0.5.20/unix'