From owner-freebsd-stable@FreeBSD.ORG Fri Feb 14 15:12:48 2014 Return-Path: Delivered-To: stable@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 ESMTPS id D30DAF6C for ; Fri, 14 Feb 2014 15:12:48 +0000 (UTC) Received: from mail-oa0-x236.google.com (mail-oa0-x236.google.com [IPv6:2607:f8b0:4003:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A4CA12C4 for ; Fri, 14 Feb 2014 15:12:48 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id i4so14683308oah.13 for ; Fri, 14 Feb 2014 07:12:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=nY5wK+ElTN5oEd90EUDzTMsaTRxCj6XVpOJZQAL4oHc=; b=YRKmHRw6g5JGBwq/tJ68RXI+kd0brrTlmhquPBB7pR7SB7S5OcAaD5mjf8GQB8aGqp eeDaSiQPegRYFUQmhW1FROFIZxZD12lGb3xmlszmkXXEBZQ+NiYCRa5CtUKfr5tJbVXI fsev2edICiv6gsY8S2TzTZZnbQNAh0WbL2rXFXuqh/T8VcT8Qw8rryobVYwLf4qxRmWM JJUbCSTnPgq+C9VUHji5oHQ0qixVX8SQyIwnZAsuIFqXlYnPa9adATaTaE+bvlyYeB1R jQT+RuxqglGiQng2C0zy1y85RzKqxiyCEB8g+NIMvjrHag4LPFlkXyx0rtJnn4mTjCzj CEQA== MIME-Version: 1.0 X-Received: by 10.60.33.229 with SMTP id u5mr743650oei.85.1392390767887; Fri, 14 Feb 2014 07:12:47 -0800 (PST) Received: by 10.60.23.33 with HTTP; Fri, 14 Feb 2014 07:12:47 -0800 (PST) In-Reply-To: <52FE26FC.3070708@gmail.com> References: <52FE26FC.3070708@gmail.com> Date: Fri, 14 Feb 2014 10:12:47 -0500 Message-ID: Subject: Re: converters/php55-iconv in FreeBSD 10 From: Stephen R Guglielmo To: Alexander Panyushkin Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: stable@freebsd.org 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 15:12:48 -0000 On Fri, Feb 14, 2014 at 9:23 AM, Alexander Panyushkin wrote: > 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 > Both seem to be installed and working on my 10.0-RELEASE amd64 system: ~# pkg version -vP | g icon libiconv-1.14_1 = up-to-date with port php55-iconv-5.5.9 = up-to-date with port Your ports are up-to-date? Sometimes weird build errors can be caused by things in your src.conf when you built the system. What do you have in there?