From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.50) id 1EewIx-0006XS-SL for garchives@archives.gentoo.org; Wed, 23 Nov 2005 15:13:04 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jANFBUZO015870; Wed, 23 Nov 2005 15:11:30 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jANF6Mxm005163 for ; Wed, 23 Nov 2005 15:06:22 GMT Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by smtp.gentoo.org with esmtp (Exim 4.43) id 1EewCU-0004O3-6E for gentoo-user@lists.gentoo.org; Wed, 23 Nov 2005 15:06:22 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EewA0-00011G-Ve for gentoo-user@gentoo.org; Wed, 23 Nov 2005 16:03:49 +0100 Received: from adsl-68-74-157-215.dsl.emhril.ameritech.net ([68.74.157.215]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Nov 2005 16:03:48 +0100 Received: from reader by adsl-68-74-157-215.dsl.emhril.ameritech.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Nov 2005 16:03:48 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Harry Putnam Subject: [gentoo-user] Re: How to alter ./configure flags from emerge Date: Wed, 23 Nov 2005 09:00:28 -0600 Organization: Still searching... Message-ID: <873bln9zoz.fsf@newsguy.com> References: <877jaza2fn.fsf@newsguy.com> <43847C8A.8070707@mid.message-center.info> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-68-74-157-215.dsl.emhril.ameritech.net User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:CTiDxZmEu3fKjUw2mQvdo4fKHRI= Sender: news X-Archives-Salt: 23b0e714-dc2c-4d50-bd7d-4bec87a4786f X-Archives-Hash: 6472495575f3efb45dd943a11072669f Alexander Skwar writes: [...] > You influence it, by setting USE flags. I'd guess, that "doc" > would be the USE flag you're looking for. So, put something > like > > dev-db/mysql doc > > to /etc/portage/package.use: > > echo dev-db/mysql doc >> /etc/portage/package.use Just looking at emerge --pretend after setting that I'm confused by the output: emerge -v -u -p mysql: (wrapped for mail) These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild N ] dev-db/mysql-5.0.15 +berkdb -big-tables -cluster -debug -doc -extraengine -minimal +perl +readline (-selinux) +ssl -static -utf8 0 kB Note that doc has the - sign and readline has +, shouldn't doc have come up without minus. Then when I actually run the emerge the compile flags are not altered one whit, notice in the actual command given the compiler, the next to last line shows `--without-docs'. But also there appears a --without-readline (8th line down) when emerge told me in the `pretend' run `+readline'. This is getting pretty confusing ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libexecdir=/usr/sbin --sysconfdir=/etc/mysql --localstatedir=/var/lib/mysql --with-low-memory --enable-assembler --enable-local-infile --with-mysqld-user=mysql --with-client-ldflags=-lstdc++ --enable-thread-safe-client --with-comment=Gentoo Linux mysql-5.0.15 --with-unix-socket-path=/var/run/mysqld/mysqld.sock --with-zlib-dir=/usr --with-lib-ccflags=-fPIC --without-readline --enable-shared --enable-static --without-libwrap --with-openssl --without-debug --with-bench --with-server --with-embedded-server --with-extra-tools --with-innodb --with-raid --with-extra-charsets=all --with-berkeley-db=./bdb --with-geometry --without-ndbcluster --with-big-tables --without-docs --without-big-tables --build=i686-pc-linux-gnu -- gentoo-user@gentoo.org mailing list