Build failure confirmed, working on it.
Search Criteria
Package Details: llvm-ocaml-git 13.0.0_r384858.90af13447333-1
Git Clone URL: | https://aur.archlinux.org/llvm-git.git (read-only, click to copy) |
---|---|
Package Base: | llvm-git |
Description: | OCaml bindings for LLVM |
Upstream URL: | https://llvm.org/ |
Keywords: | clang git lld lldb llvm polly |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | yurikoles |
Maintainer: | Lone_Wolf (rjahanbakhshi) |
Last Packager: | Lone_Wolf |
Votes: | 113 |
Popularity: | 0.35 |
First Submitted: | 2018-12-05 13:56 |
Last Updated: | 2021-04-07 19:02 |
Dependencies (25)
- ocaml
- ocaml-ctypes
- llvm-git=13.0.0_r384858.90af13447333-1
- cmake (cmake-git) (make)
- git (git-git) (make)
- jsoncpp (jsoncpp-git, jsoncpp-cmake-git) (make)
- libedit (make)
- libffi (libffi-git, libffi-minimal-git, fedora-firefox-wayland-bin) (make)
- libxml2 (libxml2-linenum, libxml2-git) (make)
- lldb (lldb38, swift-lldb-development, llvm-toolchain-nightly-bin, lldb-rc, llvm-git) (make)
- lua (make)
- ncurses (ncurses-nohex, ncurses-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- ocaml (make)
- ocaml-ctypes (make)
- ocaml-findlib (make)
- ocl-icd (khronos-ocl-icd-git) (make)
- opencl-headers (opencl-headers-git) (make)
- python (python-dbg) (make)
- python-recommonmark (make)
- python-six (make)
- python-sphinx (python-sphinx-git, python-sphinx-2) (make)
- python-sphinx-automodapi (make)
- swig (swig-git) (make)
- z3 (z3-bin, z3-java, z3-git) (make)
Required by (0)
Sources (2)
Lone_Wolf commented on 2021-04-05 10:33
Thaodan commented on 2021-04-04 23:22
feng commented on 2021-02-18 08:08
@Lone_Wolf Now it works. Thank you very much.
Lone_Wolf commented on 2021-02-16 20:00
Uploaded corrected version, please try it.
NOTE : this package conflicts with official llvm , llvm-libs , clang, compiler-rt etc.
If you have applications (f.e. blender & qtcreator) that need those you will have to rebuild such applications against this package.
Lone_Wolf commented on 2021-02-16 18:52
pacman is supposed to show a conflict between llvm-libs and llvm-libs-git before you get to the installation part.
I'm working on it, atm it looks like I messed up reverting lld-removal in the commit on 2020-10-25 . Will upload new version soon.
feng commented on 2021-02-16 15:53
How do you solve the following file conflicts?
error: failed to commit transaction (conflicting files)
llvm-libs-git: /usr/lib/libLLVM.so exists in filesystem (owned by llvm-libs)
llvm-libs-git: /usr/lib/libLTO.so exists in filesystem (owned by llvm-libs)
llvm-libs-git: /usr/lib/libRemarks.so exists in filesystem (owned by llvm-libs)
Lone_Wolf commented on 2021-01-30 20:18
Thanks for the alert, Sinistar.
Sinistar commented on 2021-01-29 01:59
With LLVM being bumped to 13, "master" has been deleted and "main" added. The HEAD file in your local git will need to be changed to "main", at least for now.
Lone_Wolf commented on 2021-01-22 15:04
Added 2 new make dependencies to solve build failure.
One of them, https://aur.archlinux.org/packages/python-sphinx-automodapi/ is an aur package.
Lone_Wolf commented on 2021-01-03 15:34
I haven't used this package in several months and am looking for a new maintainer.
Pinned Comments
Lone_Wolf commented on 2020-08-22 12:18
Archlinux currently has 3 llvm git implementations
This package
llvm-minimal-git
packages created & maintained by Lordheavy, an arch developer
Lone_Wolf commented on 2019-04-12 20:41
I've looked good at clang-trunk , llvm-svn, repo llvm/clang packages and think this package is now on route to become a worthy successor to llvm-svn .
llvm-libs-git holds the runtime libraries.
llvm-git
The Package now uses a new environment variable to make ninja behave, NINJAFLAGS. If you want to use it adjust the snippet below to your desired values and add it to makepkg.conf.
Incase you are satisfied with ninja defaults you don't need to do anything.
The check() function fails rather often, but I do suggest to build with them. If build fails due to test failure you can add --nocheck to skip the tests.