In message <[email protected]> on Tue, 15 Mar 2016 14:01:07 -0600, The Doctor <[email protected]> said:
doctor> On Tue, Mar 15, 2016 at 06:09:08PM +0100, Richard Levitte wrote: doctor> > In message <[email protected]> on Tue, 15 Mar 2016 09:32:42 -0600, The Doctor <[email protected]> said: doctor> > doctor> > doctor> On Mon, Mar 14, 2016 at 09:02:56AM -0600, The Doctor wrote: doctor> > doctor> > //usr/source/openssl-SNAP-20160314$ make doctor> > doctor> > make: don't know how to make crypto/aes/aes_cfb.o:crypto/aes/aes_cfb.o:. Stop doctor> > doctor> > doctor> > doctor> > I got a bit compiled until this happened. doctor> > doctor> > doctor> > doctor> > Last working package was doctor> > doctor> > doctor> > doctor> > openssl-SNAP-20160311 . doctor> > doctor> > doctor> > doctor> doctor> > doctor> Still the same issue with openssl-SNAP-20160315 . doctor> > doctor> doctor> > doctor> What is the problem with crypto/aes/aes_cfb.o doctor> > doctor> ?? doctor> > doctor> > Hmmm, the seems like an issue with dependency making, somehow. doctor> > doctor> > could you run this command and send me the result (I hope your grep doctor> > understands -A and -B, which is used to display a number of lines doctor> > After and Before a match)? doctor> > doctor> > $ grep -A5 -B5 aes_cfb.o:crypto Makefile doctor> > doctor> doctor> The result is doctor> doctor> crypto/comp/c_zlib.o:crypto/comp/c_zlib.o: crypto/comp/comp_lcl.h doctor> # DO NOT DELETE doctor> doctor> crypto/aes/aes_cfb.o: include/openssl/aes.h doctor> crypto/aes/aes_cfb.o: include/openssl/opensslconf.h doctor> crypto/aes/aes_cfb.o:crypto/aes/aes_cfb.o:crypto/aes/aes_cfb.o: include/openssl/modes.h doctor> # DO NOT DELETE doctor> doctor> crypto/asn1/asn_mstbl.o:crypto/asn1/asn_mstbl.o:crypto/asn1/asn_mstbl.o:crypto/asn1/asn_mstbl.o:crypto/asn1/asn_mstbl.o:crypto/asn1/asn_mstbl.o:crypto/asn1/asn_mstbl.o:crypto/asn1/asn_mstbl.o:crypto/asn1/asn_mstbl.o:crypto/asn1/asn_mstbl.o:crypto/asn1/asn_mstbl.o: include/openssl/crypto.h doctor> crypto/asn1/asn_mstbl.o:crypto/asn1/asn_mstbl.o:crypto/asn1/asn_mstbl.o:crypto/asn1/asn_mstbl.o: include/openssl/e_os2.h doctor> crypto/asn1/asn_mstbl.o: include/openssl/opensslconf.h Ok, that's what I expected. So there seems to be some odd interaction between the makedepend and the post-processing perl snippet. Could you do the following for me? $ rm crypto/aes/aes_cfb.d $ make crypto/aes/aes_cfb.d And then, copy-n-paste only the makedepend command and execute it, and send me the resulting crypto/aes/aes_cfb.d.tmp as an attachment. I want to see its exact content to see what perl does wrong. Cheers, Richard -- Richard Levitte [email protected] OpenSSL Project http://www.openssl.org/~levitte/ -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
