Build error cm13.0

X

xz1c

Ambitioniertes Mitglied
9
also ich bin da mal wieder auf ein problem gestoßen welches mir ganz schöne kopf schmerzen bereitet und hoffe einer von euch kann helfen.
ich habe bisher nur mit den sourcen von AOSP build gemacht und bin dabei auf ähnliche fehler gestoßen die ich mit der zeit beheben konnte aber selbige lösungsansätze bringen hier irgendwie nicht die erhofften resultate

Code:
external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/JCEStreamCipher.java:96: error: StreamBlockCipher is abstract; cannot be instantiated
        cipher = new StreamBlockCipher(engine);
                 ^
external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/SubjectKeyIdentifierStructure.java:39: error: no suitable constructor found for SubjectKeyIdentifier(SubjectPublicKeyInfo)
            return (ASN1OctetString)(new SubjectKeyIdentifier(info).toASN1Object());
                                     ^
    constructor SubjectKeyIdentifier.SubjectKeyIdentifier(ASN1OctetString) is not applicable
      (actual argument SubjectPublicKeyInfo cannot be converted to ASN1OctetString by method invocation conversion)
    constructor SubjectKeyIdentifier.SubjectKeyIdentifier(byte[]) is not applicable
      (actual argument SubjectPublicKeyInfo cannot be converted to byte[] by method invocation conversion)
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
build/core/java.mk:394: recipe for target '/media/schnittenberg/CyanogenMod/out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/classes-full-debug.jar' failed
make: *** [/media/schnittenberg/CyanogenMod/out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/classes-full-debug.jar] Error 41

#### make failed to build some targets (03:11 (mm:ss)) ####
 

Ähnliche Themen

I
Antworten
1
Aufrufe
1.734
Ishgalad
I
O
Antworten
8
Aufrufe
4.318
Oppa
O
F
  • firedaxhill
Antworten
3
Aufrufe
1.558
firedaxhill
F
Zurück
Oben Unten