* [gentoo-dev] Sources for the entire OS
@ 2005-04-08 0:42 Kaarthik Sivakumar
2005-04-08 0:48 ` Peter Johanson
0 siblings, 1 reply; 7+ messages in thread
From: Kaarthik Sivakumar @ 2005-04-08 0:42 UTC (permalink / raw
To: gentoo-dev
Hi
I am not sure if this is the right list. -dev is for developers in
general or just developers working ON gentoo? If this is the wrong list
please point me to the right one. Thanks.
Is there a way to get the entire sources for all of the base OS, not
just the kernel? Like in the BSDs, where under /usr/src you have the
entire source for the entire OS that you can build and install and you
will have a full OS. On my gentoo box, under /usr/src I only have the
linux kernel sources. Thanks.
kaarthik
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] Sources for the entire OS
2005-04-08 0:42 [gentoo-dev] Sources for the entire OS Kaarthik Sivakumar
@ 2005-04-08 0:48 ` Peter Johanson
2005-04-08 1:04 ` Tom Martin
2005-04-08 1:09 ` Kaarthik Sivakumar
0 siblings, 2 replies; 7+ messages in thread
From: Peter Johanson @ 2005-04-08 0:48 UTC (permalink / raw
To: gentoo-dev
On Thu, Apr 07, 2005 at 05:42:30PM -0700, Kaarthik Sivakumar wrote:
> Hi
>
> I am not sure if this is the right list. -dev is for developers in
> general or just developers working ON gentoo? If this is the wrong list
> please point me to the right one. Thanks.
>
> Is there a way to get the entire sources for all of the base OS, not
> just the kernel? Like in the BSDs, where under /usr/src you have the
> entire source for the entire OS that you can build and install and you
> will have a full OS. On my gentoo box, under /usr/src I only have the
> linux kernel sources. Thanks.
you can get the source *tarballs* placed into /usr/portage/distfiles by
doing something like "emerge -e world -f".
-pete
--
Peter Johanson
<latexer@gentoo.org>
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] Sources for the entire OS
2005-04-08 0:48 ` Peter Johanson
@ 2005-04-08 1:04 ` Tom Martin
2005-04-08 1:10 ` Kaarthik Sivakumar
2005-04-08 1:09 ` Kaarthik Sivakumar
1 sibling, 1 reply; 7+ messages in thread
From: Tom Martin @ 2005-04-08 1:04 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 849 bytes --]
On Thu, Apr 07, 2005 at 05:48:41PM -0700, Peter Johanson <latexer@gentoo.org> wrote:
> On Thu, Apr 07, 2005 at 05:42:30PM -0700, Kaarthik Sivakumar wrote:
> > Is there a way to get the entire sources for all of the base OS, not
> > just the kernel? Like in the BSDs, where under /usr/src you have the
> > entire source for the entire OS that you can build and install and you
> > will have a full OS. On my gentoo box, under /usr/src I only have the
> > linux kernel sources. Thanks.
>
> you can get the source *tarballs* placed into /usr/portage/distfiles by
> doing something like "emerge -e world -f".
emerge -ef system will fetch tarballs for just the base system also.
This may be closer to what you're looking for.
--
Tom Martin, http://dev.gentoo.org/~slarti
AMD64, net-mail, shell-tools, recruiters, vim
Gentoo Linux
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] Sources for the entire OS
2005-04-08 0:48 ` Peter Johanson
2005-04-08 1:04 ` Tom Martin
@ 2005-04-08 1:09 ` Kaarthik Sivakumar
2005-04-08 1:13 ` Mike Frysinger
2005-04-08 1:30 ` Marius Mauch
1 sibling, 2 replies; 7+ messages in thread
From: Kaarthik Sivakumar @ 2005-04-08 1:09 UTC (permalink / raw
To: gentoo-dev
Peter Johanson wrote:
> On Thu, Apr 07, 2005 at 05:42:30PM -0700, Kaarthik Sivakumar wrote:
>
>>Hi
>>
>>I am not sure if this is the right list. -dev is for developers in
>>general or just developers working ON gentoo? If this is the wrong list
>>please point me to the right one. Thanks.
>>
>>Is there a way to get the entire sources for all of the base OS, not
>>just the kernel? Like in the BSDs, where under /usr/src you have the
>>entire source for the entire OS that you can build and install and you
>>will have a full OS. On my gentoo box, under /usr/src I only have the
>>linux kernel sources. Thanks.
>
>
> you can get the source *tarballs* placed into /usr/portage/distfiles by
> doing something like "emerge -e world -f".
But that would give me the source tarballs for *all* the packages. I
guess I just want sources for stuff like glibc, utils like find, grep,
etc which tend to form the base OS. I could do that on a per-package
basis, like 'emerge glibc -f', etc but I was hoping for a meta-port (I
am not sure what it is called here) that has all of this. (I am still
learning how to use portage and its various utilities; I am a gentoo
user since about 4 days now, coming from FreeBSD).
kaarthik
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] Sources for the entire OS
2005-04-08 1:04 ` Tom Martin
@ 2005-04-08 1:10 ` Kaarthik Sivakumar
0 siblings, 0 replies; 7+ messages in thread
From: Kaarthik Sivakumar @ 2005-04-08 1:10 UTC (permalink / raw
To: gentoo-dev
Tom Martin wrote:
> On Thu, Apr 07, 2005 at 05:48:41PM -0700, Peter Johanson <latexer@gentoo.org> wrote:
>
>>On Thu, Apr 07, 2005 at 05:42:30PM -0700, Kaarthik Sivakumar wrote:
>>
>>>Is there a way to get the entire sources for all of the base OS, not
>>>just the kernel? Like in the BSDs, where under /usr/src you have the
>>>entire source for the entire OS that you can build and install and you
>>>will have a full OS. On my gentoo box, under /usr/src I only have the
>>>linux kernel sources. Thanks.
>>
>>you can get the source *tarballs* placed into /usr/portage/distfiles by
>>doing something like "emerge -e world -f".
>
>
> emerge -ef system will fetch tarballs for just the base system also.
> This may be closer to what you're looking for.
>
Ah! This seems like it. Thanks, I will try it out.
kaarthik
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] Sources for the entire OS
2005-04-08 1:09 ` Kaarthik Sivakumar
@ 2005-04-08 1:13 ` Mike Frysinger
2005-04-08 1:30 ` Marius Mauch
1 sibling, 0 replies; 7+ messages in thread
From: Mike Frysinger @ 2005-04-08 1:13 UTC (permalink / raw
To: gentoo-dev
On Thursday 07 April 2005 09:09 pm, Kaarthik Sivakumar wrote:
> But that would give me the source tarballs for *all* the packages. I
> guess I just want sources for stuff like glibc, utils like find, grep,
> etc which tend to form the base OS.
like Tom said, your best bet is `emerge system -ef`
-mike
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] Sources for the entire OS
2005-04-08 1:09 ` Kaarthik Sivakumar
2005-04-08 1:13 ` Mike Frysinger
@ 2005-04-08 1:30 ` Marius Mauch
1 sibling, 0 replies; 7+ messages in thread
From: Marius Mauch @ 2005-04-08 1:30 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 816 bytes --]
On Thu, 07 Apr 2005 18:09:02 -0700
Kaarthik Sivakumar <kaarthik@clovissolutions.com> wrote:
> But that would give me the source tarballs for *all* the packages. I
> guess I just want sources for stuff like glibc, utils like find, grep,
> etc which tend to form the base OS. I could do that on a per-package
> basis, like 'emerge glibc -f', etc but I was hoping for a meta-port (I
> am not sure what it is called here) that has all of this. (I am still
> learning how to use portage and its various utilities; I am a gentoo
> user since about 4 days now, coming from FreeBSD).
emerge -ef system
Marius
--
Public Key at http://www.genone.de/info/gpg-key.pub
In the beginning, there was nothing. And God said, 'Let there be
Light.' And there was still nothing, but you could see a bit better.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-04-08 1:27 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-08 0:42 [gentoo-dev] Sources for the entire OS Kaarthik Sivakumar
2005-04-08 0:48 ` Peter Johanson
2005-04-08 1:04 ` Tom Martin
2005-04-08 1:10 ` Kaarthik Sivakumar
2005-04-08 1:09 ` Kaarthik Sivakumar
2005-04-08 1:13 ` Mike Frysinger
2005-04-08 1:30 ` Marius Mauch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox