[Mailman-Users] make install failure
Mark Sapiro
mark at msapiro.net
Sun Jun 29 16:25:16 CEST 2008
Vidiot wrote:
>
>The configure script runs without error, as does the initial make. BTW,
>the install manual has an error:
>
> Page 4: % cd mailman-<version>
> % ./configure
> % make install
>
>The "make install" should be just "make". Gotta make it before you can
>install it. :-)
'make install' is sufficient. It will do the necessary 'make' actions.
>In any event, the following error occurs when trying to install:
>
> (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.5/distutils/dist.py:247: 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 /usr/local/src/mailman-2.1.11rc2/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'
See
<http://mail.python.org/pipermail/mailman-users/2008-June/062269.html>
and
<http://mail.python.org/pipermail/mailman-users/2008-June/062275.html>.
--
Mark Sapiro <mark at msapiro.net> The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan
More information about the Mailman-Users
mailing list