Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Jul 2012 22:21:17 +0400
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        Dirk Meyer <dinoex@FreeBSD.org>
Cc:        FreeBSD Ports Mailing List <ports@freebsd.org>
Subject:   graphics/tiff fails to install
Message-ID:  <4FF0951D.1000502@yandex.ru>

next in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FF0951D.1000502>