* Package: sys-process/anacron-2.3-r2 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking anacron-2.3.tar.gz to /var/tmp/portage/sys-process/anacron-2.3-r2/work * Applying anacron-2.3-compile-fix-from-debian.patch ... [ ok ] >>> Source unpacked in /var/tmp/portage/sys-process/anacron-2.3-r2/work >>> Compiling source in /var/tmp/portage/sys-process/anacron-2.3-r2/work/anacron-2.3 ... make -j1 /bin/sh -ec "cc -MM -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\" -DANACRONTAB=\"/etc/anacrontab\" readtab.c \ | sed '1s/^\(.*\)\.o[ :]*/\1.d &/1' > readtab.d" /bin/sh -ec "cc -MM -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\" -DANACRONTAB=\"/etc/anacrontab\" main.c \ | sed '1s/^\(.*\)\.o[ :]*/\1.d &/1' > main.d" /bin/sh -ec "cc -MM -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\" -DANACRONTAB=\"/etc/anacrontab\" lock.c \ | sed '1s/^\(.*\)\.o[ :]*/\1.d &/1' > lock.d" /bin/sh -ec "cc -MM -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\" -DANACRONTAB=\"/etc/anacrontab\" runjob.c \ | sed '1s/^\(.*\)\.o[ :]*/\1.d &/1' > runjob.d" /bin/sh -ec "cc -MM -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\" -DANACRONTAB=\"/etc/anacrontab\" log.c \ | sed '1s/^\(.*\)\.o[ :]*/\1.d &/1' > log.d" /bin/sh -ec "cc -MM -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\" -DANACRONTAB=\"/etc/anacrontab\" gregor.c \ | sed '1s/^\(.*\)\.o[ :]*/\1.d &/1' > gregor.d" /bin/sh -ec "cc -MM -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\" -DANACRONTAB=\"/etc/anacrontab\" matchrx.c \ | sed '1s/^\(.*\)\.o[ :]*/\1.d &/1' > matchrx.d" cc -c -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\" -DANACRONTAB=\"/etc/anacrontab\" -O2 -pipe -march=native -Wall -pedantic -O2 matchrx.c -o matchrx.o matchrx.c: In function ‘match_rx’: matchrx.c:50:2: warning: implicit declaration of function ‘memset’ [-Wimplicit-function-declaration] memset(sub_offsets, 0, sizeof(regmatch_t) * (n_sub + 1)); ^~~~~~ matchrx.c:50:2: warning: incompatible implicit declaration of built-in function ‘memset’ matchrx.c:50:2: note: include ‘’ or provide a declaration of ‘memset’ matchrx.c:30:1: +#include matchrx.c:50:2: memset(sub_offsets, 0, sizeof(regmatch_t) * (n_sub + 1)); ^~~~~~ cc -c -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\" -DANACRONTAB=\"/etc/anacrontab\" -O2 -pipe -march=native -Wall -pedantic -O2 gregor.c -o gregor.o cc -c -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\" -DANACRONTAB=\"/etc/anacrontab\" -O2 -pipe -march=native -Wall -pedantic -O2 log.c -o log.o log.c:82:1: warning: conflicting types for built-in function ‘log’ [-Wbuiltin-declaration-mismatch] log(int priority, const char *fmt, va_list args) ^~~ log.c: In function ‘die’: log.c:174:5: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration] exit(FAILURE_EXIT); ^~~~ log.c:174:5: warning: incompatible implicit declaration of built-in function ‘exit’ log.c:174:5: note: include ‘’ or provide a declaration of ‘exit’ log.c:46:1: +#include log.c:174:5: exit(FAILURE_EXIT); ^~~~ log.c: In function ‘die_e’: log.c:188:5: warning: incompatible implicit declaration of built-in function ‘exit’ exit(FAILURE_EXIT); ^~~~ log.c:188:5: note: include ‘’ or provide a declaration of ‘exit’ cc -c -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\" -DANACRONTAB=\"/etc/anacrontab\" -O2 -pipe -march=native -Wall -pedantic -O2 runjob.c -o runjob.o runjob.c: In function ‘xputenv’: runjob.c:89:16: warning: passing argument 1 of ‘putenv’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] if (putenv(s)) die_e("Can't set the environment"); ^ In file included from runjob.c:27: /usr/include/stdlib.h:644:26: note: expected ‘char *’ but argument is of type ‘const char *’ extern int putenv (char *__string) __THROW __nonnull ((1)); ~~~~~~^~~~~~~~ cc -c -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\" -DANACRONTAB=\"/etc/anacrontab\" -O2 -pipe -march=native -Wall -pedantic -O2 lock.c -o lock.o cc -c -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\" -DANACRONTAB=\"/etc/anacrontab\" -O2 -pipe -march=native -Wall -pedantic -O2 main.c -o main.o main.c: In function ‘parse_opts’: main.c:125:6: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration] exit(0); ^~~~ main.c:125:6: warning: incompatible implicit declaration of built-in function ‘exit’ main.c:125:6: note: include ‘’ or provide a declaration of ‘exit’ main.c:35:1: +#include main.c:125:6: exit(0); ^~~~ main.c: In function ‘go_background’: main.c:204:2: warning: incompatible implicit declaration of built-in function ‘exit’ exit(0); ^~~~ main.c:204:2: note: include ‘’ or provide a declaration of ‘exit’ main.c: In function ‘orderly_termination’: main.c:305:5: warning: incompatible implicit declaration of built-in function ‘exit’ exit(0); ^~~~ main.c:305:5: note: include ‘’ or provide a declaration of ‘exit’ main.c: In function ‘main’: main.c:452:2: warning: incompatible implicit declaration of built-in function ‘exit’ exit(0); ^~~~ main.c:452:2: note: include ‘’ or provide a declaration of ‘exit’ main.c:466:5: warning: incompatible implicit declaration of built-in function ‘exit’ exit(0); ^~~~ main.c:466:5: note: include ‘’ or provide a declaration of ‘exit’ cc -c -DSPOOLDIR=\"/var/spool/anacron\" -DRELEASE=\"2.3\" -DANACRONTAB=\"/etc/anacrontab\" -O2 -pipe -march=native -Wall -pedantic -O2 readtab.c -o readtab.o cc -Wl,-O1 -Wl,--as-needed matchrx.o gregor.o log.o runjob.o lock.o main.o readtab.o -o anacron /usr/lib/gcc/x86_64-pc-linux-gnu/8.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: runjob.o: in function `launch_job': runjob.c:(.text+0x15b): warning: the use of `tempnam' is dangerous, better use `mkstemp' >>> Source compiled. >>> Test phase [not enabled]: sys-process/anacron-2.3-r2 >>> Install anacron-2.3-r2 into /var/tmp/portage/sys-process/anacron-2.3-r2/image/ category sys-process >>> Completed installing anacron-2.3-r2 into /var/tmp/portage/sys-process/anacron-2.3-r2/image/ * Final size of build directory: 256 KiB * Final size of installed tree: 80 KiB * QA Notice: Package triggers severe warnings which indicate that it * may exhibit random runtime failures. * matchrx.c:50:2: warning: implicit declaration of function ‘memset’ [-Wimplicit-function-declaration] * matchrx.c:50:2: warning: incompatible implicit declaration of built-in function ‘memset’ * log.c:174:5: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration] * log.c:174:5: warning: incompatible implicit declaration of built-in function ‘exit’ * log.c:188:5: warning: incompatible implicit declaration of built-in function ‘exit’ * main.c:125:6: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration] * main.c:125:6: warning: incompatible implicit declaration of built-in function ‘exit’ * main.c:204:2: warning: incompatible implicit declaration of built-in function ‘exit’ * main.c:305:5: warning: incompatible implicit declaration of built-in function ‘exit’ * main.c:452:2: warning: incompatible implicit declaration of built-in function ‘exit’ * main.c:466:5: warning: incompatible implicit declaration of built-in function ‘exit’ * Please do not file a Gentoo bug and instead report the above QA * issues directly to the upstream developers of this software. * Homepage: http://anacron.sourceforge.net/ strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version usr/sbin/anacron * checking 9 files for package collisions * This package will overwrite one or more files that may belong to other * packages (see list below). You can use a command such as `portageq * owners / ` to identify the installed package that owns a * file. If portageq reports that only one package owns a file then do * NOT file a bug report. A bug report is only useful if it identifies at * least two or more packages that are known to install the same file(s). * If a collision occurs and you can not explain where the file came from * then you should simply ignore the collision since there is not enough * information to determine if a real problem exists. Please do NOT file * a bug report at https://bugs.gentoo.org/ unless you report exactly * which two packages install the same file(s). See * https://wiki.gentoo.org/wiki/Knowledge_Base:Blockers for tips on how * to solve the problem. And once again, please do NOT file a bug report * unless you have completely understood the above message. * * Detected file collision(s): * * /usr/share/man/man5/anacrontab.5.bz2 * * Searching all installed packages for file collisions... * * Press Ctrl-C to Stop * * sys-process/systemd-cron-1.5.12-r1:0::gentoo * /usr/share/man/man5/anacrontab.5.bz2 * * Package 'sys-process/anacron-2.3-r2' NOT merged due to file * collisions. If necessary, refer to your elog messages for the whole * content of the above message.