Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Need ebuild no longer in Portage
Date: Fri, 04 Jan 2008 16:06:45
Message-Id: 49bf44f10801040758h404d2957yf32bf5bae1bf5957@mail.gmail.com
In Reply to: Re: [gentoo-user] Need ebuild no longer in Portage by William Kenworthy
1 > Also, gentoo has an "attic" where all older ebuilds are archived. You
2 > can grab the ebuild and any related files and use your local overlay to
3 > keep it around for as long as you need.
4 >
5 > http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/
6 >
7 > There are nvidia-drivers and a legacy branch for even older. In
8 > nvidia-drivers there is a link to view dead files (or attic) - prob same
9 > everywhere.
10 >
11 > BillK
12
13 That works great but the emerge fails during installation:
14
15 >>> Install nvidia-drivers-1.0.9639 into
16 /var/tmp/portage/x11-drivers/nvidia-drivers-1.0.9639/image/ category
17 x11-drivers
18 * Installing nvidia module
19 *
20 * ERROR: x11-drivers/nvidia-drivers-1.0.9639 failed.
21 * Call stack:
22 * ebuild.sh, line 1701: Called dyn_install
23 * ebuild.sh, line 1138: Called qa_call 'src_install'
24 * ebuild.sh, line 44: Called src_install
25 * nvidia-drivers-1.0.9639.ebuild, line 231: Called die
26 * The specific snippet of code:
27 * [ -f "${FILESDIR}/nvidia" ] || die "nvidia missing in FILESDIR"
28 * The die message:
29 * nvidia missing in FILESDIR
30
31 Can anyone tell what happened?
32
33 - Grant
34
35
36 > > > The current version of nvidia-drivers I have installed is pretty old
37 > > > but it's the last one I've found that will display the resolution of
38 > > > my monitor correctly at 1366x768. The later versions insist on
39 > > > 1280x768 I think. I need to re-compile the nvidia module since I'm
40 > > > upgrading the kernel, but how can I do that if there is no ebuild?
41 > >
42 > > There is still the ebuild you have installed from
43 > > in /var/db/pkg/<category>/<package>. You can copy it over to your local
44 > > overlay and keep it there forever.
45 > >
46 > > HTH...
47 > >
48 > > Dirk
49 --
50 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Need ebuild no longer in Portage "Jesús Guerrero" <i92guboj@×××××.es>