Recovering from Server Fail, was FW: Make Install Fails

I've continued to fiddle with this and now have different errors, so I thought I would back up and give ya'll the big picture in case I'm approaching this from the wrong direction. Tuesday morning I had a hardware failure on my old Solaris 10 box. In 25 years in the business, I don't think I've seen a hardware failure as thorough as this that didn't involve smoke. The machine is utterly unrecoverable.
So to get back into service, I decided to move the service to a different box. It's also a Solaris box, but is a Sun X4100. I have restored the directory tree from tape, but presume that the executables can't be run on the new platform.
What is the quickest way to get mailman back in service?
Bill McNutt
-----Original Message----- From: mailman-users-bounces+mcnutt=utk.edu@python.org [mailto:mailman-users-bounces+mcnutt=utk.edu@python.org] On Behalf Of McNutt Jr, William R Sent: Wednesday, January 19, 2011 10:44 PM To: mailman-users@python.org Subject: [Mailman-Users] Make Install Fails
I'm attempting to install Mailman on a Solaris 10 box and I am unable to get past "make install."
Sorry - not a unix guy, please use small words and explicit direction.
Attached is the results of make install:
Creating architecture independent directories...
chmod o-r /usr/local/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; \ do
.././install-sh -c -m 755 ../build/bin/$f /usr/local/mailman/bin; \ done for f in crontab.in; \ do
.././install-sh -c -m 644 $f /usr/local/mailman/cron; \ done for f in checkdbs mailpasswds senddigests gate_news nightly_gzip bumpdigests disabled; \ do
.././install-sh -c -m 755 ../build/cron/$f /usr/local/mailman/cron; \ done for i in ./*.jpg ./*.png; \ do
.././install-sh -c -m 644 $i /usr/local/mailman/icons; \ done for d in bin cron scripts tests; \ do
dir=/usr/local/mailman/$d;
.././install-sh -c -m 644 paths.py $dir; \ done .././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/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'
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/mcnutt%40utk.edu
participants (1)
-
McNutt Jr, William R