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

CJ Keist cj.keist at colostate.edu
Wed Aug 4 23:14:06 CEST 2010


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 
this error on making sure using correct version of python.  I have two 
version of python installed, there is the native python that comes with 
Solaris, version 2.4.6, and then I installed a newer version from 
Blastwave 2.6.2.  It doesn't matter what version I use, still get same 
error with make install.

setenv PATH 
/usr/bin:/usr/sbin:/opt/csw/bin:/usr/ccs/bin:/usr/openwin/bin:/usr/sfw/bin

./configure  --prefix=/userM/mail-services/mailman 
--with-python=/opt/csw/bin/python --with-cgi-gid=15
     runs fine with now errors
make
     runs with no errors.

# make install
Creating architecture independent directories...
chmod o-r /userM/mail-services/mailman/archives/private
Creating architecture dependent directories...
for f in mmsitepass newlist rmlist add_members  list_members 
remove_members clone_member update arch  sync_members check_db withlist 
check_perms find_member  version config_list list_lists dumpdb 
cleanarch  list_admins genaliases change_pw mailmanctl qrunner inject  
unshunt fix_url.py convert.py transcheck b4b5-archfix  list_owners 
msgfmt.py show_qfiles discard rb-archfix  reset_pw.py export.py; \
do \
     .././install-sh -c -m 755 ../build/bin/$f 
/userM/mail-services/mailman/bin; \
done
for f in crontab.in; \
do \
     .././install-sh -c -m 644 $f /userM/mail-services/mailman/cron; \
done
for f in checkdbs mailpasswds senddigests gate_news  nightly_gzip 
bumpdigests disabled cull_bad_shunt; \
do \
     .././install-sh -c -m 755 ../build/cron/$f 
/userM/mail-services/mailman/cron; \
done
for i in ./*.jpg ./*.png; \
do \
   .././install-sh -c -m 644 $i /userM/mail-services/mailman/icons; \
done
for d in bin cron scripts tests; \
do \
     dir=/userM/mail-services/mailman/$d; \
     .././install-sh -c -m 644 paths.py $dir; \
done
.././install-sh -c -m 755 mailman /userM/mail-services/mailman/scripts
.././install-sh -c -m 644 sitelist.cfg /userM/mail-services/mailman/data
if [ -z "" -a -d /userM/mail-services/mailman/pythonlib/email ] ; \
then \
     rm -rf /userM/mail-services/mailman/pythonlib/email* ; \
fi
for p in   ; \
do \
     gunzip -c ./$p.tar.gz | (cd . ; tar xf -); \
     (cd ./$p ; umask 02 ; 
PYTHONPATH=/userM/mail-services/mailman/pythonlib /opt/csw/bin/python 
setup.py --quiet install --install-lib 
/userM/mail-services/mailman/pythonlib  --install-purelib 
/userM/mail-services/mailman/pythonlib  --install-data 
/userM/mail-services/mailman/pythonlib); \
done
sh: syntax error at line 1: `;' unexpected
*** Error code 2
make: Fatal error: Command failed for target `install-packages'
Current working directory /userM/src/mailman-2.1.13rc1/misc
*** Error code 1
The following command caused the error:
for d in bin cron misc Mailman scripts src templates messages tests; \
do \
     (cd $d; make DESTDIR= install); \
done
make: Fatal error: Command failed for target `doinstall'

-- 
C. J. Keist                     Email: cj.keist at colostate.edu
UNIX/Network Manager            Phone: 970-491-0630
Engineering Network Services    Fax:   970-491-5569
College of Engineering, CSU
Ft. Collins, CO 80523-1301

All I want is a chance to prove 'Money can't buy happiness'



More information about the Mailman-Users mailing list