Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Manually compiling a gentoo package
Date: Tue, 23 May 2006 05:02:34
Message-Id: 7573e9640605222153w52eafd87sc76bae426c332fea@mail.gmail.com
In Reply to: [gentoo-user] Manually compiling a gentoo package by "Anthony E. Caudel"
1 On 5/22/06, Anthony E. Caudel <acaudel@×××××.com> wrote:
2 > I need to make a change in the code for a gentoo package (pgcalc2) to
3 > check whether it corrects a problem. If I simply download it with
4 > emerge -f pgcalc2, make the correction and then try to finish the
5 > emerge, it will fail the md5 check.
6 >
7 > How can I do this?
8
9 Assuming you have a fairly standard setup:
10
11 ebuild /usr/portage/sci-calculators/pgcalc2/pgcalc2-2.2.4.ebuild unpack
12 <make change in /var/tmp/portage/pgcalc2-2.2.4/work>
13 ebuild /usr/portage/sci-calculators/pgcalc2/pgcalc2-2.2.4.ebuild compile
14 ebuild /usr/portage/sci-calculators/pgcalc2/pgcalc2-2.2.4.ebuild install
15
16 See "man ebuild".
17
18 -Richard
19
20 --
21 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Manually compiling a gentoo package "Anthony E. Caudel" <acaudel@×××××.com>