Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 708466 - media-sound/easytag-2.4.3-r5 - fails tests
Summary: media-sound/easytag-2.4.3-r5 - fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Sound Team
URL: https://gitlab.gnome.org/GNOME/easyta...
Whiteboard:
Keywords: PullRequest, TESTFAILURE
Depends on:
Blocks:
 
Reported: 2020-02-06 12:17 UTC by ernsteiswuerfel
Modified: 2025-01-30 16:18 UTC (History)
2 users (show)

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


Attachments
build.log (easytag-2.4.3-r1:20200206-115823.log,143.35 KB, text/plain)
2020-02-06 12:17 UTC, ernsteiswuerfel
Details
emerge --info (file_708466.txt,5.91 KB, text/plain)
2020-02-06 12:18 UTC, ernsteiswuerfel
Details
build.log (amd64, 2.4.3-r5) (easytag-2.4.3-r5:20241027-193608.log,167.14 KB, text/plain)
2024-10-27 19:39 UTC, ernsteiswuerfel
Details
emerge --info (file_708466.txt,6.83 KB, text/plain)
2024-10-27 19:40 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2020-02-06 12:17:48 UTC
Created attachment 612074 [details]
build.log

[...]
Making check in po
make[2]: Entering directory '/var/tmp/portage/media-sound/easytag-2.4.3-r1/work/easytag-2.4.3/po'
INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext" srcdir=. /usr/bin/intltool-update --gettext-package easytag --pot
rm -f missing notexist
srcdir=. /usr/bin/intltool-update -m
if [ -r missing -o -r notexist ]; then \
  exit 1; \
fi
make[2]: Leaving directory '/var/tmp/portage/media-sound/easytag-2.4.3-r1/work/easytag-2.4.3/po'
make[2]: Entering directory '/var/tmp/portage/media-sound/easytag-2.4.3-r1/work/easytag-2.4.3'
LC_ALL=C /usr/bin/intltool-merge  -x -u -c ./po/.intltool-merge-cache ./po data/easytag.appdata.xml.in data/easytag.appdata.xml
Found cached translation database
Merging translations into data/easytag.appdata.xml.
CREATED data/easytag.appdata.xml
if test -f "data/easytag.appdata.xml"; then d=; else d="./"; fi; \
	if test -n "/usr/bin/appstream-util"; \
		then /usr/bin/appstream-util --nonet validate ${d}data/easytag.appdata.xml; fi \
	&& touch data/easytag.appdata.valid
data/easytag.appdata.xml: FAILED:
? tag-missing           : <content_rating> required [use https://odrs.gnome.org/oars]
? tag-missing           : <release> required
Validation of files failed
make[2]: *** [Makefile:4054: data/easytag.appdata.valid] Error 1
make[2]: Leaving directory '/var/tmp/portage/media-sound/easytag-2.4.3-r1/work/easytag-2.4.3'
make[1]: *** [Makefile:3280: check-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/media-sound/easytag-2.4.3-r1/work/easytag-2.4.3'
make: *** [Makefile:3798: check] Error 2
 * ERROR: media-sound/easytag-2.4.3-r1::gentoo failed (test phase):
 *   Make check failed. See above for details.
Comment 1 ernsteiswuerfel archtester 2020-02-06 12:18:14 UTC
Created attachment 612076 [details]
emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-09-15 06:54:39 UTC
tinderbox_musl has reproduced this issue with version 2.4.3-r4 - Updating summary.
Comment 3 ernsteiswuerfel archtester 2024-10-27 19:39:15 UTC
Created attachment 907077 [details]
build.log (amd64, 2.4.3-r5)
Comment 4 ernsteiswuerfel archtester 2024-10-27 19:40:01 UTC
Created attachment 907078 [details]
emerge --info
Comment 5 Larry the Git Cow gentoo-dev 2025-01-30 16:18:35 UTC
The bug has been closed via the following commit(s):

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

commit 1e1c0d83035ef7e86bd30ca54737ef2a0e017957
Author:     Nicolas PARLANT <nicolas.parlant@parhuet.fr>
AuthorDate: 2025-01-30 08:22:27 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2025-01-30 16:17:51 +0000

    media-sound/easytag: fix dep and tests
    
    appstream-glib is required even without test enabled
    fix appdata.xml for testing
    
    Closes: https://bugs.gentoo.org/949060
    Closes: https://bugs.gentoo.org/708466
    Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
    Closes: https://github.com/gentoo/gentoo/pull/40378
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-sound/easytag/easytag-2.4.3-r7.ebuild               |  3 ++-
 media-sound/easytag/files/easytag-2.4.3-fix-appdata.patch | 11 +++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)