From nobody@FreeBSD.org  Fri Sep 13 03:40:12 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 900B137B401
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 13 Sep 2002 03:40:12 -0700 (PDT)
Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4A0D943E4A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 13 Sep 2002 03:40:12 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g8DAeBOT066526
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 13 Sep 2002 03:40:11 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.4/8.12.4/Submit) id g8DAeBFD066525;
	Fri, 13 Sep 2002 03:40:11 -0700 (PDT)
Message-Id: <200209131040.g8DAeBFD066525@www.freebsd.org>
Date: Fri, 13 Sep 2002 03:40:11 -0700 (PDT)
From: Trent George <trent@soundsampler.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: many problems in src/usr.sbin/ppp/*  after cvsup when compiling picobsd
X-Send-Pr-Version: www-1.0

>Number:         42728
>Category:       kern
>Synopsis:       [picobsd] many problems in src/usr.sbin/ppp/*  after cvsup when compiling picobsd
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-embedded
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 13 03:50:02 PDT 2002
>Closed-Date:    
>Last-Modified:  Mon May 29 13:05:02 GMT 2006
>Originator:     Trent George
>Release:        RELENG_4 (4.6) cvsup
>Organization:
Soundsampler
>Environment:
>Description:
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
>How-To-Repeat:
try to compile "picobsd net"
>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
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-small 
Responsible-Changed-By: kris 
Responsible-Changed-When: Sat Oct 11 00:00:06 PDT 2003 
Responsible-Changed-Why:  
Assign to -small mailing list in the absence of a picobsd maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42728 
>Unformatted:
