Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 691554 - sci-calculators/qalculate-gtk-3.2.0-r1: wrong libqalculate rdepend version constraint
Summary: sci-calculators/qalculate-gtk-3.2.0-r1: wrong libqalculate rdepend version co...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-06 08:45 UTC by Markus Rathgeb
Modified: 2020-02-08 10:00 UTC (History)
1 user (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 Markus Rathgeb 2019-08-06 08:45:04 UTC
I tried to update my qalculate-gtk installation by exeucting:
emerge -va1 sci-calculators/qalculate-gtk

Output:
===
These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U  ] sci-calculators/qalculate-gtk-3.2.0-r1::gentoo [2.8.1::gentoo] 0 KiB

Total: 1 package (1 upgrade), Size of downloads: 0 KiB

Would you like to merge these packages? [Yes/No]
===

It fails in the configure phase:
===
checking for GLIB... yes
checking for GTK... yes
checking for QALCULATE... no
configure: error: Package requirements (
        libqalculate >= 3.2.0
        ) were not met:

Requested 'libqalculate >= 3.2.0' but version of libqalculate is 2.8.1
===

The ebuild .../sci-calculators/qalculate-gtk/qalculate-gtk-3.2.0-r1.ebuild contains the following declaration in its RDEPEND: >=sci-libs/libqalculate-2.8.1:=

The minimum version "2.8.1" should be changed to "3.2.0" so the correct library is picked up by portage.
Comment 1 Larry the Git Cow gentoo-dev 2020-02-08 10:00:18 UTC
The bug has been closed via the following commit(s):

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

commit 164588ff9a7117a8de64848eac6cabeafdd31689
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2020-02-08 09:57:58 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2020-02-08 09:57:58 +0000

    sci-calculators/qalculate-gtk: fix libqalculate minimum dep
    
    Closes: https://bugs.gentoo.org/691554
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Signed-off-by: Mart Raudsepp <leio@gentoo.org>

 sci-calculators/qalculate-gtk/qalculate-gtk-3.2.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)