Subject: pkg/24112: devel/subversion build is incomplete
To: None <gnats-bugs@gnats.netbsd.org>
From: None <jacereda@users.sourceforge.net>
List: netbsd-bugs
Date: 01/15/2004 20:02:55
>Number: 24112
>Category: pkg
>Synopsis: devel/subversion build is incomplete
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Jan 15 18:05:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator: Jorge Acereda
>Release: NetBSD 1.6ZG
>Organization:
>Environment:
System: NetBSD locus.dlsi 1.6ZG NetBSD 1.6ZG (LOCUS) #32: Mon Dec 22 16:41:55 CET 2003 root@locus.dlsi:/sys/arch/i386/compile/LOCUS i386
Architecture: i386
Machine: i386
>Description:
Building subversion on -current doesn't build the server part.
>How-To-Repeat:
# cd /usr/pkgsrc/devel/subversion && make install
# pkg_delete subversion
This should warn about an incomplete PLIST.
>Fix:
Building devel/apr with databases/db4 instead of sdbm worked for me:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/apr/Makefile,v
retrieving revision 1.10
diff -r1.10 Makefile
38,39c38,39
< --with-dbm=sdbm \
< --with-expat=${BUILDLINK_PREFIX.expat}
---
> --with-expat=${BUILDLINK_PREFIX.expat} \
> --with-berkeley-db=${PREFIX}
44a45
> .include "../../databases/db4/buildlink2.mk"
46d46
<
>Release-Note:
>Audit-Trail:
>Unformatted: