[openssl-dev] [openssl.org #4459] openssl-1.1.0-pre4: make install fals on solaris64-x86_64-gcc.

2016-03-21 Thread Richard Levitte via RT
Fix merged, commit 2b364f615bbe913ba9121ddb4018da505b407882 Closing ticket. Thank you Cheers, Richard Vid Mon, 21 Mar 2016 kl. 09.40.33, skrev yoi_no_myou...@yahoo.co.jp: > Thank you, Richard. > Make install succeeded with your new patch. > > --- Kiyoshi > > > > > >

[openssl-dev] [openssl.org #4459] openssl-1.1.0-pre4: make install fals on solaris64-x86_64-gcc.

2016-03-21 Thread Kiyoshi KANAZAWA via RT
Thank you, Richard. Make install succeeded with your new patch. --- Kiyoshi > My earlier patch was incorrect, it introduced another syntax error. Try this > one instead. > > -- > Richard Levitte > levi...@openssl.org -- Ticket here:

[openssl-dev] [openssl.org #4459] openssl-1.1.0-pre4: make install fals on solaris64-x86_64-gcc.

2016-03-21 Thread Richard Levitte via RT
My earlier patch was incorrect, it introduced another syntax error. Try this one instead. -- Richard Levitte levi...@openssl.org -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4459 Please log in as guest with password guest if prompted diff --git

[openssl-dev] [openssl.org #4459] openssl-1.1.0-pre4: make install fals on solaris64-x86_64-gcc.

2016-03-21 Thread Richard Levitte via RT
t; make: *** [install_engines] Error 2 > > > > > > > > Regards, > > > > --- Kiyoshi <yoi_no_myou...@yahoo.co.jp> > > > > > > > > - Original Message - > >> From: Rainer Jung via RT <r...@openssl.org> > >> T

[openssl-dev] [openssl.org #4459] openssl-1.1.0-pre4: make install fals on solaris64-x86_64-gcc.

2016-03-20 Thread Kiyoshi KANAZAWA via RT
>> >>> >>>   I think it should work, and added, for double check, >>>   @echo "XENGINES="X$$ENGINES >>>   after the line >>> >>>   @echo "*** Installing engines". >>>   % make install_engines >>>

[openssl-dev] [openssl.org #4459] openssl-1.1.0-pre4: make install fals on solaris64-x86_64-gcc.

2016-03-20 Thread Kiyoshi KANAZAWA via RT
ll_engines >> *** Installing engines >> XENGINES=X >> /bin/sh: syntax error at line 2: `;' unexpected >> Makefile:251: recipe for target 'install_engines' failed >> make: *** [install_engines] Error 2 >> >> >> >> Regards, >>

Re: [openssl-dev] [openssl.org #4459] openssl-1.1.0-pre4: make install fals on solaris64-x86_64-gcc.

2016-03-20 Thread Rainer Jung
file:251: recipe for target 'install_engines' failed make: *** [install_engines] Error 2 Regards, --- Kiyoshi <yoi_no_myou...@yahoo.co.jp> - Original Message - From: Rainer Jung via RT <r...@openssl.org> To: yoi_no_myou...@yahoo.co.jp Cc: openssl-dev@openssl.org Date:

Re: [openssl-dev] [openssl.org #4459] openssl-1.1.0-pre4: make install fals on solaris64-x86_64-gcc.

2016-03-20 Thread Rainer Jung via RT
Installing engines > XENGINES=X > /bin/sh: syntax error at line 2: `;' unexpected > Makefile:251: recipe for target 'install_engines' failed > make: *** [install_engines] Error 2 > > > > Regards, > > --- Kiyoshi <yoi_no_myou...@yahoo.co.jp> > > > > ---

[openssl-dev] [openssl.org #4459] openssl-1.1.0-pre4: make install fals on solaris64-x86_64-gcc.

2016-03-20 Thread Kiyoshi KANAZAWA via RT
all_engines] Error 2 Regards, --- Kiyoshi <yoi_no_myou...@yahoo.co.jp> - Original Message - > From: Rainer Jung via RT <r...@openssl.org> > To: yoi_no_myou...@yahoo.co.jp > Cc: openssl-dev@openssl.org > Date: 2016/3/21, Mon 01:16 > Subject: Re: [openssl-de

Re: [openssl-dev] [openssl.org #4459] openssl-1.1.0-pre4: make install fals on solaris64-x86_64-gcc.

2016-03-20 Thread Rainer Jung via RT
Am 20.03.2016 um 16:46 schrieb Kiyoshi KANAZAWA via RT: > Hello, > > Yes, ENGINES in the top level Makefile is empty. > > 22: LIBS=libcrypto.a libssl.a > 23: SHLIBS= > 24: ENGINES= > 25: PROGRAMS=apps/openssl OK, that explains the error, because the install_engines target then

Re: [openssl-dev] [openssl.org #4459] openssl-1.1.0-pre4: make install fals on solaris64-x86_64-gcc.

2016-03-20 Thread Rainer Jung
Am 20.03.2016 um 16:46 schrieb Kiyoshi KANAZAWA via RT: Hello, Yes, ENGINES in the top level Makefile is empty. 22: LIBS=libcrypto.a libssl.a 23: SHLIBS= 24: ENGINES= 25: PROGRAMS=apps/openssl OK, that explains the error, because the install_engines target then contains

[openssl-dev] [openssl.org #4459] openssl-1.1.0-pre4: make install fals on solaris64-x86_64-gcc.

2016-03-20 Thread Kiyoshi KANAZAWA via RT
Hello, Yes, ENGINES in the top level Makefile is empty.    22:  LIBS=libcrypto.a libssl.a    23:  SHLIBS=    24:  ENGINES=    25:  PROGRAMS=apps/openssl Changing Makefile has no effect. % make install     : /bin/sh: syntax error at line 1: `;' unexpected Makefile:251: recipe for target

Re: [openssl-dev] [openssl.org #4459] openssl-1.1.0-pre4: make install fals on solaris64-x86_64-gcc.

2016-03-20 Thread Rainer Jung via RT
Am 20.03.2016 um 15:07 schrieb Kiyoshi KANAZAWA via RT: > With patch for #, > > > % mkdir /tmp/install_check > % ./config --prefix=/tmp/install_check > > : > Configured for solaris64-x86_64-gcc. > > % make > (passed) > > % make test > (passed) > > % make install > : > install

Re: [openssl-dev] [openssl.org #4459] openssl-1.1.0-pre4: make install fals on solaris64-x86_64-gcc.

2016-03-20 Thread Rainer Jung
Am 20.03.2016 um 15:07 schrieb Kiyoshi KANAZAWA via RT: With patch for #, % mkdir /tmp/install_check % ./config --prefix=/tmp/install_check : Configured for solaris64-x86_64-gcc. % make (passed) % make test (passed) % make install : install openssl.pc ->

[openssl-dev] [openssl.org #4459] openssl-1.1.0-pre4: make install fals on solaris64-x86_64-gcc.

2016-03-20 Thread Kiyoshi KANAZAWA via RT
With patch for #, % mkdir /tmp/install_check % ./config --prefix=/tmp/install_check     : Configured for solaris64-x86_64-gcc. % make (passed) % make test (passed) % make install     : install openssl.pc -> /tmp/install_check/lib/pkgconfig/openssl.pc *** Installing engines /bin/sh: