Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 173379 - x11-plugins/gaim-encryption-3.0_beta7 doesn't build without gtk2
Summary: x11-plugins/gaim-encryption-3.0_beta7 doesn't build without gtk2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Net-im project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-04 17:51 UTC by Olliver Schinagl
Modified: 2007-05-01 03:46 UTC (History)
1 user (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 Olliver Schinagl 2007-04-04 17:51:51 UTC
gaim-text allows console mode aiming etc however using the crypt/ssl use flag pulls in gaim-encrpytion. Gaim encryption however won't build without gtk2.

gaim-text appears to work fine however without gaim-encrpytion not being built however, so either the dependency needs to be removed or make gaim-encrpytion no longer depend on gtk2

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-04-04 17:57:44 UTC
Hmmm, and gaim-text comes from... ??? No such thing in official tree.
Comment 2 Olliver Schinagl 2007-04-04 18:09:25 UTC
gaim-text is the startup command, sorry. obviously it's net-im/gaim-2.0.0_beta6 with the 'console' useflag set and the gtk flag unset.
Comment 3 Drew Winstel 2007-04-14 18:28:40 UTC
So you're saying that if you have net-im/gaim compiled with USE="-gtk2 +crypt +ssl", gaim-encryption fails to build?
Comment 4 Olliver Schinagl 2007-04-14 18:48:45 UTC
yeppers: emerge -av gaim

[ebuild   R   ] net-im/gaim-2.0.0_beta6  USE="console crypt gnutls msn nls spell ssl -avahi -bonjour -cjk -custom-cflags -dbus -debug -doc -eds -gadu -groupwise -gstreamer -gtk -meanwhile -mono -perl -qq -sasl -silc -startup-notification -tcl -tk -xscreensaver" 0 kB 
[ebuild  N    ] x11-plugins/gaim-encryption-3.0_beta7  USE="nls" 0 kB 

checking for GTK+ - version >= 2.0.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
configure: error:
*** GTK+ 2.0 is required to build Gaim; please make sure you have the GTK+
*** development headers installed. The latest version of GTK+ is
*** always available at http://www.gtk.org/.


!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /opt/tmp/portage/x11-plugins/gaim-encryption-3.0_beta7/work/gaim-encryption-3.0beta7/config.log

!!! ERROR: x11-plugins/gaim-encryption-3.0_beta7 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 3290:   Called src_compile
  gaim-encryption-3.0_beta7.ebuild, line 29:   Called econf '--enable-nls'
  ebuild.sh, line 577:   Called die


Here's the relevant output. as mentioned gaim is useable just fine. Dunno even what gaim-encryption does, but, as the bug severity thinger states, it's a bug that needs to be fixed. :)
Comment 5 Olivier Crete (RETIRED) gentoo-dev 2007-05-01 03:46:27 UTC
I added an explicit dep on gtk+ to gaim-encryption