First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 29086
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: SpanKY <vapier@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 29086 depends on: Show dependency tree
Bug 29086 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-09-19 03:20 0000
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 From SpanKY 2003-09-19 03:21:54 0000 -------
------- 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 From Seemant Kulleen (RETIRED) 2003-09-20 03:33:00 0000 -------
fixed, sorry about that.

------- Comment #3 From Martin Holzer (RETIRED) 2003-09-21 03:31:06 0000 -------
closing

First Last Prev Next    No search results available      Search page      Enter new bug