From owner-freebsd-pkg@FreeBSD.ORG Wed Aug 13 00:57:41 2014 Return-Path: Delivered-To: freebsd-pkg@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 37D70D79 for ; Wed, 13 Aug 2014 00:57:41 +0000 (UTC) Received: from mail-qc0-x231.google.com (mail-qc0-x231.google.com [IPv6:2607:f8b0:400d:c01::231]) (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 F20BF2F12 for ; Wed, 13 Aug 2014 00:57:40 +0000 (UTC) Received: by mail-qc0-f177.google.com with SMTP id x13so3555176qcv.22 for ; Tue, 12 Aug 2014 17:57:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=/ddvZHhj34XL/JTRvq0M3GCzBrg8Tba8s1J5gHmloN4=; b=E7nXLsvJ/cF0Hwq5F7ErarTM67/xTKHTmfKSE4nB1RH5VZUqDPya+qWKm404m5M4SU J6re9aOlK7KV14E5nnDAycXvgfEATuJTLapIVewy9KRcVq0kUr2FQAGyl+8qwjyzty0R BSVRnGLaUVKdhHWN7paFNRUmaI/IKxs34QlRq3WYUoNPNAhwyuhCjzJ0JKvg9zX46Dz7 6/m9LyQCThuHorMwzIvGbfOgCfweWep+AjYSxB4HUXxRJPOrCTXVVCGaYyQC49ySimLC leola1XJ70rVVCzMdN6s9zzCRTPN65gM+5sjn2DqO57O/NL6LgqsTsVeveXEcft+Lf7k QHeg== MIME-Version: 1.0 X-Received: by 10.224.37.134 with SMTP id x6mr1681844qad.39.1407891460050; Tue, 12 Aug 2014 17:57:40 -0700 (PDT) Received: by 10.140.84.80 with HTTP; Tue, 12 Aug 2014 17:57:40 -0700 (PDT) Date: Tue, 12 Aug 2014 17:57:40 -0700 Message-ID: Subject: pkg-static error when installing php5 from ports From: Neel Natu To: freebsd-pkg@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: Neel Natu X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2014 00:57:41 -0000 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