Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 551494 - =dev-java/jaffl-0.5.11: tests compilation doesn't pass
Summary: =dev-java/jaffl-0.5.11: tests compilation doesn't pass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-08 12:42 UTC by Patrice Clement
Modified: 2015-06-08 12:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrice Clement gentoo-dev 2015-06-08 12:42:09 UTC
-do-compile-test:
    [javac] Compiling 24 source files to /var/tmp/portage/dev-java/jaffl-0.5.11/work/jaffl-0.5.11/build/test/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] 1 warning

-post-compile-test:
     [exec] cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Werror -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/ClosureTest.c -o build/libtest/ClosureTest.o
     [exec] cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Werror -Wall -Wno-unused -Wno-parentheses -I"build" -fPIC -D_REENTRANT -c libtest/Benchmark.c -o build/libtest/Benchmark.o
     [exec] libtest/Benchmark.c: In function ‘returnVoidI’:
     [exec] libtest/Benchmark.c:6:22: error: unused parameter ‘arg’ [-Werror=unused-parameter]
     [exec]  void returnVoidI(int arg) {
     [exec]                       ^
     [exec] cc1: all warnings being treated as errors
     [exec] make: *** [build/libtest/Benchmark.o] Error 1
     [exec] libtest/GNUmakefile:132: recipe for target 'build/libtest/Benchmark.o' failed

BUILD FAILED
/var/tmp/portage/dev-java/jaffl-0.5.11/work/jaffl-0.5.11/build.xml:71: exec returned: 2

Reproducible: Always
Comment 1 Patrice Clement gentoo-dev 2015-06-08 12:53:46 UTC
+  08 Jun 2015; Patrice Clement <monsieurp@gentoo.org>
+  +files/jaffl-0.5.11-GNUmakefile.patch, +files/jaffl-0.5.11-library-path.patch,
+  -files/library-path-0.5.9.patch, -files/library-path.patch,
+  jaffl-0.5.11.ebuild:
+  Mend Makefile to get tests to pass. Update dependencies. Set patches in order.
+  Fix bug 551494.
+