Created attachment 568946 [details] media-libs:giflib-5.1.7:20190313-073705.log * abi_x86_32.x86: running multilib-minimal_abi_src_compile make -j12 'CC=x86_64-pc-linux-gnu-gcc-8.3.0 -m32' 'CFLAGS=-march=x86-64 -mtune=k8 -mcx16 -msahf -msse3 --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -O2 -pipe -frecord-gcc-switches -std=gnu99 -fPIC -Wno-format-truncation' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu' OFLAGS= all make: getversion: Command not found make: getversion: Command not found make: getversion: Command not found make: getversion: Command not found
Created attachment 568948 [details] emerge --info
https://sourceforge.net/p/giflib/bugs/121/ As mentioned there, fix is: --- Makefile +++ Makefile @@ -24,7 +24,7 @@ # No user-serviceable parts below this line -VERSION=$(shell getversion) +VERSION=$(shell ./getversion) LIBMAJOR=7 LIBMINOR=1 LIBPOINT=0 Fortunately it does not matter, since VERSION variable is used only for creation of tarballs.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1f44464466602f94079a5e7cc0fcb3a338820a9 commit c1f44464466602f94079a5e7cc0fcb3a338820a9 Author: Lars Wendler <polynomial-c@gentoo.org> AuthorDate: 2019-03-17 20:01:32 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2019-03-17 20:07:22 +0000 media-libs/giflib: Bump to version 5.1.8 Closes: https://bugs.gentoo.org/680188 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> media-libs/giflib/Manifest | 1 + media-libs/giflib/files/giflib-5.1.8-gentoo.patch | 10 +++ media-libs/giflib/giflib-5.1.8.ebuild | 78 +++++++++++++++++++++++ 3 files changed, 89 insertions(+)