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

openssl-devel-engine do not installed by ./get-deps on fedora #6470

Open
sanja-byelkin opened this issue Dec 8, 2024 · 0 comments
Open

openssl-devel-engine do not installed by ./get-deps on fedora #6470

sanja-byelkin opened this issue Dec 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@sanja-byelkin
Copy link

What Operating System(s) are you seeing this problem on?

Linux Wayland

Which Wayland compositor or X11 Window manager(s) are you using?

standard

WezTerm version

20241205-083533-6f375e29

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

Yes, and I updated the version box above to show the version of the nightly that I tried

Describe the bug

I followed building instruction on https://wezfurlong.org/wezterm/install/source.html#installing-from-source but it looks like ./get-deps forget to install openssl-devel-engine.

error occurred: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "vendored/include" "-I" "/home/sanja/wezterm/target/release/build/libssh-rs-sys-b9a2ecbeeef843f2/out/include" "-I" "/usr/include" "-I" "/usr/include" "-Wno-deprecated-declarations" "-DLIBSSH_STATIC" "-DGLOBAL_CLIENT_CONFIG="/etc/ssh/ssh_config"" "-DGLOBAL_BIND_CONFIG="/etc/ssh/libssh_server_config"" "-DHAVE_GETADDRINFO=1" "-DHAVE_LIBCRYPTO=1" "-DHAVE_OPENSSL_AES_H=1" "-DHAVE_OPENSSL_BLOWFISH_H=1" "-DHAVE_OPENSSL_DES_H=1" "-DHAVE_OPENSSL_ECC=1" "-DHAVE_OPENSSL_ECDH_H=1" "-DHAVE_OPENSSL_ECDSA_H=1" "-DHAVE_ECC=1" "-DHAVE_DSA=1" "-DHAVE_OPENSSL_EC_H=1" "-DHAVE_OPENSSL_EVP_CHACHA20=1" "-DHAVE_STDINT_H=1" "-DWITH_ZLIB=1" "-DWITH_GEX=1" "-DWITH_SFTP=1" "-DWITH_SERVER=1" "-DHAVE_ARPA_INET_H=1" "-DHAVE_CLOCK_GETTIME=1" "-DHAVE_PTHREAD_H=1" "-DHAVE_PTHREAD=1" "-DHAVE_SELECT=1" "-DHAVE_SNPRINTF=1" "-DHAVE_STRTOULL=1" "-DHAVE_SYS_TIME_H=1" "-DHAVE_TERMIOS_H=1" "-DHAVE_UNISTD_H=1" "-DHAVE_VSNPRINTF=1" "-DHAVE_POLL=1" "-DHAVE_STRNDUP=1" "-D_GNU_SOURCE" "-DHAVE_COMPILER__FUNCTION__=1" "-DHAVE_COMPILER__FUNC__=1" "-DHAVE_GCC_THREAD_LOCAL_STORAGE=1" "-o" "/home/sanja/wezterm/target/release/build/libssh-rs-sys-b9a2ecbeeef843f2/out/1fa44eb5313ef680-pki_crypto.o" "-c" "vendored/src/pki_crypto.c" with args cc did not execute successfully (status code exit status: 1).

After installing the package it buids with no problems

To Reproduce

get fedora-workstation and build following the instruction on https://wezfurlong.org/wezterm/install/source.html#installing-from-source

Configuration

it is problem of build scripts

Expected Behavior

No response

Logs

error occurred: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "vendored/include" "-I" "/home/sanja/wezterm/target/release/build/libssh-rs-sys-b9a2ecbeeef843f2/out/include" "-I" "/usr/include" "-I" "/usr/include" "-Wno-deprecated-declarations" "-DLIBSSH_STATIC" "-DGLOBAL_CLIENT_CONFIG="/etc/ssh/ssh_config"" "-DGLOBAL_BIND_CONFIG="/etc/ssh/libssh_server_config"" "-DHAVE_GETADDRINFO=1" "-DHAVE_LIBCRYPTO=1" "-DHAVE_OPENSSL_AES_H=1" "-DHAVE_OPENSSL_BLOWFISH_H=1" "-DHAVE_OPENSSL_DES_H=1" "-DHAVE_OPENSSL_ECC=1" "-DHAVE_OPENSSL_ECDH_H=1" "-DHAVE_OPENSSL_ECDSA_H=1" "-DHAVE_ECC=1" "-DHAVE_DSA=1" "-DHAVE_OPENSSL_EC_H=1" "-DHAVE_OPENSSL_EVP_CHACHA20=1" "-DHAVE_STDINT_H=1" "-DWITH_ZLIB=1" "-DWITH_GEX=1" "-DWITH_SFTP=1" "-DWITH_SERVER=1" "-DHAVE_ARPA_INET_H=1" "-DHAVE_CLOCK_GETTIME=1" "-DHAVE_PTHREAD_H=1" "-DHAVE_PTHREAD=1" "-DHAVE_SELECT=1" "-DHAVE_SNPRINTF=1" "-DHAVE_STRTOULL=1" "-DHAVE_SYS_TIME_H=1" "-DHAVE_TERMIOS_H=1" "-DHAVE_UNISTD_H=1" "-DHAVE_VSNPRINTF=1" "-DHAVE_POLL=1" "-DHAVE_STRNDUP=1" "-D_GNU_SOURCE" "-DHAVE_COMPILER__FUNCTION__=1" "-DHAVE_COMPILER__FUNC__=1" "-DHAVE_GCC_THREAD_LOCAL_STORAGE=1" "-o" "/home/sanja/wezterm/target/release/build/libssh-rs-sys-b9a2ecbeeef843f2/out/1fa44eb5313ef680-pki_crypto.o" "-c" "vendored/src/pki_crypto.c" with args cc did not execute successfully (status code exit status: 1).

Anything else?

No response

@sanja-byelkin sanja-byelkin added the bug Something isn't working label Dec 8, 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
Projects
None yet
Development

No branches or pull requests

1 participant