Re: Failure of sawfish to build with Fedora 11



Christopher Roy Bratusek wrote:
Am Mon, 22 Jun 2009 00:17:33 +1000
schrieb Allan Duncan <amd2345 fastmail com au>:

I have a curious failure to build sawfish on F11.  From the build log:
RPM build errors:
File not found: /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/rep/i686-pc-linux-gnu/sawfish

which is quite true, the place where the files are at is:
/home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/lib/rep/i686-pc-linux-gnu/sawfish/

Same code on F10 works as advertised.  Suggestions welcome.
I have logs of the autogen.sh run and the rpm build if helpful.

There is also an error that has been around for a while that doesn't
break the  build:
main.c:41:19: error: build.h: No such file or directory

build.h is created _after_ it is used in main.c, but with the same
timestamp as main.o, so maybe there is a race between threads or
processes.


build.h is created correctly on my system (running with -Wall -ansi,
gcc would complain if build.h would not be in place before main.c is
beeing compiled). Also this file-not-found error is -perhaps- coming
from the spec-file, I'll check it now.

It is gcc that is complaining, and is not a recent bug.  I have a functioning
sawfish at the end (except for F11).  The log file has no reference to the
creation of build.h, only its removal, although it _is_ made.  On this
occasion it has a time stamp one second prior to that of main.o
For some reason I can't get nanoseconds in "ls --full-time", always ".000000000"
I've attached the full log, note lines 56 (the error message), 534 (build-info
that creates build.h), 605 and 1026 (... gcc ... -o main.o main.c)
Twice?  And miles from the build-info creation of build.h for nigh on
zero time diffs.
Script started on Sun 21 Jun 2009 11:09:13 PM EST
]0;alland lazarus:SPECS[alland lazarus SPECS]$ rpmbuild -bb sawfish.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.dGm9Mc
+ umask 022
+ cd /home/alland/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/alland/rpmbuild/BUILD
+ rm -rf sawfish-1.5.0
+ /usr/bin/bzip2 -dc /home/alland/rpmbuild/SOURCES/sawfish-1.5.0.tar.bz2
+ /bin/tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd sawfish-1.5.0
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5tCTRo
+ umask 022
+ cd /home/alland/rpmbuild/BUILD
+ cd sawfish-1.5.0
+ LANG=C
+ export LANG
+ unset DISPLAY
+ ./autogen.sh --x-libraries=/usr/lib --x-includes=/usr/include/X11
for dir in src lisp scripts themes sounds man po; do \
	  [ -d $dir ] && ( cd $dir && make distclean ) || exit 1; \
	done
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -g -O2 -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   play-sample.c \
	| sed '\''s/play-sample\.o/& play-sample.lo .play-sample\.d/g'\'' > .play-sample.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -g -O2 -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   selection.c \
	| sed '\''s/selection\.o/& selection.lo .selection\.d/g'\'' > .selection.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -g -O2 -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   x.c \
	| sed '\''s/x\.o/& x.lo .x\.d/g'\'' > .x.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -g -O2 -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   flippers.c \
	| sed '\''s/flippers\.o/& flippers.lo .flippers\.d/g'\'' > .flippers.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -g -O2 -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   gradient.c \
	| sed '\''s/gradient\.o/& gradient.lo .gradient\.d/g'\'' > .gradient.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -g -O2 -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   windows.c \
	| sed '\''s/windows\.o/& windows.lo .windows\.d/g'\'' > .windows.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -g -O2 -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   stacking-list.c \
	| sed '\''s/stacking-list\.o/& stacking-list.lo .stacking-list\.d/g'\'' > .stacking-list.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -g -O2 -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   session.c \
	| sed '\''s/session\.o/& session.lo .session\.d/g'\'' > .session.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -g -O2 -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   server.c \
	| sed '\''s/server\.o/& server.lo .server\.d/g'\'' > .server.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -g -O2 -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   property-cache.c \
	| sed '\''s/property-cache\.o/& property-cache.lo .property-cache\.d/g'\'' > .property-cache.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -g -O2 -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   pixmap-cache.c \
	| sed '\''s/pixmap-cache\.o/& pixmap-cache.lo .pixmap-cache\.d/g'\'' > .pixmap-cache.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -g -O2 -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   multihead.c \
	| sed '\''s/multihead\.o/& multihead.lo .multihead\.d/g'\'' > .multihead.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -g -O2 -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   main.c \
	| sed '\''s/main\.o/& main.lo .main\.d/g'\'' > .main.d'
main.c:41:19: error: build.h: No such file or directory
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -g -O2 -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   keys.c \
	| sed '\''s/keys\.o/& keys.lo .keys\.d/g'\'' > .keys.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -g -O2 -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   images.c \
	| sed '\''s/images\.o/& images.lo .images\.d/g'\'' > .images.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -g -O2 -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   functions.c \
	| sed '\''s/functions\.o/& functions.lo .functions\.d/g'\'' > .functions.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -g -O2 -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   frames.c \
	| sed '\''s/frames\.o/& frames.lo .frames\.d/g'\'' > .frames.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -g -O2 -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   fonts.c \
	| sed '\''s/fonts\.o/& fonts.lo .fonts\.d/g'\'' > .fonts.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -g -O2 -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   events.c \
	| sed '\''s/events\.o/& events.lo .events\.d/g'\'' > .events.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -g -O2 -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   display.c \
	| sed '\''s/display\.o/& display.lo .display\.d/g'\'' > .display.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -g -O2 -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   cursors.c \
	| sed '\''s/cursors\.o/& cursors.lo .cursors\.d/g'\'' > .cursors.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -g -O2 -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   colors.c \
	| sed '\''s/colors\.o/& colors.lo .colors\.d/g'\'' > .colors.d'
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src'
rm -f *~ *.o *.lo *.la *.jlc build.h core
rm -f .*.d sawfish sawfish-about.jl Makefile gtk-style
rm -rf .libs
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp'
set -e; for d in sawfish/gtk sawfish/ui; do \
	  ( cd $d && make clean ); \
	done
make[2]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp/sawfish/gtk'
rm -f *.jlc *~ core
rm -f widgets/*~ widgets/*.jlc
make[2]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp/sawfish/gtk'
make[2]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp/sawfish/ui'
rm -f *.jlc *~ core
rm -f widgets/*~ widgets/*.jlc
rm -f layouts/*~ layouts/*.jlc
make[2]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp/sawfish/ui'
rm -f `find . \( -name '*.jlc' -o -name '*~' -o -name core \) -print`
set -e; for d in sawfish/gtk sawfish/ui; do \
	  ( cd $d && make realclean ); \
	done
make[2]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp/sawfish/gtk'
rm -f *.jlc *~ core
rm -f widgets/*~ widgets/*.jlc
rm -f Makefile
make[2]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp/sawfish/gtk'
make[2]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp/sawfish/ui'
rm -f *.jlc *~ core
rm -f widgets/*~ widgets/*.jlc
rm -f layouts/*~ layouts/*.jlc
rm -f Makefile main.jl
make[2]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp/sawfish/ui'
rm -f Makefile
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/scripts'
rm -f *~ *.jlc core
rm -f sawfish-about.jl Makefile
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/scripts'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/themes'
for d in absolute-e Crux brushed-metal gradient gtk microGUI mono simple smaker get-S-tabbed mxflat Elberg-tabbed; do \
	  rm -f .$d/*.jlc ./$d/*~; \
	done
rm -f *.jlc *.jld *~
rm -f Makefile
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/themes'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/sounds'
rm -f *~ core
rm -f Makefile
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/sounds'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/man'
rm -f *~ sawfish.info* sawfish.?? sawfish.???
rm -f Makefile
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/man'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/po'
rm -f *.pox sawfish.pot *.old.po cat-id-tbl.tmp
rm -f .intltool-merge-cache
rm -f Makefile Makefile.in POTFILES stamp-it
rm -f *.mo *.msg *.cat *.cat.m *.gmo
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/po'
rm -f config.cache config.h config.log config.status Makedefs Makefile
rm -f *~ NEWS DOC* TAGS build.h sawfish.spec sawfish*.ebuild sawfish.pc
rm -rf aclocal.m4 autom4te.cache
removed `m4/intltool.m4'
removed `m4/libtool.m4'
removed `m4/ltoptions.m4'
removed `m4/ltsugar.m4'
removed `m4/ltversion.m4'
removed `m4/lt~obsolete.m4'
Running autoheader
Running libtoolize
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./install-sh'
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Running intltoolize
You should add the contents of '/usr/share/aclocal/intltool.m4' to 'aclocal.m4'.
Running aclocal 
Running autoconf 
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether NLS is requested... yes
checking for intltool >= 0.40.0... 0.40.6 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.10.0
checking for XML::Parser... ok
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for vprintf... yes
checking for _doprnt... no
checking for gethostname... yes
checking for socket... yes
checking for snprintf... yes
checking for getpagesize... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for xdr_void in -lnsl... yes
checking for bind in -lsocket... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking for X11/extensions/Xdbe.h... yes
checking pkg-config is at least version 0.9.0... yes
checking for libXineRama... yes
checking for libXRandR... yes
checking for libXft... yes
checking for libX11... yes
checking for libICE... yes
checking for libSM... yes
checking for PANGO... yes
checking for PANGOX... yes
checking for PANGOXFT... yes
checking for LIBREP... yes
checking for REP_GTK... yes
checking for GTK... yes
checking for GDK_PIXBUF... yes
checking for AUDIOFILE... yes
checking for ESD... yes
checking for malloc_get_state... yes
checking for malloc_set_state... yes
checking for GNOME prefix... ${prefix}
configure: creating ./config.status
config.status: creating Makedefs
config.status: creating Makefile
config.status: creating sawfish.ebuild
config.status: creating sawfish.pc
config.status: creating sawfish.spec
config.status: creating lisp/Makefile
config.status: creating lisp/sawfish/ui/Makefile
config.status: creating lisp/sawfish/gtk/Makefile
config.status: creating lisp/sawfish/gtk/widgets/font.jl
config.status: creating man/Makefile
config.status: creating po/Makefile.in
config.status: creating scripts/Makefile
config.status: creating sounds/Makefile
config.status: creating src/Makefile
config.status: creating themes/Makefile
config.status: creating config.h
config.status: executing libtool commands
config.status: executing po/stamp-it commands

  == == == == == == == == == == == == ==

  sawfish:	1.5.0 'The Hardstyle Factory'

  == == == == == == == == == == == == ==

  prefix:	/usr/local
  exec_prefix:	${prefix}
  libdir:	${exec_prefix}/lib
  libexecdir:	${exec_prefix}/libexec

  == == == == == == == == == == == == ==

  compiler:	gcc
  cflags:	-g -O2 
  preprocessor:	gcc -E
  cppflags:	
  ldflags:	
  makeflags:	

  == == == == == == == == == == == == ==

  rep:		0.90.0
  rep-gtk:	0.18.6
  glib:		2.20.3
  cairo:	1.8.6
  gtk+:		2.16.2

  == == == == == == == == == == == == ==

  xserver:	X.Org X11R7

  == == == == == == == == == == == == ==

  image loader:	gdk

  == == == == == == == == == == == == ==

  Please read README.IMPORTANT

  == == == == == == == == == == == == ==
  
+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/lib/gfortran/modules'
+ export FFLAGS
+ ./configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=i586-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-gcc... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for i686-pc-linux-gnu-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for i686-pc-linux-gnu-ar... no
checking for ar... ar
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
checking for i686-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether NLS is requested... yes
checking for intltool >= 0.40.0... 0.40.6 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.10.0
checking for XML::Parser... ok
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for vprintf... yes
checking for _doprnt... no
checking for gethostname... yes
checking for socket... yes
checking for snprintf... yes
checking for getpagesize... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for xdr_void in -lnsl... yes
checking for bind in -lsocket... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking for X11/extensions/Xdbe.h... yes
checking for i686-pc-linux-gnu-pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libXineRama... yes
checking for libXRandR... yes
checking for libXft... yes
checking for libX11... yes
checking for libICE... yes
checking for libSM... yes
checking for PANGO... yes
checking for PANGOX... yes
checking for PANGOXFT... yes
checking for LIBREP... yes
checking for REP_GTK... yes
checking for GTK... yes
checking for GDK_PIXBUF... yes
checking for AUDIOFILE... yes
checking for ESD... yes
checking for malloc_get_state... yes
checking for malloc_set_state... yes
checking for GNOME prefix... ${prefix}
configure: creating ./config.status
config.status: creating Makedefs
config.status: creating Makefile
config.status: creating sawfish.ebuild
config.status: creating sawfish.pc
config.status: creating sawfish.spec
config.status: creating lisp/Makefile
config.status: creating lisp/sawfish/ui/Makefile
config.status: creating lisp/sawfish/gtk/Makefile
config.status: creating lisp/sawfish/gtk/widgets/font.jl
config.status: creating man/Makefile
config.status: creating po/Makefile.in
config.status: creating scripts/Makefile
config.status: creating sounds/Makefile
config.status: creating src/Makefile
config.status: creating themes/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing libtool commands
config.status: executing po/stamp-it commands

  == == == == == == == == == == == == ==

  sawfish:	1.5.0 'The Hardstyle Factory'

  == == == == == == == == == == == == ==

  prefix:	/usr
  exec_prefix:	/usr
  libdir:	/usr/lib
  libexecdir:	/usr/libexec

  == == == == == == == == == == == == ==

  compiler:	gcc
  cflags:	-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables 
  preprocessor:	gcc -E
  cppflags:	
  ldflags:	
  makeflags:	

  == == == == == == == == == == == == ==

  rep:		0.90.0
  rep-gtk:	0.18.6
  glib:		2.20.3
  cairo:	1.8.6
  gtk+:		2.16.2

  == == == == == == == == == == == == ==

  xserver:	X.Org X11R7

  == == == == == == == == == == == == ==

  image loader:	gdk

  == == == == == == == == == == == == ==

  Please read README.IMPORTANT

  == == == == == == == == == == == == ==
  
+ make host_type=i586-redhat-linux-gnu
/bin/sh build-info i586-redhat-linux-gnu 1.5.0 \
	  '/usr/share/sawfish' '/usr/share/sawfish/1.5.0/lisp' '/usr/libexec/sawfish/1.5.0/i586-redhat-linux-gnu' '/usr/share/locale'
dnsdomainname: Unknown host
repdoc DOC `find . \( -name '*.c' -o -name '*.jl' \) -print`
(cd man && make ../NEWS )
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/man'
makeinfo  --no-headers news.texi -o ../NEWS
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/man'
(cd man && make ../FAQ )
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/man'
makeinfo  --no-validate --no-headers faq.texi -o ../FAQ
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/man'
for dir in src lisp scripts themes sounds man po; do \
	  [ -d $dir ] && ( cd $dir && make all ) || exit 1; \
 	done
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   play-sample.c \
	| sed '\''s/play-sample\.o/& play-sample.lo .play-sample\.d/g'\'' > .play-sample.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   selection.c \
	| sed '\''s/selection\.o/& selection.lo .selection\.d/g'\'' > .selection.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   x.c \
	| sed '\''s/x\.o/& x.lo .x\.d/g'\'' > .x.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   flippers.c \
	| sed '\''s/flippers\.o/& flippers.lo .flippers\.d/g'\'' > .flippers.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   gradient.c \
	| sed '\''s/gradient\.o/& gradient.lo .gradient\.d/g'\'' > .gradient.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   windows.c \
	| sed '\''s/windows\.o/& windows.lo .windows\.d/g'\'' > .windows.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   stacking-list.c \
	| sed '\''s/stacking-list\.o/& stacking-list.lo .stacking-list\.d/g'\'' > .stacking-list.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   session.c \
	| sed '\''s/session\.o/& session.lo .session\.d/g'\'' > .session.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   server.c \
	| sed '\''s/server\.o/& server.lo .server\.d/g'\'' > .server.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   property-cache.c \
	| sed '\''s/property-cache\.o/& property-cache.lo .property-cache\.d/g'\'' > .property-cache.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   pixmap-cache.c \
	| sed '\''s/pixmap-cache\.o/& pixmap-cache.lo .pixmap-cache\.d/g'\'' > .pixmap-cache.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   multihead.c \
	| sed '\''s/multihead\.o/& multihead.lo .multihead\.d/g'\'' > .multihead.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   main.c \
	| sed '\''s/main\.o/& main.lo .main\.d/g'\'' > .main.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   keys.c \
	| sed '\''s/keys\.o/& keys.lo .keys\.d/g'\'' > .keys.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   images.c \
	| sed '\''s/images\.o/& images.lo .images\.d/g'\'' > .images.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   functions.c \
	| sed '\''s/functions\.o/& functions.lo .functions\.d/g'\'' > .functions.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   frames.c \
	| sed '\''s/frames\.o/& frames.lo .frames\.d/g'\'' > .frames.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   fonts.c \
	| sed '\''s/fonts\.o/& fonts.lo .fonts\.d/g'\'' > .fonts.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   events.c \
	| sed '\''s/events\.o/& events.lo .events\.d/g'\'' > .events.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   display.c \
	| sed '\''s/display\.o/& display.lo .display\.d/g'\'' > .display.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   cursors.c \
	| sed '\''s/cursors\.o/& cursors.lo .cursors\.d/g'\'' > .cursors.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   colors.c \
	| sed '\''s/colors\.o/& colors.lo .colors\.d/g'\'' > .colors.d'
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src'
gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   -o colors.o colors.c
gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   -o cursors.o cursors.c
gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   -o display.o display.c
gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   -o events.o events.c
gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   -o fonts.o fonts.c
gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   -o frames.o frames.c
gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   -o functions.o functions.c
gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   -o images.o images.c
gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   -o keys.o keys.c
gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   -o main.o main.c
gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   -o multihead.o multihead.c
gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   -o pixmap-cache.o pixmap-cache.c
gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   -o property-cache.o property-cache.c
gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   -o server.o server.c
gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   -o session.o session.c
gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   -o stacking-list.o stacking-list.c
gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   -o windows.o windows.c
/usr/lib/rep/i686-pc-linux-gnu/libtool --tag CC --mode=link gcc -export-dynamic  \
	  -o sawfish colors.o cursors.o display.o events.o fonts.o frames.o functions.o images.o keys.o main.o multihead.o pixmap-cache.o property-cache.o server.o session.o stacking-list.o windows.o  -lrep -lcrypt -lgmp -lm   -lpangox-1.0 -lpangoxft-1.0 -lpangoft2-1.0 -lXft -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lXrender -lfontconfig -lfreetype -lX11   \
	  -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   -lX11 -lX11   -lXext -lXrender  -lICE -lSM -lXinerama -lXrandr -lXft -lXext -lnsl 
libtool: link: gcc -o sawfish colors.o cursors.o display.o events.o fonts.o frames.o functions.o images.o keys.o main.o multihead.o pixmap-cache.o property-cache.o server.o session.o stacking-list.o windows.o -Wl,--export-dynamic  -lrep -lcrypt -lgmp -lm -lpangox-1.0 -lpangoxft-1.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lX11 -lXrender -lICE -lSM -lXinerama -lXrandr -lXft -lXext -lnsl
gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   -o libclient.o libclient.c
/usr/lib/rep/i686-pc-linux-gnu/libtool --tag CC --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   gradient.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/ -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 gradient.c  -fPIC -DPIC -o .libs/gradient.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/ -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 gradient.c -o gradient.o >/dev/null 2>&1
/usr/lib/rep/i686-pc-linux-gnu/libtool --tag CC --mode=link --tag=CC gcc -avoid-version -module 	  -rpath /usr/lib/rep/i686-pc-linux-gnu  -o gradient.la gradient.lo
libtool: link: gcc -shared  .libs/gradient.o      -Wl,-soname -Wl,gradient.so -o .libs/gradient.so
libtool: link: ar cru .libs/gradient.a  gradient.o
libtool: link: ranlib .libs/gradient.a
libtool: link: ( cd ".libs" && rm -f "gradient.la" && ln -s "../gradient.la" "gradient.la" )
/usr/lib/rep/i686-pc-linux-gnu/libtool --tag CC --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   flippers.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/ -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 flippers.c  -fPIC -DPIC -o .libs/flippers.o
flippers.c:68: warning: 'sym_to_flipper' defined but not used
libtool: compile:  gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/ -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 flippers.c -o flippers.o >/dev/null 2>&1
/usr/lib/rep/i686-pc-linux-gnu/libtool --tag CC --mode=link --tag=CC gcc -avoid-version -module 	  -rpath /usr/lib/rep/i686-pc-linux-gnu  -o flippers.la flippers.lo
libtool: link: gcc -shared  .libs/flippers.o      -Wl,-soname -Wl,flippers.so -o .libs/flippers.so
libtool: link: ar cru .libs/flippers.a  flippers.o
libtool: link: ranlib .libs/flippers.a
libtool: link: ( cd ".libs" && rm -f "flippers.la" && ln -s "../flippers.la" "flippers.la" )
/usr/lib/rep/i686-pc-linux-gnu/libtool --tag CC --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   x.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/ -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 x.c  -fPIC -DPIC -o .libs/x.o
x.c: In function 'Fx_configure_window':
x.c:779: warning: 'changes' may be used uninitialized in this function
x.c:779: note: 'changes' was declared here
libtool: compile:  gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/ -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 x.c -o x.o >/dev/null 2>&1
/usr/lib/rep/i686-pc-linux-gnu/libtool --tag CC --mode=link --tag=CC gcc -avoid-version -module 	  -rpath /usr/lib/rep/i686-pc-linux-gnu  -o x.la x.lo
libtool: link: gcc -shared  .libs/x.o      -Wl,-soname -Wl,x.so -o .libs/x.so
libtool: link: ar cru .libs/x.a  x.o
libtool: link: ranlib .libs/x.a
libtool: link: ( cd ".libs" && rm -f "x.la" && ln -s "../x.la" "x.la" )
/usr/lib/rep/i686-pc-linux-gnu/libtool --tag CC --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   selection.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/ -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 selection.c  -fPIC -DPIC -o .libs/selection.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/ -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 selection.c -o selection.o >/dev/null 2>&1
/usr/lib/rep/i686-pc-linux-gnu/libtool --tag CC --mode=link --tag=CC gcc -avoid-version -module 	  -rpath /usr/lib/rep/i686-pc-linux-gnu  -o selection.la selection.lo
libtool: link: gcc -shared  .libs/selection.o      -Wl,-soname -Wl,selection.so -o .libs/selection.so
libtool: link: ar cru .libs/selection.a  selection.o
libtool: link: ranlib .libs/selection.a
libtool: link: ( cd ".libs" && rm -f "selection.la" && ln -s "../selection.la" "selection.la" )
/usr/lib/rep/i686-pc-linux-gnu/libtool --tag CC --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   play-sample.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/ -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 play-sample.c  -fPIC -DPIC -o .libs/play-sample.o
play-sample.c: In function 'gnome_sound_sample_load_wav':
play-sample.c:138: warning: ignoring return value of 'fread', declared with attribute warn_unused_result
play-sample.c:149: warning: ignoring return value of 'fread', declared with attribute warn_unused_result
play-sample.c:150: warning: ignoring return value of 'fread', declared with attribute warn_unused_result
play-sample.c:151: warning: ignoring return value of 'fread', declared with attribute warn_unused_result
play-sample.c:152: warning: ignoring return value of 'fread', declared with attribute warn_unused_result
play-sample.c:165: warning: ignoring return value of 'fread', declared with attribute warn_unused_result
play-sample.c:166: warning: ignoring return value of 'fread', declared with attribute warn_unused_result
play-sample.c:167: warning: ignoring return value of 'fread', declared with attribute warn_unused_result
play-sample.c:168: warning: ignoring return value of 'fread', declared with attribute warn_unused_result
play-sample.c:169: warning: ignoring return value of 'fread', declared with attribute warn_unused_result
play-sample.c:170: warning: ignoring return value of 'fread', declared with attribute warn_unused_result
play-sample.c:271: warning: ignoring return value of 'fread', declared with attribute warn_unused_result
play-sample.c: In function 'gnome_sound_sample_load':
play-sample.c:437: warning: ignoring return value of 'write', declared with attribute warn_unused_result
libtool: compile:  gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/ -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 play-sample.c -o play-sample.o >/dev/null 2>&1
/usr/lib/rep/i686-pc-linux-gnu/libtool --tag CC --mode=link --tag=CC gcc -avoid-version -module 	  -rpath /usr/lib/rep/i686-pc-linux-gnu  -o play-sample.la play-sample.lo -lesd   -laudiofile -lm  
libtool: link: gcc -shared  .libs/play-sample.o   -lesd -laudiofile -lm    -Wl,-soname -Wl,play-sample.so -o .libs/play-sample.so
libtool: link: ar cru .libs/play-sample.a  play-sample.o
libtool: link: ranlib .libs/play-sample.a
libtool: link: ( cd ".libs" && rm -f "play-sample.la" && ln -s "../play-sample.la" "play-sample.la" )
/usr/lib/rep/i686-pc-linux-gnu/libtool --tag CC --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   client.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/ -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 client.c  -fPIC -DPIC -o .libs/client.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/ -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 client.c -o client.o >/dev/null 2>&1
/usr/lib/rep/i686-pc-linux-gnu/libtool --tag CC --mode=compile gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   -o libclient_.lo libclient.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/ -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 libclient.c  -fPIC -DPIC -o .libs/libclient_.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/ -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 libclient.c -o libclient_.o >/dev/null 2>&1
/usr/lib/rep/i686-pc-linux-gnu/libtool --tag CC --mode=link --tag=CC gcc -avoid-version -module 	  -rpath /usr/lib/rep/i686-pc-linux-gnu  -o client.la client.lo libclient_.lo -lX11 -lX11   -lXext -lXrender  -lICE -lSM -lrep -lcrypt -lgmp -lm   -lnsl 
libtool: link: gcc -shared  .libs/client.o .libs/libclient_.o   -lX11 -lXext -lXrender -lICE -lSM -lrep -lcrypt -lgmp -lm -lnsl    -Wl,-soname -Wl,client.so -o .libs/client.so
libtool: link: ar cru .libs/client.a  client.o libclient_.o
libtool: link: ranlib .libs/client.a
libtool: link: ( cd ".libs" && rm -f "client.la" && ln -s "../client.la" "client.la" )
/bin/sh ./fake-libexec
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/client.a -> ./.libexec/sawfish/client.a
mkdir ./.libexec
mkdir ./.libexec/sawfish
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/client.la -> ./.libexec/sawfish/client.la
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/client.lai -> ./.libexec/sawfish/client.lai
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/client.o -> ./.libexec/sawfish/client.o
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/client.so -> ./.libexec/sawfish/client.so
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/flippers.a -> ./.libexec/sawfish/wm/util/flippers.a
mkdir ./.libexec/sawfish/wm
mkdir ./.libexec/sawfish/wm/util
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/flippers.la -> ./.libexec/sawfish/wm/util/flippers.la
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/flippers.lai -> ./.libexec/sawfish/wm/util/flippers.lai
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/flippers.o -> ./.libexec/sawfish/wm/util/flippers.o
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/flippers.so -> ./.libexec/sawfish/wm/util/flippers.so
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/gradient.a -> ./.libexec/sawfish/wm/util/gradient.a
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/gradient.la -> ./.libexec/sawfish/wm/util/gradient.la
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/gradient.lai -> ./.libexec/sawfish/wm/util/gradient.lai
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/gradient.o -> ./.libexec/sawfish/wm/util/gradient.o
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/gradient.so -> ./.libexec/sawfish/wm/util/gradient.so
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/play-sample.a -> ./.libexec/sawfish/wm/util/play-sample.a
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/play-sample.la -> ./.libexec/sawfish/wm/util/play-sample.la
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/play-sample.lai -> ./.libexec/sawfish/wm/util/play-sample.lai
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/play-sample.o -> ./.libexec/sawfish/wm/util/play-sample.o
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/play-sample.so -> ./.libexec/sawfish/wm/util/play-sample.so
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/selection.a -> ./.libexec/sawfish/wm/util/selection.a
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/selection.la -> ./.libexec/sawfish/wm/util/selection.la
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/selection.lai -> ./.libexec/sawfish/wm/util/selection.lai
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/selection.o -> ./.libexec/sawfish/wm/util/selection.o
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/selection.so -> ./.libexec/sawfish/wm/util/selection.so
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/x.a -> ./.libexec/sawfish/wm/util/x.a
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/x.la -> ./.libexec/sawfish/wm/util/x.la
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/x.lai -> ./.libexec/sawfish/wm/util/x.lai
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/x.o -> ./.libexec/sawfish/wm/util/x.o
/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src/.libs/x.so -> ./.libexec/sawfish/wm/util/x.so
gcc -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12    -o gtk-style gtk-style.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   -lnsl 
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp'
SAWFISHLISPDIR=. SAWFISHEXECDIR=../src/.libexec SAWFISHDOCFILE=../DOC ../src/sawfish --batch --no-rc compiler -f compile-batch sawfish/wm.jl
set -e; for d in sawfish/wm; do \
	  SAWFISHLISPDIR=. SAWFISHEXECDIR=../src/.libexec SAWFISHDOCFILE=../DOC ../src/sawfish --batch --no-rc compiler -f compile-lib-batch $d; \
	done
(compiling sawfish/wm/util/nokogiri.jl)
(compiling sawfish/wm/util/groups.jl)
(compiling sawfish/wm/util/compat.jl)
(compiling sawfish/wm/util/play-audio.jl)
(compiling sawfish/wm/util/prompt.jl)
(compiling sawfish/wm/util/with-output.jl)
(compiling sawfish/wm/util/stacking.jl)
(compiling sawfish/wm/util/keymap-diff.jl)
(compiling sawfish/wm/util/recolor-image.jl)
(compiling sawfish/wm/util/display-window.jl)
(compiling sawfish/wm/util/decode-events.jl)
(compiling sawfish/wm/util/workarea.jl)
(compiling sawfish/wm/util/prompt-extras.jl)
(compiling sawfish/wm/util/keymap.jl)
(compiling sawfish/wm/util/marks.jl)
(compiling sawfish/wm/util/rects.jl)
(compiling sawfish/wm/util/edges.jl)
(compiling sawfish/wm/util/ping.jl)
(compiling sawfish/wm/util/font.jl)
(compiling sawfish/wm/util/window-outline.jl)
(compiling sawfish/wm/util/gtkrc.jl)
(compiling sawfish/wm/util/prompt-wm.jl)
(compiling sawfish/wm/util/display-wininfo.jl)
(compiling sawfish/wm/util/window-order.jl)
(compiling sawfish/wm/workspace.jl)
(compiling sawfish/wm/gnome/integration.jl)
sawfish/wm/gnome/integration.jl:39: At top-level:
sawfish/wm/gnome/integration.jl:39: warning: unused variable `programs'
(compiling sawfish/wm/gnome/menus.jl)
(compiling sawfish/wm/gnome/match-window.jl)
(compiling sawfish/wm/user.jl)
sawfish/wm/user.jl:66: In function `safe-load':
sawfish/wm/user.jl:66: warning: calling undeclared function `error-handler-function'
(compiling sawfish/wm/swapper.jl)
(compiling sawfish/wm/misc.jl)
sawfish/wm/misc.jl:75: In function `call-with-error-handler':
sawfish/wm/misc.jl:75: warning: calling undeclared function `error-handler-function'
(compiling sawfish/wm/viewport.jl)
(compiling sawfish/wm/stacking.jl)
(compiling sawfish/wm/menus.jl)
(compiling sawfish/wm/placement/smart.jl)
(compiling sawfish/wm/placement/off-center.jl)
(compiling sawfish/wm/placement/top-left.jl)
(compiling sawfish/wm/placement/stagger.jl)
(compiling sawfish/wm/focus.jl)
(compiling sawfish/wm/tabs/tabgroup.jl)
(compiling sawfish/wm/tabs/tab.jl)
(compiling sawfish/wm/frames.jl)
(compiling sawfish/wm/server.jl)
(compiling sawfish/wm/gaol.jl)
(compiling sawfish/wm/commands.jl)
(compiling sawfish/wm/ext/workspace-grid.jl)
(compiling sawfish/wm/ext/error-handler.jl)
(compiling sawfish/wm/ext/hide-dialogs.jl)
(compiling sawfish/wm/ext/window-history.jl)
(compiling sawfish/wm/ext/3d-hack.jl)
(compiling sawfish/wm/ext/old-window-menu.jl)
(compiling sawfish/wm/ext/auto-raise.jl)
(compiling sawfish/wm/ext/edge-flip.jl)
(compiling sawfish/wm/ext/match-window.jl)
(compiling sawfish/wm/ext/tooltips.jl)
(compiling sawfish/wm/ext/audio-events.jl)
(compiling sawfish/wm/ext/shade-hover.jl)
(compiling sawfish/wm/ext/beos-window-menu.jl)
(compiling sawfish/wm/ext/infinite-desktop.jl)
(compiling sawfish/wm/commands/xterm.jl)
(compiling sawfish/wm/commands/groups.jl)
(compiling sawfish/wm/commands/size-window.jl)
(compiling sawfish/wm/commands/viewport-extras.jl)
(compiling sawfish/wm/commands/viewport-linear.jl)
(compiling sawfish/wm/commands/describe.jl)
(compiling sawfish/wm/commands/help.jl)
(compiling sawfish/wm/commands/shrink-yank.jl)
(compiling sawfish/wm/commands/grow-pack.jl)
(compiling sawfish/wm/commands/move-cursor.jl)
(compiling sawfish/wm/commands/move-resize.jl)
(compiling sawfish/wm/commands/raise-commands.jl)
(compiling sawfish/wm/commands/x-cycle.jl)
(compiling sawfish/wm/commands/gnome.jl)
(compiling sawfish/wm/commands/cycle.jl)
(compiling sawfish/wm/commands/slide-window.jl)
(compiling sawfish/wm/windows.jl)
(compiling sawfish/wm/keymaps.jl)
(compiling sawfish/wm/state/wm-spec.jl)
(compiling sawfish/wm/state/shading.jl)
(compiling sawfish/wm/state/configure.jl)
(compiling sawfish/wm/state/maximize.jl)
sawfish/wm/state/maximize.jl:526: In function `maximize-window-fullxinerama':
sawfish/wm/state/maximize.jl:526: warning: too many arguments to `screen-dimensions' (1 given, 0 used)
(compiling sawfish/wm/state/open-look.jl)
(compiling sawfish/wm/state/ignored.jl)
(compiling sawfish/wm/state/transient.jl)
(compiling sawfish/wm/state/gnome.jl)
(compiling sawfish/wm/state/mwm.jl)
(compiling sawfish/wm/state/iconify.jl)
(compiling sawfish/wm/customize.jl)
(compiling sawfish/wm/defaults.jl)
(compiling sawfish/wm/session/load.jl)
(compiling sawfish/wm/session/init.jl)
(compiling sawfish/wm/session/save.jl)
(compiling sawfish/wm/custom.jl)
(compiling sawfish/wm/animation/outline.jl)
(compiling sawfish/wm/placement.jl)
(compiling sawfish/wm/custom-defaults.jl)
(compiling sawfish/wm/window-anim.jl)
(compiling sawfish/wm/theming/make-theme-preview.jl)
(compiling sawfish/wm/theming/make-theme.jl)
sawfish/wm/theming/make-theme.jl:53: In function `make-frames':
sawfish/wm/theming/make-theme.jl:53: warning: too many arguments to `make-image' (1 given, 0 used)
(compiling sawfish/wm/cursors.jl)
set -e; for d in sawfish/gtk sawfish/ui; do \
	  ( cd  $d && make all ); \
	done
make[2]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp/sawfish/gtk'
REP_DL_LOAD_PATH=../../..//src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch color-preview.jl
REP_DL_LOAD_PATH=../../..//src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch stock.jl
REP_DL_LOAD_PATH=../../..//src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch widget.jl
REP_DL_LOAD_PATH=../../..//src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch widget-dialog.jl
REP_DL_LOAD_PATH=../../..//src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch widget-test.jl
REP_DL_LOAD_PATH=../../..//src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch widgets/alist.jl
REP_DL_LOAD_PATH=../../..//src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch widgets/color.jl
REP_DL_LOAD_PATH=../../..//src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch widgets/file.jl
REP_DL_LOAD_PATH=../../..//src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch widgets/font.jl
REP_DL_LOAD_PATH=../../..//src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch widgets/list.jl
REP_DL_LOAD_PATH=../../..//src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch widgets/pair.jl
REP_DL_LOAD_PATH=../../..//src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch widgets/program.jl
REP_DL_LOAD_PATH=../../..//src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch widgets/scheme-boolean.jl
make[2]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp/sawfish/gtk'
make[2]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp/sawfish/ui'
sed -e "s|__nokogiridir__|/usr/share/sawfish/1.5.0/lisp|"  main.jl.in >main.jl
REP_DL_LOAD_PATH=../../../src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch apply.jl
REP_DL_LOAD_PATH=../../../src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch config.jl
REP_DL_LOAD_PATH=../../../src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch group.jl
REP_DL_LOAD_PATH=../../../src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch i18n.jl
REP_DL_LOAD_PATH=../../../src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch layout.jl
REP_DL_LOAD_PATH=../../../src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch main.jl
REP_DL_LOAD_PATH=../../../src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch shell.jl
REP_DL_LOAD_PATH=../../../src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch slot.jl
REP_DL_LOAD_PATH=../../../src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch wm.jl
REP_DL_LOAD_PATH=../../../src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch widgets/command.jl
REP_DL_LOAD_PATH=../../../src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch widgets/event.jl
REP_DL_LOAD_PATH=../../../src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch widgets/frame-style.jl
REP_DL_LOAD_PATH=../../../src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch widgets/keymap.jl
REP_DL_LOAD_PATH=../../../src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch widgets/match-window.jl
REP_DL_LOAD_PATH=../../../src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch widgets/modifier-list.jl
REP_DL_LOAD_PATH=../../../src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch widgets/workspace-geometry.jl
REP_DL_LOAD_PATH=../../../src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch widgets/icon.jl
REP_DL_LOAD_PATH=../../../src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../../../lisp rep compiler -f compile-batch layouts/keymaps.jl
make[2]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp/sawfish/ui'
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/scripts'
REP_DL_LOAD_PATH=../src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../lisp rep compiler -f compile-batch sawfish-menu.jl
REP_DL_LOAD_PATH=../src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../lisp rep compiler -f compile-batch sawfish-client.jl
sed -e "s|__lispdir__|/usr/share/sawfish/1.5.0/lisp|" -e "s|__localedir__|/usr/share/locale|" -e "s|__version__|1.5.0|" sawfish-about.jl.in >sawfish-about.jl
REP_DL_LOAD_PATH=../src/.libexec REP_GTK_DONT_INITIALIZE=1 REP_LOAD_PATH=../lisp rep compiler -f compile-batch sawfish-about.jl
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/scripts'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/themes'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/themes'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/sounds'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/sounds'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/man'
makeinfo  -I . sawfish.texi -o sawfish.info
makeinfo  --no-headers user-doc.texi -o ../USERDOC
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/man'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/po'
file=`echo am | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file am.po
file=`echo ar | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file ar.po
file=`echo az | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file az.po
file=`echo be | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file be.po
file=`echo bg | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file bg.po
file=`echo bs | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file bs.po
file=`echo ca | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file ca.po
file=`echo cs | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file cs.po
file=`echo da | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file da.po
file=`echo de | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file de.po
file=`echo dz | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file dz.po
file=`echo el | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file el.po
file=`echo en_CA | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file en_CA.po
file=`echo en_GB | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file en_GB.po
file=`echo es | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file es.po
file=`echo et | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file et.po
file=`echo eu | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file eu.po
file=`echo fi | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file fi.po
file=`echo fr | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file fr.po
file=`echo ga | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file ga.po
file=`echo gl | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file gl.po
file=`echo hu | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file hu.po
file=`echo it | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file it.po
file=`echo ja | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file ja.po
file=`echo ko | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file ko.po
file=`echo lv | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file lv.po
file=`echo mk | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file mk.po
file=`echo ms | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file ms.po
file=`echo nb | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file nb.po
file=`echo ne | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file ne.po
file=`echo nl | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file nl.po
file=`echo nn | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file nn.po
file=`echo no | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file no.po
file=`echo oc | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file oc.po
file=`echo pa | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file pa.po
file=`echo pl | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file pl.po
file=`echo pt_BR | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file pt_BR.po
file=`echo pt | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file pt.po
file=`echo ro | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file ro.po
file=`echo ru | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file ru.po
file=`echo rw | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file rw.po
file=`echo sk | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file sk.po
file=`echo sl | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file sl.po
file=`echo sr Latn | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file sr Latn po
file=`echo sr | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file sr.po
file=`echo sv | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file sv.po
file=`echo tr | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file tr.po
file=`echo uk | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file uk.po
file=`echo vi | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file vi.po
file=`echo wa | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file wa.po
file=`echo zh_CN | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file zh_CN.po
file=`echo zh_TW | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file zh_TW.po
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/po'
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.LqXgaC
+ umask 022
+ cd /home/alland/rpmbuild/BUILD
+ cd sawfish-1.5.0
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386
+ mkdir -p /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/gnome/wm-properties/
+ mkdir -p /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/applications/
+ mkdir -p /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/bin
+ make install DESTDIR=/home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386
/bin/sh build-info i686-pc-linux-gnu 1.5.0 \
	  '/usr/share/sawfish' '/usr/share/sawfish/1.5.0/lisp' '/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu' '/usr/share/locale'
dnsdomainname: Unknown host
for dir in src lisp scripts themes sounds man po; do \
	  [ -d $dir ] && ( cd $dir && make all ) || exit 1; \
 	done
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   main.c \
	| sed '\''s/main\.o/& main.lo .main\.d/g'\'' > .main.d'
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src'
gcc -c -DHAVE_CONFIG_H -DSAWFISH -D__STRICT_ANSI__ -I. -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i586 -mtune=generic -fasynchronous-unwind-tables -I/usr/include/ -I/usr/lib/rep/i686-pc-linux-gnu/   -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   -o main.o main.c
/usr/lib/rep/i686-pc-linux-gnu/libtool --tag CC --mode=link gcc -export-dynamic  \
	  -o sawfish colors.o cursors.o display.o events.o fonts.o frames.o functions.o images.o keys.o main.o multihead.o pixmap-cache.o property-cache.o server.o session.o stacking-list.o windows.o  -lrep -lcrypt -lgmp -lm   -lpangox-1.0 -lpangoxft-1.0 -lpangoft2-1.0 -lXft -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lXrender -lfontconfig -lfreetype -lX11   \
	  -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0   -lX11 -lX11   -lXext -lXrender  -lICE -lSM -lXinerama -lXrandr -lXft -lXext -lnsl 
libtool: link: gcc -o sawfish colors.o cursors.o display.o events.o fonts.o frames.o functions.o images.o keys.o main.o multihead.o pixmap-cache.o property-cache.o server.o session.o stacking-list.o windows.o -Wl,--export-dynamic  -lrep -lcrypt -lgmp -lm -lpangox-1.0 -lpangoxft-1.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lX11 -lXrender -lICE -lSM -lXinerama -lXrandr -lXft -lXext -lnsl
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp'
set -e; for d in sawfish/wm; do \
	  SAWFISHLISPDIR=. SAWFISHEXECDIR=../src/.libexec SAWFISHDOCFILE=../DOC ../src/sawfish --batch --no-rc compiler -f compile-lib-batch $d; \
	done
set -e; for d in sawfish/gtk sawfish/ui; do \
	  ( cd  $d && make all ); \
	done
make[2]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp/sawfish/gtk'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp/sawfish/gtk'
make[2]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp/sawfish/ui'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp/sawfish/ui'
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/scripts'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/scripts'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/themes'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/themes'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/sounds'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/sounds'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/man'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/man'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/po'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/po'
/bin/sh mkinstalldirs /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0 \
	  /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/bin /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu \
	  /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/gnome/wm-properties \
	  /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/applications/ \
	  /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/lib/pkgconfig/ \
	  /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/xsessions/
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/lib
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/lib/pkgconfig
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/xsessions
for dir in src lisp scripts themes sounds man po; do \
	  ( cd $dir && make install ) || exit 1; \
	done
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src'
/bin/sh ../mkinstalldirs /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/bin /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/lib/rep/i686-pc-linux-gnu/sawfish \
	  /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/lib/rep
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/lib/rep/i686-pc-linux-gnu
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/lib/rep/i686-pc-linux-gnu/sawfish
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util
for p in sawfish; do \
	  /usr/lib/rep/i686-pc-linux-gnu/libtool --tag CC --mode=install /usr/bin/install -c $p /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/bin; \
	done
libtool: install: /usr/bin/install -c sawfish /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/bin/sawfish
/usr/lib/rep/i686-pc-linux-gnu/libtool --tag CC --mode=install /usr/bin/install -c gtk-style /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu
libtool: install: /usr/bin/install -c gtk-style /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/gtk-style
/usr/lib/rep/i686-pc-linux-gnu/libtool --tag CC --mode=install /usr/bin/install -c gradient.la /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/;  /usr/lib/rep/i686-pc-linux-gnu/libtool --tag CC --mode=install /usr/bin/install -c flippers.la /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/;  /usr/lib/rep/i686-pc-linux-gnu/libtool --tag CC --mode=install /usr/bin/install -c x.la /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/;  /usr/lib/rep/i686-pc-linux-gnu/libtool --tag CC --mode=install /usr/bin/install -c selection.la /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/;  /usr/lib/rep/i686-pc-linux-gnu/libtool --tag CC --mode=install /usr/bin/install -c play-sample.la /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/;
libtool: install: /usr/bin/install -c .libs/gradient.so /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/gradient.so
libtool: install: /usr/bin/install -c .libs/gradient.lai /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/gradient.la
libtool: install: /usr/bin/install -c .libs/gradient.a /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/gradient.a
libtool: install: chmod 644 /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/gradient.a
libtool: install: ranlib /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/gradient.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/rep/i686-pc-linux-gnu'
libtool: install: /usr/bin/install -c .libs/flippers.so /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/flippers.so
libtool: install: /usr/bin/install -c .libs/flippers.lai /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/flippers.la
libtool: install: /usr/bin/install -c .libs/flippers.a /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/flippers.a
libtool: install: chmod 644 /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/flippers.a
libtool: install: ranlib /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/flippers.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/rep/i686-pc-linux-gnu'
libtool: install: /usr/bin/install -c .libs/x.so /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/x.so
libtool: install: /usr/bin/install -c .libs/x.lai /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/x.la
libtool: install: /usr/bin/install -c .libs/x.a /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/x.a
libtool: install: chmod 644 /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/x.a
libtool: install: ranlib /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/x.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/rep/i686-pc-linux-gnu'
libtool: install: /usr/bin/install -c .libs/selection.so /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/selection.so
libtool: install: /usr/bin/install -c .libs/selection.lai /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/selection.la
libtool: install: /usr/bin/install -c .libs/selection.a /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/selection.a
libtool: install: chmod 644 /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/selection.a
libtool: install: ranlib /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/selection.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/rep/i686-pc-linux-gnu'
libtool: install: /usr/bin/install -c .libs/play-sample.so /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/play-sample.so
libtool: install: /usr/bin/install -c .libs/play-sample.lai /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/play-sample.la
libtool: install: /usr/bin/install -c .libs/play-sample.a /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/play-sample.a
libtool: install: chmod 644 /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/play-sample.a
libtool: install: ranlib /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/play-sample.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/rep/i686-pc-linux-gnu'
/usr/lib/rep/i686-pc-linux-gnu/install-aliases -c . /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu
/usr/lib/rep/i686-pc-linux-gnu/libtool --tag CC --mode=install /usr/bin/install -c client.la /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/lib/rep/i686-pc-linux-gnu/sawfish/
libtool: install: /usr/bin/install -c .libs/client.so /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/lib/rep/i686-pc-linux-gnu/sawfish/client.so
libtool: install: /usr/bin/install -c .libs/client.lai /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/lib/rep/i686-pc-linux-gnu/sawfish/client.la
libtool: install: /usr/bin/install -c .libs/client.a /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/lib/rep/i686-pc-linux-gnu/sawfish/client.a
libtool: install: chmod 644 /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/lib/rep/i686-pc-linux-gnu/sawfish/client.a
libtool: install: ranlib /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/lib/rep/i686-pc-linux-gnu/sawfish/client.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/rep/i686-pc-linux-gnu'
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/src'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp'
set -e; for d in sawfish/wm; do \
	  SAWFISHLISPDIR=. SAWFISHEXECDIR=../src/.libexec SAWFISHDOCFILE=../DOC ../src/sawfish --batch --no-rc compiler -f compile-lib-batch $d; \
	done
set -e; for d in sawfish/gtk sawfish/ui; do \
	  ( cd  $d && make all ); \
	done
make[2]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp/sawfish/gtk'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp/sawfish/gtk'
make[2]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp/sawfish/ui'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp/sawfish/ui'
/bin/sh ../mkinstalldirs /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/wm /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/wm/ext /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/wm/placement /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/wm/animation /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/wm/theming /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/wm/state /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/wm/gnome /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/wm/util /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/wm/commands /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/wm/session /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/wm/tabs
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/wm
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/wm/ext
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/wm/placement
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/wm/animation
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/wm/theming
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/wm/state
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/wm/gnome
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/wm/util
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/wm/commands
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/wm/session
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/wm/tabs
set -e; for d in sawfish/gtk sawfish/ui; do \
	  ( cd $d && make install ); \
	done
make[2]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp/sawfish/gtk'
/bin/sh ../../../mkinstalldirs /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/gtk \
	  /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/gtk/widgets
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/gtk
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/gtk/widgets
set -e; for p in color-preview.jl stock.jl widget.jl widget-dialog.jl widget-test.jl color-preview.jlc stock.jlc widget.jlc widget-dialog.jlc widget-test.jlc; do \
	  /usr/bin/install -c -m 644 $p /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/gtk; \
	done
set -e; for p in widgets/alist.jl widgets/color.jl widgets/file.jl widgets/font.jl widgets/list.jl widgets/pair.jl widgets/program.jl widgets/scheme-boolean.jl widgets/alist.jlc widgets/color.jlc widgets/file.jlc widgets/font.jlc widgets/list.jlc widgets/pair.jlc widgets/program.jlc widgets/scheme-boolean.jlc; do \
	  /usr/bin/install -c -m 644 $p /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/gtk/widgets; \
	done
make[2]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp/sawfish/gtk'
make[2]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp/sawfish/ui'
/bin/sh ../../../mkinstalldirs /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/ui \
	  /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/ui/widgets \
	  /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/ui/layouts /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/bin
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/ui
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/ui/widgets
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/ui/layouts
set -e; for p in apply.jl config.jl group.jl i18n.jl layout.jl main.jl shell.jl slot.jl wm.jl apply.jlc config.jlc group.jlc i18n.jlc layout.jlc main.jlc shell.jlc slot.jlc wm.jlc; do \
	  /usr/bin/install -c -m 644 $p /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/ui; \
	done
set -e; for p in widgets/command.jl widgets/event.jl widgets/frame-style.jl widgets/keymap.jl widgets/match-window.jl widgets/modifier-list.jl widgets/workspace-geometry.jl widgets/icon.jl		 widgets/command.jlc widgets/event.jlc widgets/frame-style.jlc widgets/keymap.jlc widgets/match-window.jlc widgets/modifier-list.jlc widgets/workspace-geometry.jlc widgets/icon.jlc; do \
	  /usr/bin/install -c -m 644 $p /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/ui/widgets; \
	done
set -e; for p in layouts/keymaps.jl layouts/keymaps.jlc; do \
	  /usr/bin/install -c -m 644 $p /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/sawfish/ui/layouts; \
	done
/usr/bin/install -c -m 644 monitor.png /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/..
/usr/bin/install -c main.jlc /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/bin/sawfish-ui
make[2]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp/sawfish/ui'
set -e; for d in sawfish sawfish/wm sawfish/wm/ext sawfish/wm/placement sawfish/wm/animation sawfish/wm/theming sawfish/wm/state sawfish/wm/gnome sawfish/wm/util sawfish/wm/commands sawfish/wm/session sawfish/wm/tabs; do \
	  for f in $d/*.jl $d/*.jlc; do \
	    /usr/bin/install -c -m 644 $f /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp/$d; \
	  done \
	done
/usr/lib/rep/i686-pc-linux-gnu/install-aliases -l . /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/lisp
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/lisp'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/scripts'
/bin/sh ../mkinstalldirs /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/bin /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu \
	  /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/pixmaps
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/pixmaps
/usr/bin/install -c sawfish-menu.jlc /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish-menu
/usr/bin/install -c sawfish-client.jlc /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/bin/sawfish-client
/usr/bin/install -c sawfish-about.jlc /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish-about
/usr/bin/install -c -m 644 sawfish.png /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/pixmaps/sawfish-logo.png
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/scripts'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/themes'
/bin/sh ../mkinstalldirs /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/themes /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/themes
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/themes
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/themes
for d in absolute-e Crux brushed-metal gradient gtk microGUI mono simple smaker get-S-tabbed mxflat Elberg-tabbed; do \
	  rm -rf /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/themes/$d; \
	  for f in ./$d/*; do \
	    if [ $f != ./$d/CVS ]; then \
	      ( cd . && tar czf $d.tar.gz $d/* ) ; \
	      /usr/bin/install -c -m 644 $d.tar.gz /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/themes/$d.tar.gz; \
	    fi \
	  done \
	done
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/themes'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/sounds'
/bin/sh ../mkinstalldirs /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/sounds /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/sounds
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/sounds
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/sounds
for f in ./*.wav; do \
	  /usr/bin/install -c -m 644 $f /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/sawfish/1.5.0/sounds; \
	done
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/sounds'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/man'
/bin/sh ../mkinstalldirs /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/info
mkdir /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/info
for f in sawfish.info*; do \
 	  /usr/bin/install -c -m 644 $f /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/info; \
	done
install-info --info-dir=/home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/info sawfish.info
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/man'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/po'
linguas="am ar az be bg bs ca cs da de dz el en_CA en_GB es et eu fi fr ga gl hu it ja ko lv mk ms nb ne nl nn no oc pa pl pt_BR pt ro ru rw sk sl sr Latn sr sv tr uk vi wa zh_CN zh_TW "; \
	for lang in $linguas; do \
	  dir=/home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/$lang/LC_MESSAGES; \
	  ../install-sh -d $dir; \
	  if test -r $lang.gmo; then \
	    /usr/bin/install -c -m 644 $lang.gmo $dir/sawfish.mo; \
	    echo "installing $lang.gmo as $dir/sawfish.mo"; \
	  else \
	    /usr/bin/install -c -m 644 ./$lang.gmo $dir/sawfish.mo; \
	    echo "installing ./$lang.gmo as" \
		 "$dir/sawfish.mo"; \
	  fi; \
	  if test -r $lang.gmo.m; then \
	    /usr/bin/install -c -m 644 $lang.gmo.m $dir/sawfish.mo.m; \
	    echo "installing $lang.gmo.m as $dir/sawfish.mo.m"; \
	  else \
	    if test -r ./$lang.gmo.m ; then \
	      /usr/bin/install -c -m 644 ./$lang.gmo.m \
		$dir/sawfish.mo.m; \
	      echo "installing ./$lang.gmo.m as" \
		   "$dir/sawfish.mo.m"; \
	    else \
	      true; \
	    fi; \
	  fi; \
	done
installing am.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/am/LC_MESSAGES/sawfish.mo
installing ar.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/ar/LC_MESSAGES/sawfish.mo
installing az.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/az/LC_MESSAGES/sawfish.mo
installing be.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/be/LC_MESSAGES/sawfish.mo
installing bg.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/bg/LC_MESSAGES/sawfish.mo
installing bs.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/bs/LC_MESSAGES/sawfish.mo
installing ca.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/ca/LC_MESSAGES/sawfish.mo
installing cs.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/cs/LC_MESSAGES/sawfish.mo
installing da.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/da/LC_MESSAGES/sawfish.mo
installing de.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/de/LC_MESSAGES/sawfish.mo
installing dz.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/dz/LC_MESSAGES/sawfish.mo
installing el.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/el/LC_MESSAGES/sawfish.mo
installing en_CA.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/en_CA/LC_MESSAGES/sawfish.mo
installing en_GB.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/en_GB/LC_MESSAGES/sawfish.mo
installing es.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/es/LC_MESSAGES/sawfish.mo
installing et.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/et/LC_MESSAGES/sawfish.mo
installing eu.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/eu/LC_MESSAGES/sawfish.mo
installing fi.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/fi/LC_MESSAGES/sawfish.mo
installing fr.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/fr/LC_MESSAGES/sawfish.mo
installing ga.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/ga/LC_MESSAGES/sawfish.mo
installing gl.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/gl/LC_MESSAGES/sawfish.mo
installing hu.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/hu/LC_MESSAGES/sawfish.mo
installing it.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/it/LC_MESSAGES/sawfish.mo
installing ja.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/ja/LC_MESSAGES/sawfish.mo
installing ko.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/ko/LC_MESSAGES/sawfish.mo
installing lv.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/lv/LC_MESSAGES/sawfish.mo
installing mk.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/mk/LC_MESSAGES/sawfish.mo
installing ms.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/ms/LC_MESSAGES/sawfish.mo
installing nb.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/nb/LC_MESSAGES/sawfish.mo
installing ne.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/ne/LC_MESSAGES/sawfish.mo
installing nl.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/nl/LC_MESSAGES/sawfish.mo
installing nn.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/nn/LC_MESSAGES/sawfish.mo
installing no.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/no/LC_MESSAGES/sawfish.mo
installing oc.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/oc/LC_MESSAGES/sawfish.mo
installing pa.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/pa/LC_MESSAGES/sawfish.mo
installing pl.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/pl/LC_MESSAGES/sawfish.mo
installing pt_BR.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/pt_BR/LC_MESSAGES/sawfish.mo
installing pt.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/pt/LC_MESSAGES/sawfish.mo
installing ro.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/ro/LC_MESSAGES/sawfish.mo
installing ru.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/ru/LC_MESSAGES/sawfish.mo
installing rw.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/rw/LC_MESSAGES/sawfish.mo
installing sk.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/sk/LC_MESSAGES/sawfish.mo
installing sl.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/sl/LC_MESSAGES/sawfish.mo
installing sr Latn gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/sr Latn/LC_MESSAGES/sawfish.mo
installing sr.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/sr/LC_MESSAGES/sawfish.mo
installing sv.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/sv/LC_MESSAGES/sawfish.mo
installing tr.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/tr/LC_MESSAGES/sawfish.mo
installing uk.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/uk/LC_MESSAGES/sawfish.mo
installing vi.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/vi/LC_MESSAGES/sawfish.mo
installing wa.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/wa/LC_MESSAGES/sawfish.mo
installing zh_CN.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/zh_CN/LC_MESSAGES/sawfish.mo
installing zh_TW.gmo as /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/locale/zh_TW/LC_MESSAGES/sawfish.mo
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/sawfish-1.5.0/po'
for f in ./DOC*; do \
	  /usr/bin/install -c -m 644 $f /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu; \
	done
rm -f /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/gnome/wm-properties/Sawmill.desktop
/usr/bin/install -c -m 644 ./sawfish.desktop \
		/home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/applications/
/usr/bin/install -c -m 644 ./sawfish-wm.desktop \
	  /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/gnome/wm-properties
for f in sawmill sawmill-client sawmill-ui; do \
	  if [ -x /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/bin/$f ]; then \
	    rm -f /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/bin/$f; \
	    /usr/bin/install -c ./moved /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/bin/$f; \
	  fi \
	done
/usr/bin/install -c -m 644 ./sawfish.pc /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/lib/pkgconfig/
/usr/bin/install -c -m 644 ./sawfish-session.desktop /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/xsessions/sawfish.desktop
+ /usr/lib/rpm/find-lang.sh /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386 sawfish
+ gzip -9nf /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/info/sawfish.info /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/info/sawfish.info-1 /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/info/sawfish.info-2
+ rm -f /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/info/dir
+ /usr/lib/rpm/find-debuginfo.sh --strict-build-id /home/alland/rpmbuild/BUILD/sawfish-1.5.0
extracting debug info from /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/lib/rep/i686-pc-linux-gnu/sawfish/client.so
extracting debug info from /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/flippers.so
extracting debug info from /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/play-sample.so
extracting debug info from /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/selection.so
extracting debug info from /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/gradient.so
extracting debug info from /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/x.so
extracting debug info from /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/gtk-style
extracting debug info from /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/bin/sawfish
symlinked /usr/lib/debug/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/selection.so.debug to /usr/lib/debug/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/selection.so.debug
symlinked /usr/lib/debug/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/gradient.so.debug to /usr/lib/debug/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/gradient.so.debug
symlinked /usr/lib/debug/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/sawfish/wm/util/x.so.debug to /usr/lib/debug/usr/libexec/sawfish/1.5.0/i686-pc-linux-gnu/x.so.debug
945 blocks
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-compress
+ /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
+ /usr/lib/rpm/brp-python-bytecompile
+ /usr/lib/rpm/redhat/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-java-repack-jars
Processing files: sawfish-1.5.0-1.i586
error: File not found: /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/rep/i686-pc-linux-gnu/sawfish
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.cfNpE0
+ umask 022
+ cd /home/alland/rpmbuild/BUILD
+ cd sawfish-1.5.0
+ DOCDIR=/home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/doc/sawfish-1.5.0
+ export DOCDIR
+ rm -rf /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/doc/sawfish-1.5.0
+ /bin/mkdir -p /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/doc/sawfish-1.5.0
+ cp -pr README NEWS FAQ TODO OPTIONS README.IMPORTANT KEYBINDINGS USERDOC COPYING COPYING.SOUNDS /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/usr/share/doc/sawfish-1.5.0
+ exit 0


RPM build errors:
    File not found: /home/alland/rpmbuild/BUILDROOT/sawfish-1.5.0-1.i386/rep/i686-pc-linux-gnu/sawfish
]0;alland lazarus:SPECS[alland lazarus SPECS]$ exit
exit

Script done on Sun 21 Jun 2009 11:24:07 PM EST


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]