[Bug 1223446] mono-shogun - Don't build with mono 4

bugzilla at redhat.com bugzilla at redhat.com
Fri Aug 7 07:06:38 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1223446



--- Comment #10 from Timotheus Pokorra <timotheus.pokorra at solidcharity.com> ---
unfortunately, the c# examples don't build anymore after ignoring these methods
and classes when I built with rpmbuild -ba SPECS/shogun.spec --without java
--without lua --without octave --without r --without ruby --without python
--without python3 --without cli --without memtest --without testsuite

Also when I build on Koji, I get errors in the java examples, even though I
have an ifdef for CSharp only for ignoring those methods and classes:
https://koji.fedoraproject.org/koji/taskinfo?taskID=10626687
[ 88%] Generating kernel_histogram_word_string_modular.class
cd
/builddir/build/BUILD/shogun-4.0.0/build-x86-64.fc24/examples/undocumented/java_modular
&& /usr/bin/javac -cp
/usr/lib/java/jblas.jar:/builddir/build/BUILD/shogun-4.0.0/build-x86-64.fc24/src/interfaces/java_modular/shogun.jar:/builddir/build/BUILD/shogun-4.0.0/build-x86-64.fc24/examples/undocumented/java_modular
-d
/builddir/build/BUILD/shogun-4.0.0/build-x86-64.fc24/examples/undocumented/java_modular
/builddir/build/BUILD/shogun-4.0.0/examples/undocumented/java_modular/kernel_histogram_word_string_modular.java
/builddir/build/BUILD/shogun-4.0.0/examples/undocumented/java_modular/preprocessor_sortulongstring_modular.java:37:
error: cannot find symbol
        CommUlongStringKernel kernel = new CommUlongStringKernel(feats_train,
feats_train, false);
        ^
  symbol:   class CommUlongStringKernel
  location: class preprocessor_sortulongstring_modular
/builddir/build/BUILD/shogun-4.0.0/examples/undocumented/java_modular/preprocessor_sortulongstring_modular.java:37:
error: cannot find symbol
        CommUlongStringKernel kernel = new CommUlongStringKernel(feats_train,
feats_train, false);
                                           ^
  symbol:   class CommUlongStringKernel
  location: class preprocessor_sortulongstring_modular
2 errors
examples/undocumented/java_modular/CMakeFiles/build_java_examples.dir/build.make:453:
recipe for target
'examples/undocumented/java_modular/preprocessor_sortulongstring_modular.class'
failed
make[2]: ***
[examples/undocumented/java_modular/preprocessor_sortulongstring_modular.class]
Error 1
make[2]: *** Waiting for unfinished jobs....
/builddir/build/BUILD/shogun-4.0.0/examples/undocumented/java_modular/kernel_comm_ulong_string_modular.java:36:
error: cannot find symbol
        CommUlongStringKernel kernel = new CommUlongStringKernel(feats_train,
feats_train, use_sign);
        ^
  symbol:   class CommUlongStringKernel
  location: class kernel_comm_ulong_string_modular
/builddir/build/BUILD/shogun-4.0.0/examples/undocumented/java_modular/kernel_comm_ulong_string_modular.java:36:
error: cannot find symbol
        CommUlongStringKernel kernel = new CommUlongStringKernel(feats_train,
feats_train, use_sign);
                                           ^
  symbol:   class CommUlongStringKernel
  location: class kernel_comm_ulong_string_modular
2 errors

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=6fPNS2eQ24&a=cc_unsubscribe


More information about the ml mailing list