[Bug 604971] Review Request: jwm - Joe's Window Manager

bugzilla at redhat.com bugzilla at redhat.com
Mon Aug 22 10:41:50 UTC 2011


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=604971

--- Comment #20 from Germán Racca <gracca at gmail.com> 2011-08-22 06:41:49 EDT ---
(In reply to comment #18)
......
> Some ignorable spelling errors, but also empty debug packages. Seems to be the
> right compiler flags haven't applied. To add CFLAGS='$RPM_OPT_FLAGS' or
> CFLAGS='%{optflags}' to the "make" call should solve the problem. I recommend
> the latter, because we shouldn't mix variables and macros.


Mario: I got the following errors while using cflags as you suggested.

+ make -j4 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'
cd src ; make all
make[1]: Entering directory `/home/german/rpmbuild/BUILD/jwm-500/src'
gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic background.c
gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic border.c
gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic button.c
gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic client.c
In file included from jwm.h:92:0,
                 from client.c:10:
/usr/include/ft2build.h:56:38: fatal error: freetype/config/ftheader.h: No such
file or directory
compilation terminated.
In file included from jwm.h:92:0,
                 from button.c:10:
/usr/include/ft2build.h:56:38: fatal error: freetype/config/ftheader.h: No such
file or directory
compilation terminated.
In file included from jwm.h:92:0,
                 from background.c:10:
/usr/include/ft2build.h:56:38: fatal error: freetype/config/ftheader.h: No such
file or directory
compilation terminated.
In file included from jwm.h:92:0,
                 from border.c:7:
/usr/include/ft2build.h:56:38: fatal error: freetype/config/ftheader.h: No such
file or directory
compilation terminated.
make[1]: *** [client.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [background.o] Error 1
make[1]: *** [button.o] Error 1
make[1]: *** [border.o] Error 1
make[1]: Leaving directory `/home/german/rpmbuild/BUILD/jwm-500/src'
make: *** [all] Error 2
error: Bad exit status from /home/german/rpmbuild/TMP/rpm-tmp.xXBN8v (%build)

Can you help me with that?

-- 
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