Re: [gentoo-user] How to use github source in ebuild?

2017-04-08 Thread mgcyung
Nils Freydank writes: > You need special variables provided by an git eclass. Newest is git-r3.eclass > which you can find in /eclass/. > > General docs are in devmanual.gentoo.org (which is mostly up-to-date). > > Here is an example in my overlay (inside the portage

Re: [gentoo-user] How to copy a file into '/etc' in ebuild?

2017-04-08 Thread mgcyung
netfab writes: > Le 08/04/17 à 16:23, mgcyung a tapoté : >> I am new to ebuild writing. And I want to copy a file into >> diretory /etc in src_install of a ebuild. Which function should I use? >> > > Maybe insinto/doins. > > >

[gentoo-user] Re: Something eats my memory - please help

2017-04-08 Thread Kai Krakow
Am Sat, 8 Apr 2017 23:55:29 +0200 schrieb Alan McKinnon : > > Adding up all terms except 'tot' I get 5.6G where are the remaining > > 2G? And why is shmem 0.85G - I have even seen a value of 4G for > > shmem although all tempfs filesystems > > were nearly empty. > >

[gentoo-user] Re: Something eats my memory - please help

2017-04-08 Thread Kai Krakow
Am Sat, 08 Apr 2017 21:33:20 +0200 schrieb Helmut Jarausch : > Hi, > > since a few days my system eats up memory, uses SWAP space and gets > slow. > It might depend on xorg-server, but I don't know why. > > On a nearly idle system (except xorg-server and some XTerms) I

Re: [gentoo-user] Something eats my memory - please help

2017-04-08 Thread Walter Dnes
On Sat, Apr 08, 2017 at 09:33:20PM +0200, Helmut Jarausch wrote > Hi, > > since a few days my system eats up memory, uses SWAP space and gets > slow. It might depend on xorg-server, but I don't know why. > > On a nearly idle system (except xorg-server and some XTerms) I have > MEM | tot

Re: [gentoo-user] bitcoin-qt, openssl and the bindist USE flag

2017-04-08 Thread Daniel Frey
On 04/08/2017 02:57 PM, Alan McKinnon wrote: > On 08/04/2017 20:16, Francesco Turco wrote: >> I'm trying to globally enable the "bindist" USE flag on my system > > Why on $DEITY's green earth would you even think of doing that? > > Dont. Just ... don't. I don;t know what you are trying to

Re: [gentoo-user] bitcoin-qt, openssl and the bindist USE flag

2017-04-08 Thread Rich Freeman
On Sat, Apr 8, 2017 at 5:57 PM, Alan McKinnon wrote: > On 08/04/2017 20:16, Francesco Turco wrote: >> I'm trying to globally enable the "bindist" USE flag on my system > > Why on $DEITY's green earth would you even think of doing that? > > Dont. Just ... don't. I don;t

Re: [gentoo-user] bitcoin-qt, openssl and the bindist USE flag

2017-04-08 Thread Alan McKinnon
On 08/04/2017 20:16, Francesco Turco wrote: > I'm trying to globally enable the "bindist" USE flag on my system Why on $DEITY's green earth would you even think of doing that? Dont. Just ... don't. I don;t know what you are trying to accomplish doing that, but it can't end well. Set that flag

Re: [gentoo-user] Something eats my memory - please help

2017-04-08 Thread Alan McKinnon
On 08/04/2017 21:33, Helmut Jarausch wrote: > Hi, > > since a few days my system eats up memory, uses SWAP space and gets slow. > It might depend on xorg-server, but I don't know why. > > On a nearly idle system (except xorg-server and some XTerms) I have > MEM | tot 7.5G | free2.9G |

[gentoo-user] Something eats my memory - please help

2017-04-08 Thread Helmut Jarausch
Hi, since a few days my system eats up memory, uses SWAP space and gets slow. It might depend on xorg-server, but I don't know why. On a nearly idle system (except xorg-server and some XTerms) I have MEM | tot 7.5G | free2.9G | cache 1.2G | buff 114.6M | slab 498.0M |

Re: [gentoo-user] bitcoin-qt, openssl and the bindist USE flag

2017-04-08 Thread Mick
On Saturday 08 Apr 2017 20:16:02 Francesco Turco wrote: > I'm trying to globally enable the "bindist" USE flag on my system, but it > seems net-p2p/bitcoin-qt wants -bindist: > > ### BEGIN ### > > # USE="bindist" emerge -uDNav @world --with-bdeps=y > > These are the packages that would be

[gentoo-user] bitcoin-qt, openssl and the bindist USE flag

2017-04-08 Thread Francesco Turco
I'm trying to globally enable the "bindist" USE flag on my system, but it seems net-p2p/bitcoin-qt wants -bindist: ### BEGIN ### # USE="bindist" emerge -uDNav @world --with-bdeps=y These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R]

Re: [gentoo-user] How to use github source in ebuild?

2017-04-08 Thread Nils Freydank
You need special variables provided by an git eclass. Newest is git-r3.eclass which you can find in /eclass/. General docs are in devmanual.gentoo.org (which is mostly up-to-date). Here is an example in my overlay (inside the portage tree are several others, too):

[gentoo-user] How to use github source in ebuild?

2017-04-08 Thread mgcyung
I am new to ebuild writing. And I want to write a ebuild with the sources from github. If there is a 'git' protocal support in SRC_URI or other method? Best wishes --- mgcyung

Re: [gentoo-user] How to copy a file into '/etc' in ebuild?

2017-04-08 Thread netfab
Le 08/04/17 à 16:23, mgcyung a tapoté : > I am new to ebuild writing. And I want to copy a file into > diretory /etc in src_install of a ebuild. Which function should I use? > Maybe insinto/doins. https://devmanual.gentoo.org/function-reference/install-functions/index.html

[gentoo-user] How to copy a file into '/etc' in ebuild?

2017-04-08 Thread mgcyung
I am new to ebuild writing. And I want to copy a file into diretory /etc in src_install of a ebuild. Which function should I use? Best wishes --- mgcyung