Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 489842 Details for
Bug 628410
net-vpn/isatapd-0.9.7-r2 : file collision with net-misc/ndisc6-0.9.9
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-vpn:isatapd-0.9.7-r2:20170820-183329.log
net-vpn:isatapd-0.9.7-r2:20170820-183329.log (text/plain), 10.02 KB, created by
Toralf Förster
on 2017-08-20 18:39:43 UTC
(
hide
)
Description:
net-vpn:isatapd-0.9.7-r2:20170820-183329.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2017-08-20 18:39:43 UTC
Size:
10.02 KB
patch
obsolete
> * Package: net-vpn/isatapd-0.9.7-r2 > * Repository: gentoo > * Maintainer: xmw@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox > * Determining the location of the kernel source code > * Found kernel source directory: > * /usr/src/linux > * Found kernel object directory: > * /lib/modules/4.12.5-gentoo/build > * Found sources for kernel version: > * 4.12.5-gentoo > * Checking for suitable kernel configuration options... > * CONFIG_TUN is needed for isatapd to work > * Please check to make sure these options are set correctly. > * Failure to do so may cause unexpected problems. >>>> Unpacking source... >>>> Unpacking isatapd-0.9.7.tar.gz to /var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work >>>> Source unpacked in /var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work >>>> Preparing source in /var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7 ... >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --libdir=/usr/lib64 >checking for a BSD-compatible install... /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking for style of include used by make... GNU >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-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 x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking dependency style of x86_64-pc-linux-gnu-gcc... none >checking how to run the C preprocessor... x86_64-pc-linux-gnu-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/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 net/if.h usability... yes >checking net/if.h presence... yes >checking for net/if.h... yes >checking netdb.h usability... yes >checking netdb.h presence... yes >checking for netdb.h... yes >checking arpa/inet.h usability... yes >checking arpa/inet.h presence... yes >checking for arpa/inet.h... yes >checking netinet/ip.h usability... yes >checking netinet/ip.h presence... yes >checking for netinet/ip.h... yes >checking netinet/icmp6.h usability... yes >checking netinet/icmp6.h presence... yes >checking for netinet/icmp6.h... yes >checking linux/socket.h usability... yes >checking linux/socket.h presence... yes >checking for linux/socket.h... yes >checking sys/utsname.h usability... yes >checking sys/utsname.h presence... yes >checking for sys/utsname.h... yes >checking getopt.h usability... yes >checking getopt.h presence... yes >checking for getopt.h... yes >checking for pid_t... yes >checking for stdlib.h... (cached) yes >checking for GNU libc compatible malloc... yes >checking for ioctl... yes >checking for getopt_long... yes >checking for syslog... yes >checking for fcntl... yes >checking if 1=2... no >configure: creating ./config.status >config.status: creating Makefile >config.status: creating src/Makefile >config.status: creating man/Makefile >config.status: creating config.h >config.status: executing depfiles commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7 ... >make -j1 >make all-recursive >make[1]: Entering directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7' >Making all in . >make[2]: Entering directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7' >make[2]: Leaving directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7' >Making all in src >make[2]: Entering directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7/src' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -pipe -march=native -Wall -c main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -pipe -march=native -Wall -c isatap.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -pipe -march=native -Wall -c tunnel.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -pipe -march=native -Wall -c rdisc.c >x86_64-pc-linux-gnu-gcc -Wall -O2 -pipe -march=native -Wall -Wl,-O1 -Wl,--as-needed -o isatapd main.o isatap.o tunnel.o rdisc.o >make[2]: Leaving directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7/src' >Making all in man >make[2]: Entering directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7/man' >sed -e 's|__version__|"isatapd-0.9.7"|' < isatapd.man > isatapd.8 >make[2]: Leaving directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7/man' >make[1]: Leaving directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7' >>>> Source compiled. >>>> Test phase: net-vpn/isatapd-0.9.7-r2 >make -j1 check >Making check in . >make[1]: Entering directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7' >make[1]: Leaving directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7' >Making check in src >make[1]: Entering directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7/src' >make[1]: Nothing to be done for 'check'. >make[1]: Leaving directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7/src' >Making check in man >make[1]: Entering directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7/man' >make[1]: Nothing to be done for 'check'. >make[1]: Leaving directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7/man' >>>> Completed testing net-vpn/isatapd-0.9.7-r2 > >>>> Install isatapd-0.9.7-r2 into /var/tmp/portage/net-vpn/isatapd-0.9.7-r2/image/ category net-vpn >make -j1 DESTDIR=/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/image/ install >Making install in . >make[1]: Entering directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7' >make[2]: Entering directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7' >make[2]: Nothing to be done for 'install-exec-am'. >make[2]: Nothing to be done for 'install-data-am'. >make[2]: Leaving directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7' >make[1]: Leaving directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7' >Making install in src >make[1]: Entering directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7/src' >make[2]: Entering directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7/src' > /bin/mkdir -p '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/image//usr/sbin' > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c isatapd '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/image//usr/sbin' >make[2]: Nothing to be done for 'install-data-am'. >make[2]: Leaving directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7/src' >make[1]: Leaving directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7/src' >Making install in man >make[1]: Entering directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7/man' >make[2]: Entering directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7/man' >make[2]: Nothing to be done for 'install-exec-am'. > /bin/mkdir -p '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/image//usr/share/man/man8' > /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c -m 644 isatapd.8 '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/image//usr/share/man/man8' >make[2]: Leaving directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7/man' >make[1]: Leaving directory '/var/tmp/portage/net-vpn/isatapd-0.9.7-r2/work/isatapd-0.9.7/man' >>>> Completed installing isatapd-0.9.7-r2 into /var/tmp/portage/net-vpn/isatapd-0.9.7-r2/image/ > > * Final size of build directory: 684 KiB > * Final size of installed tree: 76 KiB > > * QA Notice: #!/sbin/runscript is deprecated, use #!/sbin/openrc-run instead: > * //etc/init.d/isatapd >strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version > usr/sbin/isatapd >ecompressdir: bzip2 -9 /usr/share/man >ecompressdir: bzip2 -9 /usr/share/doc > * 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/man8/isatapd.8.bz2 > * > * Searching all installed packages for file collisions... > * > * Press Ctrl-C to Stop > * > * net-misc/ndisc6-0.9.9:0::gentoo > * /usr/share/man/man8/isatapd.8.bz2 > * > * Package 'net-vpn/isatapd-0.9.7-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 628410
:
489834
|
489836
|
489838
|
489840
| 489842