From owner-freebsd-stable Thu Jun 7 5:40: 0 2001 Delivered-To: freebsd-stable@freebsd.org Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by hub.freebsd.org (Postfix) with ESMTP id 0FA5937B405 for ; Thu, 7 Jun 2001 05:39:54 -0700 (PDT) (envelope-from david@catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.10.0/8.10.0) id f57CdfN61752 for freebsd-stable@FreeBSD.ORG; Thu, 7 Jun 2001 05:39:41 -0700 (PDT) Date: Thu, 7 Jun 2001 05:39:41 -0700 (PDT) From: David Wolfskill Message-Id: <200106071239.f57CdfN61752@bunrab.catwhisker.org> To: freebsd-stable@FreeBSD.ORG Subject: Re: Buildworld failed / libpam In-Reply-To: <20010607074629.S57932-100000@bc006429.tcs.timeinc.com> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Date: Thu, 7 Jun 2001 07:49:42 -0400 (EDT) >From: "Mark.Jacobs" >After the commit by markm at 2001/06/07 02:37:14 PDT of MFC: FreeBSD PAM >stuff and cleaned up modules build. New modules buildworld fails at the >following location. >===> lib/libpam/modules/pam_opie >===> lib/libpam/modules/pam_permit >===> lib/libpam/modules/pam_radius >===> lib/libpam/modules/pam_rootok >cd: can't cd to /usr/src/lib/libpam/modules/pam_rootok >*** Error code 2 Fairly similar here -- my sources certainly include that commit, and the buildworld fails in libpam (though at a slightly different point). Recent CVSup history: CVSup begin from cvsup14.freebsd.org at Tue Jun 5 03:47:01 PDT 2001 CVSup ended from cvsup14.freebsd.org at Tue Jun 5 03:52:31 PDT 2001 CVSup begin from cvsup14.freebsd.org at Wed Jun 6 03:47:00 PDT 2001 CVSup ended from cvsup14.freebsd.org at Wed Jun 6 03:52:31 PDT 2001 CVSup begin from cvsup14.freebsd.org at Thu Jun 7 03:47:01 PDT 2001 CVSup ended from cvsup14.freebsd.org at Thu Jun 7 03:52:50 PDT 2001 Running: FreeBSD dhcp-133.catwhisker.org 4.3-STABLE FreeBSD 4.3-STABLE #53: Wed Jun 6 06:21:25 PDT 2001 root@dhcp-135.catwhisker.org:/common/S1/obj/usr/src/sys/LAPTOP_30W i386 Log from "make -j4 buildworld": ===> libpam ===> libpam/modules ===> libpam/modules/pam_cleartext_pass_ok rm -f .depend mkdep -f .depend -a -I/usr/obj/usr/src/i386/usr/include /usr/src/lib/libpam/modules/pam_cleartext_pass_ok/pam_cleartext_pass_ok.c cd /usr/src/lib/libpam/modules/pam_cleartext_pass_ok; make _EXTRADEPEND echo pam_cleartext_pass_ok.so: /usr/obj/usr/src/i386/usr/lib/libskey.a >> .depend ===> libpam/modules/pam_deny make: don't know how to make pam_deny.c. Stop *** Error code 2 1 error Indeed: dhcp-133[6] cd /usr/src/lib/libpam dhcp-133[7] find . -name pam_deny\* ./modules/pam_deny dhcp-133[8] cd modules/pam_deny/ dhcp-133[9] ls CVS Makefile dhcp-133[10] and the Makefile looks like: # $FreeBSD: src/lib/libpam/modules/pam_deny/Makefile,v 1.1.4.2 2001/06/07 09:37:04 markm Exp $ LIB= pam_deny SHLIB_NAME= pam_deny.so SRCS= pam_deny.c .include .PATH: ${PAMDIR}/modules/pam_deny The log from yesterday's -CURRENT buildworld (from that area) reads: ===> libpam ===> libpam/modules ===> libpam/modules/pam_deny rm -f .depend mkdep -f .depend -a -I/usr/src/lib/libpam/modules/pam_deny/../../../../contri b/libpam/libpam/include -I/usr/src/lib/libpam/modules/pam_deny/../../libpam -I/u sr/obj/usr/src/i386/usr/include /usr/src/lib/libpam/modules/pam_deny/../../../. ./contrib/libpam/modules/pam_deny/pam_deny.c cd /usr/src/lib/libpam/modules/pam_deny; make _EXTRADEPEND ===> libpam/modules/pam_ftp Ideas? Thanks, david -- David H. Wolfskill david@catwhisker.org As a computing professional, I believe it would be unethical for me to advise, recommend, or support the use (save possibly for personal amusement) of any product that is or depends on any Microsoft product. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message