esl / packages

Makefile- and Docker-based build system for ESL's erlang and elixir binary packages.
Apache License 2.0
9 stars 6 forks source link

Add packages for Debian 12 Bookworm #70

Open sblaisot opened 1 year ago

sblaisot commented 1 year ago

Debian 12 Bookworm has been released since 2023-06-10

Could you please add Debian 12 Bookworm packages to Erlang / Elixir package repository?

wxmeng04 commented 1 year ago

Add explanation about the issue as below. I cannot install erlang with .deb package download from official website. It depands on libssl1.1 but the defaut version is libssl3 with the distribution of debian bookwork (Debian 12). The same deb package can be installed on Debian 11. The download link of deb package is: https://binaries2.erlang-solutions.com/debian/pool/contrib/e/esl-erlang/esl-erlang_26.0.2-1~debian~bullseye_amd64.deb The installation prompt:

┌──(root💀debian)-[~]
└─# dpkg -i esl-erlang_26.0.2-1~debian~bullseye_amd64.deb 
Selecting previously unselected package esl-erlang.
(Reading database ... 50659 files and directories currently installed.)
Preparing to unpack esl-erlang_26.0.2-1~debian~bullseye_amd64.deb ...
Unpacking esl-erlang (1:26.0.2-1) ...
dpkg: dependency problems prevent configuration of esl-erlang:
 esl-erlang depends on libssl1.1; however:
  Package libssl1.1 is not installed.

dpkg: error processing package esl-erlang (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 esl-erlang
dalbarado commented 11 months ago

Working on it, have to do some refactors to support debian 12

sblaisot commented 9 months ago

@dalbarado any news?

sblaisot commented 8 months ago

@dalbarado any news on bookworm packages?

dalbarado commented 8 months ago

Hi there, I'm busy with other projects right now, so it will be updated as soon as possible. If you want to contribute or help please let me know it would be great.

On Fri, 12 Jan 2024 at 13:16, Sebastien BLAISOT @.***> wrote:

@dalbarado https://github.com/dalbarado any news on bookworm packages?

— Reply to this email directly, view it on GitHub https://github.com/esl/packages/issues/70#issuecomment-1889585963, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGRO4LHRZTW3TV3WO6X4XDDYOFOWFAVCNFSM6AAAAAA4S3EHOCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBZGU4DKOJWGM . You are receiving this because you were mentioned.Message ID: @.***>

-- Join us in 2024 for: Code BEAM America https://codebeamamerica.com/?utm_source=email&utm_medium=mail_footer&utm_campaign=ESL_footer 7-8 March ElixirConf EU https://elixirconf.eu/?utm_source=email&utm_medium=mail_footer&utm_campaign=ESL_footer 18-19 April Code BEAM Lite Stockholm https://codebeamstockholm.com/?utm_source=email&utm_medium=mail_footer&utm_campaign=ESL_footer 13 May Lambda Days https://www.lambdadays.org/?utm_source=email&utm_medium=mail_footer&utm_campaign=ESL_footer 27-28 May Code BEAM Europe https://codebeameurope.com/?utm_source=email&utm_medium=mail_footer&utm_campaign=ESL_footer 14-15 October

Erlang Solutions cares about your data and privacy; please find all details about the basis for communicating with you and the way we process your data in our Privacy Policy https://www.erlang-solutions.com/privacy-policy.html. You can update your email preferences or opt-out from receiving Marketing emails here. https://forms.erlangsolutions.com/email-preference?epc_hash=JtO6C7Q2rJwCdZxBx3Ad8jI2D4TJum7XcUWcgfjZ8YY

wxmeng04 commented 7 months ago

And predicted date to release a new version? I have been using debian 12 for months. It's appreciated if a new adapted version is released.

dalbarado commented 5 months ago

EDIT: Having some other tasks, doing best effort to have it done this week.

wxmeng04 commented 4 months ago

@dalbarado Is it ready? We have been using debian bookworm for nearly one year.