Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29086 - links with USE="ssl" tries to enable graphics
Summary: links with USE="ssl" tries to enable graphics
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-19 03:20 UTC by SpanKY
Modified: 2003-09-21 03:31 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 SpanKY gentoo-dev 2003-09-19 03:20:55 UTC
When building links-2.1_pre11 with "ssl" in my USE flags, it complains about
graphics drivers not being found:

   configure: error: No graphics drivers found.

Reproducible: Couldn't Reproduce
Steps to Reproduce:
1. USE="ssl" emerge links

Actual Results:  
links fails to compile because graphics libs are not installed

Expected Results:  
links should have compiled properly (graphics are not required for ssl support)

Portage 2.0.49-r4 (default-x86-1.4, gcc-3.3.1, glibc-2.3.2-r1, 2.4.22)
=================================================================
System uname: 2.4.22 i686 Intel(R) Xeon(TM) CPU 2.40GHz
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -mcpu=pentium4 -msse2 -O3 -pipe -g"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 apm crypt encode foomaticdb gif imlib jpeg mad mmx mpeg ncurses nls
oggvorbis opengl pdflib png spell truetype xml2 zlib gdbm berkdb slang readline
mysql tcpd pam libwww ssl perl python apache2 gd gd-external imap innodb lcms
ldap maildir md5sum snmp sqlite threads tiff wmf -oss -arts -avi -cups -gpm -gtk
-java -kde -gnome -libg++ -mikmod -motif -qt -quicktime -sdl -svga -X -xmms -xv"
Comment 1 SpanKY gentoo-dev 2003-09-19 03:21:54 UTC
------- Additional Comments From l8nite@l8nite.net  2003-18-09 16:14 EST -------
I think I scrolled on the 'Reproducible' thing just before I submitted or something... It's definitely reproducible.

It's a one-line fix in the ebuild:

70c70
<               && myconf="${myconf} --enable-graphics --with-ssl" \
---
>               && myconf="${myconf} --with-ssl" \
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2003-09-20 03:33:00 UTC
fixed, sorry about that.
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-09-21 03:31:06 UTC
closing