Gentoo Archives: gentoo-user

From: "Anthony E. Caudel" <acaudel@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Manually compiling a gentoo package
Date: Tue, 23 May 2006 06:22:56
Message-Id: 4472A8BC.9000700@gt.rr.com
In Reply to: Re: [gentoo-user] Manually compiling a gentoo package by Richard Fish
1 Richard Fish wrote:
2 > On 5/22/06, Anthony E. Caudel <acaudel@×××××.com> wrote:
3 >
4 >> I need to make a change in the code for a gentoo package (pgcalc2) to
5 >> check whether it corrects a problem. If I simply download it with
6 >> emerge -f pgcalc2, make the correction and then try to finish the
7 >> emerge, it will fail the md5 check.
8 >>
9 >> How can I do this?
10 >
11 >
12 > Assuming you have a fairly standard setup:
13 >
14 > ebuild /usr/portage/sci-calculators/pgcalc2/pgcalc2-2.2.4.ebuild unpack
15 > <make change in /var/tmp/portage/pgcalc2-2.2.4/work>
16 > ebuild /usr/portage/sci-calculators/pgcalc2/pgcalc2-2.2.4.ebuild compile
17 > ebuild /usr/portage/sci-calculators/pgcalc2/pgcalc2-2.2.4.ebuild install
18 >
19 > See "man ebuild".
20 >
21 > -Richard
22 >
23 Thanks, Richard. Those steps did the trick. And the author's
24 correction fixed the problem also.
25
26 So, with a final "ebuild ... qmerge", I have a working pgcalc2.
27
28 Tony
29
30 --
31 Those who would give up essential Liberty, to purchase a little temporary
32 Safety, deserve neither Liberty nor Safety.
33 -- Benjamin Franklin
34 --
35 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Manually compiling a gentoo package Richard Fish <bigfish@××××××××××.org>