Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
BIN building and packing
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
sKewlBoy
Guru
Guru


Joined: 03 Nov 2002
Posts: 406
Location: Portugal

PostPosted: Sun Apr 13, 2003 5:40 pm    Post subject: BIN building and packing Reply with quote

A friend and me have 2 equal machines (same flags, same specs) running gentoo.
Compiling some packages as mozilla and xfree is a pain in the butt, so I'd like to know if there's an easy way to one of us compile it and then send the binaries to the other who will install them in a easy way.

What I mean (and here goes a portage suggestion) is we could have some emerge option that would compile the package only and make a tarball out of it, and then an option to install a package from that tarball (skipping the compile parts in ebuilds).

What do you think ?
Or is there any wasy way to do this, at the moment ?
Back to top
View user's profile Send private message
Sesquipedalian
n00b
n00b


Joined: 22 May 2002
Posts: 62
Location: Loveland, CO

PostPosted: Mon Apr 14, 2003 7:15 pm    Post subject: Reply with quote

I believe what you're looking for is:
Code:
emerge -B <package-name>

to build a binary package and
Code:
emerge -K <package-name>

to install from a binary package.

Code:
emerge --help

for more info as the man page seems a bit out of date :)
_________________
What tha........
Back to top
View user's profile Send private message
sKewlBoy
Guru
Guru


Joined: 03 Nov 2002
Posts: 406
Location: Portugal

PostPosted: Mon Apr 14, 2003 8:19 pm    Post subject: Reply with quote

thanken!!
I really ought o start RTFM ... :oops:
Back to top
View user's profile Send private message
aja
l33t
l33t


Joined: 26 Aug 2002
Posts: 705
Location: Edmonton, Canada

PostPosted: Mon Apr 14, 2003 8:49 pm    Post subject: Reply with quote

sKewlBoy wrote:
thanken!!
I really ought o start RTFM ... :oops:

Well, it's not entirely your fault.
Code:

man emerge

is seriously out of date, but
Code:

emerge --help

is pretty good.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum