McNutt Jr, William R wrote:

>If I continue to "make install" I get the following error:
>
>.././install-sh -c -m 755 mailman /usr/local/mailman/scripts
>.././install-sh -c -m 644 sitelist.cfg /usr/local/mailman/data
>for p in email-2.5.8 JapaneseCodecs-1.4.11 KoreanCodecs-2.0.5; \
>do \
>    gunzip -c ./$p.tar.gz | (cd . ; tar xf -); \
>    (cd ./$p ; umask 02 ; PYTHONPATH=/usr/local/mailman/pythonlib 
> /usr/local/bin/python setup.py --quiet install --install-lib 
> /usr/local/mailman/pythonlib  --install-purelib /usr/local/mailman/pythonlib  
> --install-data /usr/local/mailman/pythonlib); \
>done
>/usr/local/lib/python2.6/distutils/dist.py:250: UserWarning: 'licence' 
>distribution option is deprecated; use 'license'
>  warnings.warn(msg)
>src/hangul.c:33: error: syntax error before numeric constant
>src/hangul.c:34: error: syntax error before numeric constant
>error: command 'gcc' failed with exit status 1
>*** Error code 1
>make: Fatal error: Command failed for target `install-packages'
>Current working directory /export/home/local/mailman-2.1.9/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'


There's a lot of stuff in the archives of this list about various
solaris installation issues. Try googling "site:mail.python.org
inurl:mailman solaris 10 codecs syntax".

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to