Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122541 - app-admin/gkrellm dev-libs/glib dependency
Summary: app-admin/gkrellm dev-libs/glib dependency
Status: RESOLVED DUPLICATE of bug 89135
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-12 03:54 UTC by Steffen
Modified: 2006-02-12 03:57 UTC (History)
0 users

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 Steffen 2006-02-12 03:54:35 UTC
Hi everybody,

the grellm.net homepage says:

GKrellM requires gtk 2.0, gdk 2.0, glib 2.0  
The gkrellmd server requires only glib (either glib 2.0 or glib 1.2) and may be installed on servers that do not have GTK or Xlibs. See the INSTALL file.

But the gkrellm-2.2.7 ebuild (and other versions) have DEPEND="=dev-libs/glib-1* ..."
I tried compiling gkrellm-2.2.7 with glib-2.8.6 and it compiles (USE="X nls ssl") and works without problems!
So I think the depend section should probably be changed...

And could someone please check if this section (emake glib12=1) is ok, if i understand it right, it includes glib1.2 when use -X is set, but the homepage says that both glib1 and 2 should work for the server... Maybe we need a check what glib version is used if -X is set and if it's 1* then this emake glib12=1 command should be run! What do you think?

if use X
        then
        use ssl || myconf="without-ssl=yes"
                PREFIX=/usr emake ${myconf} || die
        else
                cd ${S}/server
                emake glib12=1 || die
        fi

thx for looking,

Steffen
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-12 03:57:52 UTC

*** This bug has been marked as a duplicate of 89135 ***