From owner-freebsd-ports@FreeBSD.ORG Tue Jan 15 11:33:06 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1D9663F0 for ; Tue, 15 Jan 2013 11:33:06 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id A1A0BEE7 for ; Tue, 15 Jan 2013 11:33:05 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id fp12so4998707lab.27 for ; Tue, 15 Jan 2013 03:32:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=GCdNk5Df1G/52O/QX9r+7p/fQisKyoct16QbkbETKcs=; b=pMy4DBfNaUAVm2wbreV55a4bROUlM3SL8mt/APBAolLT6aUITUEQ9jOwfvwFkKxaJo n0uO9MV6KxqwjR3QpGoO66B6Er32IrqbLEFbvhk9VCTR/TLXhirVnQ8VoVYtD6Srmxf+ D/qZfcQDhvSpXNpsyIHxbKUkDbWbvpxJASRtj0Laef6hD6hTe9NUPzr75Ly5Q6c/Tk07 P10wV2KoyK+PzE+zV65SEfaGjAbPL/dAbOyToPAGXIjcaSFrnQnQ5oLDDPNQ08kab+3Z cNnnm/78TyHuin3oSwHiR+Z2QDAgvGTNicwHVHKdt8xFjIGH2qsTKWI90h4zTvXjVqpn neGQ== X-Received: by 10.152.144.4 with SMTP id si4mr27448624lab.10.1358249578953; Tue, 15 Jan 2013 03:32:58 -0800 (PST) Received: from [192.168.1.129] (schavemaker.nl. [213.84.84.186]) by mx.google.com with ESMTPS id hc20sm6551797lab.11.2013.01.15.03.32.57 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 15 Jan 2013 03:32:57 -0800 (PST) Message-ID: <50F53E67.30703@gmail.com> Date: Tue, 15 Jan 2013 12:32:55 +0100 From: Johan Hendriks User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: postgresql-plpython fails to build Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2013 11:33:06 -0000 I need the port postgresql-plpython for my baruwa install. But it will not install or build. I have postgresql92-server installed, with the default options. the error i get is ===> Building for postgresql-plpython-9.2.2_2 prereqdir=`cd 'parser/' >/dev/null && pwd` && \ cd '../../src/include/parser/' && rm -f gram.h && \ ln -s "$prereqdir/gram.h" . prereqdir=`cd 'utils/' >/dev/null && pwd` && \ cd '../../src/include/utils/' && rm -f fmgroids.h && \ ln -s "$prereqdir/fmgroids.h" . gmake -C utils probes.h gmake[1]: Entering directory `/usr/ports/databases/postgresql-plpython/work/postgresql-9.2.2/src/backend/utils' sed -f ./Gen_dummy_probes.sed probes.d >probes.h gmake[1]: Leaving directory `/usr/ports/databases/postgresql-plpython/work/postgresql-9.2.2/src/backend/utils' cd '../../src/include/utils/' && rm -f probes.h && \ ln -s "../../../src/backend/utils/probes.h" . cc -O2 -pipe -march=core2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fPIC -DPIC -I. -I. -I/usr/local/include/python2.7 -I../../../src/include -I/usr/local/include -I/usr/local/include -c -o plpy_cursorobject.o plpy_cursorobject.c In file included from ../../../src/include/postgres.h:48, from plpy_cursorobject.c:7: ../../../src/include/utils/elog.h:69:28: error: utils/errcodes.h: No such file or directory gmake: *** [plpy_cursorobject.o] Error 1 *** [do-build] Error code 2 anyone knows how to overcome the error! regards Johan