From owner-freebsd-ports@FreeBSD.ORG Thu Aug 14 02:07:28 2014 Return-Path: Delivered-To: freebsd-ports@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 B48F757A for ; Thu, 14 Aug 2014 02:07:28 +0000 (UTC) Received: from mail-qg0-x236.google.com (mail-qg0-x236.google.com [IPv6:2607:f8b0:400d:c04::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 74D5A2E3D for ; Thu, 14 Aug 2014 02:07:28 +0000 (UTC) Received: by mail-qg0-f54.google.com with SMTP id z60so532669qgd.13 for ; Wed, 13 Aug 2014 19:07:27 -0700 (PDT) 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=W8nJlgL/Rggmju5mZoxBASpRqdpAAIY2nBoax/pc5qA=; b=zCAPSZCpVRnCPpuZvGiOl9ZyAnr8wOZFsWq8CTVO5DKl91nTv9HjKx3OTcsoQbxJb3 wsbCu6ixPCLdjYGQml6u4PF/cHHmS+rCTrK6kllD4Dp8/OTc0KhtZb00i3B0prTtJlRO QVOHaGiOuHvk+uO1vV8FiCi/xjFJVut1wlG0U1IeQ6i3veMereLRcmbmaYiZSNBkamEZ FChhk70Ew4+hMfsEfN2RHosQdr4uqYrGIaT35ir65UMWRE78z7uvnCYfdXTeLTW6Sfqu x0hsBXLP4P5xGIeN2lBsE6bgFGYygV+eQQFSiRhzWVSjWIzTrOq8Q/U86hku3RjDpGD1 +rVg== MIME-Version: 1.0 X-Received: by 10.140.22.69 with SMTP id 63mr11962775qgm.23.1407982047524; Wed, 13 Aug 2014 19:07:27 -0700 (PDT) Received: by 10.140.84.80 with HTTP; Wed, 13 Aug 2014 19:07:27 -0700 (PDT) In-Reply-To: References: Date: Wed, 13 Aug 2014 19:07:27 -0700 Message-ID: Subject: Re: pkg-static error when installing php5 from ports From: Neel Natu To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: Neel Natu X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2014 02:07:28 -0000 No response on freebsd-pkg@ so figured I would try my luck here. best Neel On Tue, Aug 12, 2014 at 5:57 PM, Neel Natu wrote: > Hi, > > I am installing php5 from ports. It builds fine but fails with this > error when installing: > > [/usr/ports/lang/php5]$ sudo make install > ===> Installing for php5-5.4.31 > ===> php5-5.4.31 depends on shared library: libpcre.so - found > (/usr/local/lib/libpcre.so.3) > ===> php5-5.4.31 depends on shared library: libxml2.so - found > (/usr/local/lib/libxml2.so.2.9.1) > ===> Checking if php5 already installed > ===> Registering installation for php5-5.4.31 > pkg-static: Invalid manifest format: could not find expected ':' > *** Error code 74 > > Stop. > make[1]: stopped in /usr/ports/lang/php5 > *** Error code 1 > > Any clue what might be happening and how to fix? > > best > Neel