From owner-freebsd-stable@FreeBSD.ORG Fri Feb 14 16:07:29 2014 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 40F90DFF for ; Fri, 14 Feb 2014 16:07:29 +0000 (UTC) Received: from mail.bsdinfo.com.br (mail.bsdinfo.com.br [67.212.89.78]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F251B1893 for ; Fri, 14 Feb 2014 16:07:23 +0000 (UTC) Received: from mail.bsdinfo.com.br (mail.bsdinfo.com.br [127.0.0.1]) by mail.bsdinfo.com.br (Postfix) with ESMTP id 839D2139C4 for ; Fri, 14 Feb 2014 14:09:10 -0200 (BRST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bsdinfo.com.br; h=content-transfer-encoding:content-type:content-type :in-reply-to:references:subject:subject:to:mime-version :user-agent:from:from:date:date:message-id; s=dkim; t= 1392394149; x=1393258150; bh=QtXXagZxw/GHESLJ9iDGsG7sf1AozQhdI2W iZrxtcKo=; b=UuQ9XChQNQBRxAYOZiNXkqcTKOG6O4p3Y3rvkDXkKYJ7UWzNL3W t9qM/FaVU8h31zkHYpgRTv/F7cuWozwX0+BqtYWCYYIfZ2USL1Kysbpl46j6DBoS IRjTItr5oGaGxh8K0cQj6X+fN2ar9uZoEY9zoo9Mu2ia4g/TCoQpJhyk= X-Virus-Scanned: amavisd-new at mail.bsdinfo.com.br Received: from mail.bsdinfo.com.br ([127.0.0.1]) by mail.bsdinfo.com.br (mail.bsdinfo.com.br [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3vBIoY2UpPxZ for ; Fri, 14 Feb 2014 14:09:09 -0200 (BRST) Received: from MacBook-de-Gondim-2.local (unknown [186.193.48.8]) by mail.bsdinfo.com.br (Postfix) with ESMTPSA id 6D768139C3 for ; Fri, 14 Feb 2014 14:09:09 -0200 (BRST) Message-ID: <52FE3F37.90504@bsdinfo.com.br> Date: Fri, 14 Feb 2014 14:07:19 -0200 From: Marcelo Gondim User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: stable@freebsd.org Subject: Re: converters/php55-iconv in FreeBSD 10 References: <52FE26FC.3070708@gmail.com> In-Reply-To: <52FE26FC.3070708@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2014 16:07:29 -0000 Hi, Look this before: 20130904: AFFECTS: 10-CURRENT users with any port depending on converters/libiconv AUTHOR: madpilot@FreeBSD.org 10-CURRENT after r254273 (committed on August 13, 2013) has an implementation of iconv enabled by default in libc. Due to this change some major overhauling of the ports tree has been necessary to move the ports to using that implementation. People using pkgng binary packages should have little problems, "pkg upgrade" will update all software to not depend on libiconv anymore, once updated packages are available. Please make sure to perform a "pkg autoremove" after that and check that libiconv is correctly removed by it. If you are using ports the update requires some manual intervention. The following procedure should be followed: # pkg query %ro libiconv >ports_to_update # pkg delete -f libiconv # cat ports_to_update | xargs portmaster or: # pkg query %ro libiconv >ports_to_update # pkg delete -f libiconv # cat ports_to_update | xargs portupgrade -f and try it: pkg delete -f php55-iconv and after re-install port php55-iconv Em 14/02/14 12:23, Alexander Panyushkin escreveu: > Hello All ! > I need install converters/php55-iconv in FreeBSD 10 > But this depends on the port converters/libiconv > converters/libiconv is not installed in FreeBSD10 > > What would you suggest > > > cc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../lib -I../intl > -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -D_FORTIFY_SOURCE=2 > -Oz -march=athlon64-sse3 -mtune=athlon64-sse3 -pipe -Qunused-arguments > -Qunused-parameter -Wformat -Wformat-security -c error.c > error.c:378:12: warning: data argument not used by format string > [-Wformat-extra-args] > file_name, line_number); > ^ > 1 warning generated. > rm -f libicrt.a > ar cru libicrt.a allocator.o areadlink.o careadlinkat.o malloca.o > progname.o safe-read.o width.o xmalloc.o xstrdup.o xreadlink.o > canonicalize-lgpl.o error.o > ranlib libicrt.a > cd src && /usr/bin/make all > cc -c -I. -I. -I.. -I../include -I./../include -I../srclib > -I./../srclib -I../lib -Oz -march=athlon64-sse3 -mtune=athlon64-sse3 > -pipe -Qunused-arguments -Qunused-parameter -Wformat -Wformat-security > -D_FORTIFY_SOURCE=2 -DINSTALLDIR=\"/usr/local/bin\" > -DLOCALEDIR=\"/usr/local/share/locale\" ./iconv_no_i18n.c > /bin/sh ../libtool --mode=link cc -Oz -march=athlon64-sse3 > -mtune=athlon64-sse3 -pipe -Qunused-arguments -Qunused-parameter > -Wformat -Wformat-security iconv_no_i18n.o ../srclib/libicrt.a > ../lib/libiconv.la -o iconv_no_i18n > libtool: link: cc -Oz -march=athlon64-sse3 -mtune=athlon64-sse3 -pipe > -Qunused-arguments -Qunused-parameter -Wformat -Wformat-security > iconv_no_i18n.o -o .libs/iconv_no_i18n ../srclib/libicrt.a > ../lib/.libs/libiconv.so -Wl,-rpath -Wl,/usr/local/lib > ../lib/.libs/libiconv.so: undefined reference to `aliases2_lookup' > cc: error: linker command failed with exit code 1 (use -v to see > invocation) > *** Error code 1 > > Stop. > make[3]: stopped in /usr/ports/converters/libiconv/work/libiconv-1.14/src > *** Error code 1 > > > > > uname -a > FreeBSD magnetron.intra 10.0-STABLE FreeBSD 10.0-STABLE #0 r261274: > Thu Jan 30 11:34:04 EET 2014 > root@magnetron.intra:/usr/obj/usr/src/sys/Kernel amd64 >