------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gmake-4.2.1_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/mime-support-3.62.txz SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The webfs port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> webfs-1.21 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The webfs port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> webfs-1.21 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by webfs-1.21 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The webfs port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> webfs-1.21 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by webfs-1.21 for building => SHA256 Checksum OK for webfs-1.21.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The webfs port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> webfs-1.21 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by webfs-1.21 for building ===> Extracting for webfs-1.21 => SHA256 Checksum OK for webfs-1.21.tar.gz. Extracted Memory Use: 0.20M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for webfs-1.21 ===> Applying ports patches for webfs-1.21 ===> Applying dragonfly patches for webfs-1.21 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> webfs-1.21 depends on executable: gmake - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> webfs-1.21 depends on executable: gmake - found ===> Configuring for webfs-1.21 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for webfs-1.21 gmake[1]: Entering directory '/construction/www/webfs/webfs-1.21' checking for libdir name ... lib checking for system ... dragonfly checking for diet ... no Make.config written, edit if needed CC mime.o CC response.o CC cgi.o CC webfsd.o CC request.o CC ls.o request.c: In function 'parse_request': request.c:392:16: warning: pointer targets in passing argument 1 of 'unquote' differ in signedness [-Wpointer-sign] unquote(req->path,req->query,req->uri); ~~~^~~~~~ request.c:219:1: note: expected 'unsigned char *' but argument is of type 'char *' unquote(unsigned char *path, unsigned char *qs, unsigned char *src) ^~~~~~~ request.c:392:26: warning: pointer targets in passing argument 2 of 'unquote' differ in signedness [-Wpointer-sign] unquote(req->path,req->query,req->uri); ~~~^~~~~~~ request.c:219:1: note: expected 'unsigned char *' but argument is of type 'char *' unquote(unsigned char *path, unsigned char *qs, unsigned char *src) ^~~~~~~ request.c:392:37: warning: pointer targets in passing argument 3 of 'unquote' differ in signedness [-Wpointer-sign] unquote(req->path,req->query,req->uri); ~~~^~~~~ request.c:219:1: note: expected 'unsigned char *' but argument is of type 'char *' unquote(unsigned char *path, unsigned char *qs, unsigned char *src) ^~~~~~~ request.c:439:23: warning: pointer targets in passing argument 1 of 'decode_base64' differ in signedness [-Wpointer-sign] decode_base64(req->auth,h+21,sizeof(req->auth)-1); ~~~^~~~~~ request.c:281:1: note: expected 'unsigned char *' but argument is of type 'char *' decode_base64(unsigned char *dest, unsigned char *src, int maxlen) ^~~~~~~~~~~~~ request.c:439:31: warning: pointer targets in passing argument 2 of 'decode_base64' differ in signedness [-Wpointer-sign] decode_base64(req->auth,h+21,sizeof(req->auth)-1); ~^~~ request.c:281:1: note: expected 'unsigned char *' but argument is of type 'char *' decode_base64(unsigned char *dest, unsigned char *src, int maxlen) ^~~~~~~~~~~~~ ls.c: In function 'quote': ls.c:146:22: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] int i,j,n=strlen(path); ^~~~ In file included from ls.c:3: /usr/include/string.h:110:9: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *) __pure; ^~~~~~ ls.c:156:13: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] sprintf(buf+j,"%%%02x",path[i]); ~~~^~ In file included from ls.c:1: /usr/include/stdio.h:236:6: note: expected 'char * restrict' but argument is of type 'unsigned char *' int sprintf(char * __restrict, const char * __restrict, ...) ^~~~~~~ ls.c:160:12: warning: pointer targets in returning 'unsigned char *' from a function with return type 'char *' differ in signedness [-Wpointer-sign] return buf; ^~~ ls.c: In function 'ls': ls.c:285:16: warning: pointer targets in passing argument 1 of 'quote' differ in signedness [-Wpointer-sign] quote(path,h2-path), ^~~~ ls.c:143:1: note: expected 'unsigned char *' but argument is of type 'char *' quote(unsigned char *path, int maxlength) ^~~~~ response.c: In function 'mkredirect': response.c:226:36: warning: pointer targets in passing argument 1 of 'quote' differ in signedness [-Wpointer-sign] req->hostname,tcp_port,quote(req->path,9999), ~~~^~~~~~ ls.c:365:21: warning: pointer targets in passing argument 1 of 'quote' differ in signedness [-Wpointer-sign] quote(files[i]->n,9999), ~~~~~~~~^~~ ls.c:143:1: note: expected 'unsigned char *' but argument is of type 'char *' quote(unsigned char *path, int maxlength) ^~~~~ In file included from response.c:18: httpd.h:223:8: note: expected 'unsigned char *' but argument is of type 'char *' char* quote(unsigned char *path, int maxlength); ^~~~~ cgi.c: In function 'cgi_request': cgi.c:115:49: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] getsockname(req->fd,(struct sockaddr*)&addr,&length); ^~~~~~~ In file included from cgi.c:12: /usr/include/sys/socket.h:493:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~~~~~~ webfsd.c: In function 'mainloop': webfsd.c:473:68: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness [-Wpointer-sign] if (-1 == getpeername(req->fd,(struct sockaddr*)&(req->peer),&length)) { ^~~~~~~ In file included from webfsd.c:17: /usr/include/sys/socket.h:492:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~~~~~~ cgi.c:171:45: warning: '%s' directive output may be truncated writing up to 2048 bytes into a region of size 1023 [-Wformat-truncation=] snprintf(filename,sizeof(filename)-1,"%s%s",doc_root,req->path); ^~ cgi.c:171:5: note: 'snprintf' output 1 or more bytes (assuming 2049) into a destination of size 1023 snprintf(filename,sizeof(filename)-1,"%s%s",doc_root,req->path); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ request.c:369:2: warning: 'strncpy' output may be truncated copying 2048 bytes from a string of length 2048 [-Wstringop-truncation] strncpy(req->uri,filename,sizeof(req->uri)-1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LD webfsd gmake[1]: Leaving directory '/construction/www/webfs/webfs-1.21' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> webfs-1.21 depends on file: /usr/local/etc/mime.types - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for webfs-1.21 ===> webfs-1.21 depends on file: /usr/local/etc/mime.types - found ===> Generating temporary packing list install -s -m 555 /construction/www/webfs/webfs-1.21/webfsd /construction/www/webfs/stage/usr/local/sbin install -m 444 /construction/www/webfs/webfs-1.21/webfsd.man /construction/www/webfs/stage/usr/local/man/man1/webfsd.1 ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for webfs-1.21 file sizes/checksums [3]: 0% file sizes/checksums [3]: 100% packing files [3]: 0% packing files [3]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:02