Search Criteria
Package Details: lib32-sord 0.16.18-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/lib32-sord.git (read-only, click to copy) |
|---|---|
| Package Base: | lib32-sord |
| Description: | A lightweight C library for storing RDF data in memory (32-bit) |
| Upstream URL: | https://drobilla.net/software/sord.html |
| Licenses: | ISC |
| Submitter: | rodrigo21 |
| Maintainer: | rodrigo21 |
| Last Packager: | rodrigo21 |
| Votes: | 5 |
| Popularity: | 0.000221 |
| First Submitted: | 2018-08-19 03:06 (UTC) |
| Last Updated: | 2025-08-26 16:08 (UTC) |
Dependencies (6)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-eacAUR, lib32-glibc-git-native-pgoAUR)
- lib32-pcre2
- lib32-serdAUR
- lib32-zixAUR
- sord (sord-gitAUR, sord-gitAUR)
- meson (meson-gitAUR) (make)
Latest Comments
Eilefsen commented on 2025-08-25 16:35 (UTC)
I updated the PKGBUILD for the latest version (0.16.18). This depends on lib32-zix, which i submitted as a separate package just now.
sl1pkn07 commented on 2022-07-27 18:18 (UTC)
please add
libsord-0.soto provides andsord=$pkgverto dependsgreetings
rstrox commented on 2022-05-20 19:13 (UTC)
This fixes the build, as of today:
DDoSolitary commented on 2020-11-24 16:03 (UTC)
I just made a patch that allows building this package with
-march=native. I'll submit it to upstream when I have time.Nocifer commented on 2020-11-24 15:48 (UTC)
@DDoSolitary Ah, very good catch, thanks very much for the assist. I have replaced that part in
makepkg.confwith-march=nativesince years, and that's the first time I've ever had any problems with it.@rodrigo21 Thanks for the advice, but the problem was with my system configuration after all. Btw, changing
-march=nativeto-march=x86-64also allowed me to build all 4 lib32 packages (sord, serd, lilv, sratom) without having to use a clean chroot.DDoSolitary commented on 2020-11-24 15:25 (UTC) (edited on 2020-11-24 15:31 (UTC) by DDoSolitary)
@Nocifer Check your CFLAGS value in /etc/makepkg.conf. It seems that the code detected SSE4.2 support (
#ifdef __SSE4_2__) and tries to use a 64-bit intrinsic (_mm_crc32_u64), but the compiler doesn't recognize it because we're building 32-bit packages here. With the default CFLAGS settings in makepkg.conf (-march=x86-64 -mtune=generic), SSE4.2 should have been disabled.rodrigo21 commented on 2020-11-24 15:17 (UTC)
@Nocifer
Try building in a clean chroot.
I'm also getting errors without it.
Try rebuilding lib32-serd first, it was also updated.
I can only build lib32-serd, lib32-sord, lib32-sratom and lib32-lilv in a clean chroot.
Nocifer commented on 2020-11-24 10:29 (UTC) (edited on 2020-11-24 10:30 (UTC) by Nocifer)
Getting this when trying to build after the recent update:
DDoSolitary commented on 2020-08-23 07:47 (UTC)
Could you please add the following line in the
buildfunction:It seems that the default CFLAGS in
/etc/makepkg.confwhich contains-O2 -fno-pltis causing segfaults: https://aur.archlinux.org/packages/lib32-sratom/#comment-762156DDoSolitary commented on 2019-11-12 12:17 (UTC)
Dependency
pcreshould belib32-pcre