Source: cadencii
Version: 3.3.9+svn20110818.r1732-2 
Severity: important
User: [email protected]
Usertags: openjdk-8-transition

Hi,

During a rebuild of all Java packages in sid with OpenJDK 8,
your package failed to build with the following error:


  ./build/java/org/kbinani/cadencii/ClipboardModel.java:48: error: reference to 
Base64 is ambiguous
          str = CLIP_PREFIX + ":" + obj.getClass().getName() + ":" + 
Base64.encode( arr );
                                                                     ^
    both class org.kbinani.Base64 in org.kbinani and class java.util.Base64 in 
java.util match
  ./build/java/org/kbinani/cadencii/ClipboardModel.java:66: error: reference to 
Base64 is ambiguous
                  ByteArrayInputStream bais = new ByteArrayInputStream( 
Base64.decode( str.sub( s, index + 1 ) ) );
                                                                        ^
    both class org.kbinani.Base64 in org.kbinani and class java.util.Base64 in 
java.util match


The full build log is available from:
    
http://87.98.165.193/debian/openjdk8-rebuild/logs-failed-jdk8/cadencii_3.3.9+svn20110818.r1732-2_unstable_jdk8.log

You can download OpenJDK 8 packages for testing here:
    http://87.98.165.193/debian/openjdk-8u5-b13/


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to