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

mail/mew3 make stop on solaris



  いしはら  です。

  mail/mew3をインストールしようと思い、solaris上でbootstrap-pkgsrc
をつかっているので、らくちん♪などと思い、
  cd /opt/bsd/pkgsrc/mail/mew3
  bmake
とすると、
--
<割愛>
Compiling EL files of Mew ... done
cd bin; sh configure; bmake prefix=/opt/bsd
checking for gcc... /opt/bsd/gcc-2.95.3/bin/gcc
checking for C compiler default output... 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 /opt/bsd/gcc-2.95.3/bin/gcc accepts -g... yes
checking for /opt/bsd/gcc-2.95.3/bin/gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /opt/bsd/bin/install -c
checking for an ANSI C-conforming const... yes
checking how to run the C preprocessor... /opt/bsd/gcc-2.95.3/bin/cpp
checking for egrep... grep -E
checking for uid_t in sys/types.h... yes
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... no
checking for unistd.h... yes
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for useconds_t... yes
checking for ssize_t... 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 whether time.h and sys/time.h may both be included... yes
checking dir.h usability... no
checking dir.h presence... no
checking for dir.h... no
checking for unistd.h... (cached) yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for main in -lz... yes
checking for strncasecmp... yes
checking for strnicmp... no
checking for strdup... yes
checking for memmove... yes
checking for fgetln... no
checking for fork... yes
checking for vfork... yes
checking for getpwuid... yes
checking for getlogin... yes
checking for usleep... yes
checking for Sleep... no
checking for setmode... no
checking for _setmode... no
checking for chdir... yes
checking for _chdir2... no
checking for poll... yes
checking for futimes... no
checking for fchmod... yes
checking for flock... no
checking for lockf... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
/opt/bsd/gcc-2.95.3/bin/gcc -c  -O -Wall  mewencode.c
mewencode.c:25: zlib.h: No such file or directory
*** Error code 1

Stop.
bmake: stopped in /opt/bsd/pkgsrc/mail/mew3/work/mew-3.3/bin
*** Error code 1

Stop.
bmake: stopped in /opt/bsd/pkgsrc/mail/mew3/work/mew-3.3
*** Error code 1

Stop.
bmake: stopped in /opt/bsd/pkgsrc/mail/mew3
*** Error code 1

Stop.
bmake: stopped in /opt/bsd/pkgsrc/mail/mew3
--
といって止まってしまいます。

devel/zlibはインストールしてあります。
Makefileにzlibのbuildlink2.mkを書いてみたけどだめでした。

メンテナーがここになっているので、報告します。
なにかよい解決方法があればおしえてください。
よろしくお願いします。


-- 
いしはら%報告だけですみません。