Please update upstream URL to https://agraef.github.io/pure-lang/
This project is no more available on Bitbucket.
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/pure.git (read-only, click to copy) |
|---|---|
| Package Base: | pure |
| Description: | Pure is a modern-style functional programming language based on term rewriting. |
| Upstream URL: | http://purelang.bitbucket.org/ |
| Licenses: | GPL3, LGPL3 |
| Groups: | pure-complete, pure-base |
| Submitter: | None |
| Maintainer: | pure-aur |
| Last Packager: | pure-aur |
| Votes: | 19 |
| Popularity: | 0.000000 |
| First Submitted: | 2009-01-05 16:05 (UTC) |
| Last Updated: | 2022-08-04 00:46 (UTC) |
Please update upstream URL to https://agraef.github.io/pure-lang/
This project is no more available on Bitbucket.
Binary packages are now available in the Pure package repo, cf. https://pureaur.bitbucket.io/
Thanks, it worked!
I had to remove the compiler-rt part (which Pure doesn't need) and also modified the PKGBUILD so that it only builds the host target (which is all that Pure needs, and compilation is much quicker that way). Please pull the latest from https://bitbucket.org/agraef/llvm35-pkgbuild and give that a whirl.
Probably just a missing include, I'm currently looking into it.
It failed after two hours of compiling...
/tmp/makepkg/llvm35/src/llvm-3.5.2.src/projects/compiler-rt/lib/asan/asan_linux.cc:224:20: error: use of undeclared identifier 'SIGSEGV'
return signum == SIGSEGV && common_flags()->handle_segv;
For the time being, I've uploaded the PKGBUILD here: https://bitbucket.org/agraef/llvm35-pkgbuild. Clone that repo and run makepkg -s to build the packages. I'll make a binary package repository for these available some time in the near future.
Hmm, those used to be in extra. I'll have to go hunting for the last PKGBUILDs and repackage them for the AUR.
llvm35 is not available on AUR anymore.