Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99248 - kde-?/kps-0.2.ebuild (New Package)
Summary: kde-?/kps-0.2.ebuild (New Package)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD, REVIEWED
Depends on:
Blocks:
 
Reported: 2005-07-16 10:40 UTC by Robin Atwood
Modified: 2007-03-20 19:15 UTC (History)
3 users (show)

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


Attachments
kps-0.2.ebuild (kps-0.2.ebuild,354 bytes, text/plain)
2005-07-16 10:44 UTC, Robin Atwood
Details
kps-0.2.ebuild (kps-0.2.ebuild,416 bytes, text/plain)
2005-08-28 11:16 UTC, Robin Atwood
Details
kps-0.3.ebuild (kps-0.3.ebuild,378 bytes, text/plain)
2007-03-20 19:15 UTC, Robin Atwood
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Atwood 2005-07-16 10:40:19 UTC
This is KPS, my nifty replacement for KSysGuard which is simply a GUI for the ps command. It was well received on kde-apps.org so here is an ebuild now that I have recently converted to Gentoo.

kps should go in app-admin and obviously depends on procps.

Cheers..
-Robin.
Comment 1 Robin Atwood 2005-07-16 10:44:07 UTC
Created attachment 63553 [details]
kps-0.2.ebuild
Comment 2 Ciaran McCreesh 2005-08-24 10:04:43 UTC
Please fix the following and reopen:

* HOMEPAGE is invalid.
Comment 3 Robin Atwood 2005-08-28 11:16:23 UTC
Created attachment 67098 [details]
kps-0.2.ebuild

Changed download site and added homepage URL.
Comment 4 Robin Atwood 2005-08-28 11:17:45 UTC
Updated ebuild to include homepage URL. 
Comment 5 David Grant 2007-03-16 23:25:35 UTC
Clearly no one has ever tested this because it doesn't work. 

>>> Starting src_compile
make -j3 -j1 -f Makefile.cvs
This Makefile is only for the CVS repository
This will be deleted before making the distribution

*** YOU'RE USING automake (GNU automake) 1.9.6.
*** KDE requires automake 1.6
make[1]: *** [cvs] Error 1
make: *** [all] Error 2

!!! ERROR in kde-misc/kps-0.2:
!!! In kde_src_compile at line 258
!!! no configure script found, generation unsuccessful

!!! Call stack:
!!!    * kde_src_compile (/usr/portage/eclass/kde.eclass:258)
!!!    * kde_src_compile (/usr/portage/eclass/kde.eclass:341)
!!!    * kde_src_compile (/usr/portage/eclass/kde.eclass:171)
!!!    * src_compile (/usr/libexec/paludis/eclass_functions.bash:35)
!!!    * ebuild_f_compile (/usr/libexec/paludis/src_compile.bash:49)
!!!    * ebuild_main (/usr/libexec/paludis/ebuild.bash:346)
!!!    * main (/usr/libexec/paludis/ebuild.bash:364)

die trap: exiting with error.
Comment 6 David Grant 2007-03-18 22:17:37 UTC
recommend closing. others have this problem as well: http://kde-apps.org/content/show.php/KPS?content=44858
perhaps not maintained upstream

if someone feels like it, try bumping to 0.3, it is available:
http://www.binro.org/
Comment 7 Carsten Lohrke (RETIRED) gentoo-dev 2007-03-18 22:46:57 UTC
Usefulness questionable anyways. There's ksysguard...
Comment 8 Robin Atwood 2007-03-18 23:15:13 UTC
(In reply to comment #0)
> This is KPS, my nifty replacement for KSysGuard which is simply a GUI for the
> ps command. It was well received on kde-apps.org so here is an ebuild now that
> I have recently converted to Gentoo.
> 
> kps should go in app-admin and obviously depends on procps.
> 
> Cheers..
> -Robin.
> 

(In reply to comment #5)
> Clearly no one has ever tested this because it doesn't work. 
> 
> >>> Starting src_compile
> make -j3 -j1 -f Makefile.cvs
> This Makefile is only for the CVS repository
> This will be deleted before making the distribution
> 
> *** YOU'RE USING automake (GNU automake) 1.9.6.
> *** KDE requires automake 1.6
> make[1]: *** [cvs] Error 1
> make: *** [all] Error 2
> 
> !!! ERROR in kde-misc/kps-0.2:
> !!! In kde_src_compile at line 258
> !!! no configure script found, generation unsuccessful
> 
> !!! Call stack:
> !!!    * kde_src_compile (/usr/portage/eclass/kde.eclass:258)
> !!!    * kde_src_compile (/usr/portage/eclass/kde.eclass:341)
> !!!    * kde_src_compile (/usr/portage/eclass/kde.eclass:171)
> !!!    * src_compile (/usr/libexec/paludis/eclass_functions.bash:35)
> !!!    * ebuild_f_compile (/usr/libexec/paludis/src_compile.bash:49)
> !!!    * ebuild_main (/usr/libexec/paludis/ebuild.bash:346)
> !!!    * main (/usr/libexec/paludis/ebuild.bash:364)
> 
> die trap: exiting with error.
> 

> *** YOU'RE USING automake (GNU automake) 1.9.6.
> *** KDE requires automake 1.6

Which part of this error message don't you understand? Kps was built with kdevelop which at that time used automake 1.6. Install that and automake-wraper and it should compile. It does here :; Maybe there will be a new version with more recent bureaucracy in the future. If you want to use the elephantine ksysguard, best of luck.

-Robin.
Comment 9 David Grant 2007-03-19 00:40:44 UTC
Robin, which part of "it doesn't work" don't you understand. :-) Make the ebuild work, maybe it will get into sunrise or something. Add a dep on automake-1.6 and automake-wrapper, then. This isn't redhat, this is gentoo, the deps should be handled.

Actually I turns out I do have automake-1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 1.10 installed as well as automake-wrapper-3 installed :-P 
Comment 10 Robin Atwood 2007-03-20 19:15:25 UTC
Created attachment 113915 [details]
kps-0.3.ebuild

Please try this ebuild. I updated it to use automake 1.9.6 for my amd64 system. It seems to compile Ok on a current x86 system as well.