Greetings! Today I tried to update firefox but it failed with this error: collect2: error: ld terminated with signal 9 [Killed] make[3]: *** [libxul.so] Error 1 make[3]: Leaving directory `/home/pkgmk/work/firefox/src/mozilla-release/toolkit/library' make[2]: *** [libs_tier_platform] Error 2 make[2]: Leaving directory `/home/pkgmk/work/firefox/src/mozilla-release' make[1]: *** [tier_platform] Error 2 make[1]: Leaving directory `/home/pkgmk/work/firefox/src/mozilla-release' make: *** [default] Error 2 =======> ERROR: Building '/home/pkgmk/packages/firefox#21.0-1.pkg.tar.xz' failed. -- Peter A. Shevtsov
Hi Peter, On Thu, May 30, 2013 at 9:01 AM, Peter A. Shevtsov <petr.shevtsov@gmail.com> wrote:
Greetings!
Today I tried to update firefox but it failed with this error:
collect2: error: ld terminated with signal 9 [Killed]
The interesting part would actually be before this line. Everything that follows afterwards is just recursive make calls reporting errors back to their parent. Since ld was killed, it may have been an out of memory situation. A quick look at dmesg should confirm whether that's the case.
make[3]: *** [libxul.so] Error 1 make[3]: Leaving directory `/home/pkgmk/work/firefox/src/mozilla-release/toolkit/library' make[2]: *** [libs_tier_platform] Error 2 make[2]: Leaving directory `/home/pkgmk/work/firefox/src/mozilla-release' make[1]: *** [tier_platform] Error 2 make[1]: Leaving directory `/home/pkgmk/work/firefox/src/mozilla-release' make: *** [default] Error 2 =======> ERROR: Building '/home/pkgmk/packages/firefox#21.0-1.pkg.tar.xz' failed.
Best, Johannes -- Johannes Winkelmann jw@smts.ch
On 31/05/13 02:22, Johannes Winkelmann wrote:
Hi Peter,
Greetings!
Today I tried to update firefox but it failed with this error:
collect2: error: ld terminated with signal 9 [Killed] The interesting part would actually be before this line. Everything
On Thu, May 30, 2013 at 9:01 AM, Peter A. Shevtsov <petr.shevtsov@gmail.com> wrote: that follows afterwards is just recursive make calls reporting errors back to their parent.
Since ld was killed, it may have been an out of memory situation. A quick look at dmesg should confirm whether that's the case.
make[3]: *** [libxul.so] Error 1 make[3]: Leaving directory `/home/pkgmk/work/firefox/src/mozilla-release/toolkit/library' make[2]: *** [libs_tier_platform] Error 2 make[2]: Leaving directory `/home/pkgmk/work/firefox/src/mozilla-release' make[1]: *** [tier_platform] Error 2 make[1]: Leaving directory `/home/pkgmk/work/firefox/src/mozilla-release' make: *** [default] Error 2 =======> ERROR: Building '/home/pkgmk/packages/firefox#21.0-1.pkg.tar.xz' failed.
Best, Johannes -- Johannes Winkelmann jw@smts.ch _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux
If all else fails I built this yesterday http://crux.ster.so/packages/3.0/firefox%2321.0-1.pkg.tar.gz
On 31/05/13 at 05:47pm, Danny Rawlins wrote:
If all else fails I built this yesterday http://crux.ster.so/packages/3.0/firefox%2321.0-1.pkg.tar.gz
Thanks Danny, but I can't ask you every time I need the new firefox build :) -- Peter A. Shevtsov
On 30/05/13 at 09:22am, Johannes Winkelmann wrote:
The interesting part would actually be before this line. Everything that follows afterwards is just recursive make calls reporting errors back to their parent.
Yes, but that's 11MB log file. Is it worth uploading somewhere or should I grep for something?
Since ld was killed, it may have been an out of memory situation. A quick look at dmesg should confirm whether that's the case.
Indeed. Out of memory. Here's the dmesg | tail output after the fail: [1531495.802890] [24994] 101 24994 238587 11190 195 0 300 chromium [1531495.802892] [27122] 100 27122 3261 135 12 0 0 make [1531495.802894] [27144] 100 27144 17565 1457 38 0 0 python [1531495.802895] [27150] 100 27150 2987 50 10 0 0 c++ [1531495.802897] [27151] 100 27151 2923 33 11 0 0 collect2 [1531495.802899] [27152] 100 27152 707994 683749 1353 0 0 ld [1531495.802901] [27774] 101 27774 1636 42 9 0 0 inotifywait [1531495.802903] [27916] 101 27916 4166 397 12 0 0 dwm-statusbar [1531495.802905] Out of memory: Kill process 27152 (ld) score 692 or sacrifice child [1531495.802907] Killed process 27152 (ld) total-vm:2831976kB, anon-rss:2734980kB, file-rss:16kB -- Peter A. Shevtsov
participants (3)
-
Danny Rawlins
-
Johannes Winkelmann
-
Peter A. Shevtsov