veeso / termscp

🖥 A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/S3/SMB
https://termscp.veeso.dev
MIT License
1.72k stars 49 forks source link

[BUG] - RPM support is discontinued #269

Closed veeso closed 1 month ago

veeso commented 3 months ago

What?

We don't provide packets for rpm distros anymore

Why?

Centos docker images which were used to build termscp are deprecated and are totally unable to download dependencies.

There is fedora, but fedora doesn't build for some unknown reasons. You're free to try by yourself. You can find the docker file in dist/build/.

This is the error I can't get through. YES I'VE INSTALLED PERL!!!

--- stderr
  Can't locate FindBin.pm in @INC (you may need to install the FindBin 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 ./Configure line 15.
  BEGIN failed--compilation aborted at ./Configure line 15.
  thread 'main' panicked at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-src-111.26.0+1.1.1u/src/lib.rs:506:13:

  Error configuring OpenSSL build:
      Command: cd "/usr/src/termscp/target/release/build/openssl-sys-51867ae48ab572e6/out/openssl-build/build/src" && env -u CROSS_COMPILE AR="ar" CC="cc" RANLIB="ranlib" "perl" "./Configure" "--prefix=/usr/src/termscp/target/release/build/openssl-sys-51867ae48ab572e6/out/openssl-build/install" "--openssldir=/usr/local/ssl" "no-dso" "no-shared" "no-ssl3" "no-unit-test" "no-comp" "no-zlib" "no-zlib-dynamic" "no-md2" "no-rc5" "no-weak-ssl-ciphers" "no-camellia" "no-idea" "no-seed" "linux-x86_64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64"
      Exit status: exit status: 2

Alternatives

Build from source, or switch from fedora to a distro contributors wants to publish release for.

kastl-ars commented 2 months ago

For openSUSE I have packaged termscp, it has been submitted to the devel project and will hopefully land in Tumbleweed soon...

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 30 days with no activity.