Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 176421 - x11-misc/glipper doesn't configure properly with gnome use-flag set
Summary: x11-misc/glipper doesn't configure properly with gnome use-flag set
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-28 23:25 UTC by srrijkers
Modified: 2008-01-03 19:13 UTC (History)
2 users (show)

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


Attachments
glipper-configure.patch (glipper-configure.patch,1.31 KB, patch)
2007-04-28 23:26 UTC, srrijkers
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description srrijkers 2007-04-28 23:25:47 UTC
The changes that were made when fixing bug 158590 have a nasty side-effect: glipper's gnome support gets disabled, whether the gnome USE flag is set or not. This can be seen rather easily: when glipper is built with the gnome flag set, try clicking on the 'help' button in glipper's preferences menu. Glipper now complains about not having gnome support.

All of this is due to some strangeness in  glipper's configure.in. The attached patch should fix this. Please note that my autotools magic is not very strong, so having a second thorough look at the patch's contents is advised :).
Comment 1 srrijkers 2007-04-28 23:26:44 UTC
Created attachment 117607 [details, diff]
glipper-configure.patch
Comment 2 Olliver Schinagl 2007-09-10 16:57:19 UTC
Well glipper v1.0 got released and it's missing the gnome flag again bug 158590

I hope this patch (if applicable, haven't tried it yet) fixes things before moving to stable.
Comment 3 srrijkers 2007-09-10 17:12:57 UTC
(In reply to comment #2)

Glipper 1.0 seems to need gnome unconditionally, so the USE-flag (and the configure problem) is unlikely to return.
Comment 4 Balazs Nemeth 2007-09-10 20:38:21 UTC
glipper-1.0 depends on dev-python/gnome-python-desktop.

checking for GLIPPER... yes
checking for gnomeapplet module... no
configure: error: gnomeapplet Python module required to build glipper

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /mnt/x-meghajto/GENTOO/tmp/portage/x11-misc/glipper-1.0/work/glipper-1.0/config.log

!!! ERROR: x11-misc/glipper-1.0 failed.
Call stack:
  ebuild.sh, line 1638:   Called dyn_compile
  ebuild.sh, line 985:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  ebuild.sh, line 1328:   Called gnome2_src_compile
  gnome2.eclass, line 70:   Called gnome2_src_configure
  gnome2.eclass, line 66:   Called econf
  ebuild.sh, line 586:   Called die

After I've emerged dev-python/gnome-python-desktop, then glipper-1.0 emerge process went fine.
Comment 5 Sven Wegener gentoo-dev 2008-01-03 19:13:38 UTC
already fixed