Build error on debian 4

Added by sebcap26 over 8 years ago

Hello,

I have this error when I try to make all :

~/ryzom/code/ryzom/server# $RYZOM_PATH/tools/scripts/linux/make_all
*********************** BUILD INIT NEL SUCCESS !

*********************** BUILD NEL SUCCESS !

*********************** BUILD NEL INSTALL SUCCESS !

rm: cannot remove `/home/sebastien/ryzom/code/ryzom//server/src/*/*.packed_sheets': No such file or directory
***************************************************
***************************************************
*********************** UPDATE RYZOM MAKEFILE COMMON FAILED
***************************************************
***************************************************
exiting...

Do you know how to do ?

Thanks.


Replies (8)

RE: Build error on debian 4 - Added by sebcap26 over 8 years ago

I resolved my problem with a "sudo apt-get install make".

Make is not installed with debian.

RE: Build error on debian 4 - Added by linuxx over 8 years ago

apt-get install build-essential

RE: Build error on debian 4 - Added by sebcap26 over 8 years ago

I have another error now, after a very long time building (2 or 3 hours) :

*********************** BUILD INIT NEL SUCCESS !

*********************** BUILD NEL SUCCESS !

*********************** BUILD NEL INSTALL SUCCESS !

rm: cannot remove `/home/sebastien/ryzom/code/ryzom/server/src/*/*.packed_sheets': No such file or directory
*********************** UPDATE RYZOM MAKEFILE COMMON SUCCESS !

*********************** BUILD RYZOM COMMON SUCCESS !

*********************** UPDATE RYZOM MAKEFILE SUCCESS !

***************************************************
***************************************************
*********************** BUILD RYZOM FAILED
***************************************************
***************************************************

I join my log files with this message.

RE: Build error on debian 4 - Added by linuxx over 8 years ago

/character_structure/character_sentence.h:42: warning: 'bool operator==(const CCharacterSentence&, const CCharacterSentence&)' defined but not used
virtual memory exhausted: Cannot allocate memory]
virtual memory exhausted: Cannot allocate memory
virtual memory exhausted: Cannot allocate memory

How much memory do you have?

RE: Build error on debian 4 - Added by linuxx over 8 years ago

Make sure your swap is at least a Gig. If it is.. double it!.

RE: Build error on debian 4 - Added by sebcap26 over 8 years ago

I have a virtual server, and creating swap isn't possible :'(

Memory problems seems to be on the begin of the build, I don't think it's the problem ...

RE: Build error on debian 4 - Added by linuxx over 8 years ago

virtual memory exhausted: Cannot allocate memory
virtual memory exhausted: Cannot allocate memory
make[2]: *** [nf_grp_npc.o] Error 1
make[2]: *** [nf_grp.o] Error 1
In file included from stdpch.h:188,

I thinking, if you cant compile some of the prerequisite's for some library's in the beginning then when the final binary's go to compile its going to fail.

Install VirtualBox on your computer, allocate a ton of memory to it, then compile. Once you have binary's, scp them to your virtual server.

(1-8/8)