|
|
Hi,
during installation of 1.0.0 branch on OpenVMS the following error appears.
%COPY-E-OPENIN, error opening IA64$DKA0:[WORK.OPENSSL-100-STABLE-SNAP-20150109.CRYPTO.SRP]SRP.H; as input -RMS-E-DNF, directory not found -SYSTEM-W-NOSUCHFILE, no such file
The solution is to apply the following patch.
SYSTEM@ia64$ mc DKA0:[UTIL]gdiff.exe -p [.crypto]install-crypto.com;1 [.crypto]install-crypto.com;4 *** [.crypto]install-crypto.com;1 Wed Oct 15 11:00:38 2014 --- [.crypto]install-crypto.com;4 Mon Jan 12 11:24:39 2015 *************** $ sdirs := , - *** 81,87 **** buffer, bio, stack, lhash, rand, err, - evp, asn1, pem, x509, x509v3, conf, txt_db, pkcs7, pkcs12, comp, ocsp, - ui, krb5, - ! cms, pqueue, ts, jpake, srp, store, cmac $! $ exheader_ := crypto.h, opensslv.h, ebcdic.h, symhacks.h, ossl_typ.h $ exheader_'archd' := opensslconf.h --- 81,87 ---- buffer, bio, stack, lhash, rand, err, - evp, asn1, pem, x509, x509v3, conf, txt_db, pkcs7, pkcs12, comp, ocsp, - ui, krb5, - ! cms, pqueue, ts, jpake, store $! $ exheader_ := crypto.h, opensslv.h, ebcdic.h, symhacks.h, ossl_typ.h $ exheader_'archd' := opensslconf.h *************** $ exheader_cms := cms.h *** 139,147 **** $ exheader_pqueue := pqueue.h $ exheader_ts := ts.h $ exheader_jpake := jpake.h - $ exheader_srp := srp.h $ exheader_store := store.h - $ exheader_cmac := cmac.h $ libs := ssl_libcrypto $! $ exe_dir := [-.'archd'.exe.crypto] --- 139,145 ----
Thank you.
Regards, Z _______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
|
|
Thanks. I've applied the fix and made an extra test, it only needs
reviewing and pushed.
Cheers,
Richard
In message <001101d02fcd$f50a04a0$df1e0de0$@com> on Wed, 14 Jan 2015 08:44:41 +0100, "Zoltan Arpadffy" < [hidden email]> said:
zoli> Hi,
zoli>
zoli> during installation of 1.0.0 branch on OpenVMS the following error appears.
zoli>
zoli> %COPY-E-OPENIN, error opening IA64$DKA0:[WORK.OPENSSL-100-STABLE-SNAP-20150109.CRYPTO.SRP]SRP.H;
zoli> as input
zoli> -RMS-E-DNF, directory not found
zoli> -SYSTEM-W-NOSUCHFILE, no such file
zoli>
zoli> The solution is to apply the following patch.
zoli>
zoli> SYSTEM@ia64$ mc DKA0:[UTIL]gdiff.exe -p [.crypto]install-crypto.com;1 [.crypto]install-crypto.com;
zoli> 4
zoli> *** [.crypto]install-crypto.com;1 Wed Oct 15 11:00:38 2014
zoli> --- [.crypto]install-crypto.com;4 Mon Jan 12 11:24:39 2015
zoli> *************** $ sdirs := , -
zoli> *** 81,87 ****
zoli> buffer, bio, stack, lhash, rand, err, -
zoli> evp, asn1, pem, x509, x509v3, conf, txt_db, pkcs7, pkcs12, comp, ocsp, -
zoli> ui, krb5, -
zoli> ! cms, pqueue, ts, jpake, srp, store, cmac
zoli> $!
zoli> $ exheader_ := crypto.h, opensslv.h, ebcdic.h, symhacks.h, ossl_typ.h
zoli> $ exheader_'archd' := opensslconf.h
zoli> --- 81,87 ----
zoli> buffer, bio, stack, lhash, rand, err, -
zoli> evp, asn1, pem, x509, x509v3, conf, txt_db, pkcs7, pkcs12, comp, ocsp, -
zoli> ui, krb5, -
zoli> ! cms, pqueue, ts, jpake, store
zoli> $!
zoli> $ exheader_ := crypto.h, opensslv.h, ebcdic.h, symhacks.h, ossl_typ.h
zoli> $ exheader_'archd' := opensslconf.h
zoli> *************** $ exheader_cms := cms.h
zoli> *** 139,147 ****
zoli> $ exheader_pqueue := pqueue.h
zoli> $ exheader_ts := ts.h
zoli> $ exheader_jpake := jpake.h
zoli> - $ exheader_srp := srp.h
zoli> $ exheader_store := store.h
zoli> - $ exheader_cmac := cmac.h
zoli> $ libs := ssl_libcrypto
zoli> $!
zoli> $ exe_dir := [-.'archd'.exe.crypto]
zoli> --- 139,145 ----
zoli>
zoli> Thank you.
zoli>
zoli> Regards,
zoli> Z
_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
|
|
Pushed! It's in commit 0c8dc6ebe5a969a57fb678b793d0dea651e33af7
I didn't remove the exheader_* variables. It's really of no
practical consequence.
Cheers,
Richard
In message < [hidden email]> on Wed, 14 Jan 2015 19:35:58 +0100 (CET), Richard Levitte < [hidden email]> said:
richard> Thanks. I've applied the fix and made an extra test, it only needs
richard> reviewing and pushed.
richard>
richard> Cheers,
richard> Richard
richard>
richard> In message <001101d02fcd$f50a04a0$df1e0de0$@com> on Wed, 14 Jan 2015 08:44:41 +0100, "Zoltan Arpadffy" < [hidden email]> said:
richard>
richard> zoli> Hi,
richard> zoli>
richard> zoli> during installation of 1.0.0 branch on OpenVMS the following error appears.
richard> zoli>
richard> zoli> %COPY-E-OPENIN, error opening IA64$DKA0:[WORK.OPENSSL-100-STABLE-SNAP-20150109.CRYPTO.SRP]SRP.H;
richard> zoli> as input
richard> zoli> -RMS-E-DNF, directory not found
richard> zoli> -SYSTEM-W-NOSUCHFILE, no such file
richard> zoli>
richard> zoli> The solution is to apply the following patch.
richard> zoli>
richard> zoli> SYSTEM@ia64$ mc DKA0:[UTIL]gdiff.exe -p [.crypto]install-crypto.com;1 [.crypto]install-crypto.com;
richard> zoli> 4
richard> zoli> *** [.crypto]install-crypto.com;1 Wed Oct 15 11:00:38 2014
richard> zoli> --- [.crypto]install-crypto.com;4 Mon Jan 12 11:24:39 2015
richard> zoli> *************** $ sdirs := , -
richard> zoli> *** 81,87 ****
richard> zoli> buffer, bio, stack, lhash, rand, err, -
richard> zoli> evp, asn1, pem, x509, x509v3, conf, txt_db, pkcs7, pkcs12, comp, ocsp, -
richard> zoli> ui, krb5, -
richard> zoli> ! cms, pqueue, ts, jpake, srp, store, cmac
richard> zoli> $!
richard> zoli> $ exheader_ := crypto.h, opensslv.h, ebcdic.h, symhacks.h, ossl_typ.h
richard> zoli> $ exheader_'archd' := opensslconf.h
richard> zoli> --- 81,87 ----
richard> zoli> buffer, bio, stack, lhash, rand, err, -
richard> zoli> evp, asn1, pem, x509, x509v3, conf, txt_db, pkcs7, pkcs12, comp, ocsp, -
richard> zoli> ui, krb5, -
richard> zoli> ! cms, pqueue, ts, jpake, store
richard> zoli> $!
richard> zoli> $ exheader_ := crypto.h, opensslv.h, ebcdic.h, symhacks.h, ossl_typ.h
richard> zoli> $ exheader_'archd' := opensslconf.h
richard> zoli> *************** $ exheader_cms := cms.h
richard> zoli> *** 139,147 ****
richard> zoli> $ exheader_pqueue := pqueue.h
richard> zoli> $ exheader_ts := ts.h
richard> zoli> $ exheader_jpake := jpake.h
richard> zoli> - $ exheader_srp := srp.h
richard> zoli> $ exheader_store := store.h
richard> zoli> - $ exheader_cmac := cmac.h
richard> zoli> $ libs := ssl_libcrypto
richard> zoli> $!
richard> zoli> $ exe_dir := [-.'archd'.exe.crypto]
richard> zoli> --- 139,145 ----
richard> zoli>
richard> zoli> Thank you.
richard> zoli>
richard> zoli> Regards,
richard> zoli> Z
_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
|
|