[Mailman-Users] Mailman install problems

Elvis Fernandes elvisfern at gmail.com
Mon Dec 5 23:48:41 CET 2005


Hello,

I have been strugging all day to install mailman-2.1.6 on solaris8.

The configure goes thru successfully.
The make goes thru successfully.

When I do make install, it does a bunch of things and then I get the
following message:

Creating language directory /mailman/mailman/messages/tr/LC_MESSAGES
Creating language directory /mailman/mailman/messages/uk/LC_MESSAGES
Creating language directory /mailman/mailman/messages/zh_CN/LC_MESSAGES
Creating language directory /mailman/mailman/messages/zh_TW/LC_MESSAGES
for f in ./test*.py ./*Base.py; \
do \
    /opt/local/bin/install -c -m 644 $f /mailman/mailman/tests; \
        done
for f in ./onebounce.py ./fblast.py; \
do \
    /opt/local/bin/install -c -m 755 $f /mailman/mailman/tests; \
done
for d in bounces msgs; \
do \
    (cd $d; make DESTDIR= install); \
done
for f in ./*.txt; \
do \
    /opt/local/bin/install -c -m 644 $f /mailman/mailman/tests/bounces; \
done
for f in ./*.txt; \
do \
    /opt/local/bin/install -c -m 644 $f /mailman/mailman/tests/msgs; \
done
/opt/local/bin/python -c 'from compileall import *;
compile_dir("/mailman/mailman/Mailman")'
  File "<string>", line 1
    from
       ^
SyntaxError: invalid syntax
*** Error code 1
make: Fatal error: Command failed for target `doinstall'


Any idea why I am getting this error?

Regards
Elv



More information about the Mailman-Users mailing list