Re: [openssl-users] Unable to install OpenSSL

2018-05-06 Thread Lunessia
I also solved the RC issue by installing Windows 10 SDK tools and taking
the x64 bit architecture folder that contains RC and injecting that into my
system path too. I'll send a final message when the make completes, but I
have a feeling this issue is closed!

On Sun, May 6, 2018 at 10:27 PM, Lunessia <jzbu...@gmail.com> wrote:

> I figured out the NASM part. I added the EXE at first. Now the entire
> folder is targeted.
>
> On Sun, May 6, 2018 at 10:16 PM, Lunessia <jzbu...@gmail.com> wrote:
>
>> Jeremy Farrell> Is NASM on your execution path? If not, try with it
>> added to the path.
>>
>> I tried added NASM to both my system and user paths, and it'll still
>> throw that error
>>
>> I just realized it did make a make file. However, now I get this (this
>> was done by sidestepping NASM)
>> "rc /folibcrypto.res "libcrypto.rc"
>> 'rc' is not recognized as an internal or external command,
>> operable program or batch file.
>> NMAKE : fatal error U1077: 'rc' : return code '0x1'
>> Stop.
>> NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
>> Studio 14.0\VC\BIN\nmake.exe"' : return code '0x2'
>> Stop."
>>
>> On Sun, May 6, 2018 at 3:17 AM, Richard Levitte <levi...@openssl.org>
>> wrote:
>>
>>> In message <camq1njrcgqt9jsrkupxen5-lujmjhzffp8fm9phyu61nka9...@mail.gm
>>> ail.com> on Fri, 4 May 2018 17:55:13 -0500, Lunessia <jzbu...@gmail.com>
>>> said:
>>>
>>> jzburda> Thanks for the reply. If I sidestep VC-WIN64A with No-ASM,
>>> jzburda> I'll get the same "If you want to report a building issue" error
>>>
>>> You mean this?
>>>
>>> 
>>> **
>>> ***
>>> ***
>>> ***   If you want to report a building issue, please include the
>>>  ***
>>> ***   output from this command:
>>> ***
>>> ***
>>> ***
>>> *** perl configdata.pm --dump
>>> ***
>>> ***
>>> ***
>>> 
>>> **
>>>
>>> That's not an error, it's simply a boxed message.  It's made prominent
>>> so no one will miss it (people do miss such message, you'd be
>>> surprised)
>>>
>>> Cheers,
>>> Richard
>>>
>>> --
>>> Richard Levitte levi...@openssl.org
>>> OpenSSL Project http://www.openssl.org/~levitte/
>>> --
>>> openssl-users mailing list
>>> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
>>>
>>
>>
>
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


Re: [openssl-users] Unable to install OpenSSL

2018-05-06 Thread Lunessia
I figured out the NASM part. I added the EXE at first. Now the entire
folder is targeted.

On Sun, May 6, 2018 at 10:16 PM, Lunessia <jzbu...@gmail.com> wrote:

> Jeremy Farrell> Is NASM on your execution path? If not, try with it added
> to the path.
>
> I tried added NASM to both my system and user paths, and it'll still throw
> that error
>
> I just realized it did make a make file. However, now I get this (this was
> done by sidestepping NASM)
> "rc /folibcrypto.res "libcrypto.rc"
> 'rc' is not recognized as an internal or external command,
> operable program or batch file.
> NMAKE : fatal error U1077: 'rc' : return code '0x1'
> Stop.
> NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
> Studio 14.0\VC\BIN\nmake.exe"' : return code '0x2'
> Stop."
>
> On Sun, May 6, 2018 at 3:17 AM, Richard Levitte <levi...@openssl.org>
> wrote:
>
>> In message <CAMq1nJRCGqt9jSrKupXen5-LuJmjHzFfp8FM9Phyu61nKa92RA@mail.
>> gmail.com> on Fri, 4 May 2018 17:55:13 -0500, Lunessia <jzbu...@gmail.com>
>> said:
>>
>> jzburda> Thanks for the reply. If I sidestep VC-WIN64A with No-ASM,
>> jzburda> I'll get the same "If you want to report a building issue" error
>>
>> You mean this?
>>
>> 
>> **
>> ******
>> ***   If you want to report a building issue, please include the   ***
>> ***   output from this command:***
>> ******
>> *** perl configdata.pm --dump
>> ***
>> ******
>> 
>> **
>>
>> That's not an error, it's simply a boxed message.  It's made prominent
>> so no one will miss it (people do miss such message, you'd be
>> surprised)
>>
>> Cheers,
>> Richard
>>
>> --
>> Richard Levitte levi...@openssl.org
>> OpenSSL Project http://www.openssl.org/~levitte/
>> --
>> openssl-users mailing list
>> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
>>
>
>
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


Re: [openssl-users] Unable to install OpenSSL

2018-05-06 Thread Lunessia
 Jeremy Farrell> Is NASM on your execution path? If not, try with it added
to the path.

I tried added NASM to both my system and user paths, and it'll still throw
that error

I just realized it did make a make file. However, now I get this (this was
done by sidestepping NASM)
"rc /folibcrypto.res "libcrypto.rc"
'rc' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: 'rc' : return code '0x1'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\BIN\nmake.exe"' : return code '0x2'
Stop."

On Sun, May 6, 2018 at 3:17 AM, Richard Levitte <levi...@openssl.org> wrote:

> In message <CAMq1nJRCGqt9jSrKupXen5-LuJmjHzFfp8FM9Phyu61nKa92RA@
> mail.gmail.com> on Fri, 4 May 2018 17:55:13 -0500, Lunessia <
> jzbu...@gmail.com> said:
>
> jzburda> Thanks for the reply. If I sidestep VC-WIN64A with No-ASM,
> jzburda> I'll get the same "If you want to report a building issue" error
>
> You mean this?
>
> **
> ******
> ***   If you want to report a building issue, please include the   ***
> ***   output from this command:***
> ******
> *** perl configdata.pm --dump  ***
> ******
> **
>
> That's not an error, it's simply a boxed message.  It's made prominent
> so no one will miss it (people do miss such message, you'd be
> surprised)
>
> Cheers,
> Richard
>
> --
> Richard Levitte levi...@openssl.org
> OpenSSL Project http://www.openssl.org/~levitte/
> --
> openssl-users mailing list
> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
>
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


Re: [openssl-users] Unable to install OpenSSL

2018-05-04 Thread Lunessia
Thanks for the reply. If I sidestep VC-WIN64A with No-ASM, I'll get the
same "If you want to report a building issue" error

On Thu, May 3, 2018 at 7:56 PM, Jakob Bohm <jb-open...@wisemo.com> wrote:

> On 04/05/2018 02:16, Lunessia wrote:
>
>> Hello everyone,
>> I've been having various troubles with installing and compiling OpenSSL.
>> I started with 1.1.1-pre6, and my Perl client will tell me that I don't
>> have NASM even if I have it installed (If I use VC-WIN64A) or output "If
>> you want to report a building issue, please include the output from this
>> command: Perl configdata.pl <http://configdata.pm> --dump" when I use
>> VC-WIN64I
>> With 1.0.2o, Perl compiles the program, but however, I can't use Dmake to
>> compile it, as Dmake will state:
>>
>> Please note that VC-WIN64I is for Itanium processors (supported only
> on Windows Server 2008 and 2008 R2, with some historic support on old
> versions of Windows Server 2003 and Windows XP).
>
> Enjoy
>
> Jakob
> --
> Jakob Bohm, CIO, Partner, WiseMo A/S.  https://www.wisemo.com
> Transformervej 29, 2860 Søborg, Denmark.  Direct +45 31 13 16 10
> This public discussion message is non-binding and may contain errors.
> WiseMo - Remote Service Management for PCs, Phones and Embedded
>
> --
> openssl-users mailing list
> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
>
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


[openssl-users] Unable to install OpenSSL

2018-05-03 Thread Lunessia
Hello everyone,
I've been having various troubles with installing and compiling OpenSSL.
I started with 1.1.1-pre6, and my Perl client will tell me that I don't
have NASM even if I have it installed (If I use VC-WIN64A) or output "If
you want to report a building issue, please include the output from this
command: Perl configdata.pl  --dump" when I use
VC-WIN64I
With 1.0.2o, Perl compiles the program, but however, I can't use Dmake to
compile it, as Dmake will state:

"dmake.exe:  makefile:  line 275:  Warning: -- Found non-white space
character after '[' in [@[ -n "$(THIS)" ] && $(CLEARENV) && $(MAKE) $(THIS)
-e $(BUILDENV)].
dmake.exe:  makefile:  line 307:  Warning: -- Found non-white space
character after '[' in [[ -z "$(FIPSCANLIB)" ] || $(CC) $(CFLAG) -Iinclude \
-DFINGERPRINT_PREMAIN_DSO_LOAD -o $@  \
$(FIPSLIBDIR)fips_premain.c $(FIPSLIBDIR)fipscanister.o \
libcrypto.a $(EX_LIBS)].
dmake.exe:  makefile:  line 307:  Error: -- New group recipe begin found
within group recipe."

Here are my programs:
A make implementation: Dmake from Perl
Perl 5 with core modules: ActivePerl 5.22.4.2205 with text::template
installed
ANSI C Compiler: MinGW from Perl
A development environment in the form of in the form of development
libraries and C header files: (I'm guessing) Visual Studio 2017 (I can't
use Nmake with it for some reason)
Netwide Assembler: NASM 2.13.03
Operating system: Windows 10 x64

Some of these were found either by the .exe version or by the installer
version.
Also attached is the configdata.pl dump. The makefile has not updated, so I
will not include that unless asked.
Command line (with current working directory = .):

C:\Perl64\bin\perl.exe Configure VC-WIN64I

Perl information:

C:\Perl64\bin\perl.exe
5.22.4 for MSWin32-x64-multi-thread

Enabled features:

aria
asm
async
autoalginit
autoerrinit
autoload-config
bf
blake2
camellia
capieng
cast
chacha
cmac
cms
comp
ct
deprecated
des
dgram
dh
dsa
dso
dtls
dynamic-engine
ec
ec2m
ecdh
ecdsa
engine
err
filenames
gost
hw(-.+)?
idea
makedepend
md4
mdc2
multiblock
nextprotoneg
ocb
ocsp
pic
poly1305
posix-io
psk
rc2
rc4
rdrand
rfc3779
rmd160
scrypt
seed
shared
siphash
sm2
sm3
sm4
sock
srp
srtp
sse2
ssl
static-engine
stdio
tests
threads
tls
ts
ui-console
whirlpool
tls1
tls1-method
tls1_1
tls1_1-method
tls1_2
tls1_2-method
tls1_3
dtls1
dtls1-method
dtls1_2
dtls1_2-method

Disabled features:

afalgeng[not-linux]
asan[default]   OPENSSL_NO_ASAN
crypto-mdebug   [default]   OPENSSL_NO_CRYPTO_MDEBUG
crypto-mdebug-backtrace [default]   OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE
devcryptoeng[default]   OPENSSL_NO_DEVCRYPTOENG
ec_nistp_64_gcc_128 [default]   OPENSSL_NO_EC_NISTP_64_GCC_128
egd [default]   OPENSSL_NO_EGD
external-tests  [default]   OPENSSL_NO_EXTERNAL_TESTS
fuzz-libfuzzer  [default]   OPENSSL_NO_FUZZ_LIBFUZZER
fuzz-afl[default]   OPENSSL_NO_FUZZ_AFL
heartbeats  [default]   OPENSSL_NO_HEARTBEATS
md2 [default]   OPENSSL_NO_MD2 (skip crypto\md2)
msan[default]   OPENSSL_NO_MSAN
rc5 [default]   OPENSSL_NO_RC5 (skip crypto\rc5)
sctp[default]   OPENSSL_NO_SCTP
ssl-trace   [default]   OPENSSL_NO_SSL_TRACE
tls13downgrade  [default]   OPENSSL_NO_TLS13DOWNGRADE
ubsan   [default]   OPENSSL_NO_UBSAN
unit-test   [default]   OPENSSL_NO_UNIT_TEST
weak-ssl-ciphers[default]   OPENSSL_NO_WEAK_SSL_CIPHERS
zlib[default]
zlib-dynamic[default]
ssl3[default]   OPENSSL_NO_SSL3
ssl3-method [default]   OPENSSL_NO_SSL3_METHOD

Config target attributes:

AR => "lib",
ARFLAGS => "/nologo",
AS => "ias",
ASFLAGS => "-d debug",
CC => "cl",
CFLAGS => "/W3 /wd4090 /nologo /O2",
CPP => "\$(CC) /EP /C",
HASHBANGPERL => "/usr/bin/env perl",
LD => "link",
LDFLAGS => "/nologo /debug",
MT => "mt",
MTFLAGS => "-nologo",
RANLIB => "CODE(0x4bcc078)",
RC => "rc",
aes_asm_src => "aes_core.c aes_cbc.c aes-ia64.s",
aes_obj => "aes_core.o aes_cbc.o aes-ia64.o",
apps_aux_src => "win32_init.c",
apps_init_src => "../ms/applink.c",
apps_obj => "win32_init.o",
aroutflag => "/out:",
asoutflag => "-o ",
bf_asm_src => "bf_enc.c",
bf_obj => "bf_enc.o",
bin_cflags => "/Zi /Fdapp.pdb",
bin_lflags =>