Search Criteria
Package Details: livebook 0.12.1-1
Package Actions
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.000210 |
First Submitted: | 2023-04-22 16:38 (UTC) |
Last Updated: | 2024-06-10 08:18 (UTC) |
Latest Comments
micwoj92 commented on 2024-08-15 23:06 (UTC)
Please use source array to download source and build from it. Not using other package manager to download it. This kinda defaults purpose of it being a pacman package imo. Also please dont touch $HOME, its BAD.
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
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