+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake stage-install BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/freerdist-0.94nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake stage-install BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/freerdist-0.94nb1/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Installing for freerdist-0.94nb1 => Generating pre-install file lists => Creating installation directories Making "install" in "src" gcc -g -DOS_H=\"os-sunos5.h\" -I. -I../include -I../config -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wmissing-declarations -Wredundant-decls -Wnested-externs -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -c regex.c In file included from regex.c:34: ../include/defs.h:509:6: warning: redundant redeclaration of 'setprogname' [-Wredundant-decls] 509 | void setprogname(const char *); | ^~~~~~~~~~~ In file included from ../include/defs.h:42: /usr/include/stdlib.h:310:13: note: previous declaration of 'setprogname' with type 'void(const char *)' 310 | extern void setprogname(const char *); | ^~~~~~~~~~~ ../include/defs.h:551:5: warning: redundant redeclaration of 'vsnprintf' [-Wredundant-decls] 551 | int vsnprintf(char *, size_t, const char *, va_list) | ^~~~~~~~~ In file included from /usr/include/stdio.h:151, from ../include/defs.h:43: /usr/include/iso/stdio_c99.h:84:12: note: previous declaration of 'vsnprintf' with type 'int(char *, long unsigned int, const char *, __va_list_tag *)' 84 | extern int vsnprintf(char *_RESTRICT_KYWD, size_t, const char *_RESTRICT_KYWD, | ^~~~~~~~~ ../include/defs.h:553:5: warning: redundant redeclaration of 'snprintf' [-Wredundant-decls] 553 | int snprintf(char *, size_t, const char *, ...) | ^~~~~~~~ /usr/include/iso/stdio_c99.h:82:12: note: previous declaration of 'snprintf' with type 'int(char *, long unsigned int, const char *, ...)' 82 | extern int snprintf(char *_RESTRICT_KYWD, size_t, const char *_RESTRICT_KYWD, | ^~~~~~~~ In file included from ../include/defs.h:563: ./vis.h:76:10: warning: redundant redeclaration of 'vis' [-Wredundant-decls] 76 | char *vis(char *, int, int, int); | ^~~ ../include/defs.h:544:7: note: previous declaration of 'vis' with type 'char *(char *, int, int, int)' 544 | char *vis(char *, int, int, int ); | ^~~ ./vis.h:77:9: warning: redundant redeclaration of 'strvis' [-Wredundant-decls] 77 | int strvis(char *, const char *, int); | ^~~~~~ ../include/defs.h:545:5: note: previous declaration of 'strvis' with type 'int(char *, const char *, int)' 545 | int strvis(char *, const char *, int); | ^~~~~~ ./vis.h:78:9: warning: redundant redeclaration of 'strvisx' [-Wredundant-decls] 78 | int strvisx(char *, const char *, size_t, int); | ^~~~~~~ ../include/defs.h:546:5: note: previous declaration of 'strvisx' with type 'int(char *, const char *, size_t, int)' {aka 'int(char *, const char *, long unsigned int, int)'} 546 | int strvisx(char *, const char *, size_t, int); | ^~~~~~~ ./vis.h:79:9: warning: redundant redeclaration of 'strunvis' [-Wredundant-decls] 79 | int strunvis(char *, const char *); | ^~~~~~~~ ../include/defs.h:539:5: note: previous declaration of 'strunvis' with type 'int(char *, const char *)' 539 | int strunvis(char *, const char *); | ^~~~~~~~ ./vis.h:80:9: warning: redundant redeclaration of 'unvis' [-Wredundant-decls] 80 | int unvis(char *, int, int *, int); | ^~~~~ ../include/defs.h:538:5: note: previous declaration of 'unvis' with type 'int(char *, int, int *, int)' 538 | int unvis(char *, int, int *, int ); | ^~~~~ regex.c: In function 're_comp': regex.c:148:38: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 148 | static char *retoolong = "Regular expression too long"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regex.c:154:32: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 154 | return "No previous regular expression"; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ regex.c:168:40: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 168 | comerr("unmatched \\("); | ^~~~~~~~~~~~~~~ regex.c:150:56: note: in definition of macro 'comerr' 150 | #define comerr(msg) {expbuf[0] = 0; numbra = 0; return msg; } | ^~~ regex.c:203:48: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 203 | comerr("missing ]"); | ^~~~~~~~~~~ regex.c:150:56: note: in definition of macro 'comerr' 150 | #define comerr(msg) {expbuf[0] = 0; numbra = 0; return msg; } | ^~~ regex.c:229:48: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 229 | comerr("too many \\(\\) pairs"); | ^~~~~~~~~~~~~~~~~~~~~~~ regex.c:150:56: note: in definition of macro 'comerr' 150 | #define comerr(msg) {expbuf[0] = 0; numbra = 0; return msg; } | ^~~ regex.c:237:48: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 237 | comerr("unmatched \\)"); | ^~~~~~~~~~~~~~~ regex.c:150:56: note: in definition of macro 'comerr' 150 | #define comerr(msg) {expbuf[0] = 0; numbra = 0; return msg; } | ^~~ regex.c: At top level: regex.c:421:1: error: conflicting types for 'cclass'; have 'int(char *, char, int)' 421 | cclass(char *set, char c, int af) | ^~~~~~ ../include/defs.h:489:5: note: previous declaration of 'cclass' with type 'int(char *, int, int)' 489 | int cclass(char *, int , int); | ^~~~~~ *** Error code 1 Stop. make[2]: stopped making "install" in /home/pbulk/build/net/rdist6/work/freerdist-0.94/src *** Error code 1 Stop. make[1]: stopped making "install" in /home/pbulk/build/net/rdist6/work/freerdist-0.94/src Making "install" in "config" Making "install" in "doc" Making "install" in "support" Making "install" in "mf" Making "install.man" in "src" Making "install.man" in "config" Making "install.man" in "doc" /opt/pkg/bin/bsdinstall -c -o pbulk -g pbulk -m 644 rdist.man /home/pbulk/build/net/rdist6/work/.destdir/opt/pkg/share/man/man1/rdist6.1 /opt/pkg/bin/bsdinstall -c -o pbulk -g pbulk -m 644 rdistd.man /home/pbulk/build/net/rdist6/work/.destdir/opt/pkg/man/man8/rdistd.8 bsdinstall: /home/pbulk/build/net/rdist6/work/.destdir/opt/pkg/man/man8/rdistd.8: open: No such file or directory *** Error code 1 Stop. make[2]: stopped making "install.man" in /home/pbulk/build/net/rdist6/work/freerdist-0.94/doc *** Error code 1 Stop. make[1]: stopped making "install.man" in /home/pbulk/build/net/rdist6/work/freerdist-0.94/doc Making "install.man" in "support" Making "install.man" in "mf" => Generating CTF data => Automatic stripping of debug information => Automatic manual page handling => Generating post-install file lists pkg_create: can't stat `/home/pbulk/build/net/rdist6/work/.destdir/opt/pkg/bin/rdist6' pkg_create: can't stat `/home/pbulk/build/net/rdist6/work/.destdir/opt/pkg/bin/rdistd' pkg_create: can't stat `/home/pbulk/build/net/rdist6/work/.destdir/opt/pkg/share/man/man8/rdistd.8.gz' => Checking file-check results for freerdist-0.94nb1 ERROR: ************************************************************ ERROR: The following files are in the PLIST but not in /home/pbulk/build/net/rdist6/work/.destdir/opt/pkg: ERROR: /home/pbulk/build/net/rdist6/work/.destdir/opt/pkg/bin/rdist6 ERROR: /home/pbulk/build/net/rdist6/work/.destdir/opt/pkg/bin/rdistd ERROR: /home/pbulk/build/net/rdist6/work/.destdir/opt/pkg/share/man/man8/rdistd.8.gz *** Error code 1 Stop. bmake[1]: stopped making "stage-install" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/rdist6 *** Error code 1 Stop. bmake: stopped making "stage-install" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/rdist6