From owner-freebsd-gnome@FreeBSD.ORG Thu Aug 12 11:41:42 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A0F816A4CE for ; Thu, 12 Aug 2004 11:41:42 +0000 (GMT) Received: from bbnest.net (r135052.ap.plala.or.jp [220.108.135.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id B34B543D39 for ; Thu, 12 Aug 2004 11:41:41 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from [127.0.0.1] (bland@localhost [127.0.0.1]) by bbnest.net (8.13.1/8.13.1) with ESMTP id i7CBfCW6065078; Thu, 12 Aug 2004 20:41:12 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <411B5757.6020500@FreeBSD.org> Date: Thu, 12 Aug 2004 20:41:11 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040810 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ghislain ADNET References: <411B2CB8.3090904@ghislain.net> In-Reply-To: <411B2CB8.3090904@ghislain.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: gnome@FreeBSD.org Subject: Re: iconv port trouble X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2004 11:41:42 -0000 Ghislain ADNET wrote: > Hi, > > I don't know if this is the good place to ask but lets try anyway :) > > I have a problem with the package libiconv, each time i try to > install it i get the same error. I tried on libtool and get the same one: > > > core1:/ports/devel/libtool15# make install > ===> Installing for libtool-1.5.6_1 > ===> Generating temporary packing list > ===> Checking if devel/libtool15 already installed > pkg_info: /var/db/pkg/libiconv-1.9.2_1/+CONTENTS: No such file or > directory > *** Error code 1 > > Tha make is OK with no troubles but the make install do not want to > pass. > > I use a Verio VPS : > > FreeBSD core1.adn-services.com 4.7-RELEASE-p27 FreeBSD 4.7-RELEASE-p27 > #33: Mon Jun 14 16:36:44 MDT 2004 root@fc2:/usr/src/sys/compile/VKERN > i386 > > What do you think i am missing here ? Looks like you screwed up your libiconv installation. Please #rm -rf /var/db/pkg/libiconv-1.9.2_1 and reinstall it. Later you may want to use sysutils/portupgrade which will help you to avoid such troubles. All the best, Alexander.