public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] download first and compile later?
@ 2005-09-30  4:57 vikram ranade
  2005-09-30  5:29 ` Willie Wong
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: vikram ranade @ 2005-09-30  4:57 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

Quick question....
I looked in the emerge man pages but i cant seem to figure out how to
download all the packages using emerge and then compile them
is there some parameter that i can use?


emerge <download first parameter> <package>
?
or do i have to mess with the make.conf file?
Thanks!
regards,
Vikram

[-- Attachment #2: Type: text/html, Size: 377 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] download first and compile later?
  2005-09-30  4:57 [gentoo-user] download first and compile later? vikram ranade
@ 2005-09-30  5:29 ` Willie Wong
  2005-09-30  6:08   ` vikram ranade
  2005-09-30  9:36 ` Thanasis Papakonstantinou
  2005-09-30  9:39 ` Uwe Thiem
  2 siblings, 1 reply; 7+ messages in thread
From: Willie Wong @ 2005-09-30  5:29 UTC (permalink / raw
  To: gentoo-user

--fetchonly

W

On Fri, Sep 30, 2005 at 10:27:43AM +0530, vikram ranade wrote:
> Quick question....
> I looked in the emerge man pages but i cant seem to figure out how to
> download all the packages using emerge and then compile them
> is there some parameter that i can use?
> 
> 
> emerge <download first parameter> <package>
> ?
> or do i have to mess with the make.conf file?
> Thanks!
> regards,
> Vikram

-- 
Pintsize: We have been in said laundry basket! It smelled a bit funny,
    but was properly supportive of the royal hindquarters.
Sortir en Pantoufles: up 49 days,  8:32
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] download first and compile later?
  2005-09-30  5:29 ` Willie Wong
@ 2005-09-30  6:08   ` vikram ranade
  0 siblings, 0 replies; 7+ messages in thread
From: vikram ranade @ 2005-09-30  6:08 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 127 bytes --]

works!..thanks :-)
regards,
Vikram

On 9/30/05, Willie Wong <wwong@princeton.edu> wrote:
>
> --fetchonly
>
>
>
>
>

[-- Attachment #2: Type: text/html, Size: 408 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] download first and compile later?
  2005-09-30  4:57 [gentoo-user] download first and compile later? vikram ranade
  2005-09-30  5:29 ` Willie Wong
@ 2005-09-30  9:36 ` Thanasis Papakonstantinou
  2005-09-30  9:39 ` Uwe Thiem
  2 siblings, 0 replies; 7+ messages in thread
From: Thanasis Papakonstantinou @ 2005-09-30  9:36 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 656 bytes --]

emerge -pv --newuse --columns package
to see what must be downloaded (dependencies if any to the package)
 emerge -fv --newuse --columns package
to fetch it (download)
 emerge -v --newuse --columns package
to compile your downloaded package
 On 9/30/05, vikram ranade <ranade.vikram@gmail.com> wrote:
>
> Quick question....
> I looked in the emerge man pages but i cant seem to figure out how to
> download all the packages using emerge and then compile them
> is there some parameter that i can use?
>
>
> emerge <download first parameter> <package>
> ?
> or do i have to mess with the make.conf file?
> Thanks!
> regards,
> Vikram
>

[-- Attachment #2: Type: text/html, Size: 1059 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] download first and compile later?
  2005-09-30  4:57 [gentoo-user] download first and compile later? vikram ranade
  2005-09-30  5:29 ` Willie Wong
  2005-09-30  9:36 ` Thanasis Papakonstantinou
@ 2005-09-30  9:39 ` Uwe Thiem
  2005-09-30 20:17   ` Mark Shields
  2 siblings, 1 reply; 7+ messages in thread
From: Uwe Thiem @ 2005-09-30  9:39 UTC (permalink / raw
  To: gentoo-user

On 30 September 2005 06:57, vikram ranade wrote:
> Quick question....
> I looked in the emerge man pages but i cant seem to figure out how to
> download all the packages using emerge and then compile them
> is there some parameter that i can use?
>
>
> emerge <download first parameter> <package>
> ?
> or do i have to mess with the make.conf file?

You are looking for "--fetchonly".

Uwe

-- 
95% of all programmers rate themselves among the top 5% of all software 
developers. - Linus Torvalds

http://www.uwix.iway.na (last updated: 20.06.2004)
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] download first and compile later?
  2005-09-30  9:39 ` Uwe Thiem
@ 2005-09-30 20:17   ` Mark Shields
  2005-10-01 23:33     ` Raphael Melo de Oliveira Bastos Sales
  0 siblings, 1 reply; 7+ messages in thread
From: Mark Shields @ 2005-09-30 20:17 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 832 bytes --]

Quick note: --fetchonly is also useful if for some reason the md5 checksum
fails on the source files.

On 9/30/05, Uwe Thiem <uwix@iway.na> wrote:
>
> On 30 September 2005 06:57, vikram ranade wrote:
> > Quick question....
> > I looked in the emerge man pages but i cant seem to figure out how to
> > download all the packages using emerge and then compile them
> > is there some parameter that i can use?
> >
> >
> > emerge <download first parameter> <package>
> > ?
> > or do i have to mess with the make.conf file?
>
> You are looking for "--fetchonly".
>
> Uwe
>
> --
> 95% of all programmers rate themselves among the top 5% of all software
> developers. - Linus Torvalds
>
> http://www.uwix.iway.na (last updated: 20.06.2004)
> --
> gentoo-user@gentoo.org mailing list
>
>


--
- Mark Shields

[-- Attachment #2: Type: text/html, Size: 1260 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] download first and compile later?
  2005-09-30 20:17   ` Mark Shields
@ 2005-10-01 23:33     ` Raphael Melo de Oliveira Bastos Sales
  0 siblings, 0 replies; 7+ messages in thread
From: Raphael Melo de Oliveira Bastos Sales @ 2005-10-01 23:33 UTC (permalink / raw
  To: gentoo-user

It is also very useful on a office enviroment. Normally, on offices,
at least on my personal experiences, the entire staff is consuming
bandwidth during commercial hours. So you can use a cron job to
--fetchonly the packages you want from hours 21:00 to 06:00. Then on
the next day, all you have to do is compile.

2005/9/30, Mark Shields <laebshade@gmail.com>:
> Quick note:  --fetchonly is also useful if for some reason the md5 checksum
> fails on the source files.
>
>
> On 9/30/05, Uwe Thiem < uwix@iway.na> wrote:
> > On 30 September 2005 06:57, vikram ranade wrote:
> > > Quick question....
> > > I looked in the emerge man pages but i cant seem to figure out how to
> > > download all the packages using emerge and then compile them
> > > is there some parameter that i can use?
> > >
> > >
> > > emerge <download first parameter> <package>
> > > ?
> > > or do i have to mess with the make.conf file?
> >
> > You are looking for "--fetchonly".
> >
> > Uwe
> >
> > --
> > 95% of all programmers rate themselves among the top 5% of all software
> > developers. - Linus Torvalds
> >
> > http://www.uwix.iway.na (last updated: 20.06.2004)
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
>
>
>
> --
> - Mark Shields

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-10-01 23:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-30  4:57 [gentoo-user] download first and compile later? vikram ranade
2005-09-30  5:29 ` Willie Wong
2005-09-30  6:08   ` vikram ranade
2005-09-30  9:36 ` Thanasis Papakonstantinou
2005-09-30  9:39 ` Uwe Thiem
2005-09-30 20:17   ` Mark Shields
2005-10-01 23:33     ` Raphael Melo de Oliveira Bastos Sales

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox