graphics/tiff fails to install
Ruslan Mahmatkhanov
cvs-src at yandex.ru
Sun Jul 1 18:22:33 UTC 2012
Hi Dirk,
I have an error like this when trying to update tiff to 4.0.2:
"""
test -z "/usr/local/bin" || ../config/install-sh -c -d "/usr/local/bin"
/bin/sh /usr/local/bin/libtool --mode=install install strip -o
root -g wheel -m 555 bmp2tiff fax2ps fax2tiff gif2tiff pal2rgb ppm2tiff
ras2tiff raw2tiff rgb2ycbcr thumbnail tiff2bw tiff2pdf tiff2ps tiff2rgba
tiffcmp tiffcp tiffcrop tiffdither tiffdump tiffinfo tiffmedian tiffset
tiffsplit '/usr/local/bin'
libtool: install: install strip /usr/local/bin/strip
install: strip: No such file or directory
*** [install-binPROGRAMS] Error code 71
"""
I may be completely wrong, but this line in tiff-4.0.2/tools/Makefile
triggers this error:
INSTALL_PROGRAM = install strip -o root -g wheel -m 555
I'm not sure how it was generated, but ``strip'' seems unnecessary
there, because install(1) knows nothing about this (there is -s switch
though). I didn't checked if it supposed to be replaced by something,
but according to install output - it is not. Have nothing in the
/etc/make.conf related to STRIP.
Would you please help? Thanks!
--
Regards,
Ruslan
Tinderboxing kills... the drives.
More information about the freebsd-ports
mailing list