Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 680188 - media-libs/giflib-5.1.7: make: getversion: Command not found
Summary: media-libs/giflib-5.1.7: make: getversion: Command not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Graphics Project
URL: https://sourceforge.net/p/giflib/bugs...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-13 07:39 UTC by Michał Górny
Modified: 2019-03-17 20:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
media-libs:giflib-5.1.7:20190313-073705.log (media-libs:giflib-5.1.7:20190313-073705.log,27.33 KB, text/plain)
2019-03-13 07:39 UTC, Michał Górny
Details
emerge --info (e-info.txt,10.29 KB, text/plain)
2019-03-13 07:40 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-03-13 07:39:52 UTC
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
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-03-13 07:40:28 UTC
Created attachment 568948 [details]
emerge --info
Comment 2 Arfrever Frehtes Taifersar Arahesis 2019-03-14 04:56:58 UTC
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.
Comment 3 Larry the Git Cow gentoo-dev 2019-03-17 20:07:32 UTC
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(+)