From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2E3441381F3 for ; Sat, 31 Aug 2013 01:41:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 075E3E0E73; Sat, 31 Aug 2013 01:41:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86727E0E44 for ; Sat, 31 Aug 2013 01:41:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id C179433ECD1 for ; Sat, 31 Aug 2013 01:41:14 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: -2.195 X-Spam-Level: X-Spam-Status: No, score=-2.195 tagged_above=-999 required=5.5 tests=[AWL=0.317, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RP_MATCHES_RCVD=-2.511, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=unavailable Received: from smtp.gentoo.org ([IPv6:::ffff:127.0.0.1]) by localhost (smtp.gentoo.org [IPv6:::ffff:127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qoUAJmLHKP9U for ; Sat, 31 Aug 2013 01:41:08 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 004B233EC42 for ; Sat, 31 Aug 2013 01:41:06 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VFaBS-0002cn-Mh for gentoo-user@gentoo.org; Sat, 31 Aug 2013 03:41:02 +0200 Received: from wsip-174-76-82-7.no.no.cox.net ([174.76.82.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 31 Aug 2013 03:41:02 +0200 Received: from boxcars by wsip-174-76-82-7.no.no.cox.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 31 Aug 2013 03:41:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: =?UTF-8?B?wrtRwqs=?= Subject: [gentoo-user] Re: The NVIDIA/Kernel fiasco -- is it safe to sync yet? Date: Fri, 30 Aug 2013 20:40:49 -0500 Organization: none Message-ID: <20130830204049.7068d60a@fuchsia.remarqs.net> References: <20130823180959.GA13353@artifex> <1746861.kq9W4Fkxay@apollo> <20130823231239.4d4df2db@fuchsia.remarqs.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: wsip-174-76-82-7.no.no.cox.net X-Newsreader: Claws Mail 3.9.0 (GTK+ 2.24.17; x86_64-pc-linux-gnu) X-Archives-Salt: 0af2cdb8-ce24-422b-be88-96739f10caec X-Archives-Hash: ae9050377bca126dd318fb36663ac391 On Fri, 23 Aug 2013 23:12:39 -0500 =C2=BBQ=C2=AB wrote: > On Sat, 24 Aug 2013 00:15:40 +0200 > Paul Klos wrote: >=20 > > Op vrijdag 23 augustus 2013 14:09:59 schreef Randy Westlund: > > > On Fri, Aug 23, 2013 at 10:45:46AM -0700, Chris Stankevitz > > > wrote: =20 > > > > Are "regular" nvidia users who run a completely stable system > > > > (with only stable nvidia-drivers and stable gentoo-sources) > > > > affected by any of this? =20 > > >=20 > > > I believe so. I run testing, but this just cleared up for me a > > > few days ago when I went to kernel 3.10.7 (stable). I'm currently > > > running kernel 3.10.9 and nvidia-drivers 325.15 (both testing), > > > which works just fine. Try it and see what happens. > >=20 > > Updated to gentoo-sources 3.10.7 (stable) today. I had (stable) > > x11-drivers/nvidia-drivers-319.32 which failed rebuilding. After > > keywording x11-drivers/nvidia-drivers I'm on 325.15 as well. Seems > > to be fine so far. >=20 > Same here, amd64 >=20 > It looks like maybe the best way to tell which ebuilds support which > kernels is to read the conditional for the ewarn message in each > ebuild. This script works with the nvidia-drivers ebuilds currently in the tree. If the format of the ewarn messages changes, it won't. #!/bin/sh # This quick-and-dirty script checks the available nvidia-drivers # ebuilds to show you which are meant to build against which kernel # versions. # If you use grep without pcre support, you get to rewrite the grep line. [ -f /etc/make.conf ] && . /etc/make.conf [ -f /etc/portage/make.conf ] && . /etc/portage/make.conf echo for ebuildversion in $(ls "${PORTDIR}"/x11-drivers/nvidia-drivers/*.ebuild) do echo ${ebuildversion##*/} supports grep -Po '