From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 13 15:23:27 2008 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E8C81065673 for ; Thu, 13 Nov 2008 15:23:27 +0000 (UTC) (envelope-from itavy@itavy.com) Received: from gateway03.websitewelcome.com (gateway03.websitewelcome.com [69.93.223.19]) by mx1.freebsd.org (Postfix) with SMTP id C470E8FC12 for ; Thu, 13 Nov 2008 15:23:26 +0000 (UTC) (envelope-from itavy@itavy.com) Received: (qmail 28738 invoked from network); 13 Nov 2008 15:13:07 -0000 Received: from gator482.hostgator.com (67.18.18.122) by gateway03.websitewelcome.com with SMTP; 13 Nov 2008 15:13:07 -0000 Received: from localhost ([127.0.0.1]:40337 helo=www.itavy.com) by gator482.hostgator.com with esmtpa (Exim 4.69) (envelope-from ) id 1L0dch-0001aU-5u for freebsd-ports-bugs@freebsd.org; Thu, 13 Nov 2008 08:56:43 -0600 Received: from 86.55.4.142 ([86.55.4.142]) (SquirrelMail authenticated user itavy@itavy.com) by www.itavy.com with HTTP; Thu, 13 Nov 2008 08:56:43 -0600 (CST) Message-ID: <3740.86.55.4.142.1226588203.squirrel@www.itavy.com> Date: Thu, 13 Nov 2008 08:56:43 -0600 (CST) From: itavy@itavy.com To: freebsd-ports-bugs@freebsd.org User-Agent: SquirrelMail/1.4.13 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator482.hostgator.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - itavy.com Subject: py bsddb compile bug X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2008 15:23:27 -0000 when i have tried to compile from ports the py-bsddb it gave me this error: # make ===> Building for py25-bsddb-2.5.2_2 running build running build_ext building '_bsddb' extension cc -DNDEBUG -O2 -fno-strict-aliasing -pipe -D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x20000 -O2 -fno-strict-aliasing -pipe -fPIC -I/usr/local/include -I/usr/local/include/python2.5 -c _bsddb.c -o build/temp.freebsd-7.1-PRERELEASE-i386-2.5/_bsddb.o _bsddb.c: In function 'DBEnv_getattr': _bsddb.c:5339: error: 'DB_ENV' has no member named 'db_home' _bsddb.c:5342: error: 'DB_ENV' has no member named 'db_home' _bsddb.c: In function 'init_bsddb': _bsddb.c:5964: error: 'DB_LOG_AUTOREMOVE' undeclared (first use in this function) _bsddb.c:5964: error: (Each undeclared identifier is reported only once _bsddb.c:5964: error: for each function it appears in.) _bsddb.c:5965: error: 'DB_DIRECT_LOG' undeclared (first use in this function) _bsddb.c:5973: error: 'DB_LOG_INMEMORY' undeclared (first use in this function) error: command 'cc' failed with exit status 1 *** Error code 1 Stop in /usr/ports/databases/py-bsddb. i have installed the following version of dependencies: python25-2.5.2_3 db47-4.7.25.1 python i have compiled with the folowind options: WITH_UCS2=yes WITHOUT_IPV6=yes WITH_FPECTL=yes Thank you, Octavian Ionescu