Bug 42728 - [picobsd] many problems in src/usr.sbin/ppp/* after cvsup when compiling picobsd
Summary: [picobsd] many problems in src/usr.sbin/ppp/* after cvsup when compiling pic...
Status: Closed Not Accepted
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-embedded (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-13 11:50 UTC by Trent George
Modified: 2017-06-29 01:34 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Trent George 2002-09-13 11:50:02 UTC
Cannot compile picobsd from introduced bug in /usr/src/usr.sbin/ppp/ccp.h
when compiling "picobsd net"
errors in mppe.c with -DNORADIUS caused by missing mppe struct in ccp.h
this was caused from change from "#ifdef HAS_DES" to "#ifndef NODES" in the ccp_config structure (after line 71)
function MPPERequired is looking for fp->link->ccp.cfg.mppe.Requested
and id.c and id.h uncompilable with -DNOSUID

Fix: 

I changed #ifndef NODES to #ifdef NORADIUS in ccp.h to compile
hacked around in id.c with #ifndef NOSUID to match id.h until I gave up
How-To-Repeat: try to compile "picobsd net"
Comment 1 Kris Kennaway freebsd_committer freebsd_triage 2003-10-11 08:00:06 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-small

Assign to -small mailing list in the absence of a picobsd maintainer