Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] Courier-IMAP fails to compile.

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Seth Woolley <seth AT tautology.org>
  • To: Jason Flatt <jason AT flattfamily.com>
  • Cc: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] Courier-IMAP fails to compile.
  • Date: Mon, 22 Sep 2003 00:11:55 -0700 (PDT)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Change "echo" to "builtin echo" here:

> for f in `echo $AUTHMODULES`; do

all non-display echos need to be builtin echo because the regular echo is
overridden to support a different echo for use with parallel init and
logging of all echos to the system logger. It kind of messes up uses of
echo that are not sent to the display directly. If you want to run a
"whole" script without the builtin echo just do this:

change:
scriptwithecho.sh
to:
( unset -f echo; scriptwithecho.sh )
so that it runs in a cleaned subshell.

Using echo in command substitution, echos piped into another process, and
subscripts where the same occurs are the places I know of where this is
an issue.

(Seems like a dirty hack, but it sure made it easier to implement.)

Seth

On Sun, 21 Sep 2003, Jason Flatt wrote:

> On Sunday 21 September 2003 10:06 am, Alan Ross wrote:
> > I am trying to compile Courier-IMAP. I used the default configuration for
> > the spell. Has anyone managed to compile this spell. Any help would be
> > appreciated. I have attached the end of the compile log below.
>
>
> The following is a link to the bug in bugzilla that has the new courier-imap
> spell attached. I had a problem with the init scripts giving errors while
> starting, but they seem to start OK. I could not locate the source of the
> errors, so if anyone finds them, please let me know. I'm going to go ahead
> and put it into devel and test, since I believe it works correctly, but you
> can access it sooner via the link below.
>
> http://bugs.sourcemage.org/show_bug.cgi?id=4392
>
>
> --
> Jason Flatt (jason @ flattfamily . com)
> Father of five (http://www.flattfamily.com/)
> Linux user (http://www.sourcemage.org/)
> IRC Nick: Oadae Channels: #sourcemage, #lvlug Server: irc.freenode.net
> PGP Key: E992213F - 0254 9DB7 BE0E 312D 8352 6E39 0700 FB95 E992 213F
>
> _______________________________________________
> SM-Discuss mailing list
> SM-Discuss AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-discuss
>

- --
Seth Alan Woolley <seth at tautology.org>, SPAM/UCE is unauthorized
Key id 7BEACC7D = 2978 0BD1 BA48 B671 C1EB 93F7 EDF4 3CDF 7BEA CC7D
Full Key at seth.tautology.org and pgp.mit.edu. info: www.gnupg.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (FreeBSD)

iD8DBQE/bqDB7fQ833vqzH0RAlUnAKC1rnudBnJdZkQpODcDxA2SRB5fdQCgq2SJ
07zZ3H0HmNalvj4Vam+oc54=
=CKNT
-----END PGP SIGNATURE-----





Archive powered by MHonArc 2.6.24.

Top of Page