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 1ESwle-0000ky-Nq for garchives@archives.gentoo.org; Fri, 21 Oct 2005 13:17:07 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id j9LDDCmX025364; Fri, 21 Oct 2005 13:13:12 GMT Received: from mail.pnpitalia.it (85-18-21-122.ip.fastwebnet.it [85.18.21.122]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id j9LDDBW1028117 for ; Fri, 21 Oct 2005 13:13:12 GMT Received: from localhost (localhost [127.0.0.1]) by mail.pnpitalia.it (Postfix) with ESMTP id D7C207AD6F8 for ; Fri, 21 Oct 2005 15:15:56 +0200 (CEST) Received: from mail.pnpitalia.it ([127.0.0.1]) by localhost (db [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23765-07 for ; Fri, 21 Oct 2005 15:15:56 +0200 (CEST) Received: from host-4-153.pnpitalia.it (host-4-153.pnpitalia.it [192.168.4.153]) by mail.pnpitalia.it (Postfix) with ESMTP id 5F5E97AD6F6 for ; Fri, 21 Oct 2005 15:15:56 +0200 (CEST) From: "Francesco R." Organization: PNP Italia To: gentoo-server@lists.gentoo.org Subject: Re: [gentoo-server] mysql-4.1 Date: Fri, 21 Oct 2005 15:15:55 +0200 User-Agent: KMail/1.8.91 References: <4357203B.2060500@munat.com> <200510201516.34034.vivo@gentoo.org> <1129896046.464.43.camel@rattus> In-Reply-To: <1129896046.464.43.camel@rattus> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-server@gentoo.org Reply-to: gentoo-server@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Message-Id: <200510211515.55820.vivo@gentoo.org> X-Virus-Scanned: amavisd-new at db X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id j9LDDBW1028117 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id j9LDDCnm025364 X-Archives-Salt: 9b2fbfbf-9994-49d7-b30c-81906a5e7b2a X-Archives-Hash: 2ac1c02894369b0b56c94f81bd5eed22 Alle 14:00, venerd=EC 21 ottobre 2005, William Kenworthy ha scritto: > I have now done two systems - and I now have two broken systems - and > worse I cant find out whats broken until I go to use it ... > > The one where revdep-rebuild is showing nothing at all is at > gentoolkit version 0.2.0-r2 - there are quite a few broken packages. > (mostly from php, postfix and I think samba so far plus potentially a > lot more) A rather awful workaround is to rebuild every package that has the mysql=20 useflag. to generate a list try this oneliner: emerge -epv --columns mysql \ | grep mysql | grep -v 'dev-db/mysql '\ | cut -c 17- \ | awk '{print "emerge --oneshot --nodeps", $1}' then adjust the list for your needs. This list will contain also packages with "mysql" use flag turned off. > > My work laptop is now deeply ill and I am going to have to spend a > few hours on it on Monday. Revdep-rebuild lists many broken apps but > isnt interested in fixing them! Just exits saying nothing to > rebuild. Hope that that will be cpu time and not human one > > Whats interesting about this is how mysql seems to have wriggled is > way into the core of so many apps. I am really regretting turning > that use flag on when it was only one app I wanted it for. to achieve this it suffice to put USE=3D"-mysql" in /etc/make.conf and to= =20 enable it for required ebuild into /etc/portage/packge.use --=20 gentoo-server@gentoo.org mailing list