------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The monitord 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 ------------------------------------------------------------------------------- ===> monitord-0.4.1_4 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The monitord 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 ===> monitord-0.4.1_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by monitord-0.4.1_4 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The monitord 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 ===> monitord-0.4.1_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by monitord-0.4.1_4 for building => SHA256 Checksum OK for monitord-0.4.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The monitord 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 ===> monitord-0.4.1_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by monitord-0.4.1_4 for building ===> Extracting for monitord-0.4.1_4 => SHA256 Checksum OK for monitord-0.4.1.tar.gz. Extracted Memory Use: 0.06M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for monitord-0.4.1_4 ===> Applying ports patches for monitord-0.4.1_4 ===> Cleanly applied ports patch(es) patch-Makefile patch-mail.c patch-monitord.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for monitord-0.4.1_4 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for monitord-0.4.1_4 --- monitord.o --- --- mail.o --- --- monitord.o --- cc -pipe -O2 -fno-strict-aliasing -c -Wall monitord.c --- mail.o --- cc -pipe -O2 -fno-strict-aliasing -c -Wall mail.c mail.c: In function 'mail': mail.c:50:21: warning: argument to 'sizeof' in 'bzero' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] bzero (buf, sizeof (buf) ); ^ mail.c:51:23: warning: argument to 'sizeof' in 'bzero' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] bzero (token, sizeof (token) ); ^ mail.c:52:26: warning: argument to 'sizeof' in 'bzero' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] bzero (username, sizeof (username) ); ^ mail.c:53:26: warning: argument to 'sizeof' in 'bzero' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] bzero (hostname, sizeof (hostname) ); ^ mail.c:54:26: warning: argument to 'sizeof' in 'bzero' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] bzero (thisname, sizeof (thisname) ); ^ --- monitord.o --- monitord.c: In function 'main': monitord.c:72:27: warning: argument to 'sizeof' in 'bzero' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] bzero ( file[i], sizeof (file[i]) ); ^ monitord.c: In function 'read_conf': monitord.c:122:28: warning: argument to 'sizeof' in 'bzero' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] bzero (buf, sizeof (buf) ); ^ monitord.c:149:23: warning: argument to 'sizeof' in 'bzero' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] bzero (buf, sizeof (buf)); ^ monitord.c: In function 'loop': monitord.c:200:21: warning: argument to 'sizeof' in 'bzero' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] bzero (buf, sizeof (buf) ); ^ monitord.c:201:22: warning: argument to 'sizeof' in 'bzero' call is the same pointer type 'char *' as the destination; expected 'char' or an explicit length [-Wsizeof-pointer-memaccess] bzero (buf2, sizeof (buf) ); ^ monitord.c:202:23: warning: argument to 'sizeof' in 'bzero' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] bzero (token, sizeof (token) ); ^ monitord.c:358:36: warning: argument to 'sizeof' in 'strncmp' call is the same expression as the first source; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] if (!strncmp (buf, proc, sizeof(buf))) FOUND = TRUE; ^ monitord.c:368:24: warning: argument to 'sizeof' in 'bzero' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] bzero (buf, sizeof(buf)); ^ monitord.c:369:25: warning: argument to 'sizeof' in 'bzero' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] bzero (buf2, sizeof(buf2)); ^ monitord.c:408:26: warning: argument to 'sizeof' in 'bzero' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] bzero (buf, sizeof(buf)); ^ monitord.c:421:26: warning: argument to 'sizeof' in 'bzero' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] bzero (buf, sizeof(buf)); ^ monitord.c: In function 'main': monitord.c:49:2: warning: 'strncpy' output truncated before terminating nul copying 28 bytes from a string of the same length [-Wstringop-truncation] strncpy (filename, _PATH_TO_CONFIG, strlen(_PATH_TO_CONFIG)); /* Default config file */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ monitord.c: In function 'loop': monitord.c:293:5: warning: 'strncat' specified bound 85 equals destination size [-Wstringop-overflow=] strncat (param, " ", sizeof(param)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ monitord.c:245:4: warning: 'strncpy' specified bound 100 equals destination size [-Wstringop-truncation] strncpy (var, strtok(buf, " =\t"), sizeof(var)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ monitord.c:246:4: warning: 'strncpy' specified bound 100 equals destination size [-Wstringop-truncation] strncpy (value, strtok(NULL, " =\t"), sizeof(value)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ monitord.c:273:4: warning: 'strncpy' specified bound 600 equals destination size [-Wstringop-truncation] strncpy (cmdline, file[i], sizeof(cmdline)); /* copy temporary copy of line */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ monitord.c:274:4: warning: 'strncpy' specified bound 85 equals destination size [-Wstringop-truncation] strncpy (uid, strtok(cmdline, " \t"), sizeof(uid)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ monitord.c:276:4: warning: 'strncpy' specified bound 85 equals destination size [-Wstringop-truncation] strncpy (allopt, strtok(NULL, " \t"), sizeof(allopt)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ monitord.c:277:4: warning: 'strncpy' specified bound 85 equals destination size [-Wstringop-truncation] strncpy (delaytime, strtok(NULL, " \t"), sizeof(delaytime)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ monitord.c:278:4: warning: 'strncpy' specified bound 85 equals destination size [-Wstringop-truncation] strncpy (proc, strtok(NULL, " \t"), sizeof(proc)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ monitord.c:279:4: warning: 'strncpy' specified bound 85 equals destination size [-Wstringop-truncation] strncpy (script_path, strtok(NULL, " \t"), sizeof(script_path)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ monitord.c:307:5: warning: 'strncpy' specified bound 85 equals destination size [-Wstringop-truncation] strncpy (script, token, sizeof(script)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ monitord.c:294:5: warning: 'strncat' specified bound 85 equals destination size [-Wstringop-truncation] strncat (param, token, sizeof(param)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ monitord.c:294:5: warning: 'strncat' specified bound 85 equals destination size [-Wstringop-overflow=] --- monitord --- cc monitord.o mail.o -o monitord SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for monitord-0.4.1_4 ===> Generating temporary packing list install -cs monitord /construction/sysutils/monitord/stage/usr/local/sbin install -c monitord.conf.sample /construction/sysutils/monitord/stage/usr/local/etc install -c monitord.8 /construction/sysutils/monitord/stage/usr/local/man/man8 ====> 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 monitord-0.4.1_4 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:02