From owner-freebsd-ports@FreeBSD.ORG Sun Jul 1 18:29:42 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62593106564A; Sun, 1 Jul 2012 18:29:42 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward18.mail.yandex.net (forward18.mail.yandex.net [IPv6:2a02:6b8:0:1402::3]) by mx1.freebsd.org (Postfix) with ESMTP id C9CEC8FC0A; Sun, 1 Jul 2012 18:29:41 +0000 (UTC) Received: from smtp16.mail.yandex.net (smtp16.mail.yandex.net [95.108.252.16]) by forward18.mail.yandex.net (Yandex) with ESMTP id A46661780C9B; Sun, 1 Jul 2012 22:29:40 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1341167380; bh=03KszUZkmjOURVJx7g7kagbgXFT8V/b/TakkdyVbGTU=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=IX+uyzoKfWGp4pJ6FuashGX1TV6L/nTnkuazu90byfbldiEFufXBK975LKmcBGzHC La7idFnhbcWnJjJE3NfymrWJPFAuxIaQ1xSa0Rh+ufcUwLvfNzhOJ9Hvo8LNzZ2pgA V3a+K7JLwBpkZ1HFNKyTcLbFrtiZRdnXsXuZ9Ydk= Received: from smtp16.mail.yandex.net (localhost [127.0.0.1]) by smtp16.mail.yandex.net (Yandex) with ESMTP id 803616A0644; Sun, 1 Jul 2012 22:29:40 +0400 (MSK) Received: from unknown (unknown [178.76.224.133]) by smtp16.mail.yandex.net (nwsmtp/Yandex) with ESMTP id TdgGSIl2-Tegqb7qT; Sun, 1 Jul 2012 22:29:40 +0400 X-Yandex-Rcpt-Suid: dinoex@FreeBSD.org X-Yandex-Rcpt-Suid: ports@freebsd.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1341167380; bh=03KszUZkmjOURVJx7g7kagbgXFT8V/b/TakkdyVbGTU=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=d835fWsk4BMbNWKBgEqMeQsEt02Y2Hujro4+cSmYJOEkBMzMU/TwteARFHDtAmtgQ /k9mc3ez7C4sXu26P53EpxrRjjWytta3VkVItR0wkTxq5bqXAVeO2ybjaEhap1bW+h qM+XOkNgWCSx6eZ65l2fKlw3+LYxAItWOHGNF2ag= Message-ID: <4FF096C9.2010903@yandex.ru> Date: Sun, 01 Jul 2012 22:28:25 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120619 Thunderbird/13.0.1 MIME-Version: 1.0 To: Dirk Meyer References: <4FF0951D.1000502@yandex.ru> In-Reply-To: <4FF0951D.1000502@yandex.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports Mailing List Subject: Re: graphics/tiff fails to install X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jul 2012 18:29:42 -0000 Hmm, I'm sorry. It's something more common. I have the same install error with multimedia/cuse4bsd-kmod and multimedia/gstreamer. What it may be? Ruslan Mahmatkhanov wrote on 01.07.2012 22:21: > 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.