Search Criteria
Package Details: cling-jupyter-dev v0.7-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/cling-dev.git (read-only, click to copy) |
---|---|
Package Base: | cling-dev |
Description: | Interactive C++ interpreter (includes custom clang and llvm for dev). |
Upstream URL: | https://root.cern.ch/cling |
Licenses: | custom:Cling Release License |
Submitter: | sgsaenger |
Maintainer: | ralphptorres |
Last Packager: | sgsaenger |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-09-23 16:28 (UTC) |
Last Updated: | 2020-11-20 15:06 (UTC) |
Latest Comments
c60cb859 commented on 2020-11-20 15:42 (UTC)
I am getting the same error
sgsaenger commented on 2020-11-20 15:07 (UTC)
@c60cb859 I pinned clang to the version-specific commit and it builds again for me, would you mind trying again?
@ftschindler Could you elaborate on your errors and which of your changes relate to them?
ftschindler commented on 2020-11-20 10:40 (UTC)
@sgsaenger When using
clang
from/opt/cling
, I get compile and linker errors related to non-matching stdc and/or stdc++ libs and includes. I could resolve those and make the llvm/clang from/opt/cling
usable for me by incorporating ideas/changes from thellvm
andllvm-libs
arch packages. If you are interested, the resultingPKGBUILD
can be found here.c60cb859 commented on 2020-11-09 15:52 (UTC) (edited on 2020-11-09 15:52 (UTC) by c60cb859)
changing the source, as you suggest does not work for me
ftschindler commented on 2020-11-09 15:18 (UTC)
I am also getting an error, most likely due to an update to the
cling-patches
branch in clang (since thisPKGBUILD
tracks branches, rather then revisions). It might make sense to fix known working versions of llvm and clang in the PKGBUILD, as this is not a VCS package. I.e., setting the following in thePKGBUILD
works for me:c60cb859 commented on 2020-11-09 10:42 (UTC) (edited on 2020-11-09 10:42 (UTC) by c60cb859)
I am getting an error when building this. It just says: A failure occurred in build().