From owner-freebsd-current@FreeBSD.ORG Sat Sep 21 16:01:43 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5372B5EA for ; Sat, 21 Sep 2013 16:01:43 +0000 (UTC) (envelope-from rizzo@i805.com.br) Received: from server.i805.com.br (mailhost.i805.com.br [72.52.97.105]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2375925E1 for ; Sat, 21 Sep 2013 16:01:42 +0000 (UTC) Received: from i805.com.br (localhost [127.0.0.1]) by server.i805.com.br (8.14.6/8.14.5) with ESMTP id r8LG1YI0076197 for ; Sat, 21 Sep 2013 13:01:34 -0300 (BRT) (envelope-from rizzo@i805.com.br) From: "Nilton Jose Rizzo" To: freebsd-current@freebsd.org Subject: iconv/libiconv/ports libconv Date: Sat, 21 Sep 2013 13:01:34 -0300 Message-Id: <20130921154257.M82609@i805.com.br> X-Mailer: OpenWebMail 3.00_beta4 20121104 671 X-OriginatingIP: 179.218.87.141 (rizzo) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on server.i805.com.br X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Sep 2013 16:01:43 -0000 Hi all, I need a help about this change in the system! int /usr/src/UPDATING says after Aug, 13 we dont't need any more the port libiconv but, I don't rebuild with it. I rebuild world and install but the ports rebuilding with /usr/ports/UPDATING instructions fail, and now I my system are inconsistent and can't update any ports because some of then needs a libiconv I would like how it work(WITH_ICONV and WITH_LIBICONV_COMPAT) my make.conf root@valfenda:/usr/ports/converters/libiconv # more /etc/make.conf JAVA_VERSION=1.7 # added by use.perl 2013-08-31 20:03:13 PERL_VERSION=5.16.3 WITH_ICONV="YES" #WITH_LIBICONV_COMPAT="YES" genarate this error ===> gnu/usr.bin/texinfo/doc (installincludes) ===> include (includes) set -e; cd /usr/src/include; make buildincludes; make installincludes echo "/* Indicate whether libiconv symbols are present */" > _libiconv_compat.h echo "#define __LIBICONV_COMPAT" >> _libiconv_compat.h creating osreldate.h from newvers.sh *** Error code 1 Stop. make[4]: stopped in /usr/src/include *** Error code 1 Stop. make[3]: stopped in /usr/src/include *** Error code 1 Stop. make[2]: stopped in /usr/src *** Error code 1 Stop. make[1]: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src root@valfenda:/usr/src # tring rebuild libiconv root@valfenda:/home2/rizzo # cd /usr/ports/*/libiconv root@valfenda:/usr/ports/converters/libiconv # make ===> libiconv-1.14_1 converters/libiconv should not be used with OSVERSION > 1000043. Please fix the port which tries to use it. *** Error code 1 Stop. make: stopped in /usr/ports/converters/libiconv root@valfenda:/usr/ports/converters/libiconv # Updating ports with UPDATING information root@valfenda:/usr/ports/converters/libiconv # cat /tmp/ports_to_update | xargs portupgrade -f [Reading data from pkg(8) ... - 866 packages found - done] Shared object "libiconv.so.3" not found, required by "libintl.so.9" make: "/usr/ports/Mk/bsd.database.mk" line 203: warning: Couldn't read shell's o utput for "/usr/local/bin/pg_config --version | /usr/bin/sed -n 's/PostgreSQL[^0 -9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)[^0-9].*/\1\2/p'" Shared object "libiconv.so.3" not found, required by "libintl.so.9" make: "/usr/ports/Mk/bsd.database.mk" line 203: warning: Couldn't read shell's output for "/usr/local/bin/pg_config --version | /usr/bin/sed -n 's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)[^0-9].*/\1\2/p'" Shared object "libiconv.so.3" not found, required by "libintl.so.9" make: "/usr/ports/Mk/bsd.database.mk" line 203: warning: Couldn't read shell's output for "/usr/local/bin/pg_config --version | /usr/bin/sed -n 's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)[^0-9].*/\1\2/p'" Shared object "libiconv.so.3" not found, required by "libintl.so.9" make: "/usr/ports/Mk/bsd.database.mk" line 203: warning: Couldn't read shell's output for "/usr/local/bin/pg_config --version | /usr/bin/sed -n 's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)[^0-9].*/\1\2/p'" ** Port marked as IGNORE: databases/postgresql93-server: cannot install: the port wants postgresql-client version 93 and you have version installed or set in make.conf Shared object "libiconv.so.3" not found, required by "libintl.so.9" make: "/usr/ports/Mk/bsd.database.mk" line 203: warning: Couldn't read shell's output for "/usr/local/bin/pg_config --version | /usr/bin/sed -n 's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)[^0-9].*/\1\2/p'" Shared object "libiconv.so.3" not found, required by "libintl.so.9" make: "/usr/ports/Mk/bsd.database.mk" line 203: warning: Couldn't read shell's output for "/usr/local/bin/pg_config --version | /usr/bin/sed -n 's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)[^0-9].*/\1\2/p'" Shared object "libiconv.so.3" not found, required by "libintl.so.9" something I do wrong, but What? Someone give me a help? I don't have src.conf (it's not has been created yet) Someone have the same problems? my box root@valfenda:/usr/ports/converters/libiconv # uname -a FreeBSD valfenda 10.0-ALPHA2 FreeBSD 10.0-ALPHA2 #0 r255706: Fri Sep 20 00:37:13 BRT 2013 rizzo@valfenda:/usr/src/sys/amd64/compile/VALFENDA amd64 root@valfenda:/usr/ports/converters/libiconv # the svn not work because it's need a libiconv root@valfenda:/usr # svn info ports Shared object "libiconv.so.3" not found, required by "svn" root@valfenda:/usr # Relevant Kernel config (this imported from LINT) options CD9660_ICONV options MSDOSFS_ICONV #options UDF_ICONV options LIBICONV TIA, Rizzo