=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for mini_httpd-1.19nb8 => Fix name of (m)htpasswd in manual pages. rm -f mime_encodings.h sed < mime_encodings.txt > mime_encodings.h -e 's/#.*//' -e 's/[ ]*$//' -e '/^$/d' -e 's/[ ][ ]*/", 0, "/' -e 's/^/{ "/' -e 's/$/", 0 },/' rm -f mime_types.h sed < mime_types.txt > mime_types.h -e 's/#.*//' -e 's/[ ]*$//' -e '/^$/d' -e 's/[ ][ ]*/", 0, "/' -e 's/^/{ "/' -e 's/$/", 0 },/' gcc -O2 -march=i586 -I/usr/pkg/include -DUSE_SSL -I/usr/pkg/include -c mini_httpd.c mini_httpd.c:687:6: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ mini_httpd.c:808:45: warning: passing 'int *' to parameter of type '__socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] conn_fd = accept( listen4_fd, &usa.sa, &sz ); ^~~ /usr/include/sys/socket.h:621:69: note: passing argument to parameter here int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^ mini_httpd.c:810:45: warning: passing 'int *' to parameter of type '__socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] conn_fd = accept( listen6_fd, &usa.sa, &sz ); ^~~ /usr/include/sys/socket.h:621:69: note: passing argument to parameter here int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^ mini_httpd.c:2326:38: warning: passing 'int *' to parameter of type '__socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] if ( getsockname( conn_fd, &usa.sa, &sz ) < 0 ) ^~~ /usr/include/sys/socket.h:625:74: note: passing argument to parameter here int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict); ^ 4 warnings generated. gcc -O2 -march=i586 -I/usr/pkg/include -DUSE_SSL -I/usr/pkg/include -c match.c gcc -O2 -march=i586 -I/usr/pkg/include -DUSE_SSL -I/usr/pkg/include -c tdate_parse.c gcc -O2 -march=i586 -I/usr/pkg/include -DUSE_SSL -I/usr/pkg/include -L/usr/pkg/lib -Wl,-R/usr/pkg/lib mini_httpd.o match.o tdate_parse.o -L/usr/pkg/lib -lssl -lcrypto -lcrypt -o mini_httpd mini_httpd.o: In function `handle_sigchld': mini_httpd.c:(.text+0x2cea): undefined reference to `__wait350' mini_httpd.o: In function `do_file': mini_httpd.c:(.text+0x3e1a): undefined reference to `madvise' clang: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/www/mini_httpd/work/mini_httpd-1.19 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/www/mini_httpd *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/www/mini_httpd