Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 1995 17:47:26 -0800
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        mark@grondar.za
Cc:        markm@freefall.freebsd.org, CVS-commiters@freefall.freebsd.org, cvs-ports@freefall.freebsd.org
Subject:   URGENT: Re: cvs commit: ports/security/pidentd/patches patch-ae
Message-ID:  <199511220147.RAA18659@forgery.CS.Berkeley.EDU>
In-Reply-To: <199511211205.OAA25764@grumble.grondar.za> (message from Mark Murray on Tue, 21 Nov 1995 14:05:05 %2B0200)

next in thread | previous in thread | raw e-mail | index | archive | help
********************************************************************
This is a big problem.  I don't know who changed the include files,
but that person should be on this list (i.e., committers).  Whoever
that is, can you please step forward and explain the differences
between 2.1 and 2.2 in this area?
********************************************************************

 * What version are you running? I did this to fix compiles in 2.2-CURRENT.

 * > cc -c -I. -O2 -m486 -pipe -fno-strength-reduce -DFREEBSD  -DINCLUDE_EXTENSIONS -DHAVE_KVM kernel/freebsd.c
 * > In file included from /usr/include/sys/sysctl.h:48,
 * >                  from kernel/freebsd.c:16:
 * > /usr/include/sys/ucred.h:47: `NGROUPS' undeclared here (not in a function)

This was on 2.1 (thud).

Hmm.  I tried it in my -current machine (made world from last night),
it fails at a different place. :<

---
>> make
Checksums OK.
===>  Configuring for pidentd-2.6.1
===>  Building for pidentd-2.6.1
Building for FreeBSD 2.x ...
cc -O2 -m486 -pipe -fno-strength-reduce -DFREEBSD  -DINCLUDE_EXTENSIONS -DHAVE_KVM -c identd.c
cc -O2 -m486 -pipe -fno-strength-reduce -DFREEBSD  -DINCLUDE_EXTENSIONS -DHAVE_KVM -c parse.c
cc -c -I. -O2 -m486 -pipe -fno-strength-reduce -DFREEBSD  -DINCLUDE_EXTENSIONS -DHAVE_KVM kernel/freebsd.c
kernel/freebsd.c: In function `k_getuid':
kernel/freebsd.c:215: `KERN_FILE' undeclared (first use this function)
kernel/freebsd.c:215: (Each undeclared identifier is reported only once
kernel/freebsd.c:215: for each function it appears in.)
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
---

Satoshi



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