Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 600746 Details for
Bug 703896
app-text/catdoc-0.95 : file collision with dev-libs/libxls-1.5.2-r1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-text:catdoc-0.95:20191225-091055.log
app-text:catdoc-0.95:20191225-091055.log (text/plain), 14.81 KB, created by
Toralf Förster
on 2019-12-26 21:20:17 UTC
(
hide
)
Description:
app-text:catdoc-0.95:20191225-091055.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2019-12-26 21:20:17 UTC
Size:
14.81 KB
patch
obsolete
> * Package: app-text/catdoc-0.95 > * Repository: gentoo > * Maintainer: tex@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux tk userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking catdoc-0.95.tar.gz to /var/tmp/portage/app-text/catdoc-0.95/work >>>> Source unpacked in /var/tmp/portage/app-text/catdoc-0.95/work >>>> Preparing source in /var/tmp/portage/app-text/catdoc-0.95/work/catdoc-0.95 ... > * Applying catdoc-0.95-parallel-make.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-text/catdoc-0.95/work/catdoc-0.95 ... >./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 --docdir=/usr/share/doc/catdoc-0.95 --htmldir=/usr/share/doc/catdoc-0.95/html --libdir=/usr/lib64 --with-install-root=/var/tmp/portage/app-text/catdoc-0.95/image/ --with-wish=/usr/bin/wish --enable-wordview >configure: loading site script /usr/share/config.site >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 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 whether byte ordering is bigendian... no >checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c >checking for ANSI C header files... (cached) yes >checking for unistd.h... (cached) yes >checking for stdint.h... (cached) yes >checking langinfo.h usability... yes >checking langinfo.h presence... yes >checking for langinfo.h... yes >checking For nl_langinfo(CODESET)... yes >checking for an ANSI C-conforming const... yes >checking for strdup... yes >checking for strtol... yes >checking for strftime... yes >configure: creating ./config.status >config.status: creating doc/Makefile >config.status: creating charsets/Makefile >config.status: creating src/Makefile >config.status: creating Makefile >config.status: creating doc/catdoc.1 >config.status: creating doc/xls2csv.1 >config.status: creating doc/wordview.1 >config.status: creating doc/catppt.1 >config.status: creating src/config.h >config.status: src/config.h is unchanged >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-text/catdoc-0.95/work/catdoc-0.95 ... >make -j1 LIB_DIR=/usr/share/catdoc >for i in src doc charsets; do\ > (cd $i; make all);\ >done >make[1]: Entering directory '/var/tmp/portage/app-text/catdoc-0.95/work/catdoc-0.95/src' >x86_64-pc-linux-gnu-gcc -I. -O2 -pipe -march=native -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H -c -o catdoc.o catdoc.c >x86_64-pc-linux-gnu-gcc -I. -O2 -pipe -march=native -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H -c -o reader.o reader.c >x86_64-pc-linux-gnu-gcc -I. -O2 -pipe -march=native -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H -c -o writer.o writer.c >x86_64-pc-linux-gnu-gcc -I. -O2 -pipe -march=native -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H -c -o analyze.o analyze.c >analyze.c: In function âparse_word_headerâ: >analyze.c:150:60: warning: format â%lxâ expects argument of type âlong unsigned intâ, but argument 3 has type âint32_tâ {aka âintâ} [-Wformat=] > 150 | fprintf(stderr,"[File is encrypted. Encryption key = %08lx]\n", > | ~~~~^ > | | > | long unsigned int > | %08x > 151 | getlong(buffer,14)); > | ~~~~~~~~~~~~~~~~~~ > | | > | int32_t {aka int} >analyze.c: In function âanalyze_formatâ: >analyze.c:53:5: warning: ignoring return value of âfreadâ, declared with attribute warn_unused_result [-Wunused-result] > 53 | fread(buffer+4,1,124,f); > | ^~~~~~~~~~~~~~~~~~~~~~~ >analyze.c:56:2: warning: ignoring return value of âfreadâ, declared with attribute warn_unused_result [-Wunused-result] > 56 | fread(buffer+4,1,4,f); > | ^~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -I. -O2 -pipe -march=native -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H -c -o rtfread.o rtfread.c >x86_64-pc-linux-gnu-gcc -I. -O2 -pipe -march=native -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H -c -o charsets.o charsets.c >x86_64-pc-linux-gnu-gcc -I. -O2 -pipe -march=native -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H -c -o substmap.o substmap.c >x86_64-pc-linux-gnu-gcc -I. -O2 -pipe -march=native -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H -c -o fileutil.o fileutil.c >x86_64-pc-linux-gnu-gcc -I. -O2 -pipe -march=native -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H -c -o confutil.o confutil.c >confutil.c: In function âread_config_fileâ: >confutil.c:34:3: warning: ignoring return value of âfgetsâ, declared with attribute warn_unused_result [-Wunused-result] > 34 | fgets(line,1024,f); > | ^~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -I. -O2 -pipe -march=native -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H -c -o numutils.o numutils.c >x86_64-pc-linux-gnu-gcc -I. -O2 -pipe -march=native -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H -c -o ole.o ole.c >ole.c: In function âole_initâ: >ole.c:191:4: warning: ignoring return value of âfreadâ, declared with attribute warn_unused_result [-Wunused-result] > 191 | fread(SBD+sbdLen*sectorSize, 1, sectorSize, newfile); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >x86_64-pc-linux-gnu-gcc -o catdoc catdoc.o reader.o writer.o analyze.o rtfread.o charsets.o substmap.o fileutil.o confutil.o numutils.o ole.o -Wl,-O1 -Wl,--as-needed >x86_64-pc-linux-gnu-gcc -I. -O2 -pipe -march=native -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H -c -o xls2csv.o xls2csv.c >x86_64-pc-linux-gnu-gcc -I. -O2 -pipe -march=native -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H -c -o sheet.o sheet.c >x86_64-pc-linux-gnu-gcc -I. -O2 -pipe -march=native -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H -c -o xlsparse.o xlsparse.c >x86_64-pc-linux-gnu-gcc -o xls2csv xls2csv.o sheet.o xlsparse.o charsets.o substmap.o fileutil.o confutil.o numutils.o ole.o -lm -Wl,-O1 -Wl,--as-needed >x86_64-pc-linux-gnu-gcc -I. -O2 -pipe -march=native -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H -c -o catppt.o catppt.c >x86_64-pc-linux-gnu-gcc -I. -O2 -pipe -march=native -DHAVE_CONFIG_H -DCATDOC_VERSION=\"0.95\" -DCHARSETPATH=\"/usr/share/catdoc\" -DSYSTEMRC=\"/etc/catdocrc\" -DUSERRC=\".catdocrc\" -DHAVE_CONFIG_H -c -o pptparse.o pptparse.c >x86_64-pc-linux-gnu-gcc -o catppt catppt.o pptparse.o charsets.o substmap.o fileutil.o confutil.o numutils.o ole.o -lm -Wl,-O1 -Wl,--as-needed >echo "#! /usr/bin/wish" >wordview >echo set charset_lib "\"/usr/share/catdoc\"">>wordview >cat wordview.tcl >>wordview >chmod 0755 wordview >make[1]: Leaving directory '/var/tmp/portage/app-text/catdoc-0.95/work/catdoc-0.95/src' >make[1]: Entering directory '/var/tmp/portage/app-text/catdoc-0.95/work/catdoc-0.95/doc' >touch build >make[1]: Leaving directory '/var/tmp/portage/app-text/catdoc-0.95/work/catdoc-0.95/doc' >make[1]: Entering directory '/var/tmp/portage/app-text/catdoc-0.95/work/catdoc-0.95/charsets' >make[1]: Nothing to be done for 'all'. >make[1]: Leaving directory '/var/tmp/portage/app-text/catdoc-0.95/work/catdoc-0.95/charsets' >>>> Source compiled. >>>> Test phase [not enabled]: app-text/catdoc-0.95 > >>>> Install app-text/catdoc-0.95 into /var/tmp/portage/app-text/catdoc-0.95/image/ >make -j1 DESTDIR=/var/tmp/portage/app-text/catdoc-0.95/image/ install >for i in src doc charsets; do\ > (cd $i; make install);\ >done >make[1]: Entering directory '/var/tmp/portage/app-text/catdoc-0.95/work/catdoc-0.95/src' >../mkinstalldirs /var/tmp/portage/app-text/catdoc-0.95/image//usr/bin >mkdir /var/tmp/portage/app-text/catdoc-0.95/image/usr >mkdir /var/tmp/portage/app-text/catdoc-0.95/image/usr/bin >/usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c -m 755 catdoc /var/tmp/portage/app-text/catdoc-0.95/image//usr/bin/catdoc >/usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c -m 755 xls2csv /var/tmp/portage/app-text/catdoc-0.95/image//usr/bin/xls2csv >/usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c -m 755 catppt /var/tmp/portage/app-text/catdoc-0.95/image//usr/bin/catppt >../mkinstalldirs /var/tmp/portage/app-text/catdoc-0.95/image//usr/bin >/usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c -m 755 wordview /var/tmp/portage/app-text/catdoc-0.95/image//usr/bin/wordview >make[1]: Leaving directory '/var/tmp/portage/app-text/catdoc-0.95/work/catdoc-0.95/src' >make[1]: Entering directory '/var/tmp/portage/app-text/catdoc-0.95/work/catdoc-0.95/doc' >../mkinstalldirs /var/tmp/portage/app-text/catdoc-0.95/image//usr/share/man/man1 >mkdir /var/tmp/portage/app-text/catdoc-0.95/image/usr/share >mkdir /var/tmp/portage/app-text/catdoc-0.95/image/usr/share/man >mkdir /var/tmp/portage/app-text/catdoc-0.95/image/usr/share/man/man1 >/usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c -m 644 catdoc.1 /var/tmp/portage/app-text/catdoc-0.95/image//usr/share/man/man1/catdoc.1 >/usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c -m 644 xls2csv.1 /var/tmp/portage/app-text/catdoc-0.95/image//usr/share/man/man1/xls2csv.1 >/usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c -m 644 catppt.1 /var/tmp/portage/app-text/catdoc-0.95/image//usr/share/man/man1/catppt.1 >/usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c -m 644 wordview.1 /var/tmp/portage/app-text/catdoc-0.95/image//usr/share/man/man1/wordview.1 >make[1]: Leaving directory '/var/tmp/portage/app-text/catdoc-0.95/work/catdoc-0.95/doc' >make[1]: Entering directory '/var/tmp/portage/app-text/catdoc-0.95/work/catdoc-0.95/charsets' >../mkinstalldirs /var/tmp/portage/app-text/catdoc-0.95/image//usr/share/catdoc >mkdir /var/tmp/portage/app-text/catdoc-0.95/image/usr/share/catdoc >/usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c -m 644 ascii.spc /var/tmp/portage/app-text/catdoc-0.95/image//usr/share/catdoc/ascii.specchars >/usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c -m 644 tex.spc /var/tmp/portage/app-text/catdoc-0.95/image//usr/share/catdoc/tex.specchars >/usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c -m 644 ascii.rpl /var/tmp/portage/app-text/catdoc-0.95/image//usr/share/catdoc/ascii.replchars >/usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c -m 644 tex.rpl /var/tmp/portage/app-text/catdoc-0.95/image//usr/share/catdoc/tex.replchars >for i in *.txt; do\ > /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c -m 0644 $i /var/tmp/portage/app-text/catdoc-0.95/image//usr/share/catdoc;\ >done >make[1]: Leaving directory '/var/tmp/portage/app-text/catdoc-0.95/work/catdoc-0.95/charsets' > * Renaming xls2csv to xls2csv-catdoc because of bug 314657. >renamed '/var/tmp/portage/app-text/catdoc-0.95/image//usr/bin/xls2csv' -> '/var/tmp/portage/app-text/catdoc-0.95/image//usr/bin/xls2csv-catdoc' >>>> Completed installing app-text/catdoc-0.95 into /var/tmp/portage/app-text/catdoc-0.95/image/ > > * Final size of build directory: 1624 KiB (1.5 MiB) > * Final size of installed tree: 808 KiB > >strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version > /usr/bin/catdoc > /usr/bin/catppt > /usr/bin/xls2csv-catdoc > * checking 62 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/man1/xls2csv.1.bz2 > * > * Searching all installed packages for file collisions... > * > * Press Ctrl-C to Stop > * > * dev-libs/libxls-1.5.2-r1:0::gentoo > * /usr/share/man/man1/xls2csv.1.bz2 > * > * Package 'app-text/catdoc-0.95' 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 703896
:
600744
| 600746 |
600748
|
600750
|
600752