Re: [gentoo-user] keeping source

2005-05-21 Thread Nick Rout
the source tarball is kept in /usr/portage/distfiles (in its tarred
release format). You can study the raw (as in unpatched ) source there
by untarring the source tarball.



as others have said, if you want to study the source with whatever
patches the ebuild has applied, use FEATURES=keepwork

On Fri, 2005-05-20 at 17:38 -0700, cfk wrote:
 Pardon the slightly naive question.
 
 I would like to study the c and cpp source on the packages I am emerging. I 
 *think* they are removed after compilation. I say I *think* as I was looking 
 in /var/tmp/portage and /usr/portage and didnt find them.
 
 How do I go about keeping the source for later reference of the various 
 packages that I emerge with gentoo.
 
 Charles
-- 
Nick Rout [EMAIL PROTECTED]

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] keeping source

2005-05-20 Thread Brett I. Holcomb
Check out the features in /etc/make.conf.  You can tell emerge to leave 
the source behind.

On Fri, 20 May 2005, cfk wrote:
Pardon the slightly naive question.
I would like to study the c and cpp source on the packages I am emerging. I
*think* they are removed after compilation. I say I *think* as I was looking
in /var/tmp/portage and /usr/portage and didnt find them.
How do I go about keeping the source for later reference of the various
packages that I emerge with gentoo.
Charles
--
Brett I. Holcomb
[EMAIL PROTECTED]
Registered Linux User #188143
Remove R777 to email
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] keeping source

2005-05-20 Thread Zac Medico

--- cfk [EMAIL PROTECTED] wrote:
 Pardon the slightly naive question.
 
 I would like to study the c and cpp source on the
 packages I am emerging. I 
 *think* they are removed after compilation. I say I
 *think* as I was looking 
 in /var/tmp/portage and /usr/portage and didnt find
 them.
 
 How do I go about keeping the source for later
 reference of the various 
 packages that I emerge with gentoo.
 
 Charles
 -- 
 gentoo-user@gentoo.org mailing list
 
 

Edit /etc/make.conf and add keepwork to FEATURES. 
This will leave everything including the binaries.

Zac

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] keeping source

2005-05-20 Thread Edward Catmur
On Fri, 2005-05-20 at 17:38 -0700, cfk wrote:
 I would like to study the c and cpp source on the packages I am emerging. I 
 *think* they are removed after compilation. I say I *think* as I was looking 
 in /var/tmp/portage and /usr/portage and didnt find them.
 
 How do I go about keeping the source for later reference of the various 
 packages that I emerge with gentoo.

FEATURES=keepwork

Set it in /etc/make.conf or on the command line.

-- 
gentoo-user@gentoo.org mailing list