Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2001 02:59:47 +0100
From:      "Niels Chr. Bank-Pedersen" <ncbp@bank-pedersen.dk>
To:        current@FreeBSD.ORG
Subject:   Re: current broken ?
Message-ID:  <20011206025947.A8212@bank-pedersen.dk>
In-Reply-To: <3C0EC947.9040600@mheller.org>; from martin.heller@mheller.org on Thu, Dec 06, 2001 at 02:26:31AM %2B0100
References:  <3C0EC947.9040600@mheller.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Dec 06, 2001 at 02:26:31AM +0100, Martin Heller wrote:
> The 'make buildworld' stops  while doing the 'make depend'-stage in the
> usr.sbin/keyserv/ directory with an 'Error 2' .
> Sources 2h old , current system 24h.

I think the breakage is actually pam related and occurs in
usr.bin/login:

  ===> usr.bin/login
  cd /usr/src/usr.sbin/gifconfig; make _EXTRADEPEND
  echo gifconfig: /usr/obj/usr/src/i386/usr/lib/libc.a  >> .depend
  ===> usr.sbin/ifmcstat
  rm -f .depend
  mkdep -f .depend -a    -DLOGIN_ACCESS -DLOGALL -I/usr/obj/usr/src/i386/usr/include  /usr/src/usr.bin/login/login.c /usr/src/usr.bin/login/login_access.c /
  usr/src/usr.bin/login/login_fbtab.c
  cd /usr/src/gnu/usr.bin/cc/c++filt; make _EXTRADEPEND
  rm -f .depend
  mkdep -f .depend -a    -I/usr/obj/usr/src/i386/usr/include  /usr/src/usr.sbin/ifmcstat/ifmcstat.c
  echo c++filt: /usr/obj/usr/src/i386/usr/lib/libc.a  >> .depend
  ===> gnu/usr.bin/cc/doc
  In file included from /usr/src/usr.bin/login/login.c:78:
  /usr/obj/usr/src/i386/usr/include/security/pam_misc.h:10: security/pam_client.h: No such file or directory
  cd /usr/src/usr.sbin/ifmcstat; make _EXTRADEPEND
  echo ifmcstat: /usr/obj/usr/src/i386/usr/lib/libc.a /usr/obj/usr/src/i386/usr/lib/libkvm.a >> .depend
  ===> usr.sbin/inetd
  ===> gnu/usr.bin/cc/cc1obj
  mkdep: compile failed
  *** Error code 1
  1 error
  *** Error code 2
  1 error
  *** Error code 2

It appears that pam_client.h isn't pulled in from libpamc/include/security


/Niels Chr.

-- 
 Niels Christian Bank-Pedersen, NCB1-RIPE.

 "Hey, are any of you guys out there actually *using* RFC 2549?"

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011206025947.A8212>