From owner-freebsd-current@FreeBSD.ORG Sat Oct 9 19:23:33 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5532216A4CE for ; Sat, 9 Oct 2004 19:23:33 +0000 (GMT) Received: from amsfep14-int.chello.nl (nl-ams-slo-l4-01-pip-5.chellonetwork.com [213.46.243.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B3A843D48 for ; Sat, 9 Oct 2004 19:23:32 +0000 (GMT) (envelope-from ltning@anduin.net) Received: from [192.168.1.113] (really [80.111.217.58]) by amsfep14-int.chello.nl (InterMail vM.6.01.03.04 201-2131-111-106-20040729) with ESMTP id <20041009192330.BGRB9425.amsfep14-int.chello.nl@[192.168.1.113]> for ; Sat, 9 Oct 2004 21:23:30 +0200 Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: current@freebsd.org From: =?ISO-8859-1?Q?Eirik_=D8verby?= Date: Sat, 9 Oct 2004 21:23:08 +0200 X-Mailer: Apple Mail (2.619) Subject: NO_YP_LIBC breaks 5.3-BETA buildworld X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Oct 2004 19:23:33 -0000 PS: I've posted a similiar mail to @stable, but not a dupe ;) Hi! For some time I've been wanting to use NO_YP_LIBC with buildworld for my jails, to enable NIS on the host system but keep the jails functioning. I noticed back in August that a patch was submitted to make this work on then-CURRENT (I'm copying the author on this one, hoping I'm not acting inappropriately by doing so): http://lists.freebsd.org/pipermail/freebsd-arch/2004-August/002550.html Sadly, when compiling 5.3-BETA (as of 30 minutes ago), buildworld gives me the following errors: ...snip snip... ===> lib/libpam/modules/pam_unix rm -f .depend mkdep -f .depend -a -DYP -I/usr/src/lib/libpam/modules/pam_unix/../../../../contrib/openpam/ include -I/usr/src/lib/libpam/modules/pam_unix/../../libpam /usr/src/lib/libpam/modules/pam_unix/pam_unix.c /usr/src/lib/libpam/modules/pam_unix/pam_unix.c:58:20: ypclnt.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/lib/libpam/modules/pam_unix. *** Error code 1 Stop in /usr/src/lib/libpam/modules. *** Error code 1 Stop in /usr/src/lib/libpam. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. This feature would be very useful, and it is sad to see that it has once been in the tree but that it does not work any longer. Here's to hoping someone can look into it (Bjoern, are you reading this? ;) Thanks, /Eirik