Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail openssl 3.0.15 build with pearl when building on windows #424

Open
nicolahcm opened this issue Dec 17, 2024 · 0 comments
Open

Fail openssl 3.0.15 build with pearl when building on windows #424

nicolahcm opened this issue Dec 17, 2024 · 0 comments
Labels
bug Something isn't working platform:windows Specific to the Windows platform

Comments

@nicolahcm
Copy link

nicolahcm commented Dec 17, 2024

I am trying to build a distributable, by running the
build-windows.py

I run
{path_to_the_dist_I_want_build}\python.exe build-windows.py --sh C:\cygwin64\bin\sh.exe --options noopt

Everything goes fine, but then it blocks in

openssl>        "C:\...\python-build-standalone\build\strawberry-perl\perl\bin\perl.exe" "-I." -Mconfigdata "util\dofile.pl" "-omakefile" "include\openssl\conf.h.in" > include\openssl\conf.h
openssl> Cannot find the specified path.
openssl> jom: C:\Users\...\AppData\Local\Temp\openssl-build-uhmz4fql\x64\openssl-3.0.15\Makefile [include\crypto\dso_conf.h] Error 1
openssl> jom: C:\Users\...\AppData\Local\Temp\openssl-build-uhmz4fql\x64\openssl-3.0.15\Makefile [include\openssl\asn1t.h] Error 1
openssl> jom: C:\Users\...\AppData\Local\Temp\openssl-build-uhmz4fql\x64\openssl-3.0.15\Makefile [include\openssl\cms.h] Error 1
openssl> jom: C:\Users\...\AppData\Local\Temp\openssl-build-uhmz4fql\x64\openssl-3.0.15\Makefile [include\openssl\conf.h] Error 1
openssl> process exited 2

I checked is on the file cpython-windows > build.py on the method: build_openssl_for_arch when running jom.

I actually tried to separately replicate the commands on perl to build the openssl but without success.

I am running windows 10 on x64 Architecture,
and I want to build a python distribution starting from the dist:

Has someone come across such problem? Has someone fixed it?

@charliermarsh charliermarsh added bug Something isn't working wish Not on the immediate roadmap windows platform:windows Specific to the Windows platform and removed wish Not on the immediate roadmap windows labels Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working platform:windows Specific to the Windows platform
Projects
None yet
Development

No branches or pull requests

2 participants