[Bug 459989] Review Request: gnurobots - A robot programming game

bugzilla at redhat.com bugzilla at redhat.com
Sat Oct 25 13:35:10 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=459989





--- Comment #7 from Victor Bogado <bogado at bogado.net>  2008-10-25 09:35:09 EDT ---
I think that the makefile don't respects the CFLAGS then because your spec is
not compiling with the flags, look at this sample command-line: 

gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/readline/
-I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include   -I/usr/include/freetype2
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0
-I/usr/include/pango-1.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/cairo   -pthread -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include   -I../include
-DPKGLIBDIR=\"/usr/lib64/gnurobots\"
-DABS_TOP_BUILDDIR=\"/home/bogado/rpmbuild/BUILD/gnurobots-1.2.0\"
-DPKGDATADIR=\"/usr/share/gnurobots\" -DMAPS_PATH=\"/usr/share/gnurobots/maps\"
-DSCRIPTS_PATH=\"/usr/share/gnurobots/scheme\"    -pedantic-errors -Werror
-Wall -g -MT map.o -MD -MP -MF .deps/map.Tpo -c -o map.o map.c

The following flags (evaluated in my fedora 9 box) should show : 

$ rpm --eval %{optflags}
-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m64 -mtune=generic

As far as I can see it this is the only thing missing.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list