Package Details: livebook 0.10.0-1

Git Clone URL: https://aur.archlinux.org/livebook.git (read-only, click to copy)
Package Base: livebook
Description: Automate code & data workflows with interactive Elixir notebooks
Upstream URL: https://livebook.dev
Licenses: Apache-2.0
Conflicts: livebook
Provides: livebook
Submitter: nelsonmestevao
Maintainer: nelsonmestevao
Last Packager: nelsonmestevao
Votes: 1
Popularity: 0.015718
First Submitted: 2023-04-22 16:38 (UTC)
Last Updated: 2023-09-02 22:37 (UTC)

Dependencies (2)

Required by (0)

Sources (0)

Latest Comments

TheLugal commented on 2023-09-01 23:36 (UTC)

As mannjani pounted ut, the PKGBUILD fails in it's current state due to the check-function

I got it to work by using the following diff

diff --git a/PKGBUILD b/PKGBUILD
index 29ecd90..0098ece 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ build() {
 }

 check() {
-    "$pkgdir/usr/bin/livebook" --version
+    "$HOME/.mix/escripts/livebook" --version
 }

 package() {

mannjani commented on 2023-08-05 06:44 (UTC)

check function needs to be modified, since it is trying to run the livebook command from pkgdir, which will fail on first install as livebook won't be present in pkgdir.

yss777 commented on 2023-06-26 20:20 (UTC)

== Compilation error in file lib/ecto/query.ex == ** (CompileError) lib/ecto/query.ex:430: type dynamic/0 is a built-in type and it cannot be redefined (elixir 1.14.0) lib/kernel/typespec.ex:936: Kernel.Typespec.compile_error/2 (stdlib 5.0.1) lists.erl:1599: :lists.foldl_1/3 (elixir 1.14.0) lib/kernel/typespec.ex:226: Kernel.Typespec.translate_typespecs_for_module/2 could not compile dependency :ecto, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile ecto", update it with "mix deps.update ecto" or clean it with "mix deps.clean ecto" ==> ERROR: A failure occurred in build(). Aborting... -> error making: livebook-exit status 4 -> Failed to install the following packages. Manual intervention is required: livebook - exit status 4

Fails on ecto mix compile