From owner-freebsd-bugs Fri Sep 13 3:50: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35D7A37B400 for ; Fri, 13 Sep 2002 03:50:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83F5343E6E for ; Fri, 13 Sep 2002 03:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8DAo2JU012491 for ; Fri, 13 Sep 2002 03:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8DAo2nk012490; Fri, 13 Sep 2002 03:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 900B137B401 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/42728: many problems in src/usr.sbin/ppp/* after cvsup when compiling picobsd Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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