Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927682 - media-gfx/geeqie-2.3 fails to compile: misc.cc:279:36: error: LC_ALL was not declared in this scope
Summary: media-gfx/geeqie-2.3 fails to compile: misc.cc:279:36: error: LC_ALL was not ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-24 10:18 UTC by Agostino Sarubbo
Modified: 2024-03-25 20:07 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,289.57 KB, text/plain)
2024-03-24 10:18 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-03-24 10:18:06 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-gfx/geeqie-2.3 fails to compile.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-03-24 10:18:08 UTC
Created attachment 888384 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-03-24 10:18:08 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: src/geeqie.p/misc.cc.o 
Program evince found: NO
Program pandoc found: NO
Program xvfb-run found: NO
Run-time dependency libwebp found: NO (tried pkgconfig and cmake)
../geeqie-2.3/src/misc.cc:279:36: error: 'LC_ALL' was not declared in this scope
Comment 3 Bernard Cafarelli gentoo-dev 2024-03-25 20:06:39 UTC
Return of bug #921193, this was fixed upstream before a header cleanup tool messed it:
https://github.com/BestImageViewer/geeqie/pull/1252#issuecomment-1991693332

Current master seems to have it again (as a macos fix):
https://github.com/BestImageViewer/geeqie/commit/d4d1a98a6ae2307bbf9478a0892e45f10a032238

Fixing current ebuild in the meantime
Comment 4 Larry the Git Cow gentoo-dev 2024-03-25 20:07:33 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ce3a914c4c749f64fbbf5ee0a0ea8f2aee7674

commit d7ce3a914c4c749f64fbbf5ee0a0ea8f2aee7674
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2024-03-25 20:07:07 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2024-03-25 20:07:28 +0000

    media-gfx/geeqie: fix musl compilation again
    
    Closes: https://bugs.gentoo.org/927682
    Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>

 media-gfx/geeqie/files/geeqie-2.3-locale.patch | 11 +++++++++++
 media-gfx/geeqie/geeqie-2.3.ebuild             |  4 +++-
 2 files changed, 14 insertions(+), 1 deletion(-)