Open Blaimi opened 10 years ago
Hi,
I need the error above the summary... but my guess is that memory is too low for gwt compile to succeed.
Thanks!
free -h:
total used free shared buffers cached
Mem: 31G 28G 3,2G 1,2G 437M 8,2G
df /var/tmp/portage -h:
Filesystem Size Used Avail Use% Mounted on
none 6.0G 702M 5.4G 12% /var/tmp/portage
Thanks!
I see strange errors at the beginning of the ui build, but they may not be related.
Before I send this to upstream, please try to enable USE minimal, so we disable locales and browsers other than firefox, it should take less time to build and less memory.
You have no swap? so you have only ~10G free...
On Sat, Jun 28, 2014 at 9:45 AM, Blaimi notifications@github.com wrote:
free -h:
free -h total used free shared buffers cached Mem: 31G 28G 3,2G 1,2G 437M 8,2G
df /var/tmp/portage -h:
Filesystem Size Used Avail Use% Mounted on none 6.0G 702M 5.4G 12% /var/tmp/portage
— Reply to this email directly or view it on GitHub https://github.com/alonbl/ovirt-overlay/issues/6#issuecomment-47420068.
It‘s working with USE="minimal". I tried without minimal and with a 8GB enabled swap again but I get the same error as without swap.
OK, this is usable configuration. Do you see any message in /var/log/messages? Some segfault or any other message?
On Sat, Jun 28, 2014 at 10:14 AM, Blaimi notifications@github.com wrote:
It‘s working with USE="minimal". I tried without minimal and with a 8GB enabled swap again but I get the same error as without swap.
— Reply to this email directly or view it on GitHub https://github.com/alonbl/ovirt-overlay/issues/6#issuecomment-47420483.
no, messages contains no relevant information, dmesg ist also empty …
I just tried... need at least 24G to build it... and on my computer it took several hours.
On Sat, Jun 28, 2014 at 4:44 PM, Blaimi notifications@github.com wrote:
no, messages contains no relevant information, dmesg ist also empty …
— Reply to this email directly or view it on GitHub https://github.com/alonbl/ovirt-overlay/issues/6#issuecomment-47427734.
no, no success. I disabled the usage of the tmpfs and enabled a new ~50GB swap – same error :/
OK, let's try modify:
EXTRA_BUILD_FLAGS=$(use minimal && echo "-Dgwt.userAgent=gecko1_8")
\
to:
EXTRA_BUILD_FLAGS=$(use minimal && echo "-Dgwt.userAgent=gecko1_8"
|| echo "-Dgwt.compiler.localWorkers=2") \
On Sun, Jun 29, 2014 at 6:23 PM, Blaimi notifications@github.com wrote:
no, no success. I disabled the usage of the tmpfs and enabled a new ~50GB swap – same error :/
— Reply to this email directly or view it on GitHub https://github.com/alonbl/ovirt-overlay/issues/6#issuecomment-47457813.
yaaaay :) I got it. I don‘t yet exactly know, what the problem was, only modifying the ebuild as described above didn‘t make it. I‘m rolling back the configuration and command-changes one by one to locate the problem. This may take a few days, because I‘m very busy next week.
Thank you very much for your help.
Hi, i'am not able to compile while "-D PROXY" is set in "/etc/conf.d/apache2".
If "-D PROXY" is set, i get exactly the same issue as @Blaimi told above.
Solution:
The complete build.log has ~12.000 lines, here are the last few:
emerge --info: