Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 774756 - media-libs/gegl-9999 - gegl-0.4.18-drop-failing-tests.patch fails to apply
Summary: media-libs/gegl-9999 - gegl-0.4.18-drop-failing-tests.patch fails to apply
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sergey Torokhov
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-03-08 02:28 UTC by jospezial
Modified: 2021-03-11 09:08 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 2021-03-08 02:28:29 UTC
>>> Preparing source in /var/tmp/portage/media-libs/gegl-9999/work/gegl-9999 ...
 * Applying gegl-0.4.18-drop-failing-tests.patch ...
patching file tests/compositions/meson.build
Hunk #1 FAILED at 87.
Hunk #2 FAILED at 100.
2 out of 2 hunks FAILED -- saving rejects to file tests/compositions/meson.build.rej
patching file tests/python/meson.build
Hunk #1 succeeded at 2 with fuzz 1.
 [ !! ]
 * ERROR: media-libs/gegl-9999::gentoo failed (prepare phase):
 *   patch -p1  failed with /var/tmp/portage/media-libs/gegl-9999/files/gegl-0.4.18-drop-failing-tests.patch
 * 
 * Call stack:
 *               ebuild.sh, line  125:  Called src_prepare
 *             environment, line 3432:  Called default
 *      phase-functions.sh, line  855:  Called default_src_prepare
 *      phase-functions.sh, line  920:  Called __eapi6_src_prepare
 *             environment, line  289:  Called eapply '/var/tmp/portage/media-libs/gegl-9999/files/gegl-0.4.18-drop-failing-tests.patch' '/var/tmp/portage/media-libs/gegl-9999/files/gegl-0.4.18-program-suffix.patch'
 *             environment, line 1329:  Called _eapply_patch '/var/tmp/portage/media-libs/gegl-9999/files/gegl-0.4.18-drop-failing-tests.patch'
 *             environment, line 1267:  Called __helpers_die 'patch -p1  failed with /var/tmp/portage/media-libs/gegl-9999/files/gegl-0.4.18-drop-failing-tests.patch'
 *   isolated-functions.sh, line  112:  Called die
 * The specific snippet of code:
 *              die "$@"
Comment 1 Ionen Wolkens gentoo-dev 2021-03-08 03:41:08 UTC
On a related note, given the patch name, think failing tests are fixed:
 60/236 gegl:python / gegl_format  OK  0.17s
 61/236 gegl:python / gegl_node    OK  0.17s
162/236 gegl:composition / gegl    OK  0.37s
Comment 2 Larry the Git Cow gentoo-dev 2021-03-11 09:08:07 UTC
The bug has been closed via the following commit(s):

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

commit e965ae13739d801437dbc4e70dd01f61c52fa968
Author:     Sergey Torokhov <torokhov-s-a@yandex.ru>
AuthorDate: 2021-03-10 22:09:05 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2021-03-11 09:07:34 +0000

    media-libs/gegl: update live ebuild
    
    libpng, libjpeg, exiv2 options now are disabled in meson.build
    i.e. png and jpeg libraries are always required.
    
    Closes: https://bugs.gentoo.org/774756
    
    Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
    Closes: https://github.com/gentoo/gentoo/pull/19875
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 media-libs/gegl/gegl-9999.ebuild | 25 +++++++++++--------------
 1 file changed, 11 insertions(+), 14 deletions(-)