Re: [openssl-dev] Upcoming build system change

2016-02-09 Thread Richard Levitte
In message <20160209.084137.1237311317473114554.levi...@openssl.org> on Tue, 09 Feb 2016 08:41:37 +0100 (CET), Richard Levitte said: levitte> In message <16020900205830_2020a...@antinode.info> on Tue, 9 Feb 2016 00:20:58 -0600 (CST), "Steven M. Schweda"

Re: [openssl-dev] Upcoming build system change

2016-02-08 Thread Steven M. Schweda
> - Perl! Reports tell me that version 5.10.1 works fine [...] Perhaps, but around here, the current version fails pretty badly: ALP $ perl --version This is perl 5, version 22, subversion 1 (v5.22.1) built for VMS_AXP The generated descrip.mms is defective. It starts out reasonable,

Re: [openssl-dev] Upcoming build system change

2016-02-08 Thread Richard Levitte
In message <16020900205830_2020a...@antinode.info> on Tue, 9 Feb 2016 00:20:58 -0600 (CST), "Steven M. Schweda" said: sms> > - Perl! Reports tell me that version 5.10.1 works fine [...] sms> sms>Perhaps, but around here, the current version fails pretty badly: sms>

Re: [openssl-dev] Upcoming build system change

2016-01-24 Thread Richard Levitte
On January 23, 2016 11:55:54 PM GMT+01:00, Tim Rice wrote: >On Sat, 23 Jan 2016, Corinna Vinschen wrote: > >> diff -upr origsrc/openssl-1.1-rc1/util/mkbuildinf.pl >src/openssl-1.1-rc1/util/mkbuildinf.pl >> --- origsrc/openssl-1.1-rc1/util/mkbuildinf.pl 2016-01-23

Re: [openssl-dev] Upcoming build system change

2016-01-24 Thread Quanah Gibson-Mount
--On Monday, January 25, 2016 12:05 AM +0100 Richard Levitte wrote: quanah> Actually it was Ubuntu rather than RHEL. Unfortuantely, beyond that, quanah> we're lacking on details, other than it was a perl found in quanah> /usr/local/bin. Ok, so I take it someone had made

Re: [openssl-dev] Upcoming build system change

2016-01-24 Thread Corinna Vinschen
On Jan 23 22:12, Richard Levitte wrote: > In message <20160123210116.gb13...@calimero.vinschen.de> on Sat, 23 Jan 2016 > 22:01:16 +0100, Corinna Vinschen said: > > vinschen> On Jan 23 21:35, Kurt Roeckx wrote: > vinschen> > On Sat, Jan 23, 2016 at 09:27:58PM +0100, Corinna

Re: [openssl-dev] Upcoming build system change

2016-01-24 Thread Kurt Roeckx
On Sun, Jan 24, 2016 at 01:19:00PM +0100, Corinna Vinschen wrote: > On Jan 23 22:12, Richard Levitte wrote: > > In message <20160123210116.gb13...@calimero.vinschen.de> on Sat, 23 Jan > > 2016 22:01:16 +0100, Corinna Vinschen said: > > > > vinschen> On Jan 23 21:35, Kurt

Re: [openssl-dev] Upcoming build system change

2016-01-24 Thread Corinna Vinschen
On Jan 23 22:08, Richard Levitte wrote: > In message <20160123202758.ga13...@calimero.vinschen.de> on Sat, 23 Jan 2016 > 21:27:58 +0100, Corinna Vinschen said: > vinschen> Second, the build fails trying to compile crypto/cversion.c: > vinschen> > vinschen>

Re: [openssl-dev] Upcoming build system change

2016-01-24 Thread Richard Levitte
Corinna Vinschen skrev: (24 januari 2016 13:19:00 CET) >On Jan 23 22:12, Richard Levitte wrote: >> In message <20160123210116.gb13...@calimero.vinschen.de> on Sat, 23 >Jan 2016 22:01:16 +0100, Corinna Vinschen said: >> >> vinschen> On Jan 23 21:35,

Re: [openssl-dev] Upcoming build system change

2016-01-24 Thread Corinna Vinschen
On Jan 24 13:19, Corinna Vinschen wrote: > On Jan 23 22:12, Richard Levitte wrote: > > In message <20160123210116.gb13...@calimero.vinschen.de> on Sat, 23 Jan > > 2016 22:01:16 +0100, Corinna Vinschen said: > > > > vinschen> On Jan 23 21:35, Kurt Roeckx wrote: > > vinschen>

Re: [openssl-dev] Upcoming build system change

2016-01-24 Thread Corinna Vinschen
On Jan 24 14:41, Richard Levitte wrote: > Corinna Vinschen skrev: (24 januari 2016 13:19:00 CET) > >On Jan 23 22:12, Richard Levitte wrote: > >> This is interesting, actually. OSSL_DYNAMIC_OLDEST has some design > >> around it that's meant to permit EXACTLY that kind of

Re: [openssl-dev] Upcoming build system change

2016-01-24 Thread Corinna Vinschen
On Jan 24 14:35, Kurt Roeckx wrote: > On Sun, Jan 24, 2016 at 01:19:00PM +0100, Corinna Vinschen wrote: > > On Jan 23 22:12, Richard Levitte wrote: > > > This is interesting, actually. OSSL_DYNAMIC_OLDEST has some design > > > around it that's meant to permit EXACTLY that kind of mixture. It's >

Re: [openssl-dev] Upcoming build system change

2016-01-24 Thread Richard Levitte
On January 24, 2016 3:52:19 PM GMT+01:00, Corinna Vinschen wrote: >On Jan 24 14:41, Richard Levitte wrote: >> Corinna Vinschen skrev: (24 januari 2016 >13:19:00 CET) >> >On Jan 23 22:12, Richard Levitte wrote: >> >> This is interesting, actually.

Re: [openssl-dev] Upcoming build system change

2016-01-24 Thread Richard Levitte
In message on Sun, 24 Jan 2016 12:36:29 -0800, Quanah Gibson-Mount said: quanah> --On Sunday, January 24, 2016 9:32 AM +0100 Richard Levitte quanah> -- wrote: quanah> quanah> >> A more portable fix would be

Re: [openssl-dev] Upcoming build system change

2016-01-24 Thread Quanah Gibson-Mount
--On Sunday, January 24, 2016 9:32 AM +0100 Richard Levitte wrote: A more portable fix would be # !/usr/bin/env perl Yes. Thanks for the reminder. Hm, we did that in some script in Zimbra, and it ended up causing segfaults on RHEL systems that were pulling in a

Re: [openssl-dev] Upcoming build system change

2016-01-24 Thread Quanah Gibson-Mount
--On Sunday, January 24, 2016 11:30 PM +0100 Richard Levitte wrote: In message on Sun, 24 Jan 2016 12:36:29 -0800, Quanah Gibson-Mount said: quanah> --On Sunday, January 24, 2016 9:32 AM +0100 Richard Levitte

Re: [openssl-dev] Upcoming build system change

2016-01-24 Thread Richard Levitte
In message on Sun, 24 Jan 2016 14:45:13 -0800, Quanah Gibson-Mount said: quanah> --On Sunday, January 24, 2016 11:30 PM +0100 Richard Levitte quanah> -- wrote: quanah> quanah> > In message

Re: [openssl-dev] Upcoming build system change

2016-01-23 Thread Richard Levitte
In message <20160123202758.ga13...@calimero.vinschen.de> on Sat, 23 Jan 2016 21:27:58 +0100, Corinna Vinschen said: vinschen> Hi Richard, vinschen> vinschen> On Jan 18 23:50, Richard Levitte wrote: vinschen> > FYI, vinschen> > vinschen> > The branch has been updated, the

Re: [openssl-dev] Upcoming build system change

2016-01-23 Thread Corinna Vinschen
Hi Richard, On Jan 18 23:50, Richard Levitte wrote: > FYI, > > The branch has been updated, the Makfile template now has install > targets as well, and I did the mods I could see would be necessary for > Cygwin and Mingw. I would appreciate it if someone could help me try > those out. > >

Re: [openssl-dev] Upcoming build system change

2016-01-23 Thread Kurt Roeckx
On Sat, Jan 23, 2016 at 09:27:58PM +0100, Corinna Vinschen wrote: > > Last but not least, we have another problem with enginesdir. To allow a > rolling release cycle, we have to support multiple versions of openssl > in parallel. The problem here is that the enginesdir needs to be > versioned

Re: [openssl-dev] Upcoming build system change

2016-01-23 Thread Kurt Roeckx
On Sat, Jan 23, 2016 at 10:01:16PM +0100, Corinna Vinschen wrote: > On Jan 23 21:35, Kurt Roeckx wrote: > > On Sat, Jan 23, 2016 at 09:27:58PM +0100, Corinna Vinschen wrote: > > > > > > Last but not least, we have another problem with enginesdir. To allow a > > > rolling release cycle, we have

Re: [openssl-dev] Upcoming build system change

2016-01-23 Thread Tim Rice
On Sat, 23 Jan 2016, Corinna Vinschen wrote: > diff -upr origsrc/openssl-1.1-rc1/util/mkbuildinf.pl > src/openssl-1.1-rc1/util/mkbuildinf.pl > --- origsrc/openssl-1.1-rc1/util/mkbuildinf.pl2016-01-23 > 21:02:18.386710976 +0100 > +++ src/openssl-1.1-rc1/util/mkbuildinf.pl2016-01-23

Re: [openssl-dev] Upcoming build system change

2016-01-23 Thread Corinna Vinschen
On Jan 23 21:35, Kurt Roeckx wrote: > On Sat, Jan 23, 2016 at 09:27:58PM +0100, Corinna Vinschen wrote: > > > > Last but not least, we have another problem with enginesdir. To allow a > > rolling release cycle, we have to support multiple versions of openssl > > in parallel. The problem here is

Re: [openssl-dev] Upcoming build system change

2016-01-23 Thread Richard Levitte
In message <20160123210116.gb13...@calimero.vinschen.de> on Sat, 23 Jan 2016 22:01:16 +0100, Corinna Vinschen said: vinschen> On Jan 23 21:35, Kurt Roeckx wrote: vinschen> > On Sat, Jan 23, 2016 at 09:27:58PM +0100, Corinna Vinschen wrote: vinschen> > > vinschen> > > Last

Re: [openssl-dev] Upcoming build system change

2016-01-18 Thread Richard Levitte
FYI, The branch has been updated, the Makfile template now has install targets as well, and I did the mods I could see would be necessary for Cygwin and Mingw. I would appreciate it if someone could help me try those out. Remember to configure with --unified. Next thing coming up is install

Re: [openssl-dev] Upcoming build system change

2016-01-17 Thread Corinna Vinschen
On Jan 17 18:33, Richard Levitte wrote: > In message <20160117172014.gc16...@calimero.vinschen.de> on Sun, 17 Jan 2016 > 18:20:14 +0100, Corinna Vinschen said: > > vinschen> On Jan 17 18:13, Corinna Vinschen wrote: > vinschen> > On Jan 17 17:50, Richard Levitte wrote: >

Re: [openssl-dev] Upcoming build system change

2016-01-17 Thread Richard Levitte
In message <20160117154353.gc9...@calimero.vinschen.de> on Sun, 17 Jan 2016 16:43:53 +0100, Corinna Vinschen said: vinschen> On Jan 17 01:04, Richard Levitte wrote: vinschen> > If you have a look in "config", it doesn't generate "Cygwin-x86_64" at vinschen> > all. Would

Re: [openssl-dev] Upcoming build system change

2016-01-17 Thread Corinna Vinschen
On Jan 17 17:50, Richard Levitte wrote: > In message <20160117154353.gc9...@calimero.vinschen.de> on Sun, 17 Jan 2016 > 16:43:53 +0100, Corinna Vinschen said: > > vinschen> On Jan 17 01:04, Richard Levitte wrote: > vinschen> > If you have a look in "config", it doesn't

Re: [openssl-dev] Upcoming build system change

2016-01-17 Thread Corinna Vinschen
On Jan 17 18:13, Corinna Vinschen wrote: > On Jan 17 17:50, Richard Levitte wrote: > > In message <20160117154353.gc9...@calimero.vinschen.de> on Sun, 17 Jan 2016 > > 16:43:53 +0100, Corinna Vinschen said: > > > > vinschen> On Jan 17 01:04, Richard Levitte wrote: > >

Re: [openssl-dev] Upcoming build system change

2016-01-17 Thread Richard Levitte
In message <20160117171350.ga16...@calimero.vinschen.de> on Sun, 17 Jan 2016 18:13:50 +0100, Corinna Vinschen said: vinschen> On Jan 17 17:50, Richard Levitte wrote: vinschen> > In message <20160117154353.gc9...@calimero.vinschen.de> on Sun, 17 Jan 2016 16:43:53 +0100,

Re: [openssl-dev] Upcoming build system change

2016-01-17 Thread Richard Levitte
In message <20160117172014.gc16...@calimero.vinschen.de> on Sun, 17 Jan 2016 18:20:14 +0100, Corinna Vinschen said: vinschen> On Jan 17 18:13, Corinna Vinschen wrote: vinschen> > On Jan 17 17:50, Richard Levitte wrote: vinschen> > > In message

Re: [openssl-dev] Upcoming build system change

2016-01-16 Thread Richard Levitte
In message <5699df80.6030...@dancingdragon.be> on Fri, 15 Jan 2016 22:13:20 -0800, Joey Yandle said: dragon> I tried building your branch on windows, but the windows Configure dragon> targets appear to be missing: I haven't done anything specific with Windows yet...

Re: [openssl-dev] Upcoming build system change

2016-01-16 Thread Richard Levitte
In message <20160116164653.gh12...@calimero.vinschen.de> on Sat, 16 Jan 2016 17:46:53 +0100, Corinna Vinschen said: vinschen> > ./config --unified vinschen> vinschen> I tried that and it doesn't work correctly for Cygwin on x86_64. vinschen> Rather than choosing the

Re: [openssl-dev] Upcoming build system change

2016-01-16 Thread Corinna Vinschen
Hi Richard, On Jan 14 21:59, Richard Levitte wrote: > Hi, > > there's an effort going on to revamp the build system for future > OpenSSL, coining it as "unified". The intention is to have one and > the same base of information for all platforms, instead of having to > maintain one set of files