>>> fcron: Building community/fcron 3.3.1-r4 (using abuild 3.14.1-r3) started Sat, 23 Nov 2024 20:56:28 +0000
>>> fcron: Validating /home/buildozer/aports/community/fcron/APKBUILD...
>>> fcron: Analyzing dependencies...
>>> fcron: Installing for build: build-base readline-dev perl
(1/13) Installing libhistory (8.2.13-r0)
(2/13) Installing libformw (6.5_p20241006-r3)
(3/13) Installing libmenuw (6.5_p20241006-r3)
(4/13) Installing libpanelw (6.5_p20241006-r3)
(5/13) Installing libncurses++ (6.5_p20241006-r3)
(6/13) Installing ncurses-dev (6.5_p20241006-r3)
(7/13) Installing readline-dev (8.2.13-r0)
(8/13) Installing libbz2 (1.0.8-r6)
(9/13) Installing perl (5.40.0-r3)
(10/13) Installing .makedepends-fcron (20241123.205710)
(11/13) Installing perl-error (0.17029-r2)
(12/13) Installing perl-git (2.47.0-r0)
(13/13) Installing git-perl (2.47.0-r0)
Executing busybox-1.37.0-r8.trigger
OK: 370 MiB in 111 packages
>>> fcron: Cleaning up srcdir
>>> fcron: Cleaning up pkgdir
>>> fcron: Cleaning up tmpdir
>>> fcron: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/fcron-3.3.1.src.tar.gz
Connecting to distfiles.alpinelinux.org (172.105.82.32:443)
saving to '/var/cache/distfiles/v3.21/fcron-3.3.1.src.tar.gz.part'
fcron-3.3.1.src.tar. 100% |********************************|  579k  0:00:00 ETA
'/var/cache/distfiles/v3.21/fcron-3.3.1.src.tar.gz.part' saved
>>> fcron: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/fcron-3.3.1.src.tar.gz
>>> fcron: Checking sha512sums...
fcron-3.3.1.src.tar.gz: OK
systab.orig: OK
fcron.initd: OK
fcron.confd: OK
>>> fcron: Unpacking /var/cache/distfiles/v3.21/fcron-3.3.1.src.tar.gz...
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for gmake... /usr/bin/gmake
checking if make is actually GNU Make... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for strip... /usr/bin/strip
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for strings.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/timerfd.h usability... yes
checking sys/timerfd.h presence... yes
checking for sys/timerfd.h... yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking security/pam_appl.h usability... no
checking security/pam_appl.h presence... no
checking for security/pam_appl.h... no
checking pam/pam_appl.h usability... no
checking pam/pam_appl.h presence... no
checking for pam/pam_appl.h... no
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking shadow.h usability... yes
checking shadow.h presence... yes
checking for shadow.h... yes
checking libaudit.h usability... no
checking libaudit.h presence... no
checking for libaudit.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for uid_t in sys/types.h... yes
checking for ssize_t... yes
checking size of time_t... 8
checking size of pid_t... 4
checking size of time_t... (cached) 8
checking size of short int... 2
checking size of int... 4
checking size of long int... 8
checking size of long long int... 8
checking whether gcc needs -traditional... no
checking for working memcmp... yes
checking return type of signal handlers... void
checking for strftime... yes
checking for wait3 that fills in rusage... yes
checking for shutdown in -lxnet... yes
checking for getcon in -lselinux... no
checking for audit_open in -laudit... no
checking for a readline compatible library... -lreadline
checking readline.h usability... no
checking readline.h presence... no
checking for readline.h... no
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking whether readline supports history... yes
checking history.h usability... no
checking history.h presence... no
checking for history.h... no
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking for getloadavg... yes
checking for kstat_open in -lkstat... no
checking for getloadavg... (cached) yes
checking for pstat_getdynamic... no
checking for kstat_open in -lkstat... (cached) no
checking for getloadavg... (cached) yes
checking whether getloadavg requires setgid... no
checking function to use for lavg* options... getloadavg()
checking for getcwd... yes
checking for gettimeofday... yes
checking for mktime... yes
checking for putenv... yes
checking for strerror... yes
checking for setenv... yes
checking for unsetenv... yes
checking for gethostname... yes
checking for getopt_long... yes
checking for mkstemp... yes
checking for flock... yes
checking for lockf... yes
checking for setlinebuf... yes
checking for signal... yes
checking for sigset... yes
checking for gettimeofday... (cached) yes
checking for seteuid... yes
checking for setegid... yes
checking for setresuid... yes
checking for setresgid... yes
checking for setpriority... yes
checking for library containing getspnam... none required
checking for crypt... yes
checking for sa_len... no
checking cred.h usability... no
checking cred.h presence... no
checking for cred.h... no
checking sys/cred.h usability... no
checking sys/cred.h presence... no
checking for sys/cred.h... no
checking ucred.h usability... no
checking ucred.h presence... no
checking for ucred.h... no
checking sys/ucred.h usability... no
checking sys/ucred.h presence... no
checking for sys/ucred.h... no
checking for getpeerucred... no
checking for getpeereid... no
checking for sendmail... /usr/sbin/sendmail
checking actual sendmail to use... disabled
configure: WARNING: Without sendmail you will not get the output of the jobs by mail
checking for sh... /bin/sh
checking default shell to use to run a job... /bin/sh
checking for vi... /usr/bin/vi
checking editor to use for fcrontab... /usr/bin/vi
checking location of pid files... /run
checking location of fifo files... /run
checking location of spool directory... /var/spool/fcron
checking location of doc directory... ${datarootdir}/doc
checking for pkg-config... pkg-config
checking for systemd... disabled
checking run non-privileged... no
checking if fcrondyn should be compiled... yes
checking root's username... root
checking root's groupname... root
checking username to run fcrontab under... fcron
checking groupname to run fcrontab under... fcron
checking use a system fcrontab... yes
checking install interactively a boot script... no
checking automatic answer to make install's questions... yes (answer "no")
checking if audit trails should be enabled if available... no
checking if pam should be used if available... yes
checking for pam_acct_mgmt in -lpam... no
checking if SELinux should be used... no
checking for openjade... no
checking for jade... no
checking for docbook2man... no
checking for db2man... no
checking Looking for docbook2man converter... default: 
checking for nsgmls... no
checking for sgmlspl... no
checking Looking for docbook2man-spec file... default
checking Looking for dsssl stylsheets... default
configure: WARNING:

/usr/share/sgml/docbook/stylesheet/dsssl/modular/html/docbook.dsl does not exist. You will probably not be able to generate the documentation from the DocBook source files.
configure: WARNING: Use --with-dsssl-dir to specify a directory.

configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/stylesheets/fcron-doc.dsl
config.status: creating config.h

Summary :
-------

run in debug mode by default :      no
Audit trails :                      no
PAM :                               no
SELinux :                           no
Readline :                          yes
Run without root's rights :         no
Load average support :              yes
compile fcrondyn :                  yes
fcron's user (resp. group) name :   fcron (resp. fcron)
sysfcrontab :                       yes (systab)
prefix:                             /usr
exec_prefix:                        ${prefix}
datarootdir:                        ${prefix}/share
bin dir:                            ${exec_prefix}/bin
sbin dir:                           ${exec_prefix}/sbin
spool dir:                          /var/spool/fcron
etc dir:                            /etc/fcron
doc dir:                            ${datarootdir}/doc
man dir:                            ${datarootdir}/man 

You can now run '/usr/bin/gmake' to compile
and then (as root) '/usr/bin/gmake install' to install fcron.

gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c fcron.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c cl.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c subs.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c mem.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c save.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c temp_file.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c log.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c database.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c job.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c conf.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c u_list.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c exe_list.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c lavg_list.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c env_list.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c fcronconf.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c filesubs.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c select.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c fcrondyn_svr.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c suspend.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c fcronsighup.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c allow.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c fcrontab.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c fileconf.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c read_string.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c fcrondyn.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -DPIDFILE="\"/run/fcron.pid\"" -DREBOOT_LOCK="\"/run/fcron.reboot\"" \
-DSUSPEND_FILE="\"/run/fcron.suspend\"" -DFIFOFILE="\"/run/fcron.fifo\"" -DETC="\"/etc/fcron\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DFCRON_CONF="\"fcron.conf\"" \
-DFCRONTABS="\"/var/spool/fcron\"" \
-DFCRON_ALLOW="\"fcron.allow\"" -DFCRON_DENY="\"fcron.deny\"" \
-DFCRON_SHELL="\"/bin/sh\"" -DSENDMAIL="\"\"" \
-DFCRON_EDITOR="\"/usr/bin/vi\"" -DBINDIREX="\"/usr/bin\"" \
-c convert-fcrontab.c
if test ! -d files; then mkdir files ; fi
make -C doc doc-if-none
./script/gen-in.pl ./files/fcron.conf.in files/fcron.conf ./
make[1]: Entering directory '/home/buildozer/aports/community/fcron/src/fcron-3.3.1/doc'
make[1]: Leaving directory '/home/buildozer/aports/community/fcron/src/fcron-3.3.1/doc'
In file included from global.h:74,
                 from fcrondyn.h:28,
                 from fcrondyn.c:32:
In function 'memcpy',
    inlined from 'parse_cmd' at fcrondyn.c:256:17:
/usr/include/fortify/string.h:51:31: warning: array subscript 2 is outside array bounds of 'uid_t[1]' {aka 'unsigned int[1]'} [-Warray-bounds=]
   51 |             (__s < __d && __s + __n > __d))
      |                           ~~~~^~~~~
fcrondyn.c: In function 'parse_cmd':
fcrondyn.c:84:7: note: at offset 8 into object 'user_uid' of size 4
   84 | uid_t user_uid = 0;
      |       ^~~~~~~~
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -o fcronsighup fcronsighup.o subs.o mem.o log.o allow.o fcronconf.o filesubs.o -lxnet  -lreadline
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -o convert-fcrontab convert-fcrontab.o cl.o subs.o mem.o save.o log.o u_list.o env_list.o fcronconf.o filesubs.o -lxnet  -lreadline
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -o fcrondyn fcrondyn.o subs.o mem.o log.o allow.o read_string.o fcronconf.o filesubs.o -lxnet  -lreadline
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -o fcron fcron.o cl.o subs.o mem.o save.o temp_file.o log.o database.o job.o conf.o u_list.o exe_list.o lavg_list.o env_list.o fcronconf.o filesubs.o select.o fcrondyn_svr.o suspend.o  -lxnet  -lreadline
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall  -DHAVE_CONFIG_H  -I. -I. -o fcrontab fcrontab.o cl.o subs.o mem.o save.o temp_file.o  log.o fileconf.o allow.o read_string.o u_list.o env_list.o fcronconf.o filesubs.o -lxnet  -lreadline
>>> fcron: Entering fakeroot...
make -C doc doc-if-none
make[1]: Entering directory '/home/buildozer/aports/community/fcron/src/fcron-3.3.1/doc'
make[1]: Leaving directory '/home/buildozer/aports/community/fcron/src/fcron-3.3.1/doc'
echo `fcron -V 2>&1 | grep "^fcron "` > PREVIOUS_VERSION && chmod a+rw PREVIOUS_VERSION
./script/user-group fcron fcron 0 .
Checking if group fcron exists ... yes.
Checking if user fcron exists ... yes.
if test ! -d /home/buildozer/aports/community/fcron/pkg/fcron//usr/sbin; then /usr/bin/install -c -m 755 -d /home/buildozer/aports/community/fcron/pkg/fcron//usr/sbin ; fi
if test ! -d /home/buildozer/aports/community/fcron/pkg/fcron//usr/bin; then /usr/bin/install -c -m 755 -d /home/buildozer/aports/community/fcron/pkg/fcron//usr/bin ; fi
if test ! -d /home/buildozer/aports/community/fcron/pkg/fcron//etc/fcron; then /usr/bin/install -c -m 755 -d /home/buildozer/aports/community/fcron/pkg/fcron//etc/fcron ; fi
if test ! -d /home/buildozer/aports/community/fcron/pkg/fcron//run; then /usr/bin/install -c -m 755 -d /home/buildozer/aports/community/fcron/pkg/fcron//run ; fi
if test ! -d /home/buildozer/aports/community/fcron/pkg/fcron//run; then /usr/bin/install -c -m 755 -d /home/buildozer/aports/community/fcron/pkg/fcron//run ; fi
/usr/bin/install -c -m 755 -d /home/buildozer/aports/community/fcron/pkg/fcron//var/spool/fcron
/usr/bin/install -c -m 755 fcron /home/buildozer/aports/community/fcron/pkg/fcron//usr/sbin
/usr/bin/install -c -m 755 fcrontab /home/buildozer/aports/community/fcron/pkg/fcron//usr/bin
/usr/bin/install -c -m 755 fcronsighup /home/buildozer/aports/community/fcron/pkg/fcron//usr/bin
/usr/bin/install -c -m 755 fcrondyn /home/buildozer/aports/community/fcron/pkg/fcron//usr/bin
if test ! -f /home/buildozer/aports/community/fcron/pkg/fcron//etc/fcron/fcron.allow -a ! -f /home/buildozer/aports/community/fcron/pkg/fcron//etc/fcron/fcron.deny ; then /usr/bin/install -c -m 644 ./files/fcron.allow /home/buildozer/aports/community/fcron/pkg/fcron//etc/fcron ; /usr/bin/install -c -m 644 ./files/fcron.deny /home/buildozer/aports/community/fcron/pkg/fcron//etc/fcron ; fi
test -f /home/buildozer/aports/community/fcron/pkg/fcron//etc/fcron/fcron.conf || /usr/bin/install -c -m 644 files/fcron.conf /home/buildozer/aports/community/fcron/pkg/fcron//etc/fcron
make -C doc install-staged
make[1]: Entering directory '/home/buildozer/aports/community/fcron/src/fcron-3.3.1/doc'
Cleaning: /home/buildozer/aports/community/fcron/src/fcron-3.3.1/doc/stylesheets
Cleaning: /home/buildozer/aports/community/fcron/src/fcron-3.3.1/doc/en
Cleaning: /home/buildozer/aports/community/fcron/src/fcron-3.3.1/doc/fr
Cleaning: /home/buildozer/aports/community/fcron/src/fcron-3.3.1/doc
Installing man pages in /home/buildozer/aports/community/fcron/pkg/fcron//usr/share/man...
Installing documentation files in /home/buildozer/aports/community/fcron/pkg/fcron//usr/share/doc/fcron-3.3.1...
make[1]: Leaving directory '/home/buildozer/aports/community/fcron/src/fcron-3.3.1/doc'
/usr/bin/strip /home/buildozer/aports/community/fcron/pkg/fcron//usr/sbin/fcron
/usr/bin/strip /home/buildozer/aports/community/fcron/pkg/fcron//usr/bin/fcrontab
/usr/bin/strip /home/buildozer/aports/community/fcron/pkg/fcron//usr/bin/fcronsighup
/usr/bin/strip /home/buildozer/aports/community/fcron/pkg/fcron//usr/bin/fcrondyn
chown root /home/buildozer/aports/community/fcron/pkg/fcron//usr/sbin 
chgrp root /home/buildozer/aports/community/fcron/pkg/fcron//usr/sbin 
chown root /home/buildozer/aports/community/fcron/pkg/fcron//usr/bin 
chgrp root /home/buildozer/aports/community/fcron/pkg/fcron//usr/bin 
chown root /home/buildozer/aports/community/fcron/pkg/fcron//etc/fcron 
chgrp root /home/buildozer/aports/community/fcron/pkg/fcron//etc/fcron 
chown root /home/buildozer/aports/community/fcron/pkg/fcron//run 
chgrp root /home/buildozer/aports/community/fcron/pkg/fcron//run 
chown root /home/buildozer/aports/community/fcron/pkg/fcron//run 
chgrp root /home/buildozer/aports/community/fcron/pkg/fcron//run 
chown fcron /home/buildozer/aports/community/fcron/pkg/fcron//var/spool/fcron
chgrp fcron /home/buildozer/aports/community/fcron/pkg/fcron//var/spool/fcron
chmod 770 /home/buildozer/aports/community/fcron/pkg/fcron//var/spool/fcron
chown root /home/buildozer/aports/community/fcron/pkg/fcron//usr/sbin/fcron
chgrp root /home/buildozer/aports/community/fcron/pkg/fcron//usr/sbin/fcron
chmod 710 /home/buildozer/aports/community/fcron/pkg/fcron//usr/sbin/fcron
chown fcron /home/buildozer/aports/community/fcron/pkg/fcron//usr/bin/fcrontab
chgrp fcron /home/buildozer/aports/community/fcron/pkg/fcron//usr/bin/fcrontab
chmod 6711 /home/buildozer/aports/community/fcron/pkg/fcron//usr/bin/fcrontab
chown root /home/buildozer/aports/community/fcron/pkg/fcron//usr/bin/fcronsighup
chgrp fcron /home/buildozer/aports/community/fcron/pkg/fcron//usr/bin/fcronsighup
chmod 4710 /home/buildozer/aports/community/fcron/pkg/fcron//usr/bin/fcronsighup
chown fcron /home/buildozer/aports/community/fcron/pkg/fcron//usr/bin/fcrondyn
chgrp fcron /home/buildozer/aports/community/fcron/pkg/fcron//usr/bin/fcrondyn
chmod 6711 /home/buildozer/aports/community/fcron/pkg/fcron//usr/bin/fcrondyn
chown root /home/buildozer/aports/community/fcron/pkg/fcron//etc/fcron/fcron.allow /home/buildozer/aports/community/fcron/pkg/fcron//etc/fcron/fcron.deny
chgrp fcron /home/buildozer/aports/community/fcron/pkg/fcron//etc/fcron/fcron.allow /home/buildozer/aports/community/fcron/pkg/fcron//etc/fcron/fcron.deny
chmod 640 /home/buildozer/aports/community/fcron/pkg/fcron//etc/fcron/fcron.allow /home/buildozer/aports/community/fcron/pkg/fcron//etc/fcron/fcron.deny
chown root /home/buildozer/aports/community/fcron/pkg/fcron//etc/fcron/fcron.conf
chgrp fcron /home/buildozer/aports/community/fcron/pkg/fcron//etc/fcron/fcron.conf
chmod 640 /home/buildozer/aports/community/fcron/pkg/fcron//etc/fcron/fcron.conf
find /home/buildozer/aports/community/fcron/pkg/fcron//var/spool/fcron -type f \( -name "*.orig" -a ! -name "root.orig" -a ! -name "systab.orig" \) -exec chown fcron {} \; -exec chgrp fcron {} \; -exec chmod 640 {} \;
find /home/buildozer/aports/community/fcron/pkg/fcron//var/spool/fcron -type f \( -name "root.orig" -o -name "systab.orig" \) -exec chown root {} \; -exec chgrp fcron {} \; -exec chmod 600 {} \;
# First, remove the potential fcrontab.sig, or it could not get removed by fcronsighup if it becomes root:root 600
rm -f /home/buildozer/aports/community/fcron/pkg/fcron//var/spool/fcron/fcrontab.sig
find /home/buildozer/aports/community/fcron/pkg/fcron//var/spool/fcron -type f ! -name "*.orig" -exec chown root {} \; -exec chgrp root {} \; -exec chmod 600 {} \;
make -C doc perms
make[1]: Entering directory '/home/buildozer/aports/community/fcron/src/fcron-3.3.1/doc'
for l in en fr; do \
	if test "x$l" = "xen"; then \
		DIR=/home/buildozer/aports/community/fcron/pkg/fcron//usr/share/man; \
	else \
		DIR=/home/buildozer/aports/community/fcron/pkg/fcron//usr/share/man/$l; \
	fi ; \
	chown root $DIR; \
	chgrp root $DIR; \
	for i in 1 3 5 8; do \
		chown root $DIR/man$i; \
		chgrp root $DIR/man$i; \
	done ; \
	for f in man1/fcrontab.1 man1/fcrondyn.1 man3/bitstring.3 \
		man5/fcrontab.5 man5/fcron.conf.5 man8/fcron.8 ; do \
		chown root $DIR/$f; \
		chgrp root $DIR/$f; \
	done ; \
done
chown root /home/buildozer/aports/community/fcron/pkg/fcron//usr/share/doc
chgrp root /home/buildozer/aports/community/fcron/pkg/fcron//usr/share/doc
chown root /home/buildozer/aports/community/fcron/pkg/fcron//usr/share/doc/fcron-3.3.1 
chgrp root /home/buildozer/aports/community/fcron/pkg/fcron//usr/share/doc/fcron-3.3.1 
for l in en fr; do \
	DIR=/home/buildozer/aports/community/fcron/pkg/fcron//usr/share/doc/fcron-3.3.1/$l ; \
	chown root $DIR ; \
	chgrp root $DIR ; \
	for i in txt HTML; do \
		chown root $DIR/$i; \
		chgrp root $DIR/$i; \
		chown root $DIR/$i/*; \
		chgrp root $DIR/$i/*; \
	done ; \
done
make[1]: Leaving directory '/home/buildozer/aports/community/fcron/src/fcron-3.3.1/doc'
>>> fcron-openrc*: Running split function openrc...
'etc/conf.d' -> '/home/buildozer/aports/community/fcron/pkg/fcron-openrc/etc/conf.d'
'etc/init.d' -> '/home/buildozer/aports/community/fcron/pkg/fcron-openrc/etc/init.d'
>>> fcron-openrc*: Preparing subpackage fcron-openrc...
>>> fcron-openrc*: Running postcheck for fcron-openrc
>>> fcron-doc*: Running split function doc...
'usr/share/doc' -> '/home/buildozer/aports/community/fcron/pkg/fcron-doc/usr/share/doc'
'usr/share/man' -> '/home/buildozer/aports/community/fcron/pkg/fcron-doc/usr/share/man'
>>> fcron-doc*: Preparing subpackage fcron-doc...
>>> fcron-doc*: Running postcheck for fcron-doc
>>> fcron*: Running postcheck for fcron
>>> fcron*: Preparing package fcron...
>>> fcron*: Stripping binaries
>>> fcron*: Script found. /bin/sh added as a dependency for fcron-3.3.1-r4.apk
>>> fcron*: Adding .pre-install
>>> fcron*: Adding .post-install
>>> fcron*: Adding .post-upgrade
>>> fcron-doc*: Scanning shared objects
>>> fcron-openrc*: Scanning shared objects
>>> fcron*: Scanning shared objects
>>> fcron-doc*: Tracing dependencies...
>>> fcron-doc*: Package size: 724.6 KB
>>> fcron-doc*: Compressing data...
>>> fcron-doc*: Create checksum...
>>> fcron-doc*: Create fcron-doc-3.3.1-r4.apk
>>> fcron-openrc*: Tracing dependencies...
>>> fcron-openrc*: Package size: 356.0 B
>>> fcron-openrc*: Compressing data...
>>> fcron-openrc*: Create checksum...
>>> fcron-openrc*: Create fcron-openrc-3.3.1-r4.apk
>>> fcron*: Tracing dependencies...
	/bin/sh
	so:libc.musl-riscv64.so.1
	so:libreadline.so.8
>>> fcron*: Package size: 222.4 KB
>>> fcron*: Compressing data...
>>> fcron*: Create checksum...
>>> fcron*: Create fcron-3.3.1-r4.apk
>>> fcron: Build complete at Sat, 23 Nov 2024 20:57:45 +0000 elapsed time 0h 1m 17s
>>> fcron: Cleaning up srcdir
>>> fcron: Cleaning up pkgdir
>>> fcron: Uninstalling dependencies...
(1/13) Purging .makedepends-fcron (20241123.205710)
(2/13) Purging readline-dev (8.2.13-r0)
(3/13) Purging libhistory (8.2.13-r0)
(4/13) Purging git-perl (2.47.0-r0)
(5/13) Purging perl-git (2.47.0-r0)
(6/13) Purging perl-error (0.17029-r2)
(7/13) Purging perl (5.40.0-r3)
(8/13) Purging libbz2 (1.0.8-r6)
(9/13) Purging ncurses-dev (6.5_p20241006-r3)
(10/13) Purging libncurses++ (6.5_p20241006-r3)
(11/13) Purging libpanelw (6.5_p20241006-r3)
(12/13) Purging libformw (6.5_p20241006-r3)
(13/13) Purging libmenuw (6.5_p20241006-r3)
Executing busybox-1.37.0-r8.trigger
OK: 333 MiB in 98 packages
>>> fcron: Updating the community/riscv64 repository index...
>>> fcron: Signing the index...