Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 196931 Details for
Bug 276801
sys-libs/glibc x86 cos(PI/2) off by a bit (sci-calculators/pcalc fails tests)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
pcalc-1.3:20090706-173102.log (text/plain), 4.83 KB, created by
Diego Elio Pettenò (RETIRED)
on 2009-07-06 18:14:55 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2009-07-06 18:14:55 UTC
Size:
4.83 KB
patch
obsolete
>>>> Unpacking source... >>>> Unpacking pcalc-1.3.tar.lzma to /var/tmp/portage/sci-calculators/pcalc-1.3/work >>>> Source unpacked in /var/tmp/portage/sci-calculators/pcalc-1.3/work >>>> Compiling source in /var/tmp/portage/sci-calculators/pcalc-1.3/work/pcalc-1.3 ... >make -j14 pcalc >i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DVERSION='"1.3"' -c -o pcalc.o pcalc.c >i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DVERSION='"1.3"' -c -o pcalcl.o pcalcl.c >i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DVERSION='"1.3"' -c -o funct.o funct.c >i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DVERSION='"1.3"' -c -o math.o math.c >i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DVERSION='"1.3"' -c -o symbol.o symbol.c >i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DVERSION='"1.3"' -c -o help.o help.c >i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DVERSION='"1.3"' -c -o store.o store.c >i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DVERSION='"1.3"' -c -o print.o print.c >i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DVERSION='"1.3"' -c -o str.o str.c >i686-pc-linux-gnu-gcc -O2 -pipe -Wall -DVERSION='"1.3"' -c -o convert.o convert.c >store.c: In function 'store': >store.c:69: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result >store.c: In function 'restore': >store.c:122: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result >pcalc.c: In function 'main': >pcalc.c:1944: warning: ignoring return value of 'write', declared with attribute warn_unused_result >pcalc.c:1945: warning: ignoring return value of 'write', declared with attribute warn_unused_result >pcalcl.c: In function 'yylex': >pcalcl.l:497: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result >pcalcl.l: At top level: >pcalcl.c:1866: warning: 'yyunput' defined but not used >pcalcl.c:1907: warning: 'input' defined but not used >i686-pc-linux-gnu-gcc -Wl,-O1 pcalc.o pcalcl.o funct.o math.o symbol.o help.o store.o print.o str.o convert.o -lm -lfl -o pcalc >>>> Source compiled. >>>> Test phase [check]: sci-calculators/pcalc-1.3 >make -j14 -j1 check >make -C ptest check >make[1]: Entering directory `/var/tmp/portage/sci-calculators/pcalc-1.3/work/pcalc-1.3/ptest' >./testsuite >## --------------------- ## >## pcalc 1.3 test suite. ## >## --------------------- ## > 1: 001 FAILED (pcalc.001.at:3) > 2: 002 FAILED (pcalc.002.at:3) > 3: 003 ok > 4: 004 ok > 5: 005 ok > 6: 006 ok > 7: 007 ok > 8: 008 ok > 9: 009 ok > >## ------------- ## >## Test results. ## >## ------------- ## > >ERROR: All 9 tests were run, >2 failed unexpectedly. >## -------------------------- ## >## testsuite.log was created. ## >## -------------------------- ## > >Please send `testsuite.log' and all information you think might help: > > To: <pcalc-devel@lists.sourceforge.net> > Subject: [pcalc 1.3] testsuite: 1 2 failed > > >You may investigate any problem if you feel able to do so, in which >case the test suite provides a good starting point. Its output may >be found below `testsuite.dir'. > >make[1]: *** [check] Error 1 >make[1]: Leaving directory `/var/tmp/portage/sci-calculators/pcalc-1.3/work/pcalc-1.3/ptest' >make: *** [check] Error 2 > [31;01m*[0m > [31;01m*[0m ERROR: sci-calculators/pcalc-1.3 failed. > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 49: Called src_test > [31;01m*[0m environment, line 981: Called _eapi0_src_test > [31;01m*[0m ebuild.sh, line 607: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m hasq test $FEATURES && die "Make check failed. See above for details." > [31;01m*[0m The die message: > [31;01m*[0m Make check failed. See above for details. > [31;01m*[0m > [31;01m*[0m If you need support, post the topmost build error, and the call stack if relevant. > [31;01m*[0m A complete build log is located at '/var/log/portage/sci-calculators/pcalc-1.3:20090706-173102.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/sci-calculators/pcalc-1.3/temp/environment'. > [31;01m*[0m > >>>> Install pcalc-1.3 into /var/tmp/portage/sci-calculators/pcalc-1.3/image/ category sci-calculators >make -j14 install DESTDIR=/var/tmp/portage/sci-calculators/pcalc-1.3/image/ >install -m 755 -D pcalc /var/tmp/portage/sci-calculators/pcalc-1.3/image//usr/bin/pcalc >>>> Completed installing pcalc-1.3 into /var/tmp/portage/sci-calculators/pcalc-1.3/image/ > >strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment > usr/bin/pcalc > [32;01m*[0m Removing /usr/share/doc > [32;01m*[0m Removing /usr/share/man > [32;01m*[0m Removing /usr/share/info
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 276801
: 196931