Message1591

Author matthiaskrgr
Recipients
Date 2011-08-28.15:06:10
Content
I don't have "python" installed (but "python2").
I encountered this bug when I compiled frpg fist time on my new software setup.
I can reproduce it removing all code files from the repo and doing "git reset
--hard HEAD" afterwards.

configure log is attached

when I compile, the process stops with 


mv -f .deps/open_gl_atlas.Tpo .deps/open_gl_atlas.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -O2  -Wall 
-DFD_DATADIR='"/usr/local/share/freedroidrpg"' -ffast-math    
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -MT mission.o -MD -MP -MF
.deps/mission.Tpo -c -o mission.o mission.c
mv -f .deps/mission.Tpo .deps/mission.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -O2  -Wall 
-DFD_DATADIR='"/usr/local/share/freedroidrpg"' -ffast-math    
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -MT chat.o -MD -MP -MF
.deps/chat.Tpo -c -o chat.o chat.c
mv -f .deps/chat.Tpo .deps/chat.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -O2  -Wall 
-DFD_DATADIR='"/usr/local/share/freedroidrpg"' -ffast-math    
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -MT light.o -MD -MP -MF
.deps/light.Tpo -c -o light.o light.c
mv -f .deps/light.Tpo .deps/light.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -O2  -Wall 
-DFD_DATADIR='"/usr/local/share/freedroidrpg"' -ffast-math    
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -MT getopt.o -MD -MP -MF
.deps/getopt.Tpo -c -o getopt.o getopt.c
mv -f .deps/getopt.Tpo .deps/getopt.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -O2  -Wall 
-DFD_DATADIR='"/usr/local/share/freedroidrpg"' -ffast-math    
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -MT getopt1.o -MD -MP -MF
.deps/getopt1.Tpo -c -o getopt1.o getopt1.c
mv -f .deps/getopt1.Tpo .deps/getopt1.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -O2  -Wall 
-DFD_DATADIR='"/usr/local/share/freedroidrpg"' -ffast-math    
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -MT scandir.o -MD -MP -MF
.deps/scandir.Tpo -c -o scandir.o scandir.c
mv -f .deps/scandir.Tpo .deps/scandir.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -O2  -Wall 
-DFD_DATADIR='"/usr/local/share/freedroidrpg"' -ffast-math    
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -MT sound_effects.o -MD -MP -MF
.deps/sound_effects.Tpo -c -o sound_effects.o sound_effects.c
mv -f .deps/sound_effects.Tpo .deps/sound_effects.Po
gcc -DHAVE_CONFIG_H -I. -I..     -g -O2  -Wall 
-DFD_DATADIR='"/usr/local/share/freedroidrpg"' -ffast-math    
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT  -MT lists.o -MD -MP -MF
.deps/lists.Tpo -c -o lists.o lists.c
mv -f .deps/lists.Tpo .deps/lists.Po
python gen_savestruct.py struct.h savestruct
make[2]: python: Command not found
make[2]: *** [savestruct.c] Error 127
make[2]: Leaving directory `/home/matthias/vcs/git-svn/freedroid/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/matthias/vcs/git-svn/freedroid'
make: *** [all] Error 2


Probably we should add python to the configure script?
Files
File name Uploaded
config.log matthiaskrgr, 2011-08-28.15:06:10
History
Date User Action Args
2011-08-28 15:06:11matthiaskrgrsetmessageid: <1314543971.04.0.74927111971.issue455@freedroid.org>
2011-08-28 15:06:11matthiaskrgrlinkissue455 messages
2011-08-28 15:06:10matthiaskrgrcreate