Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#78260 - [elixir] Livebook 0.9.x requires at least Elixir 1.14.2

Attached to Project: Community Packages
Opened by Tamer Fahmy (tuhtah) - Wednesday, 19 April 2023, 10:07 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 19 April 2023, 21:48 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The currently available Elixir version 1.14.0-1 prevents the latest Livebook 0.9.x versions from installing. These require Elixir versions 1.14.2 or higher.
(see: https://github.com/livebook-dev/livebook/blob/v0.9.2/mix.exs#L4)

Could we please update Elixir to the latest currently available version 1.14.4?

Successfully built the latest Elixir 1.14.4 version against the current "erlang 25.3-1" package using an accordingly updated PKGBUILD which resolves the Livebook installation problem.

```diff
--- PKGBUILD-1.14.0-1 2023-04-19 11:56:17.879099511 +0200
+++ PKGBUILD-1.14.4 2023-04-19 07:43:04.626171465 +0200
@@ -3,8 +3,8 @@
# Contributor: Gilbert Kennen <gilbert firewatcher org>

pkgname=elixir
-pkgver=1.14.0
-pkgrel=1
+pkgver=1.14.4
+pkgrel=0

pkgdesc="a functional meta-programming aware language built on top of the Erlang VM"
url="https://elixir-lang.org"
@@ -16,7 +16,7 @@
checkdepends=('git')

source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz")
-sha256sums=('ac129e266a1e04cdc389551843ec3dbdf36086bb2174d3d7e7936e820735003b')
+sha256sums=('07d66cf147acadc21bd1679f486efd6f8d64a73856ecc83c71b5e903081b45d2')

build() {
cd elixir-"$pkgver"
```
This task depends upon

Closed by  Toolybird (Toolybird)
Wednesday, 19 April 2023, 21:48 GMT
Reason for closing:  Not a bug
Additional comments about closing:  See comments
Comment by Toolybird (Toolybird) - Wednesday, 19 April 2023, 21:48 GMT
livebook is not a repo pkg. Therefore this is a bug report for an outdated pkg (elixir) which is strictly prohibited as per the big fat blurb at the top of every ticket.

Loading...