It's unclear to me what needs to change. Would you mind helping us figure it out?
On Tue May 26 20:06:21 2015, [email protected] wrote: > Make Output (tail ): > > >>> Makefile: line 206: Defined macro CLEARENV=TOP= && unset TOP > $${LIB+LIB} $${LIBS+LIBS} $${INCLUDE+INCLUDE} > $${INCLUDES+INCLUDES} $${DIR+DIR} $${DIRS+DIRS} $${SRC+SRC} > $${LIBSRC+LIBSRC} $${LIBOBJ+LIBOBJ} $${ALL+ALL} > $${EXHEADER+EXHEADER} $${HEADER+HEADER} > $${GENERAL+GENERAL} $${CFLAGS+CFLAGS} $${ASFLAGS+ASFLAGS} > $${AFLAGS+AFLAGS} $${LDCMD+LDCMD} $${LDFLAGS+LDFLAGS} > $${SCRIPTS+SCRIPTS} $${SHAREDCMD+SHAREDCMD} > $${SHAREDFLAGS+SHAREDFLAGS} $${SHARED_LIB+SHARED_LIB} > $${LIBEXTRAS+LIBEXTRAS} > >>> Makefile: line 242: Defined macro BUILDENV=PLATFORM='$(PLATFORM)' > PROCESSOR='$(PROCESSOR)' CC='$(CC)' CFLAG='$(CFLAG)' > AS='$(CC)' ASFLAG='$(CFLAG) -c' AR='$(AR)' > NM='$(NM)' RANLIB='$(RANLIB)' > CROSS_COMPILE='$(CROSS_COMPILE)' PERL='$(PERL)' > ENGDIRS='$(ENGDIRS)' SDIRS='$(SDIRS)' > LIBRPATH='$(INSTALLTOP)/$(LIBDIR)' > INSTALL_PREFIX='$(INSTALL_PREFIX)' > INSTALLTOP='$(INSTALLTOP)' OPENSSLDIR='$(OPENSSLDIR)' > LIBDIR='$(LIBDIR)' > MAKEDEPEND='$$$${TOP}/util/domd $$$${TOP} -MD $(MAKEDEPPROG)' > DEPFLAG='-DOPENSSL_NO_DEPRECATED $(DEPFLAG)' > MAKEDEPPROG='$(MAKEDEPPROG)' > SHARED_LDFLAGS='$(SHARED_LDFLAGS)' > KRB5_INCLUDES='$(KRB5_INCLUDES)' LIBKRB5='$(LIBKRB5)' > ZLIB_INCLUDE='$(ZLIB_INCLUDE)' LIBZLIB='$(LIBZLIB)' > EXE_EXT='$(EXE_EXT)' SHARED_LIBS='$(SHARED_LIBS)' > SHLIB_EXT='$(SHLIB_EXT)' SHLIB_TARGET='$(SHLIB_TARGET)' > PEX_LIBS='$(PEX_LIBS)' EX_LIBS='$(EX_LIBS)' > CPUID_OBJ='$(CPUID_OBJ)' BN_ASM='$(BN_ASM)' EC_ASM='$(EC_ASM)' > DES_ENC='$(DES_ENC)' AES_ENC='$(AES_ENC)' > CMLL_ENC='$(CMLL_ENC)' BF_ENC='$(BF_ENC)' CAST_ENC='$(CAST_ENC)' > RC4_ENC='$(RC4_ENC)' RC5_ENC='$(RC5_ENC)' > SHA1_ASM_OBJ='$(SHA1_ASM_OBJ)' > MD5_ASM_OBJ='$(MD5_ASM_OBJ)' > RMD160_ASM_OBJ='$(RMD160_ASM_OBJ)' > WP_ASM_OBJ='$(WP_ASM_OBJ)' > MODES_ASM_OBJ='$(MODES_ASM_OBJ)' > ENGINES_ASM_OBJ='$(ENGINES_ASM_OBJ)' > PERLASM_SCHEME='$(PERLASM_SCHEME)' > FIPSLIBDIR='${FIPSLIBDIR}' > FIPSDIR='${FIPSDIR}' FIPSCANLIB="$${FIPSCANLIB:-$(FIPSCANLIB)}" > THIS=$${THIS:-$@} MAKEFILE=Makefile MAKEOVERRIDES= > >>> Makefile: line 264: Defined macro BUILD_CMD=if [ -d "$$dir" ]; > then ( cd $$dir && echo "making $$target in $$dir..." && > $(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. DIR=$$dir $$target ) > || exit 1; fi > >>> Makefile: line 266: Defined macro RECURSIVE_BUILD_CMD=for dir in > $(DIRS); do $(BUILD_CMD); done > >>> Makefile: line 267: Defined macro BUILD_ONE_CMD=if expr " $(DIRS) > " : ".* $$dir " >/dev/null 2>&1; then $(BUILD_CMD); fi > make: Makefile: line 270: Warning -- FSUM9432 Duplicate entry [&&] in > target list > make: Makefile: line 270: Warning -- FSUM9432 Duplicate entry [&&] in > target list > make: Makefile: line 270: Warning -- FSUM9432 Duplicate entry [-O] in > target list > make: Makefile: line 270: Warning -- FSUM9432 Duplicate entry [- > DB_ENDIAN] in target list > make: Makefile: line 270: Warning -- FSUM9432 Duplicate entry [- > DCHARSET_EBCDIC] in target list > make: Makefile: line 270: Warning -- FSUM9432 Duplicate entry [- > DNO_SYS_PARAM_H] in target list > >>> Defined macro INCDEPTH=0 > make: Error -- FSUM8229 Incomplete rule recipe group detected > > Operating System : OS3090-Unix == zOS 1.13 > > Open SSL 1.02a, from openssl-1.0.2a.tar untared with : pax -rf > openssl-1.0.2a.tar -ofrom=ISO8859-1,to=IBM-1047 > > > ________________________________ > Este correo electr?nico y, en su caso, cualquier fichero anexo al > mismo, contiene informaci?n de car?cter confidencial exclusivamente > dirigida a su destinatario o destinatarios. Si no es vd. el > destinatario indicado, queda notificado que la lectura, > utilizaci?n, divulgaci?n y/o copia sin autorizaci?n est? prohibida > en virtud de la legislaci?n vigente. En el caso de haber recibido > este correo electr?nico por error, se ruega notificar > inmediatamente esta circunstancia mediante reenv?o a la direcci?n > electr?nica del remitente. > Evite imprimir este mensaje si no es estrictamente necesario. > > This email and any file attached to it (when applicable) contain(s) > confidential information that is exclusively addressed to its > recipient(s). If you are not the indicated recipient, you are > informed that reading, using, disseminating and/or copying it > without authorisation is forbidden in accordance with the > legislation in effect. If you have received this email by mistake, > please immediately notify the sender of the situation by resending > it to their email address. > Avoid printing this message if it is not absolutely necessary. -- Richard Levitte [email protected] _______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
