Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 281653 Details for
Bug 377189
app-misc/enum collides with dev-ruby/spruz
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
enum-1.0.3:20110729-032136.log (text/plain), 15.75 KB, created by
Diego Elio Pettenò (RETIRED)
on 2011-07-31 18:07:08 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2011-07-31 18:07:08 UTC
Size:
15.75 KB
patch
obsolete
> * Package: app-misc/enum-1.0.3 > * Repository: gentoo > * Maintainer: sping@gentoo.org > * USE: elibc_glibc kernel_linux test userland_GNU x86 > * FEATURES: sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking enum-1.0.3.tar.bz2 to /var/tmp/portage/app-misc/enum-1.0.3/work >>>> Source unpacked in /var/tmp/portage/app-misc/enum-1.0.3/work >>>> Preparing source in /var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3 ... >./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-doc-rebuild --disable-dependency-tracking >configure: loading site script /usr/share/config.site >configure: loading site script /usr/share/crossdev/include/site/linux >checking for a BSD-compatible install... /usr/bin/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 i686-pc-linux-gnu-gcc... i686-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 i686-pc-linux-gnu-gcc accepts -g... yes >checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking for style of include used by make... GNU >checking dependency style of i686-pc-linux-gnu-gcc... none >checking for a sed that does not truncate output... /bin/sed >checking for getopt_long... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: creating src/Makefile >config.status: creating test/Makefile >config.status: executing depfiles commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3 ... >make -j14 >Making all in src >make[1]: Entering directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3/src' >i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"enum\" -DPACKAGE_TARNAME=\"enum\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"enum\ 1.0.3\" -DPACKAGE_BUGREPORT=\"gitenum-members@fedoraproject.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"enum\" -DVERSION=\"1.0.3\" -I. -O2 -pipe -c -o enum-main.o `test -f 'main.c' || echo './'`main.c >i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"enum\" -DPACKAGE_TARNAME=\"enum\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"enum\ 1.0.3\" -DPACKAGE_BUGREPORT=\"gitenum-members@fedoraproject.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"enum\" -DVERSION=\"1.0.3\" -I. -O2 -pipe -c -o enum-info.o `test -f 'info.c' || echo './'`info.c >i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"enum\" -DPACKAGE_TARNAME=\"enum\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"enum\ 1.0.3\" -DPACKAGE_BUGREPORT=\"gitenum-members@fedoraproject.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"enum\" -DVERSION=\"1.0.3\" -I. -O2 -pipe -c -o enum-utils.o `test -f 'utils.c' || echo './'`utils.c >i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"enum\" -DPACKAGE_TARNAME=\"enum\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"enum\ 1.0.3\" -DPACKAGE_BUGREPORT=\"gitenum-members@fedoraproject.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"enum\" -DVERSION=\"1.0.3\" -I. -O2 -pipe -c -o enum-parsing.o `test -f 'parsing.c' || echo './'`parsing.c >i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"enum\" -DPACKAGE_TARNAME=\"enum\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"enum\ 1.0.3\" -DPACKAGE_BUGREPORT=\"gitenum-members@fedoraproject.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"enum\" -DVERSION=\"1.0.3\" -I. -O2 -pipe -c -o enum-printing.o `test -f 'printing.c' || echo './'`printing.c >i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"enum\" -DPACKAGE_TARNAME=\"enum\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"enum\ 1.0.3\" -DPACKAGE_BUGREPORT=\"gitenum-members@fedoraproject.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"enum\" -DVERSION=\"1.0.3\" -I. -O2 -pipe -c -o enum-generator.o `test -f 'generator.c' || echo './'`generator.c >i686-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o enum enum-main.o enum-info.o enum-utils.o enum-parsing.o enum-printing.o enum-generator.o -lm >make[1]: Leaving directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3/src' >Making all in test >make[1]: Entering directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3/test' >make[1]: Nothing to be done for `all'. >make[1]: Leaving directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3/test' >make[1]: Entering directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3' >make[1]: Nothing to be done for `all-am'. >make[1]: Leaving directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3' >>>> Source compiled. >>>> Test phase [check]: app-misc/enum-1.0.3 > * Tinderbox QA Notice: 'make' called by _eapi0_src_test >make -j14 -j14 -j1 check >Making check in src >make[1]: Entering directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3/src' >make[1]: Nothing to be done for `check'. >make[1]: Leaving directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3/src' >Making check in test >make[1]: Entering directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3/test' >make enum_test >make[2]: Entering directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3/test' >i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"enum\" -DPACKAGE_TARNAME=\"enum\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"enum\ 1.0.3\" -DPACKAGE_BUGREPORT=\"gitenum-members@fedoraproject.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"enum\" -DVERSION=\"1.0.3\" -I. -I./../src/ -O2 -pipe -c -o enum_test-main.o `test -f 'main.c' || echo './'`main.c >i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"enum\" -DPACKAGE_TARNAME=\"enum\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"enum\ 1.0.3\" -DPACKAGE_BUGREPORT=\"gitenum-members@fedoraproject.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"enum\" -DVERSION=\"1.0.3\" -I. -I./../src/ -O2 -pipe -c -o enum_test-generator.o `test -f '../src/generator.c' || echo './'`../src/generator.c >i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"enum\" -DPACKAGE_TARNAME=\"enum\" -DPACKAGE_VERSION=\"1.0.3\" -DPACKAGE_STRING=\"enum\ 1.0.3\" -DPACKAGE_BUGREPORT=\"gitenum-members@fedoraproject.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"enum\" -DVERSION=\"1.0.3\" -I. -I./../src/ -O2 -pipe -c -o enum_test-utils.o `test -f '../src/utils.c' || echo './'`../src/utils.c >i686-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o enum_test enum_test-main.o enum_test-generator.o enum_test-utils.o -lm >make[2]: Leaving directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3/test' >make check-TESTS >make[2]: Entering directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3/test' ># enum 2.0 .. 4x 3.0 .. 11.0 > Received Expected > ---------------------- > 1) 2.0 2.0 > 2) 5.0 5.0 > 3) 8.0 8.0 > 4) 11.0 11.0 > Success > ># enum .. 4x 3.0 .. 11.0 > Received Expected > ---------------------- > 1) 2.0 2.0 > 2) 5.0 5.0 > 3) 8.0 8.0 > 4) 11.0 11.0 > Success > ># enum 2.0 .. 3.0 .. 11.0 > Received Expected > ---------------------- > 1) 2.0 2.0 > 2) 5.0 5.0 > 3) 8.0 8.0 > 4) 11.0 11.0 > Success > ># enum 2.0 .. 4x .. 11.0 > Received Expected > ---------------------- > 1) 2.0 2.0 > 2) 5.0 5.0 > 3) 8.0 8.0 > 4) 11.0 11.0 > Success > ># enum 2.0 .. 4x 3.0 .. > Received Expected > ---------------------- > 1) 2.0 2.0 > 2) 5.0 5.0 > 3) 8.0 8.0 > 4) 11.0 11.0 > Success > ># enum .. 3.0 .. 11.0 > Received Expected > ---------------------- > 1) 2.0 2.0 > 2) 5.0 5.0 > 3) 8.0 8.0 > 4) 11.0 11.0 > Success > ># enum .. 4x .. 11.0 > Received Expected > ---------------------- > 1) 8.0 8.0 > 2) 9.0 9.0 > 3) 10.0 10.0 > 4) 11.0 11.0 > Success > ># enum .. 4x 3.0 .. > Received Expected > ---------------------- > 1) 1.0 1.0 > 2) 4.0 4.0 > 3) 7.0 7.0 > 4) 10.0 10.0 > Success > ># enum 2.0 .. 11.0 > Received Expected > ---------------------- > 1) 2.0 2.0 > 2) 3.0 3.0 > 3) 4.0 4.0 > 4) 5.0 5.0 > 5) 6.0 6.0 > 6) 7.0 7.0 > 7) 8.0 8.0 > 8) 9.0 9.0 > 9) 10.0 10.0 > 10) 11.0 11.0 > Success > ># enum 2.0 .. 3.0 .. > Received Expected > ---------------------- > 1) 2.0 2.0 > 2) 5.0 5.0 > 3) 8.0 8.0 > 4) 11.0 11.0 > 5) 14.0 14.0 > 6) 17.0 17.0 > Success > ># enum 2.0 .. 4x .. > Received Expected > ---------------------- > 1) 2.0 2.0 > 2) 3.0 3.0 > 3) 4.0 4.0 > 4) 5.0 5.0 > Success > ># enum 2.0 .. > Received Expected > ---------------------- > 1) 2.0 2.0 > 2) 3.0 3.0 > 3) 4.0 4.0 > 4) 5.0 5.0 > 5) 6.0 6.0 > 6) 7.0 7.0 > Success > ># enum .. 4x .. > Received Expected > ---------------------- > 1) 1.0 1.0 > 2) 2.0 2.0 > 3) 3.0 3.0 > 4) 4.0 4.0 > Success > ># enum .. 3.0 .. > Received Expected > ---------------------- > 1) 1.0 1.0 > 2) 4.0 4.0 > 3) 7.0 7.0 > 4) 10.0 10.0 > 5) 13.0 13.0 > 6) 16.0 16.0 > Success > ># enum .. 11.0 > Received Expected > ---------------------- > 1) 1.0 1.0 > 2) 2.0 2.0 > 3) 3.0 3.0 > 4) 4.0 4.0 > 5) 5.0 5.0 > 6) 6.0 6.0 > 7) 7.0 7.0 > 8) 8.0 8.0 > 9) 9.0 9.0 > 10) 10.0 10.0 > 11) 11.0 11.0 > Success > ># enum 11.0 .. 4x 3.0 .. 2.0 > Received Expected > ---------------------- > 1) 11.0 11.0 > 2) 8.0 8.0 > 3) 5.0 5.0 > 4) 2.0 2.0 > Success > ># enum 11.0 .. 4x -3.0 .. 2.0 > Received Expected > ---------------------- > 1) 11.0 11.0 > 2) 8.0 8.0 > 3) 5.0 5.0 > 4) 2.0 2.0 > Success > ># enum 11.0 .. 3.0 .. 2.0 > Received Expected > ---------------------- > 1) 11.0 11.0 > 2) 8.0 8.0 > 3) 5.0 5.0 > 4) 2.0 2.0 > Success > ># enum 11.0 .. -3.0 .. 2.0 > Received Expected > ---------------------- > 1) 11.0 11.0 > 2) 8.0 8.0 > 3) 5.0 5.0 > 4) 2.0 2.0 > Success > ># enum 11.0 .. 4x .. 2.0 > Received Expected > ---------------------- > 1) 11.0 11.0 > 2) 8.0 8.0 > 3) 5.0 5.0 > 4) 2.0 2.0 > Success > ># enum 11.0 .. 2.0 > Received Expected > ---------------------- > 1) 11.0 11.0 > 2) 10.0 10.0 > 3) 9.0 9.0 > 4) 8.0 8.0 > 5) 7.0 7.0 > 6) 6.0 6.0 > 7) 5.0 5.0 > 8) 4.0 4.0 > 9) 3.0 3.0 > 10) 2.0 2.0 > Success > ># enum 0.3 .. 0.1 .. 0.7 > Received Expected > ---------------------- > 1) 0.3 0.3 > 2) 0.4 0.4 > 3) 0.5 0.5 > 4) 0.6 0.6 > 5) 0.7 0.7 > Success > ># enum 0.7 .. -0.1 .. 0.3 > Received Expected > ---------------------- > 1) 0.7 0.7 > 2) 0.6 0.6 > 3) 0.5 0.5 > 4) 0.4 0.4 > 5) 0.3 0.3 > Success > ># enum 1.0 .. 2.0 .. 4.0 > Received Expected > ---------------------- > 1) 1.0 1.0 > 2) 3.0 3.0 > Success > ># enum 1.0 .. 2.0 .. 5.0 > Received Expected > ---------------------- > 1) 1.0 1.0 > 2) 3.0 3.0 > 3) 5.0 5.0 > Success > ># enum 1.0 .. 1.0 > Received Expected > ---------------------- > 1) 1.0 1.0 > Success > ># enum 1.0 .. 1x .. 3.0 > Received Expected > ---------------------- > 1) 1.0 1.0 > Success > >Successes: 27 (100.00%) >Failures: 0 ( 0.00%) >-------------------------- >Test cases: 27 > >PASS: enum_test >============= >1 test passed >============= >make[2]: Leaving directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3/test' >make[1]: Leaving directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3/test' >make[1]: Entering directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3' >make[1]: Nothing to be done for `check-am'. >make[1]: Leaving directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3' > >>>> Install enum-1.0.3 into /var/tmp/portage/app-misc/enum-1.0.3/image/ category app-misc >make -j14 DESTDIR=/var/tmp/portage/app-misc/enum-1.0.3/image/ install >Making install in src >make[1]: Entering directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3/src' >make[2]: Entering directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3/src' >test -z "/usr/bin" || /bin/mkdir -p "/var/tmp/portage/app-misc/enum-1.0.3/image//usr/bin" >make[2]: Nothing to be done for `install-data-am'. > /usr/bin/install -c enum '/var/tmp/portage/app-misc/enum-1.0.3/image//usr/bin' >make[2]: Leaving directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3/src' >make[1]: Leaving directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3/src' >Making install in test >make[1]: Entering directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3/test' >make[2]: Entering directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3/test' >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/app-misc/enum-1.0.3/work/enum-1.0.3/test' >make[1]: Leaving directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3/test' >make[1]: Entering directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3' >make[2]: Entering directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3' >make[2]: Nothing to be done for `install-exec-am'. >test -z "/usr/share/man/man1" || /bin/mkdir -p "/var/tmp/portage/app-misc/enum-1.0.3/image//usr/share/man/man1" > /usr/bin/install -c -m 644 man/enum.1 '/var/tmp/portage/app-misc/enum-1.0.3/image//usr/share/man/man1' >make[2]: Leaving directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3' >make[1]: Leaving directory `/var/tmp/portage/app-misc/enum-1.0.3/work/enum-1.0.3' >>>> Completed installing enum-1.0.3 into /var/tmp/portage/app-misc/enum-1.0.3/image/ > >strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment > usr/bin/enum > * 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 http://bugs.gentoo.org unless you report exactly which > * two packages install the same file(s). Once again, please do NOT file > * a bug report unless you have completely understood the above message. > * > * Detected file collision(s): > * > * /usr/bin/enum > * > * Searching all installed packages for file collisions... > * > * Press Ctrl-C to Stop > * > * dev-ruby/spruz-0.2.7 > * /usr/bin/enum > * > * Package 'app-misc/enum-1.0.3' 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 377189
: 281653