kthakore / frozen-bubble

Making frozen bubble cross platform
http://frozen-bubble.org
GNU General Public License v2.0
149 stars 33 forks source link

ever-building server sources #40

Closed kthakore closed 13 years ago

kthakore commented 13 years ago

there's an issue in the build process. the server sources are built even if they're already built. for example, after a clean:

[gc@meuh /tmp/frozen-bubble] ./Build i586-mandriva-linux-gnu-gcc -I/usr/lib/perl5/5.10.1/i386-linux-thread-multi/CORE -fPIC -g -Wall -Werror -pipe -Iserver -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -o server/fb-server.o server/fb-server.c i586-mandriva-linux-gnu-gcc -I/usr/lib/perl5/5.10.1/i386-linux-thread-multi/CORE -fPIC -g -Wall -Werror -pipe -Iserver -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -o server/log.o server/log.c i586-mandriva-linux-gnu-gcc -I/usr/lib/perl5/5.10.1/i386-linux-thread-multi/CORE -fPIC -g -Wall -Werror -pipe -Iserver -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -o server/tools.o server/tools.c i586-mandriva-linux-gnu-gcc -I/usr/lib/perl5/5.10.1/i386-linux-thread-multi/CORE -fPIC -g -Wall -Werror -pipe -Iserver -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -o server/game.o server/game.c i586-mandriva-linux-gnu-gcc -I/usr/lib/perl5/5.10.1/i386-linux-thread-multi/CORE -fPIC -g -Wall -Werror -pipe -Iserver -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -o server/net.o server/net.c i586-mandriva-linux-gnu-gcc -fstack-protector -L/usr/local/lib -o server/fb-server server/fb-server.o server/log.o server/tools.o server/game.o server/net.o -lglib-2.0 Building Games-FrozenBubble i586-mandriva-linux-gnu-gcc -I/usr/lib/perl5/5.10.1/i386-linux-thread-multi/CORE -DXS_VERSION="2.202" -DVERSION="2.202" -fPIC -I/usr/include -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -o lib/Games/FrozenBubble/CStuff.o lib/Games/FrozenBubble/CStuff.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Games/FrozenBubble/CStuff/CStuff.bs') i586-mandriva-linux-gnu-gcc -shared -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -L/usr/local/lib -o blib/arch/auto/Games/FrozenBubble/CStuff/CStuff.so lib/Games/FrozenBubble/CStuff.o -L/usr/lib -lSDL -lSDL_mixer -lSDL_Pango -L/usr/local/lib -L/usr/lib [gc@meuh /tmp/frozen-bubble] [gc@meuh /tmp/frozen-bubble] [gc@meuh /tmp/frozen-bubble] ./Build i586-mandriva-linux-gnu-gcc -I/usr/lib/perl5/5.10.1/i386-linux-thread-multi/CORE -fPIC -g -Wall -Werror -pipe -Iserver -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -o server/fb-server.o server/fb-server.c i586-mandriva-linux-gnu-gcc -I/usr/lib/perl5/5.10.1/i386-linux-thread-multi/CORE -fPIC -g -Wall -Werror -pipe -Iserver -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -o server/log.o server/log.c i586-mandriva-linux-gnu-gcc -I/usr/lib/perl5/5.10.1/i386-linux-thread-multi/CORE -fPIC -g -Wall -Werror -pipe -Iserver -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -o server/tools.o server/tools.c i586-mandriva-linux-gnu-gcc -I/usr/lib/perl5/5.10.1/i386-linux-thread-multi/CORE -fPIC -g -Wall -Werror -pipe -Iserver -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -o server/game.o server/game.c i586-mandriva-linux-gnu-gcc -I/usr/lib/perl5/5.10.1/i386-linux-thread-multi/CORE -fPIC -g -Wall -Werror -pipe -Iserver -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -o server/net.o server/net.c i586-mandriva-linux-gnu-gcc -fstack-protector -L/usr/local/lib -o server/fb-server server/fb-server.o server/log.o server/tools.o server/game.o server/net.o -lglib-2.0 Building Games-FrozenBubble [gc@meuh /tmp/frozen-bubble]

kthakore commented 13 years ago

Author: kthakore Time: 1277735529 Field: status Value: closed

kthakore commented 13 years ago

Author: kthakore Time: 1277735529 Field: resolution Value: fixed

kthakore commented 13 years ago

Author: kthakore Time: 1277735529 Field: comment Value: Fixed with

http://github.com/kthakore/frozen-bubble/commit/ec484b8055427f43e4ca6b1783c4917d92098d2e