Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 930087 - app-editors/pluma-1.28.0: configure: error: Package requirements (mate-desktop-2.0 >= 1.27.1) were not met
Summary: app-editors/pluma-1.28.0: configure: error: Package requirements (mate-deskto...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: immolo
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-04-16 00:34 UTC by tdr
Modified: 2024-06-16 06:06 UTC (History)
2 users (show)

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


Attachments
build log (build.log,11.31 KB, text/plain)
2024-04-16 00:34 UTC, tdr
Details
config log (config.log,50.45 KB, text/plain)
2024-04-16 00:34 UTC, tdr
Details
emerge info (emerge.info,5.76 KB, text/plain)
2024-04-16 00:34 UTC, tdr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tdr 2024-04-16 00:34:05 UTC
Created attachment 890892 [details]
build log

system if full ~amd64

checking for
        libxml-2.0 >= 2.5.0
        glib-2.0 >= 2.50.0
        gmodule-2.0
        gthread-2.0 >= 2.13.0
        gio-2.0 >= 2.50.0
        gtk+-3.0 >= 3.22.0
        gtksourceview-4 >= 4.0.2
        libpeas-1.0 >= 1.2.0
        libpeas-gtk-1.0 >= 1.2.0
... yes
checking for mate-desktop-2.0 >= 1.27.1... no
configure: error: Package requirements (mate-desktop-2.0 >= 1.27.1) were not met:

Package dependency requirement 'mate-desktop-2.0 >= 1.27.1' could not be satisfied.
Package 'mate-desktop-2.0' has version '1.26.2', required version is '>= 1.27.1'



mate-desktop version is not available that would fulfill the dip
Comment 1 tdr 2024-04-16 00:34:22 UTC
Created attachment 890893 [details]
config log
Comment 2 tdr 2024-04-16 00:34:48 UTC
Created attachment 890894 [details]
emerge info
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-04-16 01:26:41 UTC
The minimum version in RDEPEND is definitely wrong. It should also arguably be in DEPEND too given configure checks for it...
Comment 4 Larry the Git Cow gentoo-dev 2024-06-16 06:06:17 UTC
The bug has been closed via the following commit(s):

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

commit 3d5c89ecc3025218551450d8d9124746f46744fd
Author:     Ian Jordan <immoloism@gmail.com>
AuthorDate: 2024-06-15 13:16:17 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2024-06-16 06:04:35 +0000

    app-editors/pluma: adjust dependency for 1.28
    
    This moves mate-desktop from a runtime depend to a normal depend now that the
    configure script looks for it. This also solves issue for non-MATE users that
    wish to use Pluma.
    
    Closes: https://bugs.gentoo.org/930087
    Signed-off-by: Ian Jordan <immoloism@gmail.com>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 app-editors/pluma/pluma-1.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)