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

Windows build fails to find OpenSSL yet again. #12

Open
guysoft opened this issue Jul 20, 2022 · 0 comments
Open

Windows build fails to find OpenSSL yet again. #12

guysoft opened this issue Jul 20, 2022 · 0 comments

Comments

@guysoft
Copy link
Owner

guysoft commented Jul 20, 2022

Output from ci/cd

This should be addressed here: https://github.com/guysoft/pi-imager/blob/qml/.github/workflows/build-windows.yml#L32

AFE_TO_DEFINE_EXTENSIONS
-- Performing Test SAFE_TO_DEFINE_EXTENSIONS - Success
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR) 
-- Looking for MD5Init in md
-- Looking for MD5Init in md - not found
-- Could NOT find LibXml2 (missing: LIBXML2_LIBRARY LIBXML2_INCLUDE_DIR) 
-- Could NOT find EXPAT (missing: EXPAT_LIBRARY EXPAT_INCLUDE_DIR) 
CMake Warning (dev) at D:/a/pi-imager/pi-imager/qt/Qt/Tools/CMake_64/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (LIBGCC)
-- Could NOT find LIBGCC (missing: LIBGCC_LIBRARY) 
  does not match the name of the calling package (LibGCC).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  dependencies/libarchive-3.5.2/build/cmake/FindLibGCC.cmake:17 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  dependencies/libarchive-3.5.2/CMakeLists.txt:1255 (FIND_PACKAGE)
This warning is for project developers.  Use -Wno-dev to suppress it.
-- Could NOT find PCREPOSIX (missing: PCREPOSIX_LIBRARY PCRE_INCLUDE_DIR) 
CMake Warning (dev) at D:/a/pi-imager/pi-imager/qt/Qt/Tools/CMake_64/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (PCRE) does
  not match the name of the calling package (PCREPOSIX).  This can lead to
-- Could NOT find PCRE (missing: PCRE_LIBRARY) 
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  dependencies/libarchive-3.5.2/build/cmake/FindPCREPOSIX.cmake:23 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  dependencies/libarchive-3.5.2/CMakeLists.txt:1260 (FIND_PACKAGE)
This warning is for project developers.  Use -Wno-dev to suppress it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant