Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 956310 - media-libs/gegl-0.4.62 version bump, fix sed in live
Summary: media-libs/gegl-0.4.62 version bump, fix sed in live
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sergey Torokhov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-19 10:18 UTC by jospezial
Modified: 2025-05-21 22:57 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jospezial 2025-05-19 10:18:20 UTC
>>> Preparing source in /var/tmp/portage/media-libs/gegl-0.4.62/work/gegl-0.4.62 ...
sed: can't read tests/simple/test-exp-combine.sh: No such file or directory
 * ERROR: media-libs/gegl-0.4.62::gentoo failed (prepare phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line 136:  Called src_prepare
 *   environment, line 2139:  Called die
 * The specific snippet of code:
 *       sed -i -e "s/gegl-imgcmp/gegl-imgcmp-0.4/" tests/simple/test-exp-combine.sh || die;

Working change for gegl-0.4.62.ebuild and gegl-9999.ebuild:

-       sed -i -e "s/gegl-imgcmp/gegl-imgcmp-0.4/" tests/simple/test-exp-combine.sh || die
+       sed -i -e "s/gegl-imgcmp/gegl-imgcmp-0.4/" tests/simple/test-exp-combine.py || die
Comment 1 Sergey Torokhov 2025-05-19 18:18:59 UTC
Fix was added to https://github.com/gentoo/gentoo/pull/42157
The gegl-9999 is also fixed. Thanks.
Comment 2 Sergey Torokhov 2025-05-21 22:57:18 UTC
Fixed in media-libs/gegl-0.4.62.ebuild

https://gitweb.gentoo.org/repo/gentoo.git/commit/media-libs/gegl?id=126de38a7a4e8a06e5fb8566beb41167db0289f9