Search Criteria
Package Details: llvm50-libs 5.0.2-7
Git Clone URL: | https://aur.archlinux.org/llvm50.git (read-only, click to copy) |
---|---|
Package Base: | llvm50 |
Description: | Low Level Virtual Machine (runtime libraries) |
Upstream URL: | http://llvm.org/ |
Licenses: | |
Submitter: | SolarAquarion |
Maintainer: | petronny |
Last Packager: | petronny |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2017-11-19 18:17 |
Last Updated: | 2021-02-24 06:12 |
Dependencies (13)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- libedit
- libffi (libffi-git, libffi-minimal-git, fedora-firefox-wayland-bin)
- ncurses (ncurses-nohex, ncurses-git)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git, zlib-ng)
- cmake (cmake-git) (make)
- gcc-multilib (gcc-multilib-x32, gcc-multilib-git, gcc-git, gcc) (make, x86_64)
- icu59 (make)
- libedit (make)
- libffi (libffi-git, libffi-minimal-git, fedora-firefox-wayland-bin) (make)
- python-sphinx (python-sphinx-git, python-sphinx-2) (make)
- python2 (make)
- swig (swig-git) (make)
Sources (8)
- 0001-GCC-compatibility-Ignore-the-fno-plt-flag.patch
- 0002-Enable-SSP-and-PIE-by-default.patch
- disable-llvm-symbolizer-test.patch
- gcc-build-fix.patch
- glibc.diff
- https://releases.llvm.org/5.0.2/cfe-5.0.2.src.tar.xz
- https://releases.llvm.org/5.0.2/compiler-rt-5.0.2.src.tar.xz
- https://releases.llvm.org/5.0.2/llvm-5.0.2.src.tar.xz
Latest Comments
1 2 3 Next › Last »
RubenKelevra commented on 2021-01-31 10:35
I can confirm the issue gnaggnoyil reported:
gnaggnoyil commented on 2020-07-16 12:32
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 fileprojects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc
to fix this problem.kaptoxic commented on 2019-02-08 19:27
Fails for me:
kgizdov commented on 2018-10-14 13:59
@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
Unfortunately, this PKGBUILD fails for me. In particular, I'm unable to complete the
make ocaml_doc
step as it errors with:After commenting out that step, everything works fine. Note that I do not have ocaml installed.
kgizdov commented on 2018-10-07 19:28
@SolarAquarion, I think should do it. thanks
SolarAquarion commented on 2018-10-06 13:31
@kgizdov i added you as a co-maintainer
SolarAquarion commented on 2018-10-05 15:59
I didn't see that patch unfortunately, lol
kgizdov commented on 2018-10-05 15:35
patch is here
kgizdov commented on 2018-10-05 15:29
With the patch, which I took from the official gcc6 package, you can compile with the current ver of glibc. Thus you don't need to recompile glibc itself. It's only a small header fix. Isn't that better than requiring a completely separate glibc?