Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Jul 2012 23:52:52 +0400
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        FreeBSD Ports Mailing List <ports@freebsd.org>
Subject:   Re: graphics/tiff fails to install
Message-ID:  <4FF0AA94.1060607@yandex.ru>
In-Reply-To: <4FF096C9.2010903@yandex.ru>
References:  <4FF0951D.1000502@yandex.ru> <4FF096C9.2010903@yandex.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Ok, it was the effect of having OOO_SHELL=/usr/local/bin/bash and 
executing ``source ./Env.Host.sh'' (it was set when I investigated 
libreoffice build breakage on my system). I continued to update the 
ports from that terminal tab and all the ports were tried to build with 
clang. I also had more weird build breakage when trying to make world:

"""
clang++ -O2 -pipe 
-I/usr/src/usr.bin/clang/tblgen/../../../contrib/llvm/include 
-I/usr/src/usr.bin/clang/tblgen/../../../contrib/llvm/tools/clang/include -I/usr/src/usr.bin/clang/tblgen/../../../contrib/llvm/utils/TableGen 
-I. 
-I/usr/src/usr.bin/clang/tblgen/../../../contrib/llvm/../../lib/clang/include 
-DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS 
-D__STDC_CONSTANT_MACROS -fno-strict-aliasing 
-DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd10.0\" 
-DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -c 
/usr/src/usr.bin/clang/tblgen/../../../contrib/llvm/utils/TableGen/X86RecognizableInstr.cpp
make: don't know how to make /usr/local/lib/libc.a. Stop
"""

Now everithing is fine. Thanks.

Ruslan Mahmatkhanov wrote on 01.07.2012 22:28:
> 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.





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