Gentoo Archives: gentoo-user

From: Dave Jones <Dave.Jones@××××××.nl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] NVIDIA updating weirdness
Date: Sat, 25 Mar 2006 09:47:49
Message-Id: 44251065.2070405@xs4all.nl
In Reply to: [gentoo-user] NVIDIA updating weirdness by Jorge Almeida
1 Jorge Almeida wrote on 03/25/06 10:00:
2 > I've been using nvidia-kernel-1.0.7676 and nvidia-glx-1.0.7676-r1 since
3 > I upgraded the kernel to gentoo-sources-2.6.15-r1, some time ago. It
4 > works without problems. I emerged these versions (~x86) because the
5 > normal ones wouldn't work.
6 >
7 > $ cat /etc/portage/package.keywords
8 > media-video/nvidia-glx ~x86
9 > media-video/nvidia-kernel ~x86
10 >
11 > $ cat /etc/portage/package.mask
12 > >media-video/nvidia-kernel-1.0.7676
13 > >media-video/nvidia-glx-1.0.7676-r1
14 >
15 > Today I emerge sync'ed and "emerge -pNDu world" says, among other
16 > unrelated things:
17 > Calculating world dependencies ...done!
18 > [ebuild UD] media-video/nvidia-kernel-1.0.7667 [1.0.7676]
19 > [ebuild UD] media-video/nvidia-glx-1.0.7667-r1 [1.0.7676-r1]
20 >
21 > Now, what can this mean, given the contents of package.keywords and
22 > package.mask?
23 > Moreover, 1.0.7676 is supposed to address several bugs in 1.0.7667
24 > (according to a NVIDIA developer, in another list).
25 >
26 > I tried emerging nvidia-kernel-1.0.7667, just to see what gives, and:
27 >
28 > * Determining the location of the kernel source code
29 > * Found kernel source directory:
30 > * /usr/src/linux
31 > * Found sources for kernel version:
32 > * 2.6.15-gentoo-r1
33 > * These sources have not yet been prepared.
34 > * We cannot build against an unprepared tree.
35 > * To resolve this, please type the following:
36 > *
37 > * # cd /usr/src/linux
38 > * # make oldconfig
39 > * # make modules_prepare
40 > *
41 > * Then please try merging this module again.
42 >
43 > !!! ERROR: media-video/nvidia-kernel-1.0.7667 failed.
44 > !!! Function check_kernel_built, Line 363, Exitcode 0
45 > !!! Kernel sources need compiling first
46 > !!! If you need support, post the topmost build error, NOT this
47 > status message.
48
49 nvidia-kernel-1.0.8178-r3 is the current ~x86 version, and works fine
50 with gentoo-sources-2.6.15-r1.
51
52 Try removing the specific version numbers from your package.mask to get
53 the latest version.
54
55 Cheers, Dave
56 --
57 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] NVIDIA updating weirdness Jorge Almeida <jalmeida@××××××××××××.pt>