Re: Failure of sawfish to build with Fedora 11



Allan Duncan wrote:
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.

OK, the _real_ place for the error is librep:

I tried (on F10) a target of i686 rather than leave it for the default
i386, for librep, rep-gtk and sawfish, and sawfish barfed just like on
F11 (which now has a default of i586).

Redoing librep w/o the i686 allowed a successful i686 compile of rep-gtk
and sawfish.

I think the problem is related to this librep compile error message:
+ make
Makefile:87: rules.mk: No such file or directory
/bin/sh rules.mk.sh '/usr/share/rep' '/usr/lib/rep/i686-pc-linux-gnu' \
'/usr/lib/rep/0.90.0/i686-pc-linux-gnu/doc-strings' >rules.mk

and from Makefile:87
include $(top_srcdir)/rules.mk

Full versions of these files appended.

# Makedefs.in -- input for the common Makefile definitions
# Copyright (C) 1998 John Harper <john dcs warwick ac uk>
# $Id: Makedefs.in,v 1.35 2003/09/04 05:57:43 jsh Exp $
#
# This file is part of Jade.
#
# Jade is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# Jade is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Jade; see the file COPYING.  If not, write to
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.

version=0.90.0
libversion=13:0:4
SHELL=/bin/sh

top_srcdir=.
srcdir=.

prefix=/usr
exec_prefix=/usr
datarootdir=${prefix}/share
datadir=/usr/share
bindir=/usr/bin
includedir=/usr/include
infodir=/usr/share/info
libdir=/usr/lib
libexecdir=/usr/lib
localstatedir=/var
mandir=/usr/share/man
sharedstatedir=/var/lib
aclocaldir=/usr/share/aclocal
emacssitelispdir=${datadir}/emacs/site-lisp

host_type=i686-pc-linux-gnu
repdir=${datadir}/rep
replispdir=${repdir}/${version}/lisp
repexecdir=${libexecdir}/rep/${version}/${host_type}
repcommonexecdir=${libexecdir}/rep/${host_type}
repdocfile=${repexecdir}/doc-strings

CC=gcc
LIBTOOL=$(SHELL) $(top_builddir)/libtool
MAKEDEP=$(CC) -MM
CPPFLAGS=-DHAVE_CONFIG_H -I. -I$(top_srcdir)/src -I.. 
CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables
LDFLAGS=
LIBS=-ldl  -lcrypt
LIBOBJS=
EXTRA_LIBOBJS=
READLINE_LIBS= -L/lib -lreadline  -lncurses
GMP_LIBS=-lgmp -lm
GDBM_LIBS=-lgdbm
FFI_LIBS=
ALLOCA=

DESTDIR=
INSTALL=/usr/bin/install -c
INSTALL_DATA=${INSTALL} -m 644
INSTALL_PROGRAM=${INSTALL}
INSTALL_SCRIPT=${INSTALL}

MAKEINFO = makeinfo --no-split
MAKEINFOFLAGS =
TEXI2DVI = texi2dvi
TEXI2PDF = texi2pdf
DVIPS = dvips

HAVE_X11=
HAVE_UNIX=1

.PHONY: clean realclean install

rep_prog = $(top_builddir)/src/rep
COMPILE_ENV = REPLISPDIR=$(top_builddir)/lisp \
	      REP_DL_LOAD_PATH=$(top_builddir)/src/.libexec \
	      REPDOCFILE=$(top_builddir)/doc-strings

include $(top_srcdir)/rules.mk
rep_LIBTOOL=$(SHELL) $(top_builddir)/libtool

# Rule for ``normal'' C objects
%.o : %.c
	$(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $<

# Rule for ``normal'' executables
% : %.c
	$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBS)

# Rule for libtool controlled C objects
%.lo : %.c
	$(LIBTOOL) --mode=compile --tag=CC $(CC) -c $(CPPFLAGS) $(CFLAGS) $<

# Rule for dlopen'able C objects
%.la : %.c
	$(LIBTOOL) --mode=compile --tag=CC $(CC) -c $(CPPFLAGS) $(CFLAGS) $<
	$(rep_DL_LD) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $*.lo

# Build dependancy files from C source files.
.%.d : %.c
	$(SHELL) -ec '$(MAKEDEP) $(CPPFLAGS) $< \
	| sed '\''s/$*\.o/& $*.lo .$*\.d/g'\'' > $@'
# Makefile.in for Jade version 4
# Copyright (C) 1998 John Harper <john dcs warwick ac uk>
# $Id: Makefile.in,v 1.33 2003/09/04 05:57:43 jsh Exp $
#
# This file is part of Jade.
#
# Jade is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# Jade is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Jade; see the file COPYING.  If not, write to
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.

ETAGS:= etags

top_builddir=.


ALL_SUBDIRS = intl src lisp man
INSTALL_SUBDIRS = src lisp man

all : build.h rules.mk doc-strings
	for dir in $(ALL_SUBDIRS); do \
	  [ -d $$dir ] && ( cd $$dir && $(MAKE) $@ ) || exit 1; \
	done

build.h : build-info config.status
	$(SHELL) $< $(host_type) $(version) \
	  '$(repdir)' '$(replispdir)' '$(repexecdir)' \
	  '$(repdocfile)' '$(repcommonexecdir)' >$@

rules.mk : rules.mk.sh config.status
	$(SHELL) $< '$(repdir)' '$(repcommonexecdir)' '$(repdocfile)' >$@

check :
	for dir in $(ALL_SUBDIRS); do \
	  [ -d $$dir ] && ( cd $$dir && $(MAKE) $@ ) || exit 1; \
	done

install : all installdirs
	for dir in $(INSTALL_SUBDIRS); do \
	  ( cd $$dir && $(MAKE) $@ ) || exit 1; \
	done
	$(INSTALL_DATA) doc-strings $(DESTDIR)$(repexecdir)
	$(INSTALL_SCRIPT) emulate-gnu-tar $(DESTDIR)$(repexecdir)
	$(INSTALL_SCRIPT) libtool $(DESTDIR)$(repcommonexecdir)
	$(INSTALL_DATA) rules.mk $(DESTDIR)$(repcommonexecdir)
	$(INSTALL_SCRIPT) install-aliases $(DESTDIR)$(repcommonexecdir)
	$(INSTALL_DATA) rep-debugger.el $(DESTDIR)$(emacssitelispdir)
	mkdir -p $(DESTDIR)$(libdir)/pkgconfig
	$(INSTALL_DATA) $(top_srcdir)/librep.pc $(DESTDIR)$(libdir)/pkgconfig/

installdirs : mkinstalldirs
	$(SHELL) $< $(DESTDIR)$(repdir)/$(version) \
	  $(DESTDIR)$(bindir) $(DESTDIR)$(aclocaldir) \
	  $(DESTDIR)$(repcommonexecdir) $(DESTDIR)$(repexecdir) \
	  $(DESTDIR)$(emacssitelispdir)

uninstall :
	-for dir in $(INSTALL_SUBDIRS); do \
	  ( cd $$dir && $(MAKE) $@ ) || exit 1; \
	done
	rm -rf $(DESTDIR)$(repdir)/$(version)
	rm -rf $(DESTDIR)$(repexecdir)
	rm -f $(DESTDIR)$(repcommonexecdir)/rules.mk
	rm -f $(DESTDIR)$(repcommonexecdir)/install-aliases
	rm -f $(DESTDIR)$(repcommonexecdir)/libtool
	rm -f $(DESTDIR)$(emacssitelispdir)/rep-debugger.el
	rm -f $(DESTDIR)$(libdir)/pkgconfig/librep.pc

doc-strings : src/repdoc
	src/repdoc doc-strings `find $(top_srcdir) -name '*.c' -print`

src/repdoc :
	( cd src && $(MAKE) repdoc )

NEWS : man/news.texi
	( cd man && $(MAKE) ../NEWS )

clean :
	-for dir in $(ALL_SUBDIRS); do \
	  [ -d $$dir ] && ( cd $$dir && $(MAKE) $@ ) || exit 1; \
	done
	rm -f *~ NEWS doc-strings TAGS build.h

distclean :
	-for dir in $(ALL_SUBDIRS); do \
	  [ -d $$dir ] && ( cd $$dir && $(MAKE) $@ ) || exit 1; \
	done
	rm -f config.cache config.h config.log config.status Makefile libtool
	rm -f *~ NEWS doc-strings TAGS build.h rules.mk librep.spec
	rm -f configure.orig librep-*.ebuild librep.pc

realclean : distclean

tags: TAGS
#
# Use separate and explicit expressions rather than "(def.*" to avoid
# grabbing:
# ./lisp/rep.jl:54:       (default-error-handler (car error-data) [...]
# ./lisp/define.jl:146:  (define-scan-internals body))
#
TAGS :
	-rm -f $@
	set -e;								      \
	c_files=`find $(top_srcdir) -name '*.[hc]' -print`;		      \
	rep_files=`find $(top_srcdir) -name '*.jl' -print`;		      \
	${ETAGS} --language=c $$c_files					      \
	  --language=none						      \
	   --regex='/[ \t]*DEFSTRING[ \t]*([ \t]*\([^ \t,]+\)/\1/'	      \
	   --regex='/[ \t]*DEFSYM[ \t]*([ \t]*\([^ \t,]+\)/Q\1/'	      \
	   --regex='/[ \t]*DEFSYM[ \t]*([ \t]*[^ \t,]+[ \t,]+"\([^"]+\)/\1/'  \
	   --regex='/[ \t]*DEFUN\(_INT\)?[ \t]*([ \t]*"\([^"]+\)/\2/'	      \
		$$c_files						      \
	  --language=lisp $$rep_files					      \
	  --language=none						      \
	   --regex='/[ \t]+([ \t]*defun[ \t]+(?[ \t]*\([^ \t)]+\)/\1/'	      \
	   --regex='/[ \t]+([ \t]*define[ \t]+(?[ \t]*\([^ \t)]+\)/\1/'	      \
	   --regex='/[ \t]+([ \t]*defmacro[ \t]+(?[ \t]*\([^ \t)]+\)/\1/'     \
	   --regex='/[ \t]+([ \t]*defsubst[ \t]+(?[ \t]*\([^ \t)]+\)/\1/'     \
	   --regex='/[ \t]+([ \t]*defconst[ \t]+(?[ \t]*\([^ \t)]+\)/\1/'     \
	   --regex='/[ \t]+([ \t]*defvar[ \t]+(?[ \t]*\([^ \t)]+\)/\1/'	      \
	   --regex="/[ \t]+([ \t]*define-file-handler[ \t]+'\([^ \t)]+\)/\1/" \
	   --regex="/[ \t]+([ \t]*define-datum-printer[ \t]+'\([^ \t)]+\)/\1/"\
		$$rep_files

.PHONY: install uninstall nobak clean realclean TAGS tags distclean

Script started on Wed 24 Jun 2009 10:51:32 PM EST
[alland lazarus SPECS]> rpmbuild -bb librep.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fKSFdG
+ umask 022
+ cd /home/alland/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/alland/rpmbuild/BUILD
+ rm -rf librep-0.90.0
+ /usr/bin/bzip2 -dc /home/alland/rpmbuild/SOURCES/librep-0.90.0.tar.bz2
+ /bin/tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd librep-0.90.0
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.9T6NNj
+ umask 022
+ cd /home/alland/rpmbuild/BUILD
+ cd librep-0.90.0
+ LANG=C
+ export LANG
+ unset DISPLAY
+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -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=i386 -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=i386 -mtune=generic -fasynchronous-unwind-tables -I/usr/lib/gfortran/modules'
+ export FFLAGS
+ ./configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=i386-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 --with-readline --enable-shared --disable-rpath --libexecdir=/usr/lib
configure: WARNING: unrecognized options: --disable-rpath
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... yes
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 host system type... (cached) i686-pc-linux-gnu
checking for i686-pc-linux-gnu-gcc... gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for library containing strerror... none required
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking whether gcc needs -traditional... no
checking for gethostent... yes
checking for setsockopt... yes
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
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/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.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 unistd.h... (cached) yes
checking siginfo.h usability... no
checking siginfo.h presence... no
checking for siginfo.h... no
checking for memory.h... (cached) yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for string.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for mpz_init in -lgmp... no
checking for __gmpz_init in -lgmp... yes
checking for __gmp_randinit... yes
checking gdbm.h usability... yes
checking gdbm.h presence... yes
checking for gdbm.h... yes
checking for gdbm_open in -lgdbm... yes
checking for malloc_get_state... yes
checking for malloc_set_state... yes
checking for tputs in -lncurses... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking for readline in -lreadline... yes
checking ffi.h usability... no
checking ffi.h presence... no
checking for ffi.h... no
checking for dlfcn.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking sys/dl.h usability... no
checking sys/dl.h presence... no
checking for sys/dl.h... no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for preceding underscore in symbols... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for working memcmp... yes
checking for vprintf... yes
checking for _doprnt... no
checking for getcwd... yes
checking for gethostname... yes
checking for select... yes
checking for socket... yes
checking for strcspn... yes
checking for strerror... yes
checking for strstr... yes
checking for stpcpy... yes
checking for strtol... yes
checking for psignal... yes
checking for strsignal... yes
checking for snprintf... yes
checking for grantpt... yes
checking for lrand48... yes
checking for getpagesize... (cached) yes
checking for setitimer... yes
checking for dladdr... yes
checking for dlerror... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strdup... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for siginterrupt... yes
checking for gettimeofday... yes
checking for strtoll... yes
checking for strtoq... yes
checking for realpath... yes
checking for crypt... no
checking for crypt in -lcrypt... yes
checking whether unistd.h declares environ... no
checking whether /dev/ptmx exists... yes
checking whether /dev/ptyXN devices exist... no
checking for aclocal directory... /usr/share/aclocal
checking for data type to store Lisp values... int
checking for size of Lisp value type... 4 bytes
checking for value type constant suffix... L
checking for value type printf conversion... 
checking size of long... 4
checking size of long long... 8
checking size of void *... 4
checking for broken alpha gcc... no
checking for stack growth direction... assuming downwards
checking for LC_MESSAGES... yes
checking for _nl_msg_cat_cntr... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating lisp/Makefile
config.status: creating Makefile
config.status: creating man/Makefile
config.status: creating intl/Makefile
config.status: creating librep.spec
config.status: creating librep.pc
config.status: creating librep.ebuild
config.status: creating config.h
config.status: config.h is unchanged
config.status: creating src/rep_config.h
config.status: src/rep_config.h is unchanged
config.status: executing libtool commands
config.status: executing default commands
configure: WARNING: unrecognized options: --disable-rpath

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

  librep:	0.90.0

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

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

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

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

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

  libgmp:	yes
  libgdbm:	yes
  readline:	yes
  libffi:	no

  == == == == == == == == == == == == ==
  
+ make
Makefile:87: rules.mk: No such file or directory
/bin/sh rules.mk.sh '/usr/share/rep' '/usr/lib/rep/i686-pc-linux-gnu' '/usr/lib/rep/0.90.0/i686-pc-linux-gnu/doc-strings' >rules.mk
/bin/sh build-info i686-pc-linux-gnu 0.90.0 \
	  '/usr/share/rep' '/usr/share/rep/0.90.0/lisp' '/usr/lib/rep/0.90.0/i686-pc-linux-gnu' \
	  '/usr/lib/rep/0.90.0/i686-pc-linux-gnu/doc-strings' '/usr/lib/rep/i686-pc-linux-gnu' >build.h
( cd src && make repdoc )
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/src'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  rep.c \
	| sed '\''s/rep\.o/& rep.lo .rep\.d/g'\'' > .rep.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  utf8.c \
	| sed '\''s/utf8\.o/& utf8.lo .utf8\.d/g'\'' > .utf8.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  ffi.c \
	| sed '\''s/ffi\.o/& ffi.lo .ffi\.d/g'\'' > .ffi.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  md5.c \
	| sed '\''s/md5\.o/& md5.lo .md5\.d/g'\'' > .md5.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  sockets.c \
	| sed '\''s/sockets\.o/& sockets.lo .sockets\.d/g'\'' > .sockets.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  safemach.c \
	| sed '\''s/safemach\.o/& safemach.lo .safemach\.d/g'\'' > .safemach.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  record-profile.c \
	| sed '\''s/record-profile\.o/& record-profile.lo .record-profile\.d/g'\'' > .record-profile.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  repgdbm.c \
	| sed '\''s/repgdbm\.o/& repgdbm.lo .repgdbm\.d/g'\'' > .repgdbm.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  tables.c \
	| sed '\''s/tables\.o/& tables.lo .tables\.d/g'\'' > .tables.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  readline.c \
	| sed '\''s/readline\.o/& readline.lo .readline\.d/g'\'' > .readline.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  gettext.c \
	| sed '\''s/gettext\.o/& gettext.lo .gettext\.d/g'\'' > .gettext.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  timers.c \
	| sed '\''s/timers\.o/& timers.lo .timers\.d/g'\'' > .timers.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  repsdbm.c \
	| sed '\''s/repsdbm\.o/& repsdbm.lo .repsdbm\.d/g'\'' > .repsdbm.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  unix_processes.c \
	| sed '\''s/unix_processes\.o/& unix_processes.lo .unix_processes\.d/g'\'' > .unix_processes.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  unix_main.c \
	| sed '\''s/unix_main\.o/& unix_main.lo .unix_main\.d/g'\'' > .unix_main.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  unix_files.c \
	| sed '\''s/unix_files\.o/& unix_files.lo .unix_files\.d/g'\'' > .unix_files.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  unix_dl.c \
	| sed '\''s/unix_dl\.o/& unix_dl.lo .unix_dl\.d/g'\'' > .unix_dl.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  weak-refs.c \
	| sed '\''s/weak-refs\.o/& weak-refs.lo .weak-refs\.d/g'\'' > .weak-refs.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  values.c \
	| sed '\''s/values\.o/& values.lo .values\.d/g'\'' > .values.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  tuples.c \
	| sed '\''s/tuples\.o/& tuples.lo .tuples\.d/g'\'' > .tuples.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  symbols.c \
	| sed '\''s/symbols\.o/& symbols.lo .symbols\.d/g'\'' > .symbols.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  structures.c \
	| sed '\''s/structures\.o/& structures.lo .structures\.d/g'\'' > .structures.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  streams.c \
	| sed '\''s/streams\.o/& streams.lo .streams\.d/g'\'' > .streams.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  regsub.c \
	| sed '\''s/regsub\.o/& regsub.lo .regsub\.d/g'\'' > .regsub.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  regexp.c \
	| sed '\''s/regexp\.o/& regexp.lo .regexp\.d/g'\'' > .regexp.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  origin.c \
	| sed '\''s/origin\.o/& origin.lo .origin\.d/g'\'' > .origin.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  numbers.c \
	| sed '\''s/numbers\.o/& numbers.lo .numbers\.d/g'\'' > .numbers.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  misc.c \
	| sed '\''s/misc\.o/& misc.lo .misc\.d/g'\'' > .misc.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  message.c \
	| sed '\''s/message\.o/& message.lo .message\.d/g'\'' > .message.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  main.c \
	| sed '\''s/main\.o/& main.lo .main\.d/g'\'' > .main.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  macros.c \
	| sed '\''s/macros\.o/& macros.lo .macros\.d/g'\'' > .macros.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  lispmach.c \
	| sed '\''s/lispmach\.o/& lispmach.lo .lispmach\.d/g'\'' > .lispmach.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  lispcmds.c \
	| sed '\''s/lispcmds\.o/& lispcmds.lo .lispcmds\.d/g'\'' > .lispcmds.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  lisp.c \
	| sed '\''s/lisp\.o/& lisp.lo .lisp\.d/g'\'' > .lisp.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  gh.c \
	| sed '\''s/gh\.o/& gh.lo .gh\.d/g'\'' > .gh.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  fluids.c \
	| sed '\''s/fluids\.o/& fluids.lo .fluids\.d/g'\'' > .fluids.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  find.c \
	| sed '\''s/find\.o/& find.lo .find\.d/g'\'' > .find.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  files.c \
	| sed '\''s/files\.o/& files.lo .files\.d/g'\'' > .files.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  debug-buffer.c \
	| sed '\''s/debug-buffer\.o/& debug-buffer.lo .debug-buffer\.d/g'\'' > .debug-buffer.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  datums.c \
	| sed '\''s/datums\.o/& datums.lo .datums\.d/g'\'' > .datums.d'
/bin/sh -ec 'gcc -MM -DHAVE_CONFIG_H -I. -I../src -I..  continuations.c \
	| sed '\''s/continuations\.o/& continuations.lo .continuations\.d/g'\'' > .continuations.d'
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/src'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/src'
gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o repdoc.o repdoc.c
/bin/sh ../libtool --mode=link --tag=CC gcc  -o repdoc repdoc.o -lgdbm
libtool: link: gcc -o repdoc repdoc.o  -lgdbm
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/src'
src/repdoc doc-strings `find . -name '*.c' -print`
for dir in intl src lisp man; do \
	  [ -d $dir ] && ( cd $dir && make all ) || exit 1; \
	done
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/intl'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/intl'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/src'
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables continuations.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables continuations.c  -fPIC -DPIC -o .libs/continuations.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables continuations.c -o continuations.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables datums.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables datums.c  -fPIC -DPIC -o .libs/datums.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables datums.c -o datums.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables debug-buffer.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables debug-buffer.c  -fPIC -DPIC -o .libs/debug-buffer.o
debug-buffer.c: In function 'rep_db_spew':
debug-buffer.c:196: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
debug-buffer.c:197: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
debug-buffer.c:200: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables debug-buffer.c -o debug-buffer.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables files.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables files.c  -fPIC -DPIC -o .libs/files.o
files.c: In function 'Fclose_file':
files.c:911: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables files.c -o files.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables find.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables find.c  -fPIC -DPIC -o .libs/find.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables find.c -o find.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables fluids.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables fluids.c  -fPIC -DPIC -o .libs/fluids.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables fluids.c -o fluids.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables gh.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables gh.c  -fPIC -DPIC -o .libs/gh.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables gh.c -o gh.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables lisp.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables lisp.c  -fPIC -DPIC -o .libs/lisp.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables lisp.c -o lisp.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables lispcmds.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables lispcmds.c  -fPIC -DPIC -o .libs/lispcmds.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables lispcmds.c -o lispcmds.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables lispmach.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables lispmach.c  -fPIC -DPIC -o .libs/lispmach.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables lispmach.c -o lispmach.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables macros.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables macros.c  -fPIC -DPIC -o .libs/macros.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables macros.c -o macros.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables main.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables main.c  -fPIC -DPIC -o .libs/main.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables main.c -o main.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables message.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables message.c  -fPIC -DPIC -o .libs/message.o
message.c: In function 'default_message':
message.c:45: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
message.c:70: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables message.c -o message.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables misc.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables misc.c  -fPIC -DPIC -o .libs/misc.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables misc.c -o misc.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables numbers.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables numbers.c  -fPIC -DPIC -o .libs/numbers.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables numbers.c -o numbers.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables origin.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables origin.c  -fPIC -DPIC -o .libs/origin.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables origin.c -o origin.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables regexp.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables regexp.c  -fPIC -DPIC -o .libs/regexp.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables regexp.c -o regexp.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables regsub.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables regsub.c  -fPIC -DPIC -o .libs/regsub.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables regsub.c -o regsub.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables streams.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables streams.c  -fPIC -DPIC -o .libs/streams.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables streams.c -o streams.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables structures.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables structures.c  -fPIC -DPIC -o .libs/structures.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables structures.c -o structures.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables symbols.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables symbols.c  -fPIC -DPIC -o .libs/symbols.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables symbols.c -o symbols.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables tuples.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables tuples.c  -fPIC -DPIC -o .libs/tuples.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables tuples.c -o tuples.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables values.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables values.c  -fPIC -DPIC -o .libs/values.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables values.c -o values.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables weak-refs.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables weak-refs.c  -fPIC -DPIC -o .libs/weak-refs.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables weak-refs.c -o weak-refs.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables unix_dl.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables unix_dl.c  -fPIC -DPIC -o .libs/unix_dl.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables unix_dl.c -o unix_dl.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables unix_files.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables unix_files.c  -fPIC -DPIC -o .libs/unix_files.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables unix_files.c -o unix_files.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables unix_main.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables unix_main.c  -fPIC -DPIC -o .libs/unix_main.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables unix_main.c -o unix_main.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables unix_processes.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables unix_processes.c  -fPIC -DPIC -o .libs/unix_processes.o
unix_processes.c: In function 'run_process':
unix_processes.c:733: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables unix_processes.c -o unix_processes.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link --tag=CC gcc  \
	  -version-info 13:0:4 -export-symbols ./librep.sym \
	  -o librep.la continuations.lo datums.lo debug-buffer.lo files.lo find.lo fluids.lo gh.lo lisp.lo lispcmds.lo lispmach.lo macros.lo main.lo message.lo misc.lo numbers.lo origin.lo regexp.lo regsub.lo streams.lo structures.lo symbols.lo tuples.lo values.lo weak-refs.lo unix_dl.lo unix_files.lo unix_main.lo unix_processes.lo -rpath /usr/lib -ldl  -lcrypt -lgmp -lm
libtool: link: echo "{ global:" > .libs/librep.ver
libtool: link:  cat ./librep.sym | sed -e "s/\(.*\)/\1;/" >> .libs/librep.ver
libtool: link:  echo "local: *; };" >> .libs/librep.ver
libtool: link:  gcc -shared  .libs/continuations.o .libs/datums.o .libs/debug-buffer.o .libs/files.o .libs/find.o .libs/fluids.o .libs/gh.o .libs/lisp.o .libs/lispcmds.o .libs/lispmach.o .libs/macros.o .libs/main.o .libs/message.o .libs/misc.o .libs/numbers.o .libs/origin.o .libs/regexp.o .libs/regsub.o .libs/streams.o .libs/structures.o .libs/symbols.o .libs/tuples.o .libs/values.o .libs/weak-refs.o .libs/unix_dl.o .libs/unix_files.o .libs/unix_main.o .libs/unix_processes.o   -ldl -lcrypt -lgmp -lm    -Wl,-soname -Wl,librep.so.9 -Wl,-version-script -Wl,.libs/librep.ver -o .libs/librep.so.9.4.0
libtool: link: (cd ".libs" && rm -f "librep.so.9" && ln -s "librep.so.9.4.0" "librep.so.9")
libtool: link: (cd ".libs" && rm -f "librep.so" && ln -s "librep.so.9.4.0" "librep.so")
libtool: link: ar cru .libs/librep.a  continuations.o datums.o debug-buffer.o files.o find.o fluids.o gh.o lisp.o lispcmds.o lispmach.o macros.o main.o message.o misc.o numbers.o origin.o regexp.o regsub.o streams.o structures.o symbols.o tuples.o values.o weak-refs.o unix_dl.o unix_files.o unix_main.o unix_processes.o
libtool: link: ranlib .libs/librep.a
libtool: link: ( cd ".libs" && rm -f "librep.la" && ln -s "../librep.la" "librep.la" )
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables sdbm.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables sdbm.c  -fPIC -DPIC -o .libs/sdbm.o
sdbm.c: In function 'makroom':
sdbm.c:342: warning: ignoring return value of 'write', declared with attribute warn_unused_result
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables sdbm.c -o sdbm.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables sdbm_pair.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables sdbm_pair.c  -fPIC -DPIC -o .libs/sdbm_pair.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables sdbm_pair.c -o sdbm_pair.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables sdbm_hash.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables sdbm_hash.c  -fPIC -DPIC -o .libs/sdbm_hash.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables sdbm_hash.c -o sdbm_hash.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables repsdbm.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables repsdbm.c  -fPIC -DPIC -o .libs/repsdbm.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables repsdbm.c -o repsdbm.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link --tag=CC gcc -avoid-version -module 	  -rpath /usr/lib/rep/i686-pc-linux-gnu  -o sdbm.la sdbm.lo sdbm_pair.lo sdbm_hash.lo repsdbm.lo
libtool: link: gcc -shared  .libs/sdbm.o .libs/sdbm_pair.o .libs/sdbm_hash.o .libs/repsdbm.o      -Wl,-soname -Wl,sdbm.so -o .libs/sdbm.so
libtool: link: ar cru .libs/sdbm.a  sdbm.o sdbm_pair.o sdbm_hash.o repsdbm.o
libtool: link: ranlib .libs/sdbm.a
libtool: link: ( cd ".libs" && rm -f "sdbm.la" && ln -s "../sdbm.la" "sdbm.la" )
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables timers.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables timers.c  -fPIC -DPIC -o .libs/timers.o
timers.c: In function 'timer_signal_handler':
timers.c:97: warning: ignoring return value of 'write', declared with attribute warn_unused_result
timers.c: In function 'timer_fd_handler':
timers.c:212: warning: ignoring return value of 'read', declared with attribute warn_unused_result
timers.c: In function 'rep_dl_init':
timers.c:367: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables timers.c -o timers.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link --tag=CC gcc -avoid-version -module 	  -rpath /usr/lib/rep/i686-pc-linux-gnu -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables  -o timers.la timers.lo
libtool: link: gcc -shared  .libs/timers.o    -m32 -march=i386 -mtune=generic   -Wl,-soname -Wl,timers.so -o .libs/timers.so
libtool: link: ar cru .libs/timers.a  timers.o
libtool: link: ranlib .libs/timers.a
libtool: link: ( cd ".libs" && rm -f "timers.la" && ln -s "../timers.la" "timers.la" )
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables gettext.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables gettext.c  -fPIC -DPIC -o .libs/gettext.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables gettext.c -o gettext.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link --tag=CC gcc -avoid-version -module 	  -rpath /usr/lib/rep/i686-pc-linux-gnu  -o gettext.la gettext.lo 
libtool: link: gcc -shared  .libs/gettext.o      -Wl,-soname -Wl,gettext.so -o .libs/gettext.so
libtool: link: ar cru .libs/gettext.a  gettext.o
libtool: link: ranlib .libs/gettext.a
libtool: link: ( cd ".libs" && rm -f "gettext.la" && ln -s "../gettext.la" "gettext.la" )
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables readline.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables readline.c  -fPIC -DPIC -o .libs/readline.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables readline.c -o readline.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link --tag=CC gcc -avoid-version -module 	  -rpath /usr/lib/rep/i686-pc-linux-gnu  -o readline.la readline.lo -L/lib -lreadline  -lncurses
libtool: link: gcc -shared  .libs/readline.o   -L/lib -lreadline -lncurses    -Wl,-soname -Wl,readline.so -o .libs/readline.so
libtool: link: ar cru .libs/readline.a  readline.o
libtool: link: ranlib .libs/readline.a
libtool: link: ( cd ".libs" && rm -f "readline.la" && ln -s "../readline.la" "readline.la" )
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables tables.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables tables.c  -fPIC -DPIC -o .libs/tables.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables tables.c -o tables.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link --tag=CC gcc -avoid-version -module 	  -rpath /usr/lib/rep/i686-pc-linux-gnu -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables  -o tables.la tables.lo
libtool: link: gcc -shared  .libs/tables.o    -m32 -march=i386 -mtune=generic   -Wl,-soname -Wl,tables.so -o .libs/tables.so
libtool: link: ar cru .libs/tables.a  tables.o
libtool: link: ranlib .libs/tables.a
libtool: link: ( cd ".libs" && rm -f "tables.la" && ln -s "../tables.la" "tables.la" )
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables repgdbm.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables repgdbm.c  -fPIC -DPIC -o .libs/repgdbm.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables repgdbm.c -o repgdbm.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link --tag=CC gcc -avoid-version -module 	  -rpath /usr/lib/rep/i686-pc-linux-gnu  -o gdbm.la repgdbm.lo -lgdbm
libtool: link: gcc -shared  .libs/repgdbm.o   -lgdbm    -Wl,-soname -Wl,gdbm.so -o .libs/gdbm.so
libtool: link: ar cru .libs/gdbm.a  repgdbm.o
libtool: link: ranlib .libs/gdbm.a
libtool: link: ( cd ".libs" && rm -f "gdbm.la" && ln -s "../gdbm.la" "gdbm.la" )
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables record-profile.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables record-profile.c  -fPIC -DPIC -o .libs/record-profile.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables record-profile.c -o record-profile.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link --tag=CC gcc -avoid-version -module 	  -rpath /usr/lib/rep/i686-pc-linux-gnu -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables  -o record-profile.la record-profile.lo
libtool: link: gcc -shared  .libs/record-profile.o    -m32 -march=i386 -mtune=generic   -Wl,-soname -Wl,record-profile.so -o .libs/record-profile.so
libtool: link: ar cru .libs/record-profile.a  record-profile.o
libtool: link: ranlib .libs/record-profile.a
libtool: link: ( cd ".libs" && rm -f "record-profile.la" && ln -s "../record-profile.la" "record-profile.la" )
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables safemach.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables safemach.c  -fPIC -DPIC -o .libs/safemach.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables safemach.c -o safemach.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link --tag=CC gcc -avoid-version -module 	  -rpath /usr/lib/rep/i686-pc-linux-gnu  -o safe-interpreter.la safemach.lo
libtool: link: gcc -shared  .libs/safemach.o      -Wl,-soname -Wl,safe-interpreter.so -o .libs/safe-interpreter.so
libtool: link: ar cru .libs/safe-interpreter.a  safemach.o
libtool: link: ranlib .libs/safe-interpreter.a
libtool: link: ( cd ".libs" && rm -f "safe-interpreter.la" && ln -s "../safe-interpreter.la" "safe-interpreter.la" )
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables sockets.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables sockets.c  -fPIC -DPIC -o .libs/sockets.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables sockets.c -o sockets.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link --tag=CC gcc -avoid-version -module 	  -rpath /usr/lib/rep/i686-pc-linux-gnu  -o sockets.la sockets.lo
libtool: link: gcc -shared  .libs/sockets.o      -Wl,-soname -Wl,sockets.so -o .libs/sockets.so
libtool: link: ar cru .libs/sockets.a  sockets.o
libtool: link: ranlib .libs/sockets.a
libtool: link: ( cd ".libs" && rm -f "sockets.la" && ln -s "../sockets.la" "sockets.la" )
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables md5.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables md5.c  -fPIC -DPIC -o .libs/md5.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables md5.c -o md5.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables rep-md5.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables rep-md5.c  -fPIC -DPIC -o .libs/rep-md5.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables rep-md5.c -o rep-md5.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link --tag=CC gcc -avoid-version -module 	  -rpath /usr/lib/rep/i686-pc-linux-gnu  -o md5.la md5.lo rep-md5.lo
libtool: link: gcc -shared  .libs/md5.o .libs/rep-md5.o      -Wl,-soname -Wl,md5.so -o .libs/md5.so
libtool: link: ar cru .libs/md5.a  md5.o rep-md5.o
libtool: link: ranlib .libs/md5.a
libtool: link: ( cd ".libs" && rm -f "md5.la" && ln -s "../md5.la" "md5.la" )
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables ffi.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables ffi.c  -fPIC -DPIC -o .libs/ffi.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables ffi.c -o ffi.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link --tag=CC gcc -avoid-version -module 	  -rpath /usr/lib/rep/i686-pc-linux-gnu  -o ffi.la ffi.lo 
libtool: link: gcc -shared  .libs/ffi.o      -Wl,-soname -Wl,ffi.so -o .libs/ffi.so
libtool: link: ar cru .libs/ffi.a  ffi.o
libtool: link: ranlib .libs/ffi.a
libtool: link: ( cd ".libs" && rm -f "ffi.la" && ln -s "../ffi.la" "ffi.la" )
/bin/sh ../libtool --mode=compile --tag=CC gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables utf8.c
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables utf8.c  -fPIC -DPIC -o .libs/utf8.o
libtool: compile:  gcc -c -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables utf8.c -o utf8.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link --tag=CC gcc -avoid-version -module 	  -rpath /usr/lib/rep/i686-pc-linux-gnu  -o utf8.la utf8.lo
libtool: link: gcc -shared  .libs/utf8.o      -Wl,-soname -Wl,utf8.so -o .libs/utf8.so
libtool: link: ar cru .libs/utf8.a  utf8.o
libtool: link: ranlib .libs/utf8.a
libtool: link: ( cd ".libs" && rm -f "utf8.la" && ln -s "../utf8.la" "utf8.la" )
gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o rep.o rep.c
/bin/sh ../libtool --mode=link --tag=CC gcc -export-dynamic -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables  -o rep \
	  rep.o librep.la  -ldl  -lcrypt -lgmp -lm
libtool: link: gcc -DHAVE_CONFIG_H -I. -I../src -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/rep rep.o -Wl,--export-dynamic  ./.libs/librep.so -ldl -lcrypt -lgmp -lm
/bin/sh rep-config.sh "/usr" "/usr/lib" "0.90.0" \
	  " -ldl  -lcrypt -lgmp -lm" "/usr/lib/rep/i686-pc-linux-gnu" \
	  "/usr/share/rep/site-lisp" >rep-config
chmod +x rep-config
gcc -DHAVE_CONFIG_H -I. -I../src -I..  -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables  -o rep-remote rep-remote.c -ldl  -lcrypt
/bin/sh ./fake-libexec
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/gdbm.a -> ./.libexec/rep/io/db/gdbm.a
mkdir ./.libexec
mkdir ./.libexec/rep
mkdir ./.libexec/rep/io
mkdir ./.libexec/rep/io/db
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/gdbm.la -> ./.libexec/rep/io/db/gdbm.la
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/gdbm.lai -> ./.libexec/rep/io/db/gdbm.lai
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/gdbm.so -> ./.libexec/rep/io/db/gdbm.so
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/repgdbm.o -> ./.libexec/rep/io/db/repgdbm.o
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/repsdbm.o -> ./.libexec/rep/io/db/repsdbm.o
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/sdbm.a -> ./.libexec/rep/io/db/sdbm.a
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/sdbm.la -> ./.libexec/rep/io/db/sdbm.la
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/sdbm.lai -> ./.libexec/rep/io/db/sdbm.lai
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/sdbm.o -> ./.libexec/rep/io/db/sdbm.o
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/sdbm.so -> ./.libexec/rep/io/db/sdbm.so
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/sdbm_hash.o -> ./.libexec/rep/io/db/sdbm_hash.o
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/sdbm_pair.o -> ./.libexec/rep/io/db/sdbm_pair.o
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/gettext.a -> ./.libexec/rep/i18n/gettext.a
mkdir ./.libexec/rep/i18n
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/gettext.la -> ./.libexec/rep/i18n/gettext.la
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/gettext.lai -> ./.libexec/rep/i18n/gettext.lai
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/gettext.o -> ./.libexec/rep/i18n/gettext.o
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/gettext.so -> ./.libexec/rep/i18n/gettext.so
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/readline.a -> ./.libexec/rep/io/readline.a
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/readline.la -> ./.libexec/rep/io/readline.la
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/readline.lai -> ./.libexec/rep/io/readline.lai
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/readline.o -> ./.libexec/rep/io/readline.o
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/readline.so -> ./.libexec/rep/io/readline.so
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/record-profile.a -> ./.libexec/rep/lang/record-profile.a
mkdir ./.libexec/rep/lang
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/record-profile.la -> ./.libexec/rep/lang/record-profile.la
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/record-profile.lai -> ./.libexec/rep/lang/record-profile.lai
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/record-profile.o -> ./.libexec/rep/lang/record-profile.o
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/record-profile.so -> ./.libexec/rep/lang/record-profile.so
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/tables.a -> ./.libexec/rep/data/tables.a
mkdir ./.libexec/rep/data
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/tables.la -> ./.libexec/rep/data/tables.la
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/tables.lai -> ./.libexec/rep/data/tables.lai
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/tables.o -> ./.libexec/rep/data/tables.o
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/tables.so -> ./.libexec/rep/data/tables.so
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/timers.a -> ./.libexec/rep/io/timers.a
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/timers.la -> ./.libexec/rep/io/timers.la
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/timers.lai -> ./.libexec/rep/io/timers.lai
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/timers.o -> ./.libexec/rep/io/timers.o
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/timers.so -> ./.libexec/rep/io/timers.so
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/safe-interpreter.a -> ./.libexec/rep/vm/safe-interpreter.a
mkdir ./.libexec/rep/vm
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/safe-interpreter.la -> ./.libexec/rep/vm/safe-interpreter.la
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/safe-interpreter.lai -> ./.libexec/rep/vm/safe-interpreter.lai
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/safe-interpreter.so -> ./.libexec/rep/vm/safe-interpreter.so
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/sockets.a -> ./.libexec/rep/io/sockets.a
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/sockets.la -> ./.libexec/rep/io/sockets.la
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/sockets.lai -> ./.libexec/rep/io/sockets.lai
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/sockets.o -> ./.libexec/rep/io/sockets.o
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/sockets.so -> ./.libexec/rep/io/sockets.so
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/md5.a -> ./.libexec/rep/util/md5.a
mkdir ./.libexec/rep/util
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/md5.la -> ./.libexec/rep/util/md5.la
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/md5.lai -> ./.libexec/rep/util/md5.lai
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/md5.o -> ./.libexec/rep/util/md5.o
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/md5.so -> ./.libexec/rep/util/md5.so
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/rep-md5.o -> ./.libexec/rep/util/rep-md5.o
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/ffi.a -> ./.libexec/rep/ffi.a
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/ffi.la -> ./.libexec/rep/ffi.la
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/ffi.lai -> ./.libexec/rep/ffi.lai
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/ffi.o -> ./.libexec/rep/ffi.o
/home/alland/rpmbuild/BUILD/librep-0.90.0/src/.libs/ffi.so -> ./.libexec/rep/ffi.so
REPLISPDIR=../lisp REP_DL_LOAD_PATH=../src/.libexec REPDOCFILE=../doc-strings ../src/rep --batch -l rep.vm.compiler \
	  -f compile-batch rep-xgettext.jl \
	&& mv rep-xgettext.jlc rep-xgettext && chmod +x rep-xgettext
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/src'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/lisp'
REPLISPDIR=../lisp REP_DL_LOAD_PATH=../src/.libexec REPDOCFILE=../doc-strings ../src/rep --batch --no-rc \
	  -l rep.vm.compiler -f compile-assembler
(compiling ../lisp/rep/vm/peephole.jl)
(compiling ../lisp/rep/vm/assembler.jl)
(compiling ../lisp/rep/vm/bytecodes.jl)
(compiling ../lisp/rep/vm/bytecode-defs.jl)
REPLISPDIR=../lisp REP_DL_LOAD_PATH=../src/.libexec REPDOCFILE=../doc-strings ../src/rep --batch --no-rc \
	  -l rep.vm.compiler -f compile-compiler
(compiling ../lisp/rep/vm/compiler.jl)
(compiling ../lisp/rep/vm/compiler/basic.jl)
(compiling ../lisp/rep/vm/compiler/bindings.jl)
(compiling ../lisp/rep/vm/compiler/inline.jl)
(compiling ../lisp/rep/vm/compiler/lap.jl)
(compiling ../lisp/rep/vm/compiler/modules.jl)
(compiling ../lisp/rep/vm/compiler/rep.jl)
(compiling ../lisp/rep/vm/compiler/src.jl)
(compiling ../lisp/rep/vm/compiler/utils.jl)
REPLISPDIR=../lisp REP_DL_LOAD_PATH=../src/.libexec REPDOCFILE=../doc-strings ../src/rep --batch --no-rc \
	  -l rep.vm.compiler -f compile-lisp-lib
(compiling ../lisp/rep.jl)
(compiling ../lisp/rep/data.jl)
(compiling ../lisp/rep/io/files.jl)
(compiling ../lisp/rep/io/streams.jl)
(compiling ../lisp/rep/io/file-handlers.jl)
(compiling ../lisp/rep/io/file-handlers/tar.jl)
(compiling ../lisp/rep/io/file-handlers/remote/rcp.jl)
(compiling ../lisp/rep/io/file-handlers/remote/ftp.jl)
(compiling ../lisp/rep/io/file-handlers/remote/utils.jl)
(compiling ../lisp/rep/io/file-handlers/remote/rep.jl)
(compiling ../lisp/rep/io/file-handlers/remote.jl)
(compiling ../lisp/rep/io/file-handlers/tilde.jl)
(compiling ../lisp/rep/vm/compiler/no-lang.jl)
(compiling ../lisp/rep/vm/disassembler.jl)
(compiling ../lisp/rep/net/domain-name.jl)
(compiling ../lisp/rep/net/rpc.jl)
(compiling ../lisp/rep/mail/addr.jl)
(compiling ../lisp/rep/regexp.jl)
(compiling ../lisp/rep/system/environ.jl)
(compiling ../lisp/rep/system/pwd-prompt.jl)
(compiling ../lisp/rep/user.jl)
(compiling ../lisp/rep/xml/printer.jl)
(compiling ../lisp/rep/xml/reader.jl)
(compiling ../lisp/rep/www/cgi-get.jl)
(compiling ../lisp/rep/www/quote-url.jl)
(compiling ../lisp/rep/www/fetch-url.jl)
(compiling ../lisp/rep/test/data.jl)
(compiling ../lisp/rep/test/framework.jl)
(compiling ../lisp/rep/module-system.jl)
(compiling ../lisp/rep/structures.jl)
(compiling ../lisp/rep/util/repl.jl)
(compiling ../lisp/rep/util/ispell.jl)
(compiling ../lisp/rep/util/date.jl)
(compiling ../lisp/rep/util/memoize.jl)
(compiling ../lisp/rep/util/autoloader.jl)
(compiling ../lisp/rep/util/base64.jl)
(compiling ../lisp/rep/util/gaol.jl)
(compiling ../lisp/rep/util/time.jl)
(compiling ../lisp/rep/data/queues.jl)
(compiling ../lisp/rep/data/ring.jl)
(compiling ../lisp/rep/data/symbol-table.jl)
(compiling ../lisp/rep/data/records.jl)
(compiling ../lisp/rep/data/sort.jl)
(compiling ../lisp/rep/data/trie.jl)
(compiling ../lisp/rep/data/string-util.jl)
(compiling ../lisp/rep/data/objects.jl)
(compiling ../lisp/rep/lang/compat-doc.jl)
(compiling ../lisp/rep/lang/error-helper.jl)
(compiling ../lisp/rep/lang/doc.jl)
(compiling ../lisp/rep/lang/define.jl)
(compiling ../lisp/rep/lang/backquote.jl)
(compiling ../lisp/rep/lang/interpreter.jl)
(compiling ../lisp/rep/lang/math.jl)
(compiling ../lisp/rep/lang/debugger.jl)
(compiling ../lisp/rep/lang/profiler.jl)
(compiling ../lisp/rep/i18n/xgettext.jl)
(compiling ../lisp/rep/system.jl)
(compiling ../lisp/rep/threads/utils.jl)
(compiling ../lisp/rep/threads/proxy.jl)
(compiling ../lisp/rep/threads/mutex.jl)
(compiling ../lisp/rep/threads/condition-variable.jl)
(compiling ../lisp/rep/threads/message-port.jl)
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/lisp'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/man'
makeinfo --no-split  -I . librep.texi -o librep.info
makeinfo --no-split  --no-headers news.texi -o ../NEWS
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/man'
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.KlYAb4
+ umask 022
+ cd /home/alland/rpmbuild/BUILD
+ cd librep-0.90.0
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386
+ make install DESTDIR=/home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386
for dir in intl src lisp man; do \
	  [ -d $dir ] && ( cd $dir && make all ) || exit 1; \
	done
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/intl'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/intl'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/src'
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/src'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/lisp'
REPLISPDIR=../lisp REP_DL_LOAD_PATH=../src/.libexec REPDOCFILE=../doc-strings ../src/rep --batch --no-rc \
	  -l rep.vm.compiler -f compile-assembler
REPLISPDIR=../lisp REP_DL_LOAD_PATH=../src/.libexec REPDOCFILE=../doc-strings ../src/rep --batch --no-rc \
	  -l rep.vm.compiler -f compile-compiler
REPLISPDIR=../lisp REP_DL_LOAD_PATH=../src/.libexec REPDOCFILE=../doc-strings ../src/rep --batch --no-rc \
	  -l rep.vm.compiler -f compile-lisp-lib
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/lisp'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/man'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/man'
/bin/sh mkinstalldirs /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0 \
	  /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/bin /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/aclocal \
	  /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/i686-pc-linux-gnu /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu \
	  /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/emacs/site-lisp
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/bin
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/aclocal
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/i686-pc-linux-gnu
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/emacs
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/emacs/site-lisp
for dir in src lisp man; do \
	  ( cd $dir && make install ) || exit 1; \
	done
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/src'
/bin/sh ../mkinstalldirs /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/bin \
	  /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/db /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/i18n /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/data /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/lang /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/vm /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/util \
	  /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/include
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/db
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/i18n
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/data
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/lang
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/vm
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/util
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/include
/bin/sh ../libtool --mode=install /usr/bin/install -c librep.la /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib
libtool: install: /usr/bin/install -c .libs/librep.so.9.4.0 /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/librep.so.9.4.0
libtool: install: (cd /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib && { ln -s -f librep.so.9.4.0 librep.so.9 || { rm -f librep.so.9 && ln -s librep.so.9.4.0 librep.so.9; }; })
libtool: install: (cd /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib && { ln -s -f librep.so.9.4.0 librep.so || { rm -f librep.so && ln -s librep.so.9.4.0 librep.so; }; })
libtool: install: /usr/bin/install -c .libs/librep.lai /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/librep.la
libtool: install: /usr/bin/install -c .libs/librep.a /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/librep.a
libtool: install: chmod 644 /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/librep.a
libtool: install: ranlib /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/librep.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
/bin/sh ../libtool -n --finish /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib
libtool: finish: PATH=".:/home/alland/scripts:/home/alland/bin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:/sbin" ldconfig -n /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ../libtool --mode=install /usr/bin/install -c -m 755 rep /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/bin
libtool: install: warning: `librep.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c -m 755 .libs/rep /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/bin/rep
/bin/sh ../libtool --mode=install /usr/bin/install -c -m 755 repdoc /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/bin
libtool: install: /usr/bin/install -c -m 755 repdoc /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/bin/repdoc
/usr/bin/install -c -m 755 rep-config /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/bin
/usr/bin/install -c -m 755 rep-xgettext /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/bin
/usr/bin/install -c -m 755 rep-remote /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/bin
/bin/sh ../libtool --mode=install /usr/bin/install -c sdbm.la /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/db/;  /bin/sh ../libtool --mode=install /usr/bin/install -c timers.la /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/;  /bin/sh ../libtool --mode=install /usr/bin/install -c gettext.la /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/i18n/;  /bin/sh ../libtool --mode=install /usr/bin/install -c readline.la /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/;  /bin/sh ../libtool --mode=install /usr/bin/install -c tables.la /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/data/;  /bin/sh ../libtool --mode=install /usr/bin/install -c gdbm.la /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/db/;  /bin/sh ../libtool --mode=install /usr/bin/install -c record-profile.la /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/lang/;  /bin/sh ../libtool --mode=install /usr/bin/install -c safe-interpreter.la /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/vm/;  /bin/sh ../libtool --mode=install /usr/bin/install -c sockets.la /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/;  /bin/sh ../libtool --mode=install /usr/bin/install -c md5.la /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/util/;  /bin/sh ../libtool --mode=install /usr/bin/install -c ffi.la /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/;  /bin/sh ../libtool --mode=install /usr/bin/install -c utf8.la /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/util/;
libtool: install: /usr/bin/install -c .libs/sdbm.so /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/db/sdbm.so
libtool: install: /usr/bin/install -c .libs/sdbm.lai /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/db/sdbm.la
libtool: install: /usr/bin/install -c .libs/sdbm.a /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/db/sdbm.a
libtool: install: chmod 644 /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/db/sdbm.a
libtool: install: ranlib /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/db/sdbm.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/rep/i686-pc-linux-gnu'
libtool: install: /usr/bin/install -c .libs/timers.so /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/timers.so
libtool: install: /usr/bin/install -c .libs/timers.lai /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/timers.la
libtool: install: /usr/bin/install -c .libs/timers.a /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/timers.a
libtool: install: chmod 644 /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/timers.a
libtool: install: ranlib /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/timers.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/rep/i686-pc-linux-gnu'
libtool: install: /usr/bin/install -c .libs/gettext.so /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/i18n/gettext.so
libtool: install: /usr/bin/install -c .libs/gettext.lai /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/i18n/gettext.la
libtool: install: /usr/bin/install -c .libs/gettext.a /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/i18n/gettext.a
libtool: install: chmod 644 /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/i18n/gettext.a
libtool: install: ranlib /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/i18n/gettext.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/rep/i686-pc-linux-gnu'
libtool: install: /usr/bin/install -c .libs/readline.so /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/readline.so
libtool: install: /usr/bin/install -c .libs/readline.lai /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/readline.la
libtool: install: /usr/bin/install -c .libs/readline.a /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/readline.a
libtool: install: chmod 644 /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/readline.a
libtool: install: ranlib /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/readline.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/rep/i686-pc-linux-gnu'
libtool: install: /usr/bin/install -c .libs/tables.so /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/data/tables.so
libtool: install: /usr/bin/install -c .libs/tables.lai /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/data/tables.la
libtool: install: /usr/bin/install -c .libs/tables.a /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/data/tables.a
libtool: install: chmod 644 /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/data/tables.a
libtool: install: ranlib /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/data/tables.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/rep/i686-pc-linux-gnu'
libtool: install: /usr/bin/install -c .libs/gdbm.so /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/db/gdbm.so
libtool: install: /usr/bin/install -c .libs/gdbm.lai /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/db/gdbm.la
libtool: install: /usr/bin/install -c .libs/gdbm.a /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/db/gdbm.a
libtool: install: chmod 644 /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/db/gdbm.a
libtool: install: ranlib /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/db/gdbm.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/rep/i686-pc-linux-gnu'
libtool: install: /usr/bin/install -c .libs/record-profile.so /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/lang/record-profile.so
libtool: install: /usr/bin/install -c .libs/record-profile.lai /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/lang/record-profile.la
libtool: install: /usr/bin/install -c .libs/record-profile.a /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/lang/record-profile.a
libtool: install: chmod 644 /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/lang/record-profile.a
libtool: install: ranlib /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/lang/record-profile.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/rep/i686-pc-linux-gnu'
libtool: install: /usr/bin/install -c .libs/safe-interpreter.so /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/vm/safe-interpreter.so
libtool: install: /usr/bin/install -c .libs/safe-interpreter.lai /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/vm/safe-interpreter.la
libtool: install: /usr/bin/install -c .libs/safe-interpreter.a /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/vm/safe-interpreter.a
libtool: install: chmod 644 /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/vm/safe-interpreter.a
libtool: install: ranlib /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/vm/safe-interpreter.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/rep/i686-pc-linux-gnu'
libtool: install: /usr/bin/install -c .libs/sockets.so /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/sockets.so
libtool: install: /usr/bin/install -c .libs/sockets.lai /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/sockets.la
libtool: install: /usr/bin/install -c .libs/sockets.a /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/sockets.a
libtool: install: chmod 644 /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/sockets.a
libtool: install: ranlib /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/sockets.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/rep/i686-pc-linux-gnu'
libtool: install: /usr/bin/install -c .libs/md5.so /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/util/md5.so
libtool: install: /usr/bin/install -c .libs/md5.lai /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/util/md5.la
libtool: install: /usr/bin/install -c .libs/md5.a /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/util/md5.a
libtool: install: chmod 644 /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/util/md5.a
libtool: install: ranlib /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/util/md5.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/rep/i686-pc-linux-gnu'
libtool: install: /usr/bin/install -c .libs/ffi.so /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/ffi.so
libtool: install: /usr/bin/install -c .libs/ffi.lai /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/ffi.la
libtool: install: /usr/bin/install -c .libs/ffi.a /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/ffi.a
libtool: install: chmod 644 /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/ffi.a
libtool: install: ranlib /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/ffi.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/rep/i686-pc-linux-gnu'
libtool: install: /usr/bin/install -c .libs/utf8.so /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/util/utf8.so
libtool: install: /usr/bin/install -c .libs/utf8.lai /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/util/utf8.la
libtool: install: /usr/bin/install -c .libs/utf8.a /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/util/utf8.a
libtool: install: chmod 644 /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/util/utf8.a
libtool: install: ranlib /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/util/utf8.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/rep/i686-pc-linux-gnu'
printf "\nrep_open_globally=yes\n" \
	  >>/home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/i18n/gettext.la
for i in rep.h rep_lisp.h rep_regexp.h rep_subrs.h rep_gh.h; do \
	  /usr/bin/install -c -m 644 ./$i /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/include; \
	done
/usr/bin/install -c -m 644 rep_config.h /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/i686-pc-linux-gnu
/bin/sh ../install-aliases -c . /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/src'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/lisp'
REPLISPDIR=../lisp REP_DL_LOAD_PATH=../src/.libexec REPDOCFILE=../doc-strings ../src/rep --batch --no-rc \
	  -l rep.vm.compiler -f compile-assembler
REPLISPDIR=../lisp REP_DL_LOAD_PATH=../src/.libexec REPDOCFILE=../doc-strings ../src/rep --batch --no-rc \
	  -l rep.vm.compiler -f compile-compiler
REPLISPDIR=../lisp REP_DL_LOAD_PATH=../src/.libexec REPDOCFILE=../doc-strings ../src/rep --batch --no-rc \
	  -l rep.vm.compiler -f compile-lisp-lib
/bin/sh ../mkinstalldirs /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/. /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/lang /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/vm /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/vm/compiler /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/io /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/io/file-handlers /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/io/file-handlers/remote /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/i18n /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/data /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/www /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/util /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/mail /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/threads /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/system /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/net /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/test /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/xml
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/lang
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/vm
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/vm/compiler
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/io
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/io/file-handlers
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/io/file-handlers/remote
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/i18n
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/data
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/www
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/util
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/mail
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/threads
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/system
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/net
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/test
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/rep/xml
for d in . rep rep rep/lang rep/vm rep/vm/compiler rep/io rep/io/file-handlers rep/io/file-handlers/remote rep/i18n rep/data rep/www rep/util rep/mail rep/threads rep/system rep/net rep/test rep/xml; do \
	  for f in  $d/*.jl $d/*.jlc; do \
	    /usr/bin/install -c -m 644 $f /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp/$d; \
	  done; \
	done
/bin/sh ../install-aliases -l . /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/rep/0.90.0/lisp
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/lisp'
make[1]: Entering directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/man'
/bin/sh ../mkinstalldirs /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/info
mkdir /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/info
for f in librep.info*; do \
	  /usr/bin/install -c -m 644 $f /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/info; \
	done
install-info --info-dir=/home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/info librep.info
make[1]: Leaving directory `/home/alland/rpmbuild/BUILD/librep-0.90.0/man'
/usr/bin/install -c -m 644 doc-strings /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu
/usr/bin/install -c emulate-gnu-tar /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu
/usr/bin/install -c libtool /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/i686-pc-linux-gnu
/usr/bin/install -c -m 644 rules.mk /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/i686-pc-linux-gnu
/usr/bin/install -c install-aliases /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/i686-pc-linux-gnu
/usr/bin/install -c -m 644 rep-debugger.el /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/emacs/site-lisp
mkdir -p /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/pkgconfig
/usr/bin/install -c -m 644 ./librep.pc /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/pkgconfig/
+ rm -f /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/info/dir
+ /usr/lib/rpm/find-debuginfo.sh --strict-build-id /home/alland/rpmbuild/BUILD/librep-0.90.0
extracting debug info from /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/bin/rep
extracting debug info from /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/bin/repdoc
extracting debug info from /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/bin/rep-remote
extracting debug info from /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/i18n/gettext.so
extracting debug info from /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/lang/record-profile.so
extracting debug info from /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/data/tables.so
extracting debug info from /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/util/utf8.so
extracting debug info from /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/util/md5.so
extracting debug info from /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/ffi.so
extracting debug info from /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/vm/safe-interpreter.so
extracting debug info from /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/timers.so
extracting debug info from /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/readline.so
extracting debug info from /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/sockets.so
extracting debug info from /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/db/gdbm.so
extracting debug info from /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/db/sdbm.so
extracting debug info from /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/lib/librep.so.9.4.0
symlinked /usr/lib/debug/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/timers.so.debug to /usr/lib/debug/usr/lib/rep/0.90.0/i686-pc-linux-gnu/timers.so.debug
symlinked /usr/lib/debug/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/db/gdbm.so.debug to /usr/lib/debug/usr/lib/rep/0.90.0/i686-pc-linux-gnu/gdbm.so.debug
symlinked /usr/lib/debug/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/i18n/gettext.so.debug to /usr/lib/debug/usr/lib/rep/0.90.0/i686-pc-linux-gnu/gettext.so.debug
symlinked /usr/lib/debug/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/readline.so.debug to /usr/lib/debug/usr/lib/rep/0.90.0/i686-pc-linux-gnu/readline.so.debug
symlinked /usr/lib/debug/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/data/tables.so.debug to /usr/lib/debug/usr/lib/rep/0.90.0/i686-pc-linux-gnu/tables.so.debug
symlinked /usr/lib/debug/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/db/sdbm.so.debug to /usr/lib/debug/usr/lib/rep/0.90.0/i686-pc-linux-gnu/sdbm.so.debug
symlinked /usr/lib/debug/usr/lib/librep.so.9.4.0.debug to /usr/lib/debug/usr/lib/librep.so.9.debug
symlinked /usr/lib/debug/usr/lib/librep.so.9.4.0.debug to /usr/lib/debug/usr/lib/librep.so.debug
1867 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: librep-0.90.0-1
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.elLz9c
+ umask 022
+ cd /home/alland/rpmbuild/BUILD
+ cd librep-0.90.0
+ DOCDIR=/home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/doc/librep-0.90.0
+ export DOCDIR
+ rm -rf /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/doc/librep-0.90.0
+ /bin/mkdir -p /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/doc/librep-0.90.0
+ cp -pr NEWS README THANKS TODO BUGS TREE HACKING /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386/usr/share/doc/librep-0.90.0
+ exit 0
Provides: ffi.so gdbm.so gettext.so librep.so.9 libtool(/usr/lib/rep/0.90.0/i686-pc-linux-gnu/gdbm.la) libtool(/usr/lib/rep/0.90.0/i686-pc-linux-gnu/gettext.la) libtool(/usr/lib/rep/0.90.0/i686-pc-linux-gnu/readline.la) libtool(/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/data/tables.la) libtool(/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/ffi.la) libtool(/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/i18n/gettext.la) libtool(/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/db/gdbm.la) libtool(/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/db/sdbm.la) libtool(/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/readline.la) libtool(/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/sockets.la) libtool(/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/io/timers.la) libtool(/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/lang/record-profile.la) libtool(/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/util/md5.la) libtool(/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/util/utf8.la) libtool(/usr/lib/rep/0.90.0/i686-pc-linux-gnu/rep/vm/safe-interpreter.la) libtool(/usr/lib/rep/0.90.0/i686-pc-linux-gnu/sdbm.la) libtool(/usr/lib/rep/0.90.0/i686-pc-linux-gnu/tables.la) libtool(/usr/lib/rep/0.90.0/i686-pc-linux-gnu/timers.la) md5.so readline.so record-profile.so safe-interpreter.so sdbm.so sockets.so tables.so timers.so utf8.so
Requires(interp): /bin/sh /bin/sh /sbin/ldconfig
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires(post): /bin/sh
Requires(preun): /bin/sh
Requires(postun): /sbin/ldconfig
Requires: /bin/sh gdbm.so gettext.so libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.7) libcrypt.so.1 libcrypt.so.1(GLIBC_2.0) libdl.so.2 libdl.so.2(GLIBC_2.0) libdl.so.2(GLIBC_2.1) libgdbm.so.2 libgmp.so.3 libm.so.6 libm.so.6(GLIBC_2.0) libncurses.so.5 libreadline.so.5 librep.so.9 readline.so rtld(GNU_HASH) sdbm.so tables.so timers.so
Processing files: librep-devel-0.90.0-1
Provides: pkgconfig(librep) = 0.90.0
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1
Requires: /bin/sh /usr/bin/rep libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.4) libgdbm.so.2 librep.so.9 rtld(GNU_HASH)
Processing files: emacs-librep-el-0.90.0-1
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: librep-debuginfo-0.90.0-1
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386
Wrote: /home/alland/rpmbuild/RPMS/i386/librep-0.90.0-1.i386.rpm
Wrote: /home/alland/rpmbuild/RPMS/i386/librep-devel-0.90.0-1.i386.rpm
Wrote: /home/alland/rpmbuild/RPMS/i386/emacs-librep-el-0.90.0-1.i386.rpm
Wrote: /home/alland/rpmbuild/RPMS/i386/librep-debuginfo-0.90.0-1.i386.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.cS9rUh
+ umask 022
+ cd /home/alland/rpmbuild/BUILD
+ cd librep-0.90.0
+ rm -rf /home/alland/rpmbuild/BUILDROOT/librep-0.90.0-1.i386
+ exit 0
[alland lazarus SPECS]> exit
exit

Script done on Wed 24 Jun 2009 10:54:50 PM EST



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