Disowning for people wanting to give love.
Search Criteria
Package Details: llvm-ocaml-git 18.0.0_r484887.953ae94149f0-1
Package Actions
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: | custom:Apache 2.0 with LLVM Exception |
Conflicts: | llvm-ocaml |
Provides: | llvm-ocaml |
Submitter: | yurikoles |
Maintainer: | rjahanbakhshi |
Last Packager: | rjahanbakhshi |
Votes: | 118 |
Popularity: | 0.012336 |
First Submitted: | 2018-12-05 13:56 (UTC) |
Last Updated: | 2024-04-17 08:17 (UTC) |
Dependencies (28)
- llvm-gitAUR
- ocaml
- ocaml-ctypes
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR) (make)
- libedit (make)
- libffi (libffi-gitAUR) (make)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR) (make)
- lldb (llvm-rocm-gitAUR, llvm-gitAUR) (make)
- lua53 (make)
- ncurses (ncurses-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- ocaml (make)
- ocaml-ctypes (make)
- ocaml-findlib (make)
- ocaml-stdlib-shims (make)
- ocl-icd (khronos-ocl-icd-gitAUR, khronos-ocl-icdAUR) (make)
- opencl-headers (opencl-headers-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-myst-parser (python-myst-parser018AUR) (make)
- python-recommonmark (make)
- python-setuptools (make)
- python-six (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- swig (swig-gitAUR) (make)
- z3 (z3-gitAUR) (make)
- python-psutil (check)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 60 61 62 63 64 65 66 67 68 69 70 Next › Last »
remyoudompheng commented on 2013-03-09 12:54 (UTC)
lordheavy commented on 2013-03-09 12:32 (UTC)
it should be PYTHON=/usr/bin/python2 instead of PYTHON=python2
svenstaro commented on 2012-11-04 04:54 (UTC)
You're right. Updated.
aatch commented on 2012-11-03 04:34 (UTC)
PKGBUILD file needs change from `gcc=$_gcc_ver` to `gcc>=$_gcc_ver`,
or change of $_gcc_ver to be less specific (I.E 4.7 rather than 4.7.0), since current
GCC version from the main repo is 4.7.2, it builds fine, but the PKGBUILD doesn't
work as-is.
randomize46 commented on 2012-10-13 22:57 (UTC)
Seems like problem fixed in upstream, everything builds now.
randomize46 commented on 2012-10-11 20:13 (UTC)
Here is log, not very informative, but maybe helps
http://pastebin.com/raw.php?i=rQsTPvGg
I also searched for *.log files in building directory and found this
./aur-clang-svn/src/llvm-build/build/CMakeFiles/CMakeError.log
http://pastebin.com/raw.php?i=igGZaTdK
I have no idea where else cmake could hide details on this error, but will try to provide any helpful info
svenstaro commented on 2012-10-11 14:15 (UTC)
Also report the problem upstream.
svenstaro commented on 2012-10-11 14:15 (UTC)
Please pastebin the error.
randomize46 commented on 2012-10-10 20:40 (UTC)
Can't build after latest gcc update, standard trick with chaging _gcc_ver=4.7.2 in PKGBUILD doesn't help, build fails on 18% with message:
make[2]: Leaving directory `/tmp/yaourt-tmp-randy/aur-clang-svn/src/llvm-build/build'
/usr/bin/cmake -E cmake_progress_report /tmp/yaourt-tmp-randy/aur-clang-svn/src/llvm-build/build/CMakeFiles 38 39 40
[ 18%] Built target LLVMSupport
make[1]: Leaving directory `/tmp/yaourt-tmp-randy/aur-clang-svn/src/llvm-build/build'
make: *** [all] Error 2
System:
Linux randy-station 3.5.6-1-ARCH #1 SMP PREEMPT Sun Oct 7 19:30:49 CEST 2012 x86_64 GNU/Linux
gcc-multilib 4.7.2-1
Pinned Comments
Lone_Wolf commented on 2021-08-16 11:26 (UTC)
When you have this package installed applications that are built against repo-llvm/clang WILL fail unless they are rebuild against this package.
This includes QTCreator, kdevelop , mesa, intel-compute-runtime, gnome-builder to name a few.
Lone_Wolf commented on 2020-08-22 12:18 (UTC) (edited on 2021-02-06 12:51 (UTC) by Lone_Wolf)
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 (UTC) (edited on 2019-12-16 22:45 (UTC) by Lone_Wolf)
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.