-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Necessary packages removed from Ubuntu repositories #125
Comments
How about |
Hi there
Libel-dev is in the repository but it uses a later version of libssl.
… On Jan 27, 2020, at 06:47, наб ***@***.***> wrote:
How about libssl-dev?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#125?email_source=notifications&email_token=AFT6CIKRMPWFAXP6QON43RDQ73QWHA5CNFSM4KLSDBA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJ7RJ3A#issuecomment-578753772>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AFT6CIKUKZHJAVGVMKQS623Q73QWHANCNFSM4KLSDBAQ>.
|
Sorry about the auto correct: libssl-dev is in the repository.
… On Jan 27, 2020, at 07:10, Richard Peters ***@***.***> wrote:
Hi there
Libel-dev is in the repository but it uses a later version of libssl.
> On Jan 27, 2020, at 06:47, наб ***@***.*** ***@***.***>> wrote:
>
> How about libssl-dev?
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub <#125?email_source=notifications&email_token=AFT6CIKRMPWFAXP6QON43RDQ73QWHA5CNFSM4KLSDBA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJ7RJ3A#issuecomment-578753772>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AFT6CIKUKZHJAVGVMKQS623Q73QWHANCNFSM4KLSDBAQ>.
>
>
|
Going by https://packages.ubuntu.com/search?suite=all§ion=all&arch=any&keywords=libssl-dev&searchon=names all repositories package 1.0.x or 1.1.x, so unless you have a concrete build error then I'm not sure how to help you. Also note: both macOS (openssl 1.1 via brew, #123) and my sid (libssl-dev @ 1.1.1d-2) build, so I'm not sure why it'd fail in the first place? |
I ran some tests – a clean default and minimal chroot of bionic (current LTS) and eoan (latest); both worked. My debootstrap needed a Default: sudo debootstrap bionic bionic
sudo mount --bind /proc bionic/proc
sudo chroot bionic
apt install wget build-essential libssl-dev pkg-config
wget -O- https://sh.rustup.rs | sh Minimal: sudo debootstrap --variant=minbase bionic bionic
sudo mount --bind /proc bionic/proc
sudo chroot bionic
apt install --no-install-{suggest,recommend}s wget build-essential libssl-dev pkg-config ca-certificates
wget https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init && chmod +x rustup-init && ./rustup-init --profile minimal Then the following works with no problems:
My packaging woes were answered by these two paragraphs from the
Closing as norepro. |
After Ubuntu 18.4, the openssl-devel and libssl1.0.0 packages have been removed from the Ubuntu repositories.
The text was updated successfully, but these errors were encountered: