Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 1999 03:23:23 -0700 (PDT)
From:      Jaye Mathisen <mrcpu@internetcds.com>
To:        hackers@freebsd.org
Subject:   Buildworld failing from 3.1 to 3-2.stable...
Message-ID:  <Pine.BSF.4.10.9907190313020.357-100000@schizo.cdsnet.net>

next in thread | raw e-mail | index | archive | help


I have  a box running 3.1-stable that I wanted to update.  sups fine, but
the build dies in login with:

===> usr.bin/login
cc -O -pipe -static -Wall -DLOGIN_ACCESS -DLOGALL
-I/usr/obj/n/FreeBSD/RELENG_3/src/tmp/usr/include -c /n/FreeBSD/RELENG_3
/src/usr.bin/login/login.c
/n/FreeBSD/RELENG_3/src/usr.bin/login/login.c: In function `main':
/n/FreeBSD/RELENG_3/src/usr.bin/login/login.c:129: warning: argument
`argv' might be clobbered by `longjmp' or `vfork'
cc -O -pipe -static -Wall -DLOGIN_ACCESS -DLOGALL
-I/usr/obj/n/FreeBSD/RELENG_3/src/tmp/usr/include -c /n/FreeBSD/RELENG_3
/src/usr.bin/login/login_access.c
cc -O -pipe -static -Wall -DLOGIN_ACCESS -DLOGALL
-I/usr/obj/n/FreeBSD/RELENG_3/src/tmp/usr/include -c /n/FreeBSD/RELENG_3
/src/usr.bin/login/login_fbtab.c
cc -O -pipe -static -Wall -DLOGIN_ACCESS -DLOGALL
-I/usr/obj/n/FreeBSD/RELENG_3/src/tmp/usr/include  -o login login.o logi
n_access.o login_fbtab.o  -lutil -lcrypt -lpam
/usr/obj/n/FreeBSD/RELENG_3/src/tmp/usr/lib/libpam.a(pam_static_modules.o):
In function `_pam_get_static_sym':
pam_static_modules.o(.text+0x179): undefined reference to `skeyaccess'
pam_static_modules.o(.text+0x275): undefined reference to
`rad_create_request'
pam_static_modules.o(.text+0x283): undefined reference to `rad_strerror'
pam_static_modules.o(.text+0x29d): undefined reference to `rad_put_string'
pam_static_modules.o(.text+0x2b2): undefined reference to `rad_put_string'
pam_static_modules.o(.text+0x2dc): undefined reference to `rad_put_string'
pam_static_modules.o(.text+0x2ea): undefined reference to `rad_strerror'
pam_static_modules.o(.text+0x308): undefined reference to `rad_put_attr'
pam_static_modules.o(.text+0x316): undefined reference to `rad_strerror'
pam_static_modules.o(.text+0x32a): undefined reference to `rad_put_int'
pam_static_modules.o(.text+0x33e): undefined reference to `rad_strerror'
stdin


What am I missing here?



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9907190313020.357-100000>