Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 733154 - List of ignored warnings in .desktop files should be updated for compatibility with >=dev-util/desktop-file-utils-0.25
Summary: List of ignored warnings in .desktop files should be updated for compatibilit...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
: 732610 732794 732836 732864 732880 732896 733040 733074 733156 (view as bug list)
Depends on:
Blocks: .desktop 733180
  Show dependency tree
 
Reported: 2020-07-18 18:34 UTC by Agostino Sarubbo
Modified: 2020-09-18 18:47 UTC (History)
1 user (show)

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


Attachments
build.log.bz2 (build.log.bz2,52.22 KB, application/x-bzip-compressed-tar)
2020-07-18 18:34 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 2020-07-18 18:34:10 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-astronomy/stellarium installs .desktop files that do not pass validation.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2020-07-18 18:34:16 UTC
Created attachment 649780 [details]
build.log.bz2

build log and emerge --info
Comment 3 Arfrever Frehtes Taifersar Arahesis 2020-07-18 22:00:00 UTC
*** Bug 732610 has been marked as a duplicate of this bug. ***
Comment 4 Arfrever Frehtes Taifersar Arahesis 2020-07-18 22:01:23 UTC
*** Bug 732794 has been marked as a duplicate of this bug. ***
Comment 5 Arfrever Frehtes Taifersar Arahesis 2020-07-18 22:02:23 UTC
*** Bug 732836 has been marked as a duplicate of this bug. ***
Comment 6 Arfrever Frehtes Taifersar Arahesis 2020-07-18 22:04:28 UTC
*** Bug 732864 has been marked as a duplicate of this bug. ***
Comment 7 Arfrever Frehtes Taifersar Arahesis 2020-07-18 22:05:10 UTC
*** Bug 732880 has been marked as a duplicate of this bug. ***
Comment 8 Arfrever Frehtes Taifersar Arahesis 2020-07-18 22:06:14 UTC
*** Bug 732896 has been marked as a duplicate of this bug. ***
Comment 9 Arfrever Frehtes Taifersar Arahesis 2020-07-18 22:07:15 UTC
*** Bug 733040 has been marked as a duplicate of this bug. ***
Comment 10 Arfrever Frehtes Taifersar Arahesis 2020-07-18 22:07:50 UTC
*** Bug 733074 has been marked as a duplicate of this bug. ***
Comment 11 Arfrever Frehtes Taifersar Arahesis 2020-07-18 22:08:30 UTC
*** Bug 733156 has been marked as a duplicate of this bug. ***
Comment 12 Larry the Git Cow gentoo-dev 2020-07-18 22:56:05 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/portage.git/commit/?id=db7d19213e46a3a0185ab0cd94aed378c3aaf404

commit db7d19213e46a3a0185ab0cd94aed378c3aaf404
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2020-07-18 22:14:34 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2020-07-18 22:54:53 +0000

    validate_desktop_entry: update _trivial_warnings regex (bug 733154)
    
    The message has changed in desktop-file-utils-0.25.
    
    See: https://gitlab.freedesktop.org/xdg/desktop-file-utils/-/commit/e935a1b0c300d8fc97661e01a8200af14876e627
    Bug: https://bugs.gentoo.org/733154
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 lib/portage/util/_desktop_entry.py | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
Comment 13 Larry the Git Cow gentoo-dev 2020-07-19 05:45:36 UTC
The bug has been referenced in the following commit(s):

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

commit bb3180edb5d310d5382bb3c0772c06be0b354806
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2020-07-19 05:18:41 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2020-07-19 05:37:48 +0000

    sys-apps/portage: Bump to version 3.0.0
    
     #703698 Improve repos.conf handling of boolean settings
     #721516 ecompress complains about compressed files that have
             been excluded by docompress -x
     #729852 Set XTerm titles for konsole
     #731114 Drop support for python2.7
     #731246 man ebuild(5) has incorrect example of $P and $PN
     #732378 Use lru_cache for use_reduce, vercmp, and catpkgsplit
     #733154 List of ignored warnings in .desktop files should be
             updated for compatibility with >=desktop-file-utils-0.25
    
    Bug: https://bugs.gentoo.org/733180
    Bug: https://bugs.gentoo.org/703698
    Bug: https://bugs.gentoo.org/721516
    Bug: https://bugs.gentoo.org/729852
    Bug: https://bugs.gentoo.org/731114
    Bug: https://bugs.gentoo.org/731246
    Bug: https://bugs.gentoo.org/732378
    Bug: https://bugs.gentoo.org/733154
    Package-Manager: Portage-3.0.0, Repoman-2.3.23
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 sys-apps/portage/Manifest             |   1 +
 sys-apps/portage/portage-3.0.0.ebuild | 263 ++++++++++++++++++++++++++++++++++
 2 files changed, 264 insertions(+)