Re: [gentoo-user] Building a binary package without installing

2012-06-06 Thread Alex Schuster
Neil Bothwick writes:

> On Wed, 06 Jun 2012 13:25:38 +0300, Nikos Chantziaras wrote:
> 
> > I wish to build a binary package of glibc-2.14.1-r3.  I don't want to 
> > actually install it on my system.  Just build a tbz2 for it to use on 
> > another system.  Is there a way to do that? 
> 
> emerge -B 

Nope, this does not work either.

Wonko



Re: [gentoo-user] Building a binary package without installing

2012-06-06 Thread Neil Bothwick
On Wed, 06 Jun 2012 13:25:38 +0300, Nikos Chantziaras wrote:

> I wish to build a binary package of glibc-2.14.1-r3.  I don't want to 
> actually install it on my system.  Just build a tbz2 for it to use on 
> another system.  Is there a way to do that? 

emerge -B 


-- 
Neil Bothwick

A real programmer never documents his code.
It was hard to make, it should be hard to read


signature.asc
Description: PGP signature


Re: [gentoo-user] Building a binary package without installing

2012-06-06 Thread Dale
Nikos Chantziaras wrote:
> I wish to build a binary package of glibc-2.14.1-r3.  I don't want to
> actually install it on my system.  Just build a tbz2 for it to use on
> another system.  Is there a way to do that?  Portage aborts when
> emerging an older glibc and won't let you proceed, so I can't just
> install it normally and them build a binpkg.
> 
> 
> 


This should help:

 --buildpkgonly (-B)
  Creates  binary  packages  for all ebuilds processed
without actually merging the packages.  This comes with the caveat that
all build-time dependencies must already be emerged on the system.

Hope that helps.

Dale

:-)  :-)

-- 
I am only responsible for what I said ... Not for what you understood or
how you interpreted my words!

Miss the compile output?  Hint:
EMERGE_DEFAULT_OPTS="--quiet-build=n"



Re: [gentoo-user] Building a binary package without installing

2012-06-06 Thread Hinnerk van Bruinehsen
On 06.06.2012 12:25, Nikos Chantziaras wrote:
> I wish to build a binary package of glibc-2.14.1-r3.  I don't want to
> actually install it on my system.  Just build a tbz2 for it to use on
> another system.  Is there a way to do that?  Portage aborts when
> emerging an older glibc and won't let you proceed, so I can't just
> install it normally and them build a binpkg.
> 
> 

you should be able to use:

ebuild /glibc-2.14.1-r3.ebuild package

Quoting the manpage:

package
  This command is a lot like the merge command, except that
after fetching, unpacking,  com‐
  piling and installing, a .tbz2 binary package tarball is
created and stored in PKGDIR (see
  make.conf(5)).

You may need to set PKGDIR.


WKR
Hinnerk




[gentoo-user] Building a binary package without installing

2012-06-06 Thread Nikos Chantziaras
I wish to build a binary package of glibc-2.14.1-r3.  I don't want to 
actually install it on my system.  Just build a tbz2 for it to use on 
another system.  Is there a way to do that?  Portage aborts when 
emerging an older glibc and won't let you proceed, so I can't just 
install it normally and them build a binpkg.