[344] in bug-owl

home help back first fref pref prev next nref lref last post

building from source on debian

daemon@ATHENA.MIT.EDU (Michael Salib)
Sat Jul 24 12:50:37 2004

From: Michael Salib <msalib@alum.mit.edu>
To: bug-owl@ktools.org
Content-Type: text/plain
Message-Id: <1090687842.10155.17.camel@place-where-no-shadows-fall.mit.edu>
Mime-Version: 1.0
Date: Sat, 24 Jul 2004 12:50:43 -0400
Content-Transfer-Encoding: 7bit

Hi,
I'm having trouble bulding owl on debian unstable; compilation fails on
zcrypt.c. I've included the offending command and its output below. I've
also included the output of ./configure. I haven't had any luck finding
documentation listing what libraries owl needs to build, but I've
installed everything I could think of.

Do you have any ideas what the problem might be? In any event, thanks
for maintaining owl!


______________________________
make output
______________________________

gcc -g -O2 -Wall -g  -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS
-DDEBIAN -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64  -I/usr/lib/perl/5.8/CORE  -I. -I./libfaim
-DDATADIR=\"/usr/local/share\"   -c -o zcrypt.o zcrypt.c
zcrypt.c:27:17: des.h: No such file or directory
zcrypt.c: In function `owl_zcrypt_decrypt':
zcrypt.c:279: error: `des_cblock' undeclared (first use in this
function)
zcrypt.c:279: error: (Each undeclared identifier is reported only once
zcrypt.c:279: error: for each function it appears in.)
zcrypt.c:279: error: parse error before "key"
zcrypt.c:280: error: `des_key_schedule' undeclared (first use in this
function)
zcrypt.c:296: warning: implicit declaration of function
`des_string_to_key'
zcrypt.c:296: error: `key' undeclared (first use in this function)
zcrypt.c:297: warning: implicit declaration of function `des_key_sched'
zcrypt.c:297: error: `schedule' undeclared (first use in this function)
zcrypt.c:308: warning: implicit declaration of function
`des_ecb_encrypt'
zcrypt.c: In function `owl_zcrypt_encrypt':
zcrypt.c:326: error: `des_cblock' undeclared (first use in this
function)
zcrypt.c:326: error: parse error before "key"
zcrypt.c:327: error: `des_key_schedule' undeclared (first use in this
function)
zcrypt.c:341: error: `key' undeclared (first use in this function)
zcrypt.c:342: error: `schedule' undeclared (first use in this function)
zcrypt.c: In function `do_encrypt':
zcrypt.c:582: error: `des_cblock' undeclared (first use in this
function)
zcrypt.c:582: error: parse error before "key"
zcrypt.c:583: error: `des_key_schedule' undeclared (first use in this
function)
zcrypt.c:593: error: `key' undeclared (first use in this function)
zcrypt.c:594: error: `schedule' undeclared (first use in this function)
zcrypt.c: In function `do_decrypt':
zcrypt.c:735: error: `des_cblock' undeclared (first use in this
function)
zcrypt.c:735: error: parse error before "key"
zcrypt.c:736: error: `des_key_schedule' undeclared (first use in this
function)
zcrypt.c:742: error: `key' undeclared (first use in this function)
zcrypt.c:743: error: `schedule' undeclared (first use in this function)
make: *** [zcrypt.o] Error 1




__________________________
./configure output
__________________________

loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for /usr/athena/include... no
checking for /usr/athena/lib... no
checking for initscr in -lncurses... (cached) yes
checking for com_err in -lcom_err... (cached) yes
checking for gethostbyname in -lnsl... (cached) yes
checking for socket in -lsocket... (cached) no
checking for krb5_derive_key in -lk5crypto... (cached) yes
checking for req_act_vno in -ldes425... (cached) no
checking for des_quad_cksum in -ldes... (cached) no
checking for res_search in -lresolv... (cached) yes
checking for krb5_get_credentials in -lkrb5... (cached) yes
checking for krb_sendauth in -lkrb4... (cached) yes
checking for ZGetSender in -lzephyr... (cached) yes
checking for ZInitLocationInfo in -lzephyr... (cached) yes
checking for use_default_colors... (cached) yes
checking for des_string_to_key... (cached) yes
checking for des_key_sched... (cached) yes
checking for des_ecb_encrypt... (cached) yes
checking for des_ecb_encrypt prototype... yes
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for strings.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/filio.h... (cached) no
checking for unistd.h... (cached) yes
checking for com_err.h... (cached) yes
Adding perl CFLAGS -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS
-DDEBIAN -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.8/CORE
checking for the perl xsubpp precompiler... /usr/share/perl/5.8/ExtUtils
Adding perl LDFLAGS -Wl -L/usr/local/lib
/usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl/5.8/CORE
-lperl -ldl -lm -lpthread -lc -lcrypt
checking for /usr/share/terminfo... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
creating ./config.status
creating Makefile
creating config.h
config.h is unchanged
configuring in libfaim
running /bin/sh ./configure  --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
creating ./config.status
creating Makefile



home help back first fref pref prev next nref lref last post