Skip to content

openssl build failure #24003

@winterz

Description

@winterz

Host Environment

  • OS: linux
  • Compiler: gcc

To Reproduce
Steps to reproduce the behavior:
./vcpkg install libzip but the failure is in openssl

Failure logs
The option of /home/allen/vcpkg/buildtrees/openssl/config-x64-linux-release-mixed-rel-err.log says:

$ less /home/allen/vcpkg/buildtrees/openssl/config-x64-linux-release-mixed-rel-err.log
CMAKE_C_COMPILER=/usr/lib64/ccache/cc
COMPILER_ROOT=/usr/lib64/ccache
CMAKE_SYSROOT=
CMAKE_OSX_SYSROOT=
CMAKE_OSX_DEPLOYMENT_TARGET=
CMAKE_C_FLAGS=-fPIC
CMAKE_C_FLAGS_RELEASE=-O3 -DNDEBUG
CMAKE_C_FLAGS_DEBUG=-g
CMAKE_INCLUDE_SYSTEM_FLAG_C=-isystem
CMAKE_C_OSX_DEPLOYMENT_TARGET_FLAG=
ENV{ANDROID_DEV}=/usr
CMake Error at CMakeLists.txt:111 (file):
  file STRINGS file
  "/home/allen/vcpkg/buildtrees/openssl/x64-linux-release-mixed-rel/3.0.2-67d457a95e.clean/include/openssl/opensslv.h"
  cannot be read.```

indeed there in no such file.
However there is an `/home/allen/vcpkg/buildtrees/openssl/x64-linux-release-mixed-rel/3.0.2-67d457a95e.clean/include/openssl/opensslv.h.in`

worked fine when I did `vcpkg install libzip` yesterday so I think the new openssl today broke

Metadata

Metadata

Assignees

Labels

category:port-bugThe issue is with a library, which is something the port should already support

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions