Re: [Sawfish] problem creating a .deb for librep from git source

[ Thread Index | Date Index | More lists.tuxfamily.org/sawfish Archives ]


Hi,

Latest try was to change debian/source/format from 3.0 (git) to 3.0 (native) from the librep 0.92.2 source file in xz format file. I made this attempt to prove to myself that it was not the new git that debian wheezy installed several weeks ago that was the problem. Still can't create a deb but I am fairly sure it is not the new git version causing the problem.

Downloaded the .xz file for latest librep.
Ran dh_make to create an orig.tar.gz for librep.
Ran ./autogen.sh
Ran dpkg-buildpackage -rfakeroot

versions gcc 4.6.3 and libtool 2.4.2

output:

root@ruby:/home/jim/build/sawfish/librep-0.92.2# dpkg-buildpackage -rfakeroot
dpkg-buildpackage: warning: using a gain-root-command while being root
dpkg-buildpackage: source package librep
dpkg-buildpackage: source version 3:0.92.1~20110521-1nano
dpkg-buildpackage: source changed by Christopher Roy Bratusek <nano@xxxxxxxxxxxxx>
dpkg-buildpackage: host architecture i386
 dpkg-source --before-build librep-0.92.2
 fakeroot debian/rules clean
dh clean --with autotools-dev --with autoreconf
   dh_testdir
   debian/rules override_dh_auto_clean
make[1]: Entering directory `/home/jim/build/sawfish/librep-0.92.2'
/usr/bin/make debclean
make[2]: Entering directory `/home/jim/build/sawfish/librep-0.92.2'
for dir in intl src lisp man; do \
          [ -d $dir ] && ( cd $dir && /usr/bin/make distclean ) || exit 1; \
        done
make[3]: Entering directory `/home/jim/build/sawfish/librep-0.92.2/intl'
rm -f *.a *.o *.lo core core.*
rm -f Makefile ID TAGS po2msg.sed po2tbl.sed
make[3]: Leaving directory `/home/jim/build/sawfish/librep-0.92..2/intl'
make[3]: Entering directory `/home/jim/build/sawfish/librep-0.92.2/src'
rm -f *~ *.o *.lo *.la build.h
rm -f repdoc core rep rep-remote srep rep-xgettext
rm -f .*.d Makefile rep_config.h dump.out dumped.s
rm -rf .libs .libexec
make[3]: Leaving directory `/home/jim/build/sawfish/librep-0.92.2/src'
make[3]: Entering directory `/home/jim/build/sawfish/librep-0.92.2/lisp'
rm -f `find . \( -name '*.jlc' -o -name '*~' -o -name core \) -print`
rm -f Makefile
make[3]: Leaving directory `/home/jim/build/sawfish/librep-0.92.2/lisp'
make[3]: Entering directory `/home/jim/build/sawfish/librep-0.92.2/man'
rm -f *~ librep.info* librep.?? librep.??? rep*.1.gz
rm -f Makefile
make[3]: Leaving directory `/home/jim/build/sawfish/librep-0.92.2/man'
rm -f config.cache config.h config.log config.status Makefile libtool
rm -f *~ NEWS doc-strings TAGS build.h rules.mk configure.orig librep.pc
rm librep*.ebuild librep.spec config.h.in
rm m4/* aclocal.m4 configure ltmain.sh
make[2]: Leaving directory `/home/jim/build/sawfish/librep-0.92.2'
make[1]: Leaving directory `/home/jim/build/sawfish/librep-0.92.2'
   dh_autotools-dev_restoreconfig
        for c_g in `find -type f -name config.guess` ; do if test -e $c_g.dh-orig ; then mv -f $c_g.dh-orig $c_g ; fi ; done
        for c_s in `find -type f -name config.sub`   ; do if test -e $c_s.dh-orig ; then mv -f $c_s..dh-orig $c_s ; fi ; done
   dh_autoreconf_clean
        rm -f -- ./aclocal.m4 ./m4/libtool.m4 ./m4/ltoptions.m4 ./m4/ltversion.m4 ./m4/lt\~obsolete.m4 ./m4/ltsugar.m4 ./configure ./ltmain.sh ./config.h.in ./autom4te.cache/output.1 ./autom4te.cache/output.0 ./autom4te.cache/requests ./autom4te.cache/traces.1 ./autom4te.cache/traces.0
        rm -f debian/autoreconf.before debian/autoreconf.after
   dh_clean
        rm -f debian/rep.substvars
        rm -f debian/rep.*.debhelper
        rm -rf debian/rep/
        rm -f debian/librep16.substvars
        rm -f debian/librep16.*.debhelper
        rm -rf debian/librep16/
        rm -f debian/librep-dev.substvars
        rm -f debian/librep-dev.*.debhelper
        rm -rf debian/librep-dev/
        rm -f debian/librep-dbg.substvars
        rm -f debian/librep-dbg.*.debhelper
        rm -rf debian/librep-dbg/
        rm -f debian/rep-doc.substvars
        rm -f debian/rep-doc.*.debhelper
        rm -rf debian/rep-doc/
        rm -f debian/*.debhelper.log
        rm -f debian/files
        find .  \( \( -type f -a \
                \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
                 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
                 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
                 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
                \) -exec rm -f {} \; \) -o \
                \( -type d -a -name autom4te.cache -prune -exec rm -rf {} \; \) \)
        rm -f *-stamp
 dpkg-source -b librep-0.92.2
dpkg-source: info: using source format `3.0 (native)'
dpkg-source: info: building librep in librep_0.92..1~20110521-1nano.tar.gz
dpkg-source: info: building librep in librep_0.92.1~20110521-1nano.dsc
 debian/rules build
dh build --with autotools-dev --with autoreconf
   dh_testdir
   dh_autotools-dev_updateconfig
        for c_g in `find -type f -name config.guess` ; do if ! test -e $c_g.dh-orig ; then mv -f $c_g $c_g.dh-orig ; cp -f /usr/share/misc/config.guess $c_g ; fi ; done
        for c_s in `find -type f -name config.sub`   ; do if ! test -e $c_s.dh-orig ; then mv -f $c_s $c_s.dh-orig ; cp -f /usr/share/misc/config.sub   $c_s ; fi ; done
   dh_autoreconf
        find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' -o -path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a  -type f -exec md5sum {} \; > debian/autoreconf.before
        autoreconf -f -i
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
        find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' -o -path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a  -type f -exec md5sum {} \; > debian/autoreconf.after
   debian/rules override_dh_auto_configure
make[1]: Entering directory `/home/jim/build/sawfish/librep-0.92.2'
env CFLAGS="-Wall -g -O2" LDFLAGS="" dh_auto_configure -- --with-readline
        ./configure --build=i486-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --libexecdir=\${prefix}/lib/librep --disable-maintainer-mode --disable-dependency-tracking --with-readline
configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-dependency-tracking
checking build system type... i486-pc-linux-gnu
checking host system type... i486-pc-linux-gnu
checking how to print strings... printf
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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... 805306365
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i486-pc-linux-gnu file names to i486-pc-linux-gnu format... func_convert_file_noop
checking how to convert i486-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... gawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
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 for gcc... (cached) 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... yes
checking stropts.h presence... yes
checking for stropts.h... yes
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 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 for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBFFI... yes
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 working memcmp... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... 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 rules.mk
config.status: creating config.h
config.status: creating src/rep_config.h
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-dependency-tracking

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

  librep:       0.92.2

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

  prefix:       /usr
  exec_prefix:  ${prefix}
  libdir:       ${exec_prefix}/lib

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

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

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

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

  == == == == == == == == == == == == ==
 
make[1]: Leaving directory `/home/jim/build/sawfish/librep-0.92.2'
   debian/rules override_dh_auto_build
make[1]: Entering directory `/home/jim/build/sawfish/librep-0.92.2'
env LC_ALL=C dh_auto_build
        make -j1
make[2]: Entering directory `/home/jim/build/sawfish/librep-0.92.2'
/bin/sh build-info 0.92.2 \
          '/usr/share/rep' '/usr/share/rep/lisp' '/usr/lib/rep' \
          '/usr/lib/rep/doc-strings' '/usr/lib/rep' >build.h
( cd src && make repdoc )
make[3]: Entering directory `/home/jim/build/sawfish/librep-0.92.2/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[3]: Leaving directory `/home/jim/build/sawfish/librep-0.92.2/src'
make[3]: Entering directory `/home/jim/build/sawfish/librep-0.92.2/src'
gcc -c -DHAVE_CONFIG_H -I. -I../src -I..  -Wall -g -O2 -o repdoc.o repdoc.c
/bin/sh ../libtool --mode=link --tag=CC gcc  -o repdoc repdoc.o -lgdbm
../libtool: 1564: ../libtool: preserve_args+= --tag CC: not found
../libtool: 5639: ../libtool: libtool_args+= -o: not found
../libtool: 6417: ../libtool: compile_command+= -o: not found
.../libtool: 6418: ../libtool: finalize_command+= -o: not found
../libtool: 5639: ../libtool: libtool_args+= repdoc: not found
../libtool: 5645: ../libtool: compile_command+= @OUTPUT@: not found
../libtool: 5646: ../libtool: finalize_command+= @OUTPUT@: not found
.../libtool: 5639: ../libtool: libtool_args+= repdoc.o: not found
../libtool: 6295: ../libtool: objs+= repdoc.o: not found
../libtool: 6417: .../libtool: compile_command+= repdoc.o: not found
../libtool: 6418: ../libtool: finalize_command+= repdoc.o: not found
.../libtool: 5639: ../libtool: libtool_args+= -lgdbm: not found
../libtool: 6060: ../libtool: deplibs+= -lgdbm: not found
../libtool: 9191: .../libtool: compile_command+= : not found
../libtool: 9192: ../libtool: finalize_command+= : not found
libtool: link: gcc
gcc: fatal error: no input files
compilation terminated.
make[3]: *** [repdoc] Error 4
make[3]: Leaving directory `/home/jim/build/sawfish/librep-0.92.2/src'
make[2]: *** [src/repdoc] Error 2
make[2]: Leaving directory `/home/jim/build/sawfish/librep-0.92.2'
dh_auto_build: make -j1 returned exit code 2
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory `/home/jim/build/sawfish/librep-0.92.2'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2





Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/