------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/rcs57-5.7.txz SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> 44bsd-rdist-20001111_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> 44bsd-rdist-20001111_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by 44bsd-rdist-20001111_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> 44bsd-rdist-20001111_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by 44bsd-rdist-20001111_2 for building => SHA256 Checksum OK for 44bsd-rdist-20001111.tar.bz2. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- ===> 44bsd-rdist-20001111_2 depends on executable: rcs - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> 44bsd-rdist-20001111_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by 44bsd-rdist-20001111_2 for building ===> Extracting for 44bsd-rdist-20001111_2 => SHA256 Checksum OK for 44bsd-rdist-20001111.tar.bz2. ===> 44bsd-rdist-20001111_2 depends on executable: rcs - found cd /construction/net/44bsd-rdist/44bsd-rdist-20001111_2 ; co RCS/*,v RCS/Makefile,v --> Makefile revision 1.6 done RCS/cron.entry,v --> cron.entry revision 1.1.1.1 done RCS/defs.h,v --> defs.h revision 1.6 done RCS/docmd.c,v --> docmd.c revision 1.12 done RCS/expand.c,v --> expand.c revision 1.8 done RCS/gram.y,v --> gram.y revision 1.6 done RCS/lookup.c,v --> lookup.c revision 1.6 done RCS/main.c,v --> main.c revision 1.5 done RCS/pathnames.h,v --> pathnames.h revision 1.2 done RCS/rdist.1,v --> rdist.1 revision 1.13 done RCS/rshrcmd.c,v --> rshrcmd.c revision 1.6 done RCS/server.c,v --> server.c revision 1.11 done Extracted Memory Use: 0.32M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for 44bsd-rdist-20001111_2 ===> Applying ports patches for 44bsd-rdist-20001111_2 ===> Cleanly applied ports patch(es) patch-expand.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for 44bsd-rdist-20001111_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for 44bsd-rdist-20001111_2 --- objwarn --- --- docmd.o --- --- expand.o --- --- gram.c --- --- lookup.o --- --- main.o --- --- rshrcmd.o --- --- server.o --- --- rdist.1.gz --- --- gram.c --- yacc -o gram.c gram.y --- objwarn --- Warning: Object directory not changed from original /construction/net/44bsd-rdist/44bsd-rdist-20001111_2 --- docmd.o --- cc -pipe -O2 -fno-strict-aliasing -I/construction/net/44bsd-rdist/44bsd-rdist-20001111_2 -std=gnu99 -c docmd.c --- expand.o --- cc -pipe -O2 -fno-strict-aliasing -I/construction/net/44bsd-rdist/44bsd-rdist-20001111_2 -std=gnu99 -c expand.c --- lookup.o --- cc -pipe -O2 -fno-strict-aliasing -I/construction/net/44bsd-rdist/44bsd-rdist-20001111_2 -std=gnu99 -c lookup.c --- main.o --- cc -pipe -O2 -fno-strict-aliasing -I/construction/net/44bsd-rdist/44bsd-rdist-20001111_2 -std=gnu99 -c main.c --- gram.o --- --- docmd.o --- In file included from defs.h:52, from docmd.c:42: pathnames.h:39: warning: "_PATH_RSH" redefined #define _PATH_RSH "/usr/bin/rsh" In file included from pathnames.h:36, from defs.h:52, from docmd.c:42: /usr/include/paths.h:77: note: this is the location of the previous definition #define _PATH_RSH "/usr/local/bin/rsh" In file included from docmd.c:42: defs.h:179:7: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] void log __P((FILE *, const char *, ...)); ^~~ --- rshrcmd.o --- cc -pipe -O2 -fno-strict-aliasing -I/construction/net/44bsd-rdist/44bsd-rdist-20001111_2 -std=gnu99 -c rshrcmd.c --- rdist.1.gz --- gzip -cn rdist.1 > rdist.1.gz --- server.o --- cc -pipe -O2 -fno-strict-aliasing -I/construction/net/44bsd-rdist/44bsd-rdist-20001111_2 -std=gnu99 -c server.c --- gram.o --- cc -pipe -O2 -fno-strict-aliasing -I/construction/net/44bsd-rdist/44bsd-rdist-20001111_2 -std=gnu99 -c gram.c --- expand.o --- In file included from defs.h:52, from expand.c:42: pathnames.h:39: warning: "_PATH_RSH" redefined #define _PATH_RSH "/usr/bin/rsh" In file included from pathnames.h:36, from defs.h:52, from expand.c:42: /usr/include/paths.h:77: note: this is the location of the previous definition #define _PATH_RSH "/usr/local/bin/rsh" In file included from expand.c:42: defs.h:179:7: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] void log __P((FILE *, const char *, ...)); ^~~ expand.c: In function 'expstr': expand.c:182:19: warning: passing argument 2 of 'lookup' makes integer from pointer without a cast [-Wint-conversion] tp = lookup(cp, NULL, 0); ^~~~ In file included from expand.c:42: defs.h:181:3: note: expected 'int' but argument is of type 'void *' lookup __P((char *, int, struct namelist *)); ^~~~~~ --- main.o --- In file included from defs.h:52, from main.c:45: pathnames.h:39: warning: "_PATH_RSH" redefined #define _PATH_RSH "/usr/bin/rsh" In file included from pathnames.h:36, from defs.h:52, from main.c:45: /usr/include/paths.h:77: note: this is the location of the previous definition #define _PATH_RSH "/usr/local/bin/rsh" In file included from main.c:45: defs.h:179:7: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] void log __P((FILE *, const char *, ...)); ^~~ --- lookup.o --- In file included from defs.h:52, from lookup.c:42: pathnames.h:39: warning: "_PATH_RSH" redefined #define _PATH_RSH "/usr/bin/rsh" In file included from pathnames.h:36, from defs.h:52, from lookup.c:42: /usr/include/paths.h:77: note: this is the location of the previous definition #define _PATH_RSH "/usr/local/bin/rsh" In file included from lookup.c:42: defs.h:179:7: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] void log __P((FILE *, const char *, ...)); ^~~ --- server.o --- In file included from defs.h:52, from server.c:45: pathnames.h:39: warning: "_PATH_RSH" redefined #define _PATH_RSH "/usr/bin/rsh" In file included from pathnames.h:36, from defs.h:52, from server.c:45: /usr/include/paths.h:77: note: this is the location of the previous definition #define _PATH_RSH "/usr/local/bin/rsh" In file included from server.c:45: defs.h:179:7: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] void log __P((FILE *, const char *, ...)); ^~~ --- gram.o --- In file included from defs.h:52, from gram.y:43: pathnames.h:39: warning: "_PATH_RSH" redefined #define _PATH_RSH "/usr/bin/rsh" In file included from pathnames.h:36, from defs.h:52, from gram.y:43: /usr/include/paths.h:77: note: this is the location of the previous definition #define _PATH_RSH "/usr/local/bin/rsh" In file included from gram.y:43: defs.h:179:7: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] void log __P((FILE *, const char *, ...)); ^~~ --- rshrcmd.o --- In file included from defs.h:52, from rshrcmd.c:12: pathnames.h:39: warning: "_PATH_RSH" redefined #define _PATH_RSH "/usr/bin/rsh" In file included from pathnames.h:36, from defs.h:52, from rshrcmd.c:12: /usr/include/paths.h:77: note: this is the location of the previous definition #define _PATH_RSH "/usr/local/bin/rsh" In file included from rshrcmd.c:12: defs.h:179:7: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] void log __P((FILE *, const char *, ...)); ^~~ --- rdist --- cc -pipe -O2 -fno-strict-aliasing -I/construction/net/44bsd-rdist/44bsd-rdist-20001111_2 -std=gnu99 -o rdist docmd.o expand.o gram.o lookup.o main.o rshrcmd.o server.o main.o:main.c:function main: warning: warning: mktemp() possibly used unsafely; consider using mkstemp() SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for 44bsd-rdist-20001111_2 ===> Generating temporary packing list install -s -m 555 /construction/net/44bsd-rdist/44bsd-rdist-20001111_2/rdist /construction/net/44bsd-rdist/stage/usr/local/bin/44bsd-rdist install -m 444 /construction/net/44bsd-rdist/44bsd-rdist-20001111_2/rdist.1 /construction/net/44bsd-rdist/stage/usr/local/man/man1/44bsd-rdist.1 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for 44bsd-rdist-20001111_2 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:03