problem compiling librep from git source



Hi, ran into some problems installing librep from the git source.

root@/sawfish/librep# checkinstall -D make install

checkinstall 1.6.2, Copyright 2009 Felipe Eduardo Sanchez Diaz Duran
           This software is released under the GNU GPL.


The package documentation directory ./doc-pak does not exist. 
Should I create a default set of package docs?  [y]: y

Preparing package documentation...OK

Please write a description for the package.
End your description with an empty line or EOF.
>> librep is a shared library implementing a Lisp dialect that is lightweight, reasonably fast, and highly extensible. It contains an interpreter, byte-code compiler and virtual machine. Applications may use the interpreter as an extension language, or it may be used for standalone scripts.
>> librep is a shared library implementing a Lisp dialect that is lightweight, reasonably fast, and highly extensible. It contains an interpreter, byte-code compiler and virtual machine. Applications may use the interpreter as an extension language, or it may be used for standalone scripts.EOF
>> 

*****************************************
**** Debian package creation selected ***
*****************************************

This package will be built according to these values: 

0 -  Maintainer: [ root@ruby ]
1 -  Summary: [ An embeddable LISP environment
Development files for librep
Emacs bindings for the librep main application ]
2 -  Name:    [ librep ]
3 -  Version: [ 0.92.1 ]
4 -  Release: [ 1%{?dist} ]
5 -  License: [ GPL ]
6 -  Group:   [ Development/Languages
Development/Languages
System Environment/Libraries ]
7 -  Architecture: [ i386 ]
8 -  Source location: [ librep ]
9 -  Alternate source location: [  ]
10 - Requires: [ %{name} = %{version}, pkgconfig ]
11 - Provides: [ librep ]
12 - Conflicts: [  ]
13 - Replaces: [  ]

Enter a number to change any of them or press ENTER to continue: 

Installing with make install...

========================= Installation results ===========================
for dir in intl src lisp man; do \
 [ -d $dir ] && ( cd $dir && make all ) || exit 1; \
done
make[1]: Entering directory `/home/jim/sawfish/librep/intl'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jim/sawfish/librep/intl'
make[1]: Entering directory `/home/jim/sawfish/librep/src'
make[1]: Leaving directory `/home/jim/sawfish/librep/src'
make[1]: Entering directory `/home/jim/sawfish/librep/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/jim/sawfish/librep/lisp'
make[1]: Entering directory `/home/jim/sawfish/librep/man'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jim/sawfish/librep/man'
/bin/sh mkinstalldirs /usr/local/share/rep \
 /usr/local/bin /usr/share/aclocal \
 /usr/local/lib/rep /usr/local/lib/rep \
 /usr/local/share/emacs/site-lisp
mkdir /usr/local/share/rep
mkdir /usr/local/lib/rep
for dir in src lisp man; do \
 ( cd $dir && make install ) || exit 1; \
done
make[1]: Entering directory `/home/jim/sawfish/librep/src'
/bin/sh ../mkinstalldirs /usr/local/lib /usr/local/bin \
 /usr/local/lib/rep/rep /usr/local/lib/rep/rep/io /usr/local/lib/rep/rep/io/db /usr/local/lib/rep/rep/i18n /usr/local/lib/rep/rep/data /usr/local/lib/rep/rep/lang /usr/local/lib/rep/rep/vm /usr/local/lib/rep/rep/util \
 /usr/local/include/rep/
mkdir /usr/local/lib/rep/rep
mkdir /usr/local/lib/rep/rep/io
mkdir /usr/local/lib/rep/rep/io/db
mkdir /usr/local/lib/rep/rep/i18n
mkdir /usr/local/lib/rep/rep/data
mkdir /usr/local/lib/rep/rep/lang
mkdir /usr/local/lib/rep/rep/vm
mkdir /usr/local/lib/rep/rep/util
mkdir /usr/local/include/rep
/bin/sh ../libtool --mode=install /usr/bin/install -c librep.la /usr/local/lib
libtool: install: /usr/bin/install -c .libs/librep.so.16.0.0 /usr/local/lib/librep.so.16.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f librep.so.16.0.0 librep.so.16 || { rm -f librep.so.16 && ln -s librep.so.16.0.0 librep.so.16; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f librep.so.16.0.0 librep.so || { rm -f librep.so && ln -s librep.so.16.0.0 librep.so; }; })
libtool: install: /usr/bin/install -c .libs/librep.lai /usr/local/lib/librep.la
libtool: install: /usr/bin/install -c .libs/librep.a /usr/local/lib/librep.a
libtool: install: chmod 644 /usr/local/lib/librep.a
libtool: install: ranlib /usr/local/lib/librep.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/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 -n --finish /usr/local/lib
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/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 /usr/local/bin
libtool: install: /usr/bin/install -c -m 755 .libs/rep /usr/local/bin/rep
/bin/sh ../libtool --mode=install /usr/bin/install -c -m 755 repdoc /usr/local/bin
libtool: install: /usr/bin/install -c -m 755 repdoc /usr/local/bin/repdoc
/usr/bin/install -c -m 755 rep-xgettext /usr/local/bin
/usr/bin/install -c -m 755 rep-remote /usr/local/bin
/bin/sh ../libtool --mode=install /usr/bin/install -c sdbm.la /usr/local/lib/rep/rep/io/db/;  /bin/sh ../libtool --mode=install /usr/bin/install -c timers.la /usr/local/lib/rep/rep/io/;  /bin/sh ../libtool --mode=install /usr/bin/install -c gettext.la /usr/local/lib/rep/rep/i18n/;  /bin/sh ../libtool --mode=install /usr/bin/install -c readline.la /usr/local/lib/rep/rep/io/;  /bin/sh ../libtool --mode=install /usr/bin/install -c tables.la /usr/local/lib/rep/rep/data/;  /bin/sh ../libtool --mode=install /usr/bin/install -c gdbm.la /usr/local/lib/rep/rep/io/db/;  /bin/sh ../libtool --mode=install /usr/bin/install -c record-profile.la /usr/local/lib/rep/rep/lang/;  /bin/sh ../libtool --mode=install /usr/bin/install -c safe-interpreter.la /usr/local/lib/rep/rep/vm/;  /bin/sh ../libtool --mode=install /usr/bin/install -c sockets.la /usr/local/lib/rep/rep/io/;  /bin/sh ../libtool --mode=install /usr/bin/install -c md5.la /usr/local/lib/rep/rep/util/;  /bin/sh ../libtool --mode=install /usr/bin/install -c ffi.la /usr/local/lib/rep/rep/;  /bin/sh ../libtool --mode=install /usr/bin/install -c utf8.la /usr/local/lib/rep/rep/util/;
libtool: install: /usr/bin/install -c .libs/sdbm.so /usr/local/lib/rep/rep/io/db/sdbm.so
libtool: install: /usr/bin/install -c .libs/sdbm.lai /usr/local/lib/rep/rep/io/db/sdbm.la
libtool: install: /usr/bin/install -c .libs/sdbm.a /usr/local/lib/rep/rep/io/db/sdbm.a
libtool: install: chmod 644 /usr/local/lib/rep/rep/io/db/sdbm.a
libtool: install: ranlib /usr/local/lib/rep/rep/io/db/sdbm.a
ranlib: could not create temporary file whilst writing archive: No more archived files
libtool: install: /usr/bin/install -c .libs/timers.so /usr/local/lib/rep/rep/io/timers.so
libtool: install: /usr/bin/install -c .libs/timers.lai /usr/local/lib/rep/rep/io/timers.la
libtool: install: /usr/bin/install -c .libs/timers.a /usr/local/lib/rep/rep/io/timers.a
libtool: install: chmod 644 /usr/local/lib/rep/rep/io/timers.a
libtool: install: ranlib /usr/local/lib/rep/rep/io/timers.a
ranlib: could not create temporary file whilst writing archive: No more archived files
libtool: install: /usr/bin/install -c .libs/gettext.so /usr/local/lib/rep/rep/i18n/gettext.so
libtool: install: /usr/bin/install -c .libs/gettext.lai /usr/local/lib/rep/rep/i18n/gettext.la
libtool: install: /usr/bin/install -c .libs/gettext.a /usr/local/lib/rep/rep/i18n/gettext.a
libtool: install: chmod 644 /usr/local/lib/rep/rep/i18n/gettext.a
libtool: install: ranlib /usr/local/lib/rep/rep/i18n/gettext.a
ranlib: could not create temporary file whilst writing archive: No more archived files
libtool: install: /usr/bin/install -c .libs/readline.so /usr/local/lib/rep/rep/io/readline.so
libtool: install: /usr/bin/install -c .libs/readline.lai /usr/local/lib/rep/rep/io/readline.la
libtool: install: /usr/bin/install -c .libs/readline.a /usr/local/lib/rep/rep/io/readline.a
libtool: install: chmod 644 /usr/local/lib/rep/rep/io/readline.a
libtool: install: ranlib /usr/local/lib/rep/rep/io/readline.a
ranlib: could not create temporary file whilst writing archive: No more archived files
libtool: install: /usr/bin/install -c .libs/tables.so /usr/local/lib/rep/rep/data/tables.so
libtool: install: /usr/bin/install -c .libs/tables.lai /usr/local/lib/rep/rep/data/tables.la
libtool: install: /usr/bin/install -c .libs/tables.a /usr/local/lib/rep/rep/data/tables.a
libtool: install: chmod 644 /usr/local/lib/rep/rep/data/tables.a
libtool: install: ranlib /usr/local/lib/rep/rep/data/tables.a
ranlib: could not create temporary file whilst writing archive: No more archived files
libtool: install: /usr/bin/install -c .libs/gdbm.so /usr/local/lib/rep/rep/io/db/gdbm.so
libtool: install: /usr/bin/install -c .libs/gdbm.lai /usr/local/lib/rep/rep/io/db/gdbm.la
libtool: install: /usr/bin/install -c .libs/gdbm.a /usr/local/lib/rep/rep/io/db/gdbm.a
libtool: install: chmod 644 /usr/local/lib/rep/rep/io/db/gdbm.a
libtool: install: ranlib /usr/local/lib/rep/rep/io/db/gdbm.a
ranlib: could not create temporary file whilst writing archive: No more archived files
libtool: install: /usr/bin/install -c .libs/record-profile.so /usr/local/lib/rep/rep/lang/record-profile.so
libtool: install: /usr/bin/install -c .libs/record-profile.lai /usr/local/lib/rep/rep/lang/record-profile.la
libtool: install: /usr/bin/install -c .libs/record-profile.a /usr/local/lib/rep/rep/lang/record-profile.a
libtool: install: chmod 644 /usr/local/lib/rep/rep/lang/record-profile.a
libtool: install: ranlib /usr/local/lib/rep/rep/lang/record-profile.a
ranlib: could not create temporary file whilst writing archive: No more archived files
libtool: install: /usr/bin/install -c .libs/safe-interpreter.so /usr/local/lib/rep/rep/vm/safe-interpreter.so
libtool: install: /usr/bin/install -c .libs/safe-interpreter.lai /usr/local/lib/rep/rep/vm/safe-interpreter.la
libtool: install: /usr/bin/install -c .libs/safe-interpreter.a /usr/local/lib/rep/rep/vm/safe-interpreter.a
libtool: install: chmod 644 /usr/local/lib/rep/rep/vm/safe-interpreter.a
libtool: install: ranlib /usr/local/lib/rep/rep/vm/safe-interpreter.a
ranlib: could not create temporary file whilst writing archive: No more archived files
libtool: install: /usr/bin/install -c .libs/sockets.so /usr/local/lib/rep/rep/io/sockets.so
libtool: install: /usr/bin/install -c .libs/sockets.lai /usr/local/lib/rep/rep/io/sockets.la
libtool: install: /usr/bin/install -c .libs/sockets.a /usr/local/lib/rep/rep/io/sockets.a
libtool: install: chmod 644 /usr/local/lib/rep/rep/io/sockets.a
libtool: install: ranlib /usr/local/lib/rep/rep/io/sockets.a
ranlib: could not create temporary file whilst writing archive: No more archived files
libtool: install: /usr/bin/install -c .libs/md5.so /usr/local/lib/rep/rep/util/md5.so
libtool: install: /usr/bin/install -c .libs/md5.lai /usr/local/lib/rep/rep/util/md5.la
libtool: install: /usr/bin/install -c .libs/md5.a /usr/local/lib/rep/rep/util/md5.a
libtool: install: chmod 644 /usr/local/lib/rep/rep/util/md5.a
libtool: install: ranlib /usr/local/lib/rep/rep/util/md5.a
ranlib: could not create temporary file whilst writing archive: No more archived files
libtool: install: /usr/bin/install -c .libs/ffi.so /usr/local/lib/rep/rep/ffi.so
libtool: install: /usr/bin/install -c .libs/ffi.lai /usr/local/lib/rep/rep/ffi.la
libtool: install: /usr/bin/install -c .libs/ffi.a /usr/local/lib/rep/rep/ffi.a
libtool: install: chmod 644 /usr/local/lib/rep/rep/ffi.a
libtool: install: ranlib /usr/local/lib/rep/rep/ffi.a
ranlib: could not create temporary file whilst writing archive: No more archived files
libtool: install: /usr/bin/install -c .libs/utf8.so /usr/local/lib/rep/rep/util/utf8.so
libtool: install: /usr/bin/install -c .libs/utf8.lai /usr/local/lib/rep/rep/util/utf8.la
libtool: install: /usr/bin/install -c .libs/utf8.a /usr/local/lib/rep/rep/util/utf8.a
libtool: install: chmod 644 /usr/local/lib/rep/rep/util/utf8.a
libtool: install: ranlib /usr/local/lib/rep/rep/util/utf8.a
ranlib: could not create temporary file whilst writing archive: No more archived files
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/jim/sawfish/librep/src'
make: *** [install] Error 1

****  Installation failed. Aborting package creation.

Cleaning up...OK

Bye.


--
 Darth Emacs
 
Duct tape is like the force. It has a light side, a dark side, and it holds the universe together.



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