Identified and corrected, waiting to pass internal review. I've attached the
fix for your viewing and application before it lands in master.

Cheers,
Richard

Vid Sun, 13 Mar 2016 kl. 04.47.04, skrev noloa...@gmail.com:
> The issue is present under 64-bit OS X PowerPC builds, also.
>
> On Sat, Mar 12, 2016 at 11:33 PM, noloa...@gmail.com via RT
> <r...@openssl.org> wrote:
> > Working from Master at 4c1cf7e.
> >
> > $ KERNEL_BITS=32 ./config
> > ...
> > $ make depend && make clean && make
> > ...
> >
> > cc -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS
> > -DOPENSSL_NO_DYNAMIC_ENGINE -DOPENSSL_PIC -DOPENSSL_BN_ASM_MONT
> > -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DVPAES_ASM
> > -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\""
> > -DENGINESDIR="\"/usr/local/lib/engines\"" -O3 -D_REENTRANT -arch ppc
> > -DB_ENDIAN -Wa,-force_cpusubtype_ALL -fPIC -Iinclude -I.
> > -Icrypto/include -MMD -MF crypto/poly1305/poly1305.d.tmp -MT
> > crypto/poly1305/poly1305.o -c -o crypto/poly1305/poly1305.o
> > crypto/poly1305/poly1305.c
> >
> > cc -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS
> > -DOPENSSL_NO_DYNAMIC_ENGINE -DOPENSSL_PIC -DOPENSSL_BN_ASM_MONT
> > -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DAES_ASM -DVPAES_ASM
> > -DPOLY1305_ASM -DOPENSSLDIR="\"/usr/local/ssl\""
> > -DENGINESDIR="\"/usr/local/lib/engines\"" -O3 -D_REENTRANT -arch ppc
> > -DB_ENDIAN -Wa,-force_cpusubtype_ALL -fPIC -Iinclude -I.
> > -Icrypto/include -MMD -MF crypto/ppccap.d.tmp -MT crypto/ppccap.o -c
> > -o crypto/ppccap.o crypto/ppccap.c
> > Makefile:4398: *** unterminated variable reference. Stop.
>


--
Richard Levitte
levi...@openssl.org

-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4419
Please log in as guest with password guest if prompted

diff --git a/crypto/build.info b/crypto/build.info
index eab0437..ba69b75 100644
--- a/crypto/build.info
+++ b/crypto/build.info
@@ -22,8 +22,8 @@ DEPEND[x86cpuid.s]=perlasm/x86asm.pl
 GENERATE[x86_64cpuid.s]=x86_64cpuid.pl $(PERLASM_SCHEME)
 
 GENERATE[ia64cpuid.s]=ia64cpuid.S
-GENERATE[ppccpuid.s]=ppccpuid.pl $(PERLASM_SCHEM
-GENERATE[pariscid.s]=pariscid.pl $(PERLASM_SCHEM
+GENERATE[ppccpuid.s]=ppccpuid.pl $(PERLASM_SCHEME)
+GENERATE[pariscid.s]=pariscid.pl $(PERLASM_SCHEME)
 GENERATE[alphacpuid.s]=alphacpuid.pl
 GENERATE[arm64cpuid.S]=arm64cpuid.pl $(PERLASM_SCHEME)
 INCLUDE[arm64cpuid.o]=.
-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to