Search Criteria
Package Details: ats2-postiats 0.4.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ats2-postiats.git (read-only, click to copy) |
|---|---|
| Package Base: | ats2-postiats |
| Description: | Statically typed programming language |
| Upstream URL: | http://www.ats-lang.org/ |
| Licenses: | GPL3 |
| Submitter: | marsam |
| Maintainer: | khuldraeseth |
| Last Packager: | jonathon |
| Votes: | 12 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-02-11 00:07 (UTC) |
| Last Updated: | 2021-03-11 01:19 (UTC) |
Latest Comments
1 2 3 4 Next › Last »
Negations commented on 2026-04-23 17:07 (UTC) (edited on 2026-04-24 10:22 (UTC) by Negations)
The nightmare is over and it finally built. Here is what I had to do:
Download
ATS2-Postiats-gmp-0.4.2.tgzfrom sourceforge, and use it to update the hashes inPKGBUILD.Download the
remove-bsearch-protopatch from https://sources.debian.org/patches/ats2-lang/0.4.2-6/Add the patch to
PKGBUILD: https://wiki.archlinux.org/title/Patching_packages#Applying_patchesNow, the next part HAS to have a better solution. I spent the entire day wrestling with the build process and this is the best I could come up with:
[editor] Makefile_distto thePKGBUILDbetween the calls toconfigureandmake, substituting[editor]with your text editor of choice.After doing all that, you can now run makepkg as usual. Once the text editor opens, look for the line
CFLAGS=and append-Wno-error=implicit-function-declarationto it. Save and close the text editor. The rest of the build should go through.I know that there is a better, easier solution as to how you'd pass that argument to the compiler, but for the love of God I could not figure it out. All other (normal) methods I tried either erased the
CFLAGSvariable or didn't do anything to it.eclairevoyant commented on 2022-11-14 22:08 (UTC)
@jdoe, yes, I have the same hashes. If you check the timestamps on sourceforge, it seems the tgz was updated after the release notes
jdoe commented on 2021-08-18 14:10 (UTC) (edited on 2021-08-18 14:11 (UTC) by jdoe)
I'm getting hash mismatch for 0.4.2. The hashes I'm getting for ATS2-Postiats-gmp-0.4.2.tgz are:
MD5: 930e9e11c05cde2f1041a3c58c6efb9d
SHA1: 34834cf5274d194233e7997a24427376b15efb96
Is anyone else getting the same hashes? These are different from the ones in the release note so I'm wondering if there's something fishy going on.
mb64 commented on 2020-11-16 05:09 (UTC)
ATS2 0.4.2 is now released. The release announcement is here: https://groups.google.com/g/ats-lang-users/c/ZlSW70S525Y
I recommend using md5sum or sha1sum in the PKGBUILD instead of sha256sum, since the md5 and sha1 are listed in the release announcement.
Other than that, the PKGBUILD still works for 0.4.2: the only necessary changes are to the version and checksum.
jonathon commented on 2018-02-14 11:53 (UTC)
autoconfis part ofbase-devel. ;)songl commented on 2018-02-14 11:49 (UTC)
autoconf is a build dependency actually. Though it's not likely to be not installed :)
jonathon commented on 2017-10-17 08:17 (UTC)
pepper_chico commented on 2017-10-16 22:54 (UTC)
pepper_chico commented on 2017-10-16 22:50 (UTC) (edited on 2017-10-16 22:51 (UTC) by pepper_chico)
1 2 3 4 Next › Last »