Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 575924 Details for
Bug 685572
sys-process/anacron-2.3-r2 : file collision with sys-process/systemd-cron-1.5.12-r1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sys-process:anacron-2.3-r2:20190508-200425.log
sys-process:anacron-2.3-r2:20190508-200425.log (text/plain), 9.30 KB, created by
Toralf Förster
on 2019-05-10 18:21:03 UTC
(
hide
)
Description:
sys-process:anacron-2.3-r2:20190508-200425.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2019-05-10 18:21:03 UTC
Size:
9.30 KB
patch
obsolete
> * 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 â<string.h>â or provide a declaration of âmemsetâ >matchrx.c:30:1: >+#include <string.h> > >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 â<stdlib.h>â or provide a declaration of âexitâ >log.c:46:1: >+#include <stdlib.h> > >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 â<stdlib.h>â 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 â<stdlib.h>â or provide a declaration of âexitâ >main.c:35:1: >+#include <stdlib.h> > >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 â<stdlib.h>â 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 â<stdlib.h>â 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 â<stdlib.h>â 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 â<stdlib.h>â 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 / <filename>` 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.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 685572
:
575916
|
575918
|
575920
|
575922
| 575924