Please add lib32-gcc-libs to makedepends.
Search Criteria
Package Details: lib32-lzo 2.10-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/lib32-lzo.git (read-only, click to copy) |
---|---|
Package Base: | lib32-lzo |
Description: | Portable lossless data compression library (32 bit) |
Upstream URL: | https://www.oberhumer.com/opensource/lzo/ |
Licenses: | GPL |
Submitter: | rafaelff |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 42 |
Popularity: | 0.39 |
First Submitted: | 2014-07-31 18:15 (UTC) |
Last Updated: | 2018-12-03 16:09 (UTC) |
Dependencies (2)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR, lib32-glibc-eacAUR, lib32-glibc-eac-binAUR)
- lzo
Required by (5)
Sources (1)
Latest Comments
« First ‹ Previous 1 2
dr460nf1r3 commented on 2021-05-23 15:13 (UTC)
Tom_G commented on 2016-05-22 11:32 (UTC)
This package builds libminilzo as 64 bit.
pkg/lib32-lzo/usr/lib32/libminilzo.so.0: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f1401621cb9dd463274288896cb130b9ddd7bcd2, stripped
The patch below will build libminilzo for 32 bit.
diff --git a/PKGBUILD b/PKGBUILD
index dfa3eb0..9cf143b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,8 +22,8 @@ build() {
make
# build minilzo
- gcc $CFLAGS -fpic -Iinclude/lzo -o minilzo/minilzo.o -c minilzo/minilzo.c
- gcc $LDFLAGS -g -shared -o libminilzo.so.0 -Wl,-soname,libminilzo.so.0 minilzo/minilzo.o
+ $CC $CFLAGS -fpic -Iinclude/lzo -o minilzo/minilzo.o -c minilzo/minilzo.c
+ $CC $LDFLAGS -g -shared -o libminilzo.so.0 -Wl,-soname,libminilzo.so.0 minilzo/minilzo.o
}
check() {
rafaelff commented on 2015-01-20 08:57 (UTC)
Fixed.
@ArnaudNux: I don't speak french, so please next time run makepkg with "LC_ALL=C" in front of it to get output in english.
ArnaudNux commented on 2015-01-18 02:44 (UTC)
-> lzo-2.08.tar.gz trouvé
==> Validation des fichiers sources avec md5sums...
lzo-2.08.tar.gz ... ÉCHEC
==> ERREUR : Un ou plusieurs fichiers sont invalides !
==> ERREUR: Makepkg n'a pas pu construire lib32-lzo.
rafaelff commented on 2014-08-01 06:25 (UTC)
Thanks, @anatolik. Package renamed to lib32-lzo.
anatolik commented on 2014-07-31 12:08 (UTC)
[core] package has been renamed lzo2->lzo
falstaff_ch commented on 2013-10-29 07:52 (UTC)
In case you get build errors, remember that buildtime dependencies is gcc-multilib
itlodge commented on 2013-04-13 15:48 (UTC)
The Upstream URL is broken. I change it to "http://pkgs.fedoraproject.org/repo/pkgs/lzo/lzo-2.06.tar.gz/95380bd4081f85ef08c5209f4107e9f8/lzo-2.06.tar.gz"
Pinned Comments
dbermond commented on 2023-06-20 00:53 (UTC)
Notice:
The multilib-devel package is required to be installed to build multilib (lib32-*) packages, in the same way that base-devel is required to build non-multilib packages. Also, the multilib repository needs to be enabled in pacman. At the time of writing, the package is building fine with makepkg and also in a clean chroot.