bug-mailutils
[Top][All Lists]
Advanced

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

Re: [bug-mailutils] Compiling mailutils 2.0 on solaris


From: Maarten Thibaut
Subject: Re: [bug-mailutils] Compiling mailutils 2.0 on solaris
Date: Mon, 06 Jul 2009 21:44:56 +0200
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b3pre) Gecko/20090223 Thunderbird/3.0b2

Sergey,

> Alternatively, since it is Guile that is causing all the problems, you
> might try to disable it at configure time (unless, of course, you want
> to use it for mail processing). To do so, add the following option to
> ./configure:
>
>   --without-guile
>   

This worries me. If using guile is unstable, then shouldn't it be turned
off by default? If it is stable, then we should be able to fix this
problem....

I switched guile off, and received this error. It keeps popping up even
when MH is disabled with --disable-mh. I have verified that MH is listed
as disabled at the end of the configure run. Still, it is compiled:

Making all in mh
/bin/bash ../mu-aux/gylwrap "bison -y -vt"  \
          y.tab.c mh_fmtgram.c y.output fmtgram.y.output \
                  -- -yy fmt_yy
bison: cannot open file
`/home/mthibaut/install/mailutils-2.0.90-20090623/mh/y.tab.c': No such
file or directory
*** Error code 1
make: Fatal error: Command failed for target `mh_fmtgram.c'
Current working directory
/home/mthibaut/install/mailutils-2.0.90-20090623/mh
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
  case $f in \
    *=* | --[!k]*);; \
    *k*) failcom='fail=yes';; \
  esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='mu-aux include po testsuite mailbox sql libmu_auth libproto lib
libmu_argp libmu_cfg libmu_cpp libmu_scm python libmu_sieve doc config
examples frm pop3d imap4d maidag mail sieve guimb messages comsat
readmsg dotlock mh movemail mimeview'; for subdir in $list; do \
  echo "Making $target in $subdir"; \
  if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
  else \
    local_target="$target"; \
  fi; \
  (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/mthibaut/install/mailutils-2.0.90-20090623
*** Error code 1

--
maarten




reply via email to

[Prev in Thread] Current Thread [Next in Thread]