Package Details: clang50 5.0.2-7

Git Clone URL: https://aur.archlinux.org/llvm50.git (read-only, click to copy)
Package Base: llvm50
Description: C language family frontend for LLVM
Upstream URL: http://clang.llvm.org/
Licenses: custom:University of Illinois/NCSA Open Source License
Submitter: SolarAquarion
Maintainer: None
Last Packager: petronny
Votes: 5
Popularity: 0.000000
First Submitted: 2017-11-19 18:17 (UTC)
Last Updated: 2021-02-24 06:12 (UTC)

Latest Comments

1 2 3 Next › Last »

RubenKelevra commented on 2021-01-31 10:35 (UTC)

I can confirm the issue gnaggnoyil reported:

[ 16%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/clear_cache.c.o
[ 16%] Linking C static library ../../../../lib/clang/5.0.2/lib/linux/libclang_rt.builtins-x86_64.a
[ 16%] Built target clang_rt.builtins-x86_64
make: *** [Makefile:171: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

gnaggnoyil commented on 2020-07-16 12:32 (UTC)

This package fails to build due to API breaking changes made to struct ipc_perm since glibc 2.30. Please add patches regarding line 1154 of src file projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc to fix this problem.

aspirogrammer commented on 2019-02-08 19:27 (UTC) (edited on 2019-02-08 19:27 (UTC) by aspirogrammer)

Fails for me:

CMake Error at cmake/config-ix.cmake:306 (message):
libffi includes are not found.

kgizdov commented on 2018-10-14 13:59 (UTC)

@JP-Ellis, yeah, 'ocaml_doc' is only enabled if ocaml-ctypes is installed. Since this package doesn't include the OCaml bindings anyway, I've disable it.

JP-Ellis commented on 2018-10-09 03:57 (UTC)

Unfortunately, this PKGBUILD fails for me. In particular, I'm unable to complete the make ocaml_doc step as it errors with:

make: *** No rule to make target 'ocaml_doc'.  Stop.

After commenting out that step, everything works fine. Note that I do not have ocaml installed.

kgizdov commented on 2018-10-07 19:28 (UTC)

@SolarAquarion, I think should do it. thanks

SolarAquarion commented on 2018-10-06 13:31 (UTC)

@kgizdov i added you as a co-maintainer

SolarAquarion commented on 2018-10-05 15:59 (UTC)

I didn't see that patch unfortunately, lol

kgizdov commented on 2018-10-05 15:35 (UTC) (edited on 2018-10-05 15:35 (UTC) by kgizdov)

patch is here