Bug 19530

Summary: CRITICAL: 4.X secure-stable srctree does not build, error in openssh src.
Product: Base System Reporter: adam <adam>
Component: confAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description adam 2000-06-26 20:30:00 UTC
output from 'make buildworld'

cc -O -pipe -DSKEY -I/usr/obj/usr/src/i386/usr/include -c /usr/src/secure/lib/libssh/../../../crypto/openssh/uuencode.c -o uuencode.o
cc -O -pipe -DSKEY -I/usr/obj/usr/src/i386/usr/include -c /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c -o auth-skey.o
/usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c: In function `auth_skey_password':
/usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c:20: warning: initialization makes pointer from integer without a cast
/usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c: In function `skey_fake_keyinfo':
/usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c:160: `OPIE_HASHNAME_MAX' undeclared (first use in this function)
/usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c:160: (Each undeclared identifier is reported only once
/usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c:160: for each function it appears in.)
*** Error code 1

Stop in /usr/src/secure/lib/libssh.
*** Error code 1

Stop in /usr/src/secure/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
bash-2.03#

How-To-Repeat: I am using the file 4.x-secure-stable-supfile, updating with "cvsup 4.x-secure-stable-supfile"

Try to do a make buildowrld, it will die as above.
Comment 1 adam 2000-06-26 22:47:45 UTC
Jumped the gun on that, my apology!

didn't realize that the secure-stable file is missing the line
'src-all'
i'm doing a full cvs pull again.

anyone have a napkin i can borrow, to help wipe off this egg?

adam


-- 
Adam Muntner                    
Systems Engineer, AlienZoo Inc. 
adam@alienzoo.com               
(602)850-3262
Comment 2 nrahlstr freebsd_committer freebsd_triage 2000-06-27 00:49:22 UTC
State Changed
From-To: open->closed

Submitter reports operator error.