From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010725 Description of problem: Rebuilding the mm package in order to build apache for RedHat/SPARC 6.2, rpm dies in the install process. How reproducible: Always Steps to Reproduce: 1. rpm -ba mm.spec 2. 3. Actual Results: ./shtool install -c -m 644 mm.3 /var/tmp/mm-1.1.3-root/usr/man/man3/mm.3 ./shtool install -c -m 644 mm.h /var/tmp/mm-1.1.3-root/usr/include/mm.h libtool: install: `/var/tmp/mm-1.1.3-root/usr/lib/libmm.la' is not a directory Try `libtool --help --mode=install' for more information. make: *** [install] Error 1 error: Bad exit status from /var/tmp/rpm-tmp.39534 (%install) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.39534 (%install) Expected Results: Clean build. Additional info: Specifically, the problem lies in the Makefile line 170: @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libmm.la $(libdir)/libmm.la
I believe your sparc 6.2 box will need a newer libtool.
Updated to libtool-1.4-8 (as well as automake-1.4p5-1, since automake >= 1.4p1 is required to build libtool) from libtool-1.3.4. Built mm without a hitch. Thanks!