Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64590 - Dependency missed - qtparted needs gksu
Summary: Dependency missed - qtparted needs gksu
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo LiveCD Package Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-18 21:29 UTC by joe crittendon
Modified: 2005-04-04 10:35 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 joe crittendon 2004-09-18 21:29:35 UTC
Ran "emerge qtparted"
Executed by clicking on item in kde menu, nothing happend
Executed by using "Run Command" in kde, got error saying gksu was needed
Ran "emerge gksu"
Now works just grand :)



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2004-10-12 10:20:49 UTC
That's a local configuration issue.
Comment 2 hgwillems 2004-10-28 12:14:35 UTC
Had exactly the same problem on my machines.
So what configuration causes this?
Comment 3 Brent Tubbs 2005-01-08 15:01:20 UTC
same problem here.  How can it be resolved if it keeps popping up?  What's the configuration that causes this problem?
Comment 4 Richard Hartmann 2005-04-02 05:31:41 UTC
The problem lies in the qtparted-0.4.4.ebuild.

[cut]

inherit kde
need-qt 3.1

DESCRIPTION="nice Qt partition tool for Linux"
HOMEPAGE="http://qtparted.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc ~amd64"
IUSE=""

DEPEND=">=x11-libs/qt-3.1.0
        >=sys-apps/parted-1.6.6
        >=sys-fs/e2fsprogs-1.33
        >=sys-fs/xfsprogs-2.3.9
        >=sys-fs/jfsutils-1.1.2
        >=sys-fs/ntfsprogs-1.7.1"

[cut]

The entry for the ">=x11-libs/gksu" dependendancy is missing and should have been resolved. So I agree with others here that it is NOT a local configuration issue, but the problem lies in the ebuild itself.

In the KDE menue-editor you can easily see, that gksu needs to be run.
It must fail, when it can't be found on the users system.

The solution "RESOLVED INVALID" is, as anyone can see "INVALID" in itself.
So reopen this bug please.
Comment 5 Gregorio Guidi (RETIRED) gentoo-dev 2005-04-04 01:53:37 UTC
Reopening
Comment 6 Gregorio Guidi (RETIRED) gentoo-dev 2005-04-04 01:54:23 UTC
Reassigning to qtparted maintainers.
Comment 7 Chris Gianelloni (RETIRED) gentoo-dev 2005-04-04 08:26:24 UTC
Well, livecd@ has nothing to do with this package, but since it is such a simple fix, I've gone and committed it to CVS.
Comment 8 Arnaud Lech 2005-04-04 10:35:10 UTC
my qtparted (0.4.4-r1) doesn't complain about a missing gtksu (gtksu is not installed on my gentoo). When I start it as a normal user, it just say I am not root. I don't think this dependency is right.