Subject: Re: pkg/33655: lang/python24 (db4)
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
List: pkgsrc-bugs
Date: 06/06/2006 16:40:02
The following reply was made to PR pkg/33655; it has been noted by GNATS.

From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/33655: lang/python24 (db4)
Date: Tue, 6 Jun 2006 18:36:30 +0200 (CEST)

 > Delivered-To: dauphin@enst.fr
 > X-Virus-Scanned: amavisd-new at enst.fr
 > From: joerg@britannica.bec.de
 > To: pkg-manager@NetBSD.org, gnats-admin@NetBSD.org, pkgsrc-bugs@NetBSD.org, 
 "Gilles Dauphin" <dauphin@enst.fr>
 > Subject: Re: pkg/33655: lang/python24 (db4)
 > X-Gnats-Was-Stupid: no
 > Cc: 
 > 
 > The following reply was made to PR pkg/33655; it has been noted by GNATS.
 > 
 > From: joerg@britannica.bec.de
 > To: gnats-bugs@NetBSD.org
 > Cc: 
 > Subject: Re: pkg/33655: lang/python24 (db4)
 > Date: Tue, 6 Jun 2006 18:10:25 +0200
 > 
 >  On Tue, Jun 06, 2006 at 03:55:01PM +0000, Gilles Dauphin wrote:
 >  >  but in Makefile there is
 >  >  .  include "../../mk/bdb.buildlink3.mk"
 >  
 >  I still think that libpython should not end up with a db4 dependency.
 >  Can you give me the build log?
 
 [root@u2 1216] bmake clean
 ===> Cleaning for python24-2.4.3nb2
 [root@u2 1217] bmake extract
 => Checksum SHA1 OK for Python-2.4.3.tar.bz2.
 => Checksum RMD160 OK for Python-2.4.3.tar.bz2.
 ===> Extracting for python24-2.4.3nb2
 ==========================================================================
 The following variables will affect the build process of this package,
 python24-2.4.3nb2.  Their current value is shown below:
 
         * BDBBASE (defined)
         * BDB_TYPE = db4
         * SSLBASE (defined)
 
 You may want to abort the process now with CTRL-C and change their value
 before continuing.  Be sure to run `/usr/pkg/bin/bmake clean' after
 the changes.
 ==========================================================================
 ===> Required installed package db4>=4.4.16: db4-4.4.20 found
 ===> Required installed package bzip2>=1.0.3: bzip2-1.0.3 found
 ===> Required installed package gettext-lib>=0.14.5: gettext-lib-0.14.5 found
 ===> Required installed package zlib>=1.2.3: zlib-1.2.3 found
 ===> Required installed package openssl>=0.9.7inb1: openssl-0.9.7inb1 found
 /usr/bin/mv /pkg/obj/lang/python24/work/Python-2.4.3/Lib/smtpd.py 
 /pkg/obj/lang/python24/work/Python-2.4.3/Lib/smtpd2.4.py
 /usr/bin/mv /pkg/obj/lang/python24/work/Python-2.4.3/Tools/scripts/pydoc 
 /pkg/obj/lang/python24/work/Python-2.4.3/Tools/scripts/pydoc2.4
 [root@u2 1218] 
 
 [root@u2 1223] bmake show-var VARNAME=BDB_TYPE
 db4
 [root@u2 1224] bmake show-var VARNAME=SSLBASE 
 
 [root@u2 1225] bmake show-var VARNAME=BDBBASE
 
 [root@u2 1226] 
 
 Thanks for help :)
 
 Gilles