Neil Bothwick wrote:
> On Thu, 13 Jun 2019 14:48:04 +0300, Alexey Eschenko wrote:
>
>> That was my first move. Unfortunately it didn't help.
>> But in the first answer in this thread I saw a good idea about
>> decreasing number of parallel build threads. I have MAKEOPTS="-j32" and
>> it's probably the cause of my problem with this package. Right now I'm
>> trying separate build environment with decreased job count value and it
>> looks promissing. I'll leave the message with results in the reply to
>> that message. 13.06.2019, 14:13, "Neil Bothwick" <[email protected]>:
> You can set that in package.env too, I do this for Chromium:
>
> % cat /etc/portage/package.env/chromium
> www-client/chromium alert-done.conf disk-tmpdir.conf j2.conf
>
> % cat /etc/portage/env/j2.conf
> MAKEOPTS="-j2"
>


Has that changed?  I have a package.env FILE that contains a list of
packages and the path to a file in /etc/portage/env/ that tells what to
change that for package/  Looks like this:


root@fireball / # cat /etc/portage/package.env/package.env
#www-client/seamonkey  ../env/single.conf
#www-client/firefox  ../env/single.conf
#www-client/firefox  ../env/notmpfs.conf
#www-client/seamonkey ../env/notmpfs.conf
app-office/libreoffice ../env/notmpfs.conf
#sys-devel/gcc ../env/notmpfs.conf
dev-qt/qtwebengine ../env/notmpfs.conf
#dev-qt/qtwebkit ../env/notmpfs.conf
#sci-electronics/kicad ../env/notmpfs.conf

root@fireball / # ls -al /etc/portage/env/
total 16
drwxr-xr-x  2 root root 4096 Sep  3  2017 .
drwxr-xr-x 14 root root 4096 May 31 00:40 ..
-rw-r--r--  1 root root   35 Sep  3  2017 notmpfs.conf
-rw-r--r--  1 root root   31 Feb 12  2017 single.conf

root@fireball / # cat /etc/portage/env/notmpfs.conf
PORTAGE_TMPDIR="/var/tmp/notmpfs"

root@fireball / # cat /etc/portage/env/single.conf
#EMERGE_DEFAULT_OPTS="-j1"

root@fireball / #


I think I'm doing this different than what you posted.  It works but is
it being changed and I need to update before it stops working? 

Dale

:-)  :-) 

Reply via email to