Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 388423

Summary: dev-util/geany-plugins should depend on slotted app-text/gtkspell:0 due to new gtkspell-3
Product: Gentoo Linux Reporter: Pim Vullers <gentoo.org>
Component: Current packagesAssignee: Nathan Phillip Brink (binki) (RETIRED) <binki>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 387957    

Description Pim Vullers 2011-10-25 09:08:24 UTC
In the gnome overlay app-text/gtkspell-3.0.0_pre20110814:3 is available. geany-plugins does not build against this, only gtkspell-2.*. This can be solved by depending on the slotted version.

Reproducible: Always

Steps to Reproduce:
1. emerge gtkspell-3
2. unmerge gtkspell-2 (depclean)
3. emerge geany-plugins (preserved-rebuild)1.

Actual Results:  
...
checking for LUA... yes
checking for GTKSPELL... no
configure: error: Package requirements (gtkspell-2.0) were not met:

No package 'gtkspell-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GTKSPELL_CFLAGS
and GTKSPELL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
...

Expected Results:  
Build finishes successfully.

I know this issue is caused by the gnome-overlay, but this ebuild will hit the
portage tree one time. So it is better to be prepared.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-10-25 13:19:18 UTC
( When filing bug reports about specific packages, please prefix the package name with the appropriate category. )
Comment 2 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2011-10-25 16:04:56 UTC
Fix committed to gentoo-x86 CVS.

Thanks for the report!
Comment 3 Alexandre Rostovtsev (RETIRED) gentoo-dev 2011-10-27 04:52:58 UTC
Note: gtkspell-2 has been slotmoved to 2. I have updated the slot dependencies in geany-plugins accordingly.