[Mailman-Users] error while running make install
Con Wieland
cwieland at uci.edu
Wed Mar 7 23:54:28 CET 2012
I get the following error while running make install on Solaris 10 trying to install mailman-2.1.14-1
any help would be appreciated. I see other folks with the error but no solutions
thanks
Con Wieland
#make install
Creating architecture independent directories...
chmod o-r /opt/nsp/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 \
/opt/csw/bin/ginstall -c -m 755 ../build/bin/$f /opt/nsp/mailman/bin; \
done
for f in crontab.in; \
do \
/opt/csw/bin/ginstall -c -m 644 $f /opt/nsp/mailman/cron; \
done
for f in checkdbs mailpasswds senddigests gate_news nightly_gzip bumpdigests disabled cull_bad_shunt; \
do \
/opt/csw/bin/ginstall -c -m 755 ../build/cron/$f /opt/nsp/mailman/cron; \
done
for i in ./*.jpg ./*.png; \
do \
/opt/csw/bin/ginstall -c -m 644 $i /opt/nsp/mailman/icons; \
done
for d in bin cron scripts tests; \
do \
dir=/opt/nsp/mailman/$d; \
/opt/csw/bin/ginstall -c -m 644 paths.py $dir; \
done
/opt/csw/bin/ginstall -c -m 755 mailman /opt/nsp/mailman/scripts
/opt/csw/bin/ginstall -c -m 644 sitelist.cfg /opt/nsp/mailman/data
if [ -z "" -a -d /opt/nsp/mailman/pythonlib/email ] ; \
then \
rm -rf /opt/nsp/mailman/pythonlib/email* ; \
fi
for p in ; \
do \
gunzip -c ./$p.tar.gz | (cd . ; tar xf -); \
(cd ./$p ; umask 02 ; PYTHONPATH=/opt/nsp/mailman/pythonlib /opt/csw/bin/python setup.py --quiet install --install-lib /opt/nsp/mailman/pythonlib --install-purelib /opt/nsp/mailman/pythonlib --install-data /opt/nsp/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 /home/users/cwieland/mailman-2.1.14-1/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'
More information about the Mailman-Users
mailing list