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

Add missing linux dependencies for compiling openssl on Fedora #11857

Merged
merged 1 commit into from
May 15, 2024

Conversation

yodatak
Copy link
Contributor

@yodatak yodatak commented May 15, 2024

Release Notes:

  • N/A

Copy link

cla-bot bot commented May 15, 2024

We require contributors to sign our Contributor License Agreement, and we don't have @yodatak on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

@yodatak
Copy link
Contributor Author

yodatak commented May 15, 2024

@cla-bot check

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label May 15, 2024
Copy link

cla-bot bot commented May 15, 2024

The cla-bot has been summoned, and re-checked this pull request!

@maxdeviant maxdeviant changed the title Update linux dependencies missing for compile openssl on fedora Add missing linux dependencies for compiling openssl on Fedora May 15, 2024
@ConradIrwin ConradIrwin merged commit 1c62839 into zed-industries:main May 15, 2024
10 checks passed
@yodatak
Copy link
Contributor Author

yodatak commented May 15, 2024

I miss some depency i juste create a news fedora toolbox 40

running cd "/var/home/yodatak/Projets/public/zed/target/release/build/openssl-sys-df465ffaf83aee3e/out/openssl-build/build/src" && env -u CROSS_COMPILE AR="ar" CC="cc" RANLIB="ranlib" "perl" "./Configure" "--prefix=/var/home/yodatak/Projets/public/zed/target/release/build/openssl-sys-df465ffaf83aee3e/out/openssl-build/install" "--openssldir=/usr/local/ssl" "no-dso" "no-shared" "no-ssl3" "no-tests" "no-comp" "no-zlib" "no-zlib-dynamic" "--libdir=lib" "no-md2" "no-rc5" "no-weak-ssl-ciphers" "no-camellia" "no-idea" "no-seed" "linux-x86_64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64"
Configuring OpenSSL version 3.2.1 for target linux-x86_64
Using os-specific seed configuration
Created configdata.pm
Running configdata.pm

--- stderr
Can't locate File/Compare.pm in @inc (you may need to install the File::Compare module) (@inc entries checked: /usr/local/lib64/perl5/5.38 /usr/local/share/perl5/5.38 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at configdata.pm line 22095.
BEGIN failed--compilation aborted at configdata.pm line 22095.
thread 'main' panicked at /var/home/yodatak/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-src-300.2.3+3.2.1/src/lib.rs:611:9:

Error configuring OpenSSL build:
Command: cd "/var/home/yodatak/Projets/public/zed/target/release/build/openssl-sys-df465ffaf83aee3e/out/openssl-build/build/src" && env -u CROSS_COMPILE AR="ar" CC="cc" RANLIB="ranlib" "perl" "./Configure" "--prefix=/var/home/yodatak/Projets/public/zed/target/release/build/openssl-sys-df465ffaf83aee3e/out/openssl-build/install" "--openssldir=/usr/local/ssl" "no-dso" "no-shared" "no-ssl3" "no-tests" "no-comp" "no-zlib" "no-zlib-dynamic" "--libdir=lib" "no-md2" "no-rc5" "no-weak-ssl-ciphers" "no-camellia" "no-idea" "no-seed" "linux-x86_64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64"
Exit status: exit status: 1

note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

@yodatak
Copy link
Contributor Author

yodatak commented May 15, 2024

i was missing to dependencies perl-File-Compare perl-File-Copy i make a follow up PR

osiewicz pushed a commit to RemcoSmitsDev/zed that referenced this pull request May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants