Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4492 - Can i use "normal" source-packages for gentoo?
Summary: Can i use "normal" source-packages for gentoo?
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux FAQ (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Sherman Boyd (meekrob) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-03 13:35 UTC by Jakob Külzer
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jakob Külzer 2002-07-03 13:35:04 UTC
Hi there, i've just learned what gentoo is and how it works 
and im pretty amazed (o:

But here's my question now, can i use "normal" source 
packages for building or do i have to download the 
packages from your servers?? If i've understood this 
right, gentoo downloads the source and builds it with
certain scripts, but i've already got some gigs of sources
on my personal fileserver here and redownloading most of
it seems unpractible to me...

Jakob
Comment 1 SpanKY gentoo-dev 2002-07-03 20:26:43 UTC
but of course !

explore the /usr/portage directory
`emerge rsync` keeps this sucker up-to-date ...

what you want is /usr/portage/distfiles ... just copy/symlink/whatever all the 
files you already have to this folder
if you have 1 dir of all the sources, just do
mount -o bind /path/to/dir/of/sources /usr/portage/distfiles

i have my distfiles shared via samba so that my linux boxes need only d/l once