Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19858 - libsoup 1.99.17 compile fails with USE="-ssl"
Summary: libsoup 1.99.17 compile fails with USE="-ssl"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-23 18:37 UTC by Aaron Gyes
Modified: 2003-04-30 19:37 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 Aaron Gyes 2003-04-23 18:37:08 UTC
When I try to emerge libsoup 1.99.17 (needed for the newest evoulution) I get
this at the end of configure:
configure: error: conditional "BUILD_PROXY" was never defined.
Usually this means the macro was only invoked conditionally.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jon Portnoy (RETIRED) gentoo-dev 2003-04-23 19:18:02 UTC
Is it just me, or is libsoup hard-masked?

Calculating dependencies   
!!! all ebuilds that could satisfy "libsoup" have been masked.

!!! Error calculating dependancies. Please correct.


Comment 2 Aaron Gyes 2003-04-23 19:31:29 UTC
it is, you need to edit the mask file for it and newer versions of gal and maybe somthing else if i can remember correctly before you can put on the new evolution
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2003-04-23 19:33:28 UTC
it is indeed p.masked. only people who enjoy skydiving and base jumping should be merging these things. 

not really critical because we are not ready to support a preview version of evolution and its components.
Comment 4 Alastair Tse (RETIRED) gentoo-dev 2003-04-23 19:43:14 UTC
can you post the whole emerge log? and also the output of emerge info?
Comment 5 Aaron Gyes 2003-04-23 19:51:10 UTC
Heres my emerge info output:

Portage 2.0.47-r10 (default-x86-1.4, gcc-3.2.2, glibc-2.3.2-r1)
=================================================================
System uname: 2.5.68-mm1 i686 AMD Athlon(tm) XP 2100+
GENTOO_MIRRORS="http://gentoo.linux.no http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 3dnow apm avi gif jpeg libg++ mmx mpeg ncurses pdflib png quicktime spell truetype xml2 xv zlib gdbm berkdb slang readline aalib bonobo ggi tcltk java
guile X sdl gpm tcpd pam libwww perl python imlib oggvorbis gtk opengl mozilla -esd alsa -gnome apache2 -arts cups -crypt dga dvd -encode fbcon gd gtk2 jikes -kde -mikmod -motif mysql -nls -oss -qt sse -ssl -svga usb -xmms"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O3 -ffast-math -mfpmath=sse,387 -pipe -fomit-frame-pointer -fprefetch-loop-arrays -fmerge-all-constants"
CXXFLAGS="-march=athlon-xp -O3 -ffast-math -mfpmath=sse,387 -pipe -fomit-frame-pointer -fprefetch-loop-arrays -fmerge-all-constants"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"

My emerge log in monsterous, but its attatched (yes, i actually do emerge sync that often :-/ i think im addicted :( )
Comment 6 Aaron Gyes 2003-04-23 19:53:37 UTC
okay this is weird, i tried to attatch it but somehow it got put on another bug, i think theres somthing wrong.
Comment 7 Aaron Gyes 2003-04-23 19:55:21 UTC
here it is though: http://bugs.gentoo.org/attachment.cgi?id=11056&action=view
Comment 8 Alastair Tse (RETIRED) gentoo-dev 2003-04-23 19:59:46 UTC
ok, try :

USE="ssl" emerge libsoup

for some reason, ssl support isn't really optional? i'll investigate further.

don't know why the attachment got put into a different bug .. weird .. 
Comment 9 Aaron Gyes 2003-04-23 20:01:39 UTC
that worked, cool
Comment 10 Alastair Tse (RETIRED) gentoo-dev 2003-04-30 19:37:28 UTC
removed ssl as an optional dependency.