Re: [gentoo-user] emerge completly a package but dont install it?

2018-08-09 Thread Rich Freeman
On Thu, Aug 9, 2018 at 1:28 PM wrote: > > On 08/09 09:48, Mateusz Lenik wrote: > > Turns out emerge has this nice flag (excerpt from emerge(1) manpage): > > > > --buildpkgonly, -B > > Creates binary packages for all ebuilds processed without > > actually merging the packages. This

Re: [gentoo-user] emerge completly a package but dont install it?

2018-08-09 Thread tuxic
On 08/09 09:48, Mateusz Lenik wrote: > Turns out emerge has this nice flag (excerpt from emerge(1) manpage): > > --buildpkgonly, -B > Creates binary packages for all ebuilds processed without > actually merging the packages. This comes with the caveat that all > build-time

Re: [gentoo-user] emerge completly a package but dont install it?

2018-08-09 Thread Mateusz Lenik
Turns out emerge has this nice flag (excerpt from emerge(1) manpage): --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.

Re: [gentoo-user] emerge completly a package but dont install it?

2018-08-09 Thread Andreas Fink
On Wed, 8 Aug 2018 19:12:37 +0200 tu...@posteo.de wrote: > Hi, > > is it possible to go through process of installing a not-installed > package from source to executable ... without actually install the > package - so the system as such is not touched? > > Cheers > Meino > > > You can use

[gentoo-user] emerge completly a package but dont install it?

2018-08-09 Thread tuxic
Hi, is it possible to go through process of installing a not-installed package from source to executable ... without actually install the package - so the system as such is not touched? Cheers Meino