[Debian-med-packaging] Bug#712328: strange behavior
olivier.sallou
olivier.sallou at laposte.net
Tue Jun 18 09:20:17 UTC 2013
I have just updated my sid system to latest and it indeed FTBS from now....
Though it looks really strange. Indeed, it fails on a missing symbol:
[javac]
/tmp/buildd/biomaj-1.2.1/usr/share/biomaj/src/org/inria/biomaj/ant/task/BmajExecute.java:543:
cannot find symbol
[javac] symbol : method
getRecursiveProperty(java.util.Hashtable<java.lang.String,java.lang.Object>,java.lang.String)
But method getRecursiveProperty is part of of class
org.inria.biomaj.exe.bank.BankFactory (part of biomaj package too).
Only "difference" is parameter match:
java.util.Hashtable<java.lang.String,java.lang.Object>,java.lang.String
vs
Hashtable<String, String> ,String
But String to Object should match in Hashtable (as it used to do on
previous builds).
More information about the Debian-med-packaging
mailing list