Menu

Welcome to Help

Help
2009-03-31
2013-03-04
  • John Chandler

    John Chandler - 2009-03-31

    I tried to install this, and failed, very early.

    I'm using Mac OS X 10.4 (Tiger).  Configure appears to have run OK.  Make emits a few not-entirely-encouraging messags and eventually fails with an Error 2 (ENOENT?).

    ====

    OurThing:/usr/share/ccrypt/ccrypt-1.7 joe$ sudo ./configure
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... no
    checking for mawk... no
    checking for nawk... no
    checking for awk... awk
    checking whether make sets $(MAKE)... yes
    checking for emacs... emacs
    checking where .elc files should go... ${datadir}/emacs/site-lisp
    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 ANSI C... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking for gtar... no
    checking for crypt in -lcrypt... no
    checking how to run the C preprocessor... gcc -E
    checking for egrep... grep -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 stdint.h... (cached) yes
    checking for getopt_long... yes
    checking for unsigned int... yes
    checking size of unsigned int... 4
    checking for unsigned long... yes
    checking size of unsigned long... 4
    checking for 32 bit unsigned integer type... unsigned int
    configure: creating ./config.status
    config.status: creating doc/ccrypt.1
    config.status: creating Makefile
    config.status: creating src/Makefile
    config.status: creating emacs/Makefile
    config.status: creating check/Makefile
    config.status: creating doc/Makefile
    config.status: creating config.h
    config.status: config.h is unchanged
    config.status: executing depfiles commands
    OurThing:/usr/share/ccrypt/ccrypt-1.7 joe$ sudo make -v
    GNU Make 3.80
    Copyright (C) 2002  Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    OurThing:/usr/share/ccrypt/ccrypt-1.7 joe$ sudo make
    make  all-recursive
    Making all in src
    make  all-am
    make[3]: Nothing to be done for `all-am'.
    Making all in emacs
    WARNING: Warnings can be ignored. :-)
    if test "emacs" != no; then \   set x; \   list='jka-compr-ccrypt.el'; for p in $list; do \     if test -f "$p"; then d=; else d="./"; fi; \     set x "$@" "$d$p"; shift; \   done; \   shift; \   EMACS="emacs" /bin/sh ../elisp-comp "$@" || exit 1; \ else : ; fi
    Loading /Applications/Emacs.app/Contents/MacOS/libexec/fns-21.2.1.el (source)...
    Loading /Applications/Emacs.app/Contents/Resources/site-lisp/site-start.d/auctex.el (source)...
    Loading /Applications/Emacs.app/Contents/Resources/site-lisp/site-start.d/carbon-emacs-auctex-fix.el (source)...
    Loading /Applications/Emacs.app/Contents/Resources/site-lisp/site-start.d/carbon-emacs-builtin-aspell.el (source)...
    Loading /Applications/Emacs.app/Contents/Resources/site-lisp/site-start.d/carbon-emacs-japanese-init.el (source)...
    Loading /Applications/Emacs.app/Contents/Resources/site-lisp/site-start.d/carbon-emacs-path.el (source)...
    PATH variables are not imported from your shell (/bin/sh).
    Loading /Applications/Emacs.app/Contents/Resources/site-lisp/site-start.d/preview-latex.el (source)...
    Symbol's value as variable is void: macro-declaration-function
    make[2]: *** [elc-stamp] Error 1
    make[1]: *** [all-recursive] Error 1
    make: *** [all] Error 2
    OurThing:/usr/share/ccrypt/ccrypt-1.7 joe$
    ====

    So this is probably something really obvious and simple, right?

     
    • John Chandler

      John Chandler - 2009-03-31

      OK, well, yes, it's obvious and simple -- the build only kind of *looks* as if it fails.  The Error 2 is a failure to find a file that needs to be deleted.  Apparently ccrypt is built OK.

       

Log in to post a comment.