gnu-crypto-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNU Crypto] gnu-crypto can't compile with sun's jdk 1.5.0?


From: Andy Lutomirski
Subject: [GNU Crypto] gnu-crypto can't compile with sun's jdk 1.5.0?
Date: Fri, 01 Apr 2005 20:43:34 -0800
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Hi-

I can't get gnu-crypto to compile on sun's jdk 1.5.0 (even with -source 1.4 -target 1.4). I'm using amd64. It works find with blackdown's jdk.

Here's the output:

Calculating dependencies  >>> Unpacking source...
>>> Unpacking gnu-crypto-2.0.1.tar.bz2 to /var/tmp/portage/gnu-crypto-2.0.1/work
>>> Source unpacked.
* econf: updating gnu-crypto-2.0.1/gcj/config.guess with /usr/share/gnuconfig/config.guess * econf: updating gnu-crypto-2.0.1/gcj/config.sub with /usr/share/gnuconfig/config.sub * econf: updating gnu-crypto-2.0.1/config.guess with /usr/share/gnuconfig/config.guess * econf: updating gnu-crypto-2.0.1/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --with-jce=yes --with-sasl=yes
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-pc-linux-gnu-strip... no
checking for strip... strip
checking whether to enable maintainer-specific portions of Makefiles... no
You have CLASSPATH ., hope it is correct
checking if /opt/sun-jdk-1.5.0.02/bin/javac works... yes
checking for kaffe... no
checking for java... java
checking for uudecode... no
configure: WARNING: I have to compile Test.class from scratch
checking if java works... yes
checking for jar... jar
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for Windows and DOS and OS/2 style pathnames... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating jce/Makefile
config.status: creating security/Makefile
config.status: creating source/Makefile
config.status: creating source/gnu/testlet/config.java
config.status: creating source/mauve-gnu-crypto
config.status: creating docs/Makefile
config.status: creating docs/diagrams/Makefile
Making all in jce
make[1]: Entering directory `/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/jce' CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/BadPaddingException.java
CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac  javax/crypto/Cipher.java
CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/CipherInputStream.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/CipherOutputStream.java
CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac  javax/crypto/CipherSpi.java
CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/EncryptedPrivateKeyInfo.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/ExemptionMechanism.java
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/ExemptionMechanismException.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/ExemptionMechanismSpi.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/IllegalBlockSizeException.java
CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac  javax/crypto/KeyAgreement.java
CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/KeyAgreementSpi.java
CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac  javax/crypto/KeyGenerator.java
CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/KeyGeneratorSpi.java
CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac  javax/crypto/Mac.java
CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac  javax/crypto/MacSpi.java
CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/NoSuchPaddingException.java
CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac  javax/crypto/NullCipher.java
CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac  javax/crypto/SealedObject.java
CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac  javax/crypto/SecretKey.java
CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/SecretKeyFactory.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/SecretKeyFactorySpi.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/ShortBufferException.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/interfaces/DHKey.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/interfaces/DHPrivateKey.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/interfaces/DHPublicKey.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/interfaces/PBEKey.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/spec/DESedeKeySpec.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/spec/DESKeySpec.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/spec/DHGenParameterSpec.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/spec/DHParameterSpec.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/spec/DHPrivateKeySpec.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/spec/DHPublicKeySpec.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/spec/IvParameterSpec.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/spec/PBEParameterSpec.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/spec/PBEKeySpec.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/spec/RC2ParameterSpec.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/spec/RC5ParameterSpec.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/crypto/spec/SecretKeySpec.java
make  all-am
make[2]: Entering directory `/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/jce'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/jce' make[1]: Leaving directory `/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/jce'
Making all in security
make[1]: Entering directory `/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/security' CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/security/auth/callback/Callback.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/security/auth/callback/CallbackHandler.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/security/auth/callback/ChoiceCallback.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/security/auth/callback/ConfirmationCallback.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/security/auth/callback/LanguageCallback.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/security/auth/callback/NameCallback.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/security/auth/callback/PasswordCallback.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/security/auth/callback/TextInputCallback.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/security/auth/callback/TextOutputCallback.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/security/auth/callback/UnsupportedCallbackException.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/security/sasl/AuthenticationException.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/security/sasl/AuthorizeCallback.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/security/sasl/RealmCallback.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/security/sasl/RealmChoiceCallback.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/security/sasl/SaslClientFactory.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/security/sasl/SaslClient.java CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/security/sasl/SaslException.java
CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac  javax/security/sasl/Sasl.java
CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/security/sasl/SaslServerFactory.java
Note: javax/security/sasl/Sasl.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
CLASSPATH=. /opt/sun-jdk-1.5.0.02/bin/javac javax/security/sasl/SaslServer.java
make  all-am
make[2]: Entering directory `/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/security'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/security' make[1]: Leaving directory `/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/security'
Making all in source
make[1]: Entering directory `/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/source' CLASSPATH=.:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/jce/javax-crypto.jar:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/security/javax-security.jar /opt/sun-jdk-1.5.0.02/bin/javac gnu/crypto/Properties.java CLASSPATH=.:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/jce/javax-crypto.jar:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/security/javax-security.jar /opt/sun-jdk-1.5.0.02/bin/javac gnu/crypto/Registry.java CLASSPATH=.:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/jce/javax-crypto.jar:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/security/javax-security.jar /opt/sun-jdk-1.5.0.02/bin/javac gnu/crypto/assembly/Assembly.java
Note: gnu/crypto/Properties.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
CLASSPATH=.:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/jce/javax-crypto.jar:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/security/javax-security.jar /opt/sun-jdk-1.5.0.02/bin/javac gnu/crypto/assembly/Cascade.java
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
CLASSPATH=.:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/jce/javax-crypto.jar:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/security/javax-security.jar /opt/sun-jdk-1.5.0.02/bin/javac gnu/crypto/assembly/CascadeStage.java
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
CLASSPATH=.:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/jce/javax-crypto.jar:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/security/javax-security.jar /opt/sun-jdk-1.5.0.02/bin/javac gnu/crypto/assembly/CascadeTransformer.java Note: gnu/crypto/assembly/CascadeStage.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
CLASSPATH=.:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/jce/javax-crypto.jar:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/security/javax-security.jar /opt/sun-jdk-1.5.0.02/bin/javac gnu/crypto/cipher/Anubis.java Note: gnu/crypto/assembly/CascadeTransformer.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: gnu/crypto/cipher/Anubis.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
CLASSPATH=.:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/jce/javax-crypto.jar:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/security/javax-security.jar /opt/sun-jdk-1.5.0.02/bin/javac gnu/crypto/cipher/BaseCipher.java CLASSPATH=.:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/jce/javax-crypto.jar:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/security/javax-security.jar /opt/sun-jdk-1.5.0.02/bin/javac gnu/crypto/cipher/Blowfish.java CLASSPATH=.:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/jce/javax-crypto.jar:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/security/javax-security.jar /opt/sun-jdk-1.5.0.02/bin/javac gnu/crypto/cipher/Cast5.java CLASSPATH=.:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/jce/javax-crypto.jar:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/security/javax-security.jar /opt/sun-jdk-1.5.0.02/bin/javac gnu/crypto/cipher/CipherFactory.java
Note: gnu/crypto/cipher/Cast5.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
CLASSPATH=.:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/jce/javax-crypto.jar:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/security/javax-security.jar /opt/sun-jdk-1.5.0.02/bin/javac gnu/crypto/cipher/DES.java CLASSPATH=.:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/jce/javax-crypto.jar:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/security/javax-security.jar /opt/sun-jdk-1.5.0.02/bin/javac gnu/crypto/cipher/NullCipher.java
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
CLASSPATH=.:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/jce/javax-crypto.jar:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/security/javax-security.jar /opt/sun-jdk-1.5.0.02/bin/javac gnu/crypto/exp/ust/UST.java
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
CLASSPATH=.:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/jce/javax-crypto.jar:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/security/javax-security.jar /opt/sun-jdk-1.5.0.02/bin/javac gnu/crypto/hash/BaseHash.java
Note: gnu/crypto/cipher/NullCipher.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
CLASSPATH=.:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/jce/javax-crypto.jar:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/security/javax-security.jar /opt/sun-jdk-1.5.0.02/bin/javac gnu/crypto/jce/GnuCrypto.java CLASSPATH=.:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/jce/javax-crypto.jar:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/security/javax-security.jar /opt/sun-jdk-1.5.0.02/bin/javac gnu/crypto/jce/hash/HavalSpi.java ./gnu/crypto/sasl/ClientMechanism.java:143: getNegotiatedProperty(java.lang.String) in gnu.crypto.sasl.ClientMechanism cannot implement getNegotiatedProperty(java.lang.String) in javax.security.sasl.SaslClient; overridden method does not throw javax.security.sasl.SaslException public Object getNegotiatedProperty(final String propName) throws SaslException {
                 ^
./gnu/crypto/sasl/ServerMechanism.java:150: getNegotiatedProperty(java.lang.String) in gnu.crypto.sasl.ServerMechanism cannot implement getNegotiatedProperty(java.lang.String) in javax.security.sasl.SaslServer; overridden method does not throw javax.security.sasl.SaslException public Object getNegotiatedProperty(final String propName) throws SaslException {
                 ^
./gnu/crypto/sasl/anonymous/AnonymousClient.java:61: getNegotiatedProperty(java.lang.String) in gnu.crypto.sasl.ClientMechanism cannot implement getNegotiatedProperty(java.lang.String) in javax.security.sasl.SaslClient; overridden method does not throw javax.security.sasl.SaslException
public class AnonymousClient extends ClientMechanism implements SaslClient {
       ^
./gnu/crypto/sasl/crammd5/CramMD5Client.java:66: getNegotiatedProperty(java.lang.String) in gnu.crypto.sasl.ClientMechanism cannot implement getNegotiatedProperty(java.lang.String) in javax.security.sasl.SaslClient; overridden method does not throw javax.security.sasl.SaslException
public class CramMD5Client extends ClientMechanism implements SaslClient {
       ^
./gnu/crypto/sasl/plain/PlainClient.java:60: getNegotiatedProperty(java.lang.String) in gnu.crypto.sasl.ClientMechanism cannot implement getNegotiatedProperty(java.lang.String) in javax.security.sasl.SaslClient; overridden method does not throw javax.security.sasl.SaslException
public class PlainClient extends ClientMechanism implements SaslClient {
       ^
./gnu/crypto/sasl/srp/SRPClient.java:88: getNegotiatedProperty(java.lang.String) in gnu.crypto.sasl.ClientMechanism cannot implement getNegotiatedProperty(java.lang.String) in javax.security.sasl.SaslClient; overridden method does not throw javax.security.sasl.SaslException
public class SRPClient extends ClientMechanism implements SaslClient {
       ^
CLASSPATH=.:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/jce/javax-crypto.jar:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/security/javax-security.jar /opt/sun-jdk-1.5.0.02/bin/javac gnu/crypto/jce/hash/MD2Spi.java ./gnu/crypto/sasl/anonymous/AnonymousServer.java:60: getNegotiatedProperty(java.lang.String) in gnu.crypto.sasl.ServerMechanism cannot implement getNegotiatedProperty(java.lang.String) in javax.security.sasl.SaslServer; overridden method does not throw javax.security.sasl.SaslException
public class AnonymousServer extends ServerMechanism implements SaslServer {
       ^
./gnu/crypto/sasl/crammd5/CramMD5Server.java:67: getNegotiatedProperty(java.lang.String) in gnu.crypto.sasl.ServerMechanism cannot implement getNegotiatedProperty(java.lang.String) in javax.security.sasl.SaslServer; overridden method does not throw javax.security.sasl.SaslException
public class CramMD5Server extends ServerMechanism implements SaslServer {
       ^
./gnu/crypto/sasl/plain/PlainServer.java:66: getNegotiatedProperty(java.lang.String) in gnu.crypto.sasl.ServerMechanism cannot implement getNegotiatedProperty(java.lang.String) in javax.security.sasl.SaslServer; overridden method does not throw javax.security.sasl.SaslException
public class PlainServer extends ServerMechanism implements SaslServer {
       ^
./gnu/crypto/sasl/srp/SRPServer.java:82: getNegotiatedProperty(java.lang.String) in gnu.crypto.sasl.ServerMechanism cannot implement getNegotiatedProperty(java.lang.String) in javax.security.sasl.SaslServer; overridden method does not throw javax.security.sasl.SaslException
public class SRPServer extends ServerMechanism implements SaslServer {
       ^
CLASSPATH=.:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/jce/javax-crypto.jar:/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/security/javax-security.jar /opt/sun-jdk-1.5.0.02/bin/javac gnu/crypto/jce/hash/MD4Spi.java
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
10 errors
make[1]: *** [gnu/crypto/jce/GnuCrypto.class] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/gnu-crypto-2.0.1/work/gnu-crypto-2.0.1/source'
make: *** [all-recursive] Error 1

!!! ERROR: dev-java/gnu-crypto-2.0.1 failed.
!!! Function src_compile, Line 23, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

 ...done!
>>> emerge (1 of 1) dev-java/gnu-crypto-2.0.1 to /
>>> md5 src_uri ;-) gnu-crypto-2.0.1.tar.bz2

(This is from Gentoo's ebuild.)

Is this a known issue?

Thanks,
Andy




reply via email to

[Prev in Thread] Current Thread [Next in Thread]