From owner-freebsd-questions@FreeBSD.ORG Mon Feb 9 17:50:13 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C957BE3B for ; Mon, 9 Feb 2015 17:50:13 +0000 (UTC) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 923FF3A4 for ; Mon, 9 Feb 2015 17:50:13 +0000 (UTC) Received: by mail-ig0-f181.google.com with SMTP id hn18so17980174igb.2 for ; Mon, 09 Feb 2015 09:50:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=mLAYQJrILpKSPAgx8feN/K5p+Gnf6eG9mwKX4Unlml8=; b=IQX1zN369fUHoGddovFVVQsPVq4Y9W8SLB6f1WjB60zXx1wj0c4Iz/iTutugYo3TtB Jjb+6M8trFvan0RqOAeajkEIGL3Lf0yXllsj1sdNz6v3flTwaF2u+DXS4WqlairtAMbs iLGbDwte1pircJIa4BNyXYcXqNLvc0xH9xLqLDNtr6Bd/+SYqoNk9MzbLA5XIj0+ViFQ Tb01gSOdUq647uF6q0x0FOuE7BGdYz/F4xCXrC0NO6E0TP2chYMBsuVyHXPA1PgL/Cp7 NXBN6661h0IHenORa2y0bIm0CiRZkQ7GlkSDl/N5/Oe41mMFrhwS4B+3Rr9ifzGsq1lv stQw== MIME-Version: 1.0 X-Received: by 10.42.200.136 with SMTP id ew8mr26061003icb.59.1423504213007; Mon, 09 Feb 2015 09:50:13 -0800 (PST) Received: by 10.64.171.47 with HTTP; Mon, 9 Feb 2015 09:50:12 -0800 (PST) Date: Mon, 9 Feb 2015 11:50:12 -0600 Message-ID: Subject: Error installing postgresql94-plpython from ports From: Jason Garrett To: FreeBSD-Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2015 17:50:13 -0000 Hello all, I have been getting this error for the last several days while trying to install postgresql94-plpython from ports... ===> Registering installation for postgresql94-plpython-9.4.1 pkg-static: Unable to access file /usr/ports/databases/postgresql94-plpython/work/stage/usr/local/lib/postgresql/plpython2.so: No such file or directory pkg-static: Unable to access file /usr/ports/databases/postgresql94-plpython/work/stage/usr/local/share/postgresql/extension/plpythonu.control: No such file or directory pkg-static: Unable to access file /usr/ports/databases/postgresql94-plpython/work/stage/usr/local/share/postgresql/extension/plpythonu--1.0.sql: No such file or directory pkg-static: Unable to access file /usr/ports/databases/postgresql94-plpython/work/stage/usr/local/share/postgresql/extension/plpythonu--unpackaged--1.0.sql: No such file or directory pkg-static: Unable to access file /usr/ports/databases/postgresql94-plpython/work/stage/usr/local/share/postgresql/extension/plpython2u.control: No such file or directory pkg-static: Unable to access file /usr/ports/databases/postgresql94-plpython/work/stage/usr/local/share/postgresql/extension/plpython2u--1.0.sql: No such file or directory pkg-static: Unable to access file /usr/ports/databases/postgresql94-plpython/work/stage/usr/local/share/postgresql/extension/plpython2u--unpackaged--1.0.sql: No such file or directory *** Error code 74 Looks like it's having trouble finding the required files above... Anyone have a workaround? I tried submitting a bug report but ended up getting locked out of my account due to too many incorrect password attempts.