When compiling gnome (from 2.14.2 to 2.18.3), an updated version of libsoup is being emerged and it fails to compile saying it cannot configure SSL. Reproducible: Always Steps to Reproduce: 1. emerge gnome 2. 3. Actual Results: ... hecking for getaddrinfo... yes checking for getnameinfo... yes checking IPv6 support... yes checking for LIBGNUTLS... no configure: error: Could not configure SSL support !!! Please attach the following file when filing a report to bugs.gentoo.org: !!! /var/tmp/portage/net-libs/libsoup-2.2.103/work/libsoup-2.2.103/config.log * * ERROR: net-libs/libsoup-2.2.103 failed. * Call stack: * ebuild.sh, line 1701: Called dyn_compile * ebuild.sh, line 1039: Called qa_call 'src_compile' * ebuild.sh, line 44: Called src_compile * ebuild.sh, line 1383: Called gnome2_src_compile * gnome2.eclass, line 70: Called gnome2_src_configure * gnome2.eclass, line 66: Called econf '--enable-ssl' '--disable-gtk-doc' * ebuild.sh, line 638: Called die * The specific snippet of code: * die "econf failed" * The die message: * econf failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/net-libs/libsoup-2.2.103/temp/build.log'. * * Regenerating GNU info directory index... * Processed 213 info files. * IMPORTANT: 18 config files in '/etc' need updating. * See the CONFIGURATION FILES section of the emerge * man page to learn how to update config files. Expected Results: successful emerge emerge --info: Portage 2.1.3.19 (default-linux/x86/2006.1, gcc-4.1.2, glibc-2.6.1-r0, 2.6.20-gentoo-r8 i686) ================================================================= System uname: 2.6.20-gentoo-r8 i686 Pentium II (Klamath) Timestamp of tree: Wed, 28 Nov 2007 08:00:01 +0000 distcc[29547] (dcc_set_trace_from_env) ERROR: failed to open logfile /tmp/distcc.log: Permission denied [disabled] app-shells/bash: 3.2_p17 dev-java/java-config: 1.3.7, 2.0.32 dev-lang/python: 2.2.3-r5, 2.3.5-r3, 2.4.4-r6 dev-python/pycrypto: 2.0.1-r6 sys-apps/baselayout: 1.12.9-r2 sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.61-r1 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10 sys-devel/binutils: 2.18-r1 sys-devel/gcc-config: 1.3.14 sys-devel/libtool: 1.4.3-r4, 1.5.24 virtual/os-headers: 2.6.22-r2 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O3 -pipe -ggdb" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/grass60/etc /usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/share/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-O2 -mcpu=i686 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks metadata-transfer sandbox sfperms splitdebug strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LANG="C" MAKEOPTS="-j3" 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 --filter=H_**/files/digest-*" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage /usr/local/gentopia /usr/portage/local/layman/gentoo-gis /usr/portage/local/layman/gentopia" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X alsa berkdb bitmap-fonts cli cracklib crypt cups dri dvd foomatic fortran gdbm gimpprint gnome gpm gtk iconv ipv6 isdnlog jpeg kerberos krb4 ldap midi mudflap mysql ncurses nls nptl nptlonly openmp pam pcre pda perl png ppds pppd python readline reflection sasl session spl ssl tcpd tif tiff truetype-fonts type1-fonts unicode usb x86 xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="r128" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Created attachment 137321 [details] config.log
Nothing useful anywhere, try again w/ MAKEOPTS="-j1"
With MAKEOPTS="-j1" the results are identical, exact same config.log and same output to screen. Here is what I ran: MAKEOPTS="-j1" emerge libsoup I already have openssl; why is it saying it cannot find GNUTLS. Isn't openssl support for ssl?