* [gentoo-dev] --usepkg in emerge
@ 2003-07-30 21:35 fredrik danerklint
2003-07-30 22:25 ` Marius Mauch
0 siblings, 1 reply; 6+ messages in thread
From: fredrik danerklint @ 2003-07-30 21:35 UTC (permalink / raw
To: gentoo-dev
Hi!
Is it possible, that when you are using --usepkg with emerge, could get emerge
to download the binarie file from a server, just like it would if you're
gonna compile the source code?
And could I set this feature in the variable "feature"? I didn't see that it
was possible.
What I'm trying to say, is that some kind of option in /etc/make.conf you
could use, just like the variable "gentoo_mirrors" but instead have it to
download the binarie file from a list of server, if the file is availible.
If the variable was called "gentoo_binaries" it would look like this:
GENTOO_BINARIES="http://ftp.fredan.org/gentoo/binaries/amd-athlonxp"
to get the binaries files optimized for amd athlon xp processor.
--
//fredan
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] --usepkg in emerge
2003-07-30 21:35 [gentoo-dev] --usepkg in emerge fredrik danerklint
@ 2003-07-30 22:25 ` Marius Mauch
2003-07-30 23:25 ` Matt Thrailkill
0 siblings, 1 reply; 6+ messages in thread
From: Marius Mauch @ 2003-07-30 22:25 UTC (permalink / raw
To: gentoo-dev
On 07/30/03 fredrik danerklint wrote:
> Hi!
>
> Is it possible, that when you are using --usepkg with emerge, could
> get emerge to download the binarie file from a server, just like it
> would if you're gonna compile the source code?
>
> And could I set this feature in the variable "feature"? I didn't see
> that it was possible.
>
> What I'm trying to say, is that some kind of option in /etc/make.conf
> you could use, just like the variable "gentoo_mirrors" but instead
> have it to download the binarie file from a list of server, if the
> file is availible.
>
> If the variable was called "gentoo_binaries" it would look like this:
> GENTOO_BINARIES="http://ftp.fredan.org/gentoo/binaries/amd-athlonxp"
> to get the binaries files optimized for amd athlon xp processor.
The 2.0.49 portage versions have some support for this, but it is still
experimental if I got it right and not documented yet. The new -g and -G
options are for this.
Marius
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] --usepkg in emerge
2003-07-30 22:25 ` Marius Mauch
@ 2003-07-30 23:25 ` Matt Thrailkill
2003-07-31 10:37 ` Chris Gianelloni
0 siblings, 1 reply; 6+ messages in thread
From: Matt Thrailkill @ 2003-07-30 23:25 UTC (permalink / raw
To: gentoo-dev
This would be a handy option to have. I've got a side project going where I'm trying to maintain my own separate Portage trees, and eventually I'd like to build binaries for everything in them and have my boxes install those optionally rather than compiling.
On Thu, 31 Jul 2003 00:25:28 +0200
Marius Mauch <genone@genone.homeip.net> wrote:
> On 07/30/03 fredrik danerklint wrote:
>
> > Hi!
> >
> > Is it possible, that when you are using --usepkg with emerge, could
> > get emerge to download the binarie file from a server, just like it
> > would if you're gonna compile the source code?
> >
> > And could I set this feature in the variable "feature"? I didn't see
> > that it was possible.
> >
> > What I'm trying to say, is that some kind of option in /etc/make.conf
> > you could use, just like the variable "gentoo_mirrors" but instead
> > have it to download the binarie file from a list of server, if the
> > file is availible.
> >
> > If the variable was called "gentoo_binaries" it would look like this:
> > GENTOO_BINARIES="http://ftp.fredan.org/gentoo/binaries/amd-athlonxp"
> > to get the binaries files optimized for amd athlon xp processor.
>
> The 2.0.49 portage versions have some support for this, but it is still
> experimental if I got it right and not documented yet. The new -g and -G
> options are for this.
>
> Marius
>
> --
> gentoo-dev@gentoo.org mailing list
>
>
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] --usepkg in emerge
2003-07-30 23:25 ` Matt Thrailkill
@ 2003-07-31 10:37 ` Chris Gianelloni
2003-07-31 20:50 ` Matt Thrailkill
0 siblings, 1 reply; 6+ messages in thread
From: Chris Gianelloni @ 2003-07-31 10:37 UTC (permalink / raw
To: Matt Thrailkill; +Cc: gentoo-dev
On Wed, 2003-07-30 at 19:25, Matt Thrailkill wrote:
> This would be a handy option to have. I've got a side project going where I'm trying to maintain my own separate Portage trees, and eventually I'd like to build binaries for everything in them and have my boxes install those optionally rather than compiling.
You could always have the portage/packages directory mounted via NFS.
You would then only need compile any application once.
--
Chris Gianelloni
Developer, Gentoo Linux
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] --usepkg in emerge
2003-07-31 10:37 ` Chris Gianelloni
@ 2003-07-31 20:50 ` Matt Thrailkill
2003-07-31 21:52 ` Chris Gianelloni
0 siblings, 1 reply; 6+ messages in thread
From: Matt Thrailkill @ 2003-07-31 20:50 UTC (permalink / raw
To: gentoo-dev
I want to do this over a normal net connection between remote computers though, I don't think its a good idea to have an open nfs mount for the whole internet to use, is it?
On 31 Jul 2003 06:37:11 -0400
Chris Gianelloni <wolf31o2@gentoo.org> wrote:
> You could always have the portage/packages directory mounted via NFS.
> You would then only need compile any application once.
>
> --
> Chris Gianelloni
> Developer, Gentoo Linux
>
>
> --
> gentoo-dev@gentoo.org mailing list
>
>
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] --usepkg in emerge
2003-07-31 20:50 ` Matt Thrailkill
@ 2003-07-31 21:52 ` Chris Gianelloni
0 siblings, 0 replies; 6+ messages in thread
From: Chris Gianelloni @ 2003-07-31 21:52 UTC (permalink / raw
To: Matt Thrailkill; +Cc: gentoo-dev
On Thu, 2003-07-31 at 16:50, Matt Thrailkill wrote:
> I want to do this over a normal net connection between remote computers though, I don't think its a good idea to have an open nfs mount for the whole internet to use, is it?
Yeah, that is always double-plus ungood. ;p
You definitely do not want to do that without tunneling it via ssh or a
VPN. It appears that this functionality is in testing in the latest
portage betas, so hopefully it will be ironed out soon enough.
--
Chris Gianelloni
Developer, Gentoo Linux
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-07-31 21:45 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-30 21:35 [gentoo-dev] --usepkg in emerge fredrik danerklint
2003-07-30 22:25 ` Marius Mauch
2003-07-30 23:25 ` Matt Thrailkill
2003-07-31 10:37 ` Chris Gianelloni
2003-07-31 20:50 ` Matt Thrailkill
2003-07-31 21:52 ` Chris Gianelloni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox