Vidiot wrote:

>Mark posted:
>
>>What Python stuff didn't it do that needed to be done. All a straight
>>'make' does is compile all the wrappers and compile the various
>>mailman.po message catalogs into mailman.mo files.
>
>I wiped out the directory and started over.  Here is what the make install did:

[...]
>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'

Note the list of subdirectories in "for d in ...".

The error occurs in the 'misc' directory. The stuff that doesn't get
done is in the 'src' and 'messages' directories that it never got to.

-- 
Mark Sapiro <[EMAIL PROTECTED]>        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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to