I receive the following error when compiling freetype (current) on OSX.  It
seems to be related to the make setup command used.  If I run 'openpkg rpm
-bp freetype.spec' and then ./configure; make; make install from the
TMP/freetype-2.3.5 folder it works as expected.  If I run the 'make setup
...' command I receive the target install error message.

ar -r objs/libfreetype.a  ./objs/ftsystem.o ./objs/ftdebug.o ./objs/ftinit.o
./objs/ftbase.o ./objs/ftbbox.o ./objs/ftbdf.o ./objs/ftbitmap.o
./objs/ftglyph.o ./objs/ftgxval.o ./objs/ftmm.o ./objs/ftotval.o
./objs/ftpfr.o ./objs/ftstroke.o ./objs/ftsynth.o ./objs/fttype1.o
./objs/ftwinfnt.o ./objs/ftxf86.o ./objs/ftlcdfil.o ./objs/ftgasp.o
./objs/ftpatent.o ./objs/truetype.o ./objs/type1.o ./objs/cff.o
./objs/type1cid.o ./objs/pfr.o ./objs/type42.o ./objs/winfnt.o ./objs/pcf.o
./objs/bdf.o ./objs/sfnt.o ./objs/autofit.o ./objs/pshinter.o
./objs/raster.o ./objs/smooth.o ./objs/ftcache.o ./objs/ftgzip.o
./objs/ftlzw.o ./objs/psaux.o ./objs/psnames.o
ar: creating archive objs/libfreetype.a
+ exit 0
Executing(%install): env -i /Users/doug/tools/lib/openpkg/bash --norc
--noprofile --posix -e /Users/doug/tools/RPM/TMP/rpm-tmp.37236
+ cd /Users/doug/tools/RPM/TMP
+ cd freetype-2.3.5
+ rm -rf /Users/doug/tools/RPM/TMP/freetype-2.3.5-root
+ /Users/doug/tools/bin/make --no-print-directory install
DESTDIR=/Users/doug/tools/RPM/TMP/freetype-2.3.5-root
make: *** No rule to make target `install'.  Stop.
error: Bad exit status from /Users/doug/tools/RPM/TMP/rpm-tmp.37236(%install)


RPM build errors:
   Bad exit status from /Users/doug/tools/RPM/TMP/rpm-tmp.37236 (%install)

Reply via email to