2 messages in net.sourceforge.lists.courier-users[courier-users] makealiases fails whe...
FromSent OnAttachments
Andrew BeverleyFeb 16, 2004 9:57 am 
Andrew BeverleyFeb 17, 2004 8:55 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] makealiases fails when run and with make checkActions...
From:Andrew Beverley (an@andybev.com)
Date:Feb 16, 2004 9:57:44 am
List:net.sourceforge.lists.courier-users

When I run 'make check' (in the sub directory courier) I get the following errors:

make[2]: Entering directory `/home/andrew/courier-0.44.2/courier' ./aliascreate -tmp=./testsuite.tmp -dump=1 <./testsuite.alias1.in | sed '/^$/d' | sort | cmp -s ./testsuite.alias - makealiases: ERR: No such file or directory make[2]: *** [check-am] Error 1 make[2]: Leaving directory `/home/andrew/courier-0.44.2/courier' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/home/andrew/courier-0.44.2/courier' make: *** [check] Error 2

I compiled with the following options:

./configure --prefix=/usr --sysconfdir=/etc/courier --with-piddir=/var/run --libexecdir=/usr/sbin --datadir=/usr/share/courier --localstatedir=/var/spool/courier --with-db=db --with-mailuser=courier --with-mailgroup=courier --without-authpam --enable-mimetypes=/etc/apache/mime.types --enable-workarounds-for-imap-client-bugs --with-trashquota

using GCC 3.3.1, on a Linux From Scratch v5 system

If I subsequently perform a make install, then I get the following errors when running makealiases:

aliascombine: ERR: Success /usr/sbin/makealiases: line 252: 8096 Done for f in $aliasdir/*; do echo "##MaKeAlIaSeS##$f"; if test -f "$f"; then cat $f; else echo "$f: file not found." 1>&2; echo "."; fi; done 8097 Broken pipe | /usr/sbin/courier/aliasexp <LINE CONTINUED> $xaliaspfix $xaliastmpdir $module makealiases: ERR: No such file or directory

And if I run /usr/sbin/courier/aliascombine I get:

aliascombine: ERR: Success

Could this be the cause of the failure?

If I have failed to include any information needed then please let me know. I have attempted to search the archives, but the search facility does not appear to be working (or there are no results).

Thanks,