-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
needed to build firefox
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mee_install() { | ||
cd $B | ||
start_cmd make install DESTDIR=$D | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aren’t we already in the build directory at this time?
On 03/15/18 14:17, Paul Menzel wrote:
***@***.**** commented on this pull request.
Did you test, that they detect, home directories are on a network file
system, cf. merge/pull request #594
<#594> 1
<#594>.
no, I forgot it. Now I have test it on machmal with user molgen
```
new
molgen@hmmjaaeh:~> time firefox https://github.molgen.mpg.de
^C[GFX1-]: Receive IPC close with reason=AbnormalShutdown
[Child 9207, Chrome_ChildThread] WARNING: pipe error (3): Connection
reset by peer: file
/scratch/local/bee-root/firefox/firefox-59.0-0/source/ipc/chromium/src/chrome/common/ipc_channel_posix.cc,
line 353
real 0m5.740s
user 0m2.028s
sys 0m0.595s
molgen@hmmjaaeh:~> time firefox https://github.molgen.mpg.de
^C[GFX1-]: Receive IPC close with reason=AbnormalShutdown
[Child 9357, Chrome_ChildThread] WARNING: pipe error (3): Connection
reset by peer: file
/scratch/local/bee-root/firefox/firefox-59.0-0/source/ipc/chromium/src/chrome/common/ipc_channel_posix.cc,
line 353
[GFX1-]: Receive IPC close with reason=AbnormalShutdown
real 0m6.367s
user 0m1.935s
sys 0m0.501s
molgen@hmmjaaeh:~> time firefox https://github.molgen.mpg.de
^C[GFX1-]: Receive IPC close with reason=AbnormalShutdown
[Child 9503, Chrome_ChildThread] WARNING: pipe error (3): Connection
reset by peer: file
/scratch/local/bee-root/firefox/firefox-59.0-0/source/ipc/chromium/src/chrome/common/ipc_channel_posix.cc,
line 353
[GFX1-]: Receive IPC close with reason=AbnormalShutdown
[Child 9457, Chrome_ChildThread] WARNING: pipe error (3): Connection
reset by peer: file
/scratch/local/bee-root/firefox/firefox-59.0-0/source/ipc/chromium/src/chrome/common/ipc_channel_posix.cc,
line 353
real 0m5.665s
user 0m1.970s
sys 0m0.627s
old
molgen@hmmjaaeh:~> time firefox https://github.molgen.mpg.de
ERROR - ContextualIdentityService - Unknown version found in
/home/molgen/.mozilla/firefox/dydgx7xx.sigchld/containers.json
^C
real 0m2.857s
user 0m2.481s
sys 0m0.256s
molgen@hmmjaaeh:~> time firefox https://github.molgen.mpg.de
ERROR - ContextualIdentityService - Unknown version found in
/home/molgen/.mozilla/firefox/dydgx7xx.sigchld/containers.json
^C
real 0m2.873s
user 0m2.349s
sys 0m0.294s
molgen@hmmjaaeh:~> time firefox https://github.molgen.mpg.de
^C
real 0m1.690s
user 0m1.756s
sys 0m0.192s
```
Otherwise we need a wrapper with |NSS_SDB_USE_CACHE=1 firefox|'
------------------------------------------------------------------------
In firefox.be0
<#671 (comment)>:
> @@ -42,6 +50,11 @@ mee_build_post() {
EOF
}
+mee_install() {
+ cd $B
+ start_cmd make install DESTDIR=$D
+}
Aren’t we already in the build directory at this time?
no, unfortunately not :-(
…
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub Enterprise
<#671 (review)>,
or mute the thread
<https://github.molgen.mpg.de/notifications/unsubscribe-auth/AAAAkFIj_nmTjdAI25RXHSPNFsl1Il1uks5temnMgaJpZM0SDA==>.
--
IT-Abteilung
Max-Planck-Institut fuer Molekulare Genetik
Fon: -1105
Email: schrader@molgen.mpg.de
|
start time with wrapper real 0m3.260s real 0m2.930s real 0m2.832s real 0m2.354s real 0m3.086s |
releasenotes: https://www.mozilla.org/en-US/firefox/59.0/releasenotes/?utm_source=firefox-browser&utm_medium=firefox-browser&utm_campaign=whatsnew also change sessionstore interval now 2.5 minutes to make the networktraffic to pummel/doener lower
181c6d0
to
f294460
Compare
tested on theinternet. Works for me. |
tested on bacon