Murphy pointed out that this could be because of the "-j 5" flag. This flag "make" to run 5 jobs at a time. Indeed, from the wiki: "The *../configure* step checks for required dependencies. 'make -j 5' should work on a system with 1 GB of RAM; 'make -j' may work on systems with more RAM." I was indeed compiling in a vm with 1gb ram, and running "make" without '-j 5' worked. It looks like 'authenticator' and 'user_event_log' are the most memory intensive components to compile. Or there's a breaking change with a more recent version of g++. Or a combination :> Anyway, give that a try, I'm guessing that this will work for you too.
On Wed, Feb 15, 2012 at 2:33 PM, Kyriakos Zarifis <kyr.zari...@gmail.com>wrote: > I couldn't look at it at the time, so I ended up simply not compiling the > offending components.. I am planning to take a look at some point soon (but > if you do it first feel free to share:> ) > > On Wed, Feb 15, 2012 at 2:15 PM, Shrutarshi Basu <ba...@cs.cornell.edu>wrote: > >> Did you manage to fix it? If so, do you remember what you did? >> Thanks, >> >> >> On Wed, Feb 15, 2012 at 3:00 PM, Kyriakos Zarifis >> <kyr.zari...@gmail.com>wrote: >> >>> I actually came across this too last week when compiling destiny on >>> Ubuntu 11.10. >>> It also happened for "user_event_log" and I think maybe one more >>> component. >>> >>> On Wed, Feb 15, 2012 at 9:58 AM, Shrutarshi Basu >>> <ba...@cs.cornell.edu>wrote: >>> >>>> Hi guys, >>>> I'm trying to compile the Destiny branch on Ubuntu 10.04 with GCC 4.4 >>>> but I keep getting the following error: >>>> >>>> g++: Internal error: Killed (program cc1plus) >>>> Please submit a full bug report. >>>> See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions. >>>> make[9]: *** [authenticator_la-authenticator_util.lo] Error 1 >>>> make[9]: *** Waiting for unfinished jobs.... >>>> make[9]: Leaving directory >>>> `/home/user/src/nox/build/src/nox/netapps/authenticator' >>>> make[8]: *** [all] Error 2 >>>> >>>> Can someone tell me what's wrong? Configure finishes fine, should I be >>>> using a different GCC version? >>>> Thanks, >>>> Basu >>>> >>>> -- >>>> Shrutarshi Basu >>>> Basus.me >>>> The ByteBaker <http://bytebaker.com> >>>> >>>> >>>> _______________________________________________ >>>> nox-dev mailing list >>>> nox-dev@noxrepo.org >>>> http://noxrepo.org/mailman/listinfo/nox-dev >>>> >>>> >>> >> >> >> -- >> Shrutarshi Basu >> Basus.me >> The ByteBaker <http://bytebaker.com> >> >> >
_______________________________________________ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev