Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2002 03:40:11 -0700 (PDT)
From:      Trent George <trent@soundsampler.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/42728: many problems in src/usr.sbin/ppp/*  after cvsup when compiling picobsd
Message-ID:  <200209131040.g8DAeBFD066525@www.freebsd.org>

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

>Number:         42728
>Category:       kern
>Synopsis:       many problems in src/usr.sbin/ppp/*  after cvsup when compiling picobsd
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>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:
>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:
>Unformatted:

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




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