Re: [Mailman-Users] mailman install problems (syntax error at line1: `; ' unexpected)

2010-08-06 Thread Stephen J. Turnbull
Mark Sapiro writes: > CJ Keist wrote: > >I simply commented out the for p loop: > > > > #for p in $(PACKAGES); \ > That is a perfectly acceptable workaround, but the question is why > doesn't your make properly handle > >for p in ; do ... ; done Because make doesn't (shoul

Re: [Mailman-Users] Try again.. Sublist addressed as umbrella list

2010-08-06 Thread Mark Sapiro
Adam McGreggor wrote: >On Fri, Aug 06, 2010 at 06:01:54PM +0100, Steff Watkins wrote: > >[ still thread-jacking, though. ] > >> I'm setting up an umbrella list > >FWIW, I gave up on umbrella lists some time ago (and now build lists >progmatically). > >> call it X-main and it is made up of two sub

Re: [Mailman-Users] Try again.. Sublist addressed as umbrella list

2010-08-06 Thread Adam McGreggor
On Fri, Aug 06, 2010 at 06:01:54PM +0100, Steff Watkins wrote: [ still thread-jacking, though. ] > I'm setting up an umbrella list FWIW, I gave up on umbrella lists some time ago (and now build lists progmatically). > call it X-main and it is made up of two sublists, call them X-1 and X-2. >

[Mailman-Users] Try again.. Sublist addressed as umbrella list

2010-08-06 Thread Steff Watkins
Hi all, got a configuration item I'm trying to work out. I'm setting up an umbrella list call it X-main and it is made up of two sublists, call them X-1 and X-2. Now I can send mail to X-main and it is forwarded on alright to X-1 and X-2. The problem is that the emails show as being sent from

Re: [Mailman-Users] mailman install problems (syntax error at line1: `; ' unexpected)

2010-08-06 Thread Mark Sapiro
CJ Keist wrote: >> >I did try running in both sh and bash but still got same error. >But I did get mailman to install. The problem was with the Makefile in >the misc folder. > >EMAILPKG= >JACODECSPKG= >KOCODECSPKG= > >PACKAGES= $(EMAILPKG) $(JACODECSPKG) $(KOCODECSPKG) > >There were no packag

Re: [Mailman-Users] mailman install problems (syntax error at line 1: `; ' unexpected)

2010-08-06 Thread CJ Keist
Thanks for the reply. See below for the solution I found. On 8/5/10 10:10 PM, Gary R. Schmidt wrote: On Thu, August 5, 2010 07:14, CJ Keist wrote: Hi, Trying to install mailman mailman-2.1.13rc on Solaris 10x86. Getting an error when I try to do make install. I found similar post on