[Dovecot] Errors while doing make on Solaris 9 for dovecot-1.0.rc7
Hi,
I have Solaris 9 and I am getting the following errors for dovecot-1.0.rc7 after running
1.configure - No errors see output as attached
2. /usr/ccs/bin/make -- partial output below, complete attached
Thanks,
Lalit
.....
DEPDIR=.deps depmode=none /bin/bash ../../depcomp
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -c var-expand.c
source='write-full.c' object='write-full.o' libtool=no
DEPDIR=.deps depmode=none /bin/bash ../../depcomp
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -c write-full.c
rm -f liblib.a
false cru liblib.a base64.o bsearch-insert-pos.o buffer.o close-keep-errno.o compat.o data-stack.o env-util.o failures.o fd-close-on-exec.o fd-set-nonblock.o fdpass.o file-cache.o file-copy.o file-dotlock.o file-lock.o file-set-size.o hash.o hex-binary.o hex-dec.o hmac-md5.o home-expand.o hostpid.o imem.o iostream.o istream.o istream-data.o istream-file.o istream-limit.o istream-mmap.o istream-seekable.o ioloop.o ioloop-iolist.o ioloop-notify-none.o ioloop-notify-dn.o ioloop-notify-inotify.o ioloop-notify-kqueue.o ioloop-poll.o ioloop-select.o ioloop-epoll.o ioloop-kqueue.o lib.o lib-signals.o md4.o md5.o mempool.o mempool-alloconly.o mempool-datastack.o mempool-system.o mempool-unsafe-datastack.o mkdir-parents.o mmap-anon.o mmap-util.o module-dir.o mountpoint.o network.o nfs-workarounds.o ostream.o ostream-file.o ostream-crlf.o primes.o printf-upper-bound.o process-title.o randgen.o read-full.o restrict-access.o restrict-process-size.o safe-memset.o safe-mkdir.o sendfile-util.o seq-range-array.o sha1.o str.o str-sanitize.o strescape.o strfuncs.o unix-socket-create.o unlink-directory.o unlink-lockfiles.o utc-offset.o utc-mktime.o var-expand.o write-full.o
*** Error code 255
make: Fatal error: Command failed for target liblib.a' Current working directory /lhome/lalit/dovecot/dovecot-1.0.rc7/src/lib *** Error code 1 make: Fatal error: Command failed for target
all-recursive'
Current working directory /lhome/lalit/dovecot/dovecot-1.0.rc7/src
*** Error code 1
make: Fatal error: Command failed for target all-recursive' Current working directory /lhome/lalit/dovecot/dovecot-1.0.rc7 *** Error code 1 make: Fatal error: Command failed for target
all'
<
Confidentiality Note: This electronic message transmission is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. If you have received this transmission, but are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this information is strictly prohibited. If you have received this e-mail in error, please contact me at 212-615-4204 and delete and destroy the original message and all copies. Thank You.
On 25.9.2006, at 16.41, Agarwal, Lalit wrote:
rm -f liblib.a false cru configure has detected your "ar" binary to be "false", which really
doesn't work. I'm not sure what the right way to fix this would be
(see what config.log says about it), but one workaround at least
would be if you ran make as:
make AR=ar
Of course if you don't have ar at all in the path, that's your
problem. :) Looks like it exists in /usr/ccs/bin/.
participants (2)
-
Agarwal, Lalit
-
Timo Sirainen