ERROR: Could not find a suitable SSL library (GnuTLS, libnss or OpenSSL). This is necessary for MSN and full Jabber support. To continue, install a suitable SSL library or disable MSN support (--msn=0). If you want Jabber without SSL support you can try --ssl=bogus. I want Jabber without SSL support. Portage 2.1_rc2-r2 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.4-r3, 2.6.16-gentoo-r8 i686) ================================================================= System uname: 2.6.16-gentoo-r8 i686 Intel(R) Pentium(R) M processor 1.60GHz Gentoo Base System version 1.12.0 dev-lang/python: 2.4.3-r1 dev-python/pycrypto: 2.0.1-r5 dev-util/ccache: [Not Present] dev-util/confcache: [Not Present] sys-apps/sandbox: 1.2.18.1 sys-devel/autoconf: 2.13, 2.59-r7 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2 sys-devel/binutils: 2.16.1-r2 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.11-r5 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=pentium-m -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O2 -march=pentium-m -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict" GENTOO_MIRRORS="ftp://ftp.sh.cvut.cz/MIRRORS/gentoo ftp://gentoo.inode.at/source/ http://distfiles.gentoo.org/" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="x86 X alsa berkdb bzip2 dri esd fbcon gdbm gif gpm jpeg mmx ncurses nptl nptlonly opengl perl png python readline sse sse2 zlib elibc_glibc input_devices_evdev input_devices_keyboard input_devices_mouse kernel_linux userland_GNU video_cards_i810 video_cards_i915" Unset: ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Reopen with 'emerge -pv bitlbee' output.
emerge -pv bitlbee These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] net-im/bitlbee USE="jabber oscar -debug -gnutls -msn -msnextras -openssl -yahoo" 0 kB
(In reply to comment #2) > emerge -pv bitlbee > > These are the packages that would be merged, in order: > > Calculating dependencies... done! > [ebuild R ] net-im/bitlbee USE="jabber oscar -debug -gnutls -msn -msnextras > -openssl -yahoo" 0 kB This output doesn't look sane, ebuild version is completely missing. Also, I really suspect portage screws there on use flags check, it should pass --ssl=bogus to configure there w/ the above USE flags, IMO: bitlbee-1.0.2.ebuild <snip> if ( ( use jabber && ( use gnutls || use openssl ) ) || use msn ) && \ use !gnutls && use !openssl; then myconf="${myconf} --ssl=bogus" fi </snip> Which version are you installing?
[ebuild N ] net-im/bitlbee-1.0.2 USE="jabber oscar -debug -gnutls -msn -msnextras -openssl -yahoo" 0 kB
I was able to build it with the same USE flags but I have ssl libraries installed...
*** Bug 145658 has been marked as a duplicate of this bug. ***
I got this with 1.0.3 and the 'nss' USE flag enabled - had to disable that one to emerge successfully.
Reassigning to the current maintainer.
Must be fixed with the version 1.0.4 in cvs Re-open it if not.
*** Bug 202166 has been marked as a duplicate of this bug. ***
(In reply to comment #9) > Must be fixed with the version 1.0.4 in cvs Nope.
Created attachment 138404 [details] bitlbee-1.1-r1.ebuild Attached is a reworked, sanitized ebuild. - add a sed magic to fix build w/ USE=nss - fix DEPEND (don't pull in tons of stuff for encryption w/ multiple USE flags enabled when only one can be used anyway) - add missing dev-util/pkgconfig DEPEND - add missing sys-apps/xinetd RDEPEND w/ USE=xinetd - make use of confutils eclass instead of ah-hoc hacks - make use of EAPI-1 to enable all protocols but msn by default (they have no dependencies, so why not?) - general src_compile cleanup - disable ldap for now (Bug 195758) - etc. etc. etc. Please test and report back.
Updated in cvs with version 1.1-r1