World breakage in usr.bin/kdump

2000-08-02 Thread Donn Miller

cc -march=pentium -Os -pipe -I/usr/src/usr.bin/kdump/../ktrace
-I/usr/src/usr.bin/kdump/../..   -I/usr/obj/usr/src/i386/usr/include -c ioctl.c
In file included from ioctl.c:94:
/usr/obj/usr/src/i386/usr/include/sys/memrange.h:18: warning: `MDF_ACTIVE'
redefined
/usr/obj/usr/src/i386/usr/include/pccard/cardinfo.h:80: warning: this is
the location of the previous definition
In file included from ioctl.c:63:
/usr/obj/usr/src/i386/usr/include/net/if_ieee80211.h:14: `ETHER_ADDR_LEN'
undeclared here (not in a function)
/usr/obj/usr/src/i386/usr/include/net/if_ieee80211.h:15: `ETHER_ADDR_LEN'
undeclared here (not in a function)
/usr/obj/usr/src/i386/usr/include/net/if_ieee80211.h:16: `ETHER_ADDR_LEN'
undeclared here (not in a function)
*** Error code 1
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error


- Donn



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: World breakage in usr.bin/kdump

2000-08-02 Thread Sheldon Hearn



On Wed, 02 Aug 2000 09:19:36 -0400, Donn Miller wrote:

 In file included from ioctl.c:63:
 /usr/obj/usr/src/i386/usr/include/net/if_ieee80211.h:14: `ETHER_ADDR_LEN'
 undeclared here (not in a function)

I'm pretty sure this was fixed several hours ago.

Ciao,
Sheldon.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



world breakage in usr.bin/kdump

2000-05-08 Thread Doug Barton

Got the following with up to the minute sources:

cc -O -pipe
-I/usr/amd/realmounts/slave/usr/current/src/usr.bin/kdump/../ktrace
-I/usr/amd/realmounts/slave/usr/current/src/usr.bin/kdump/../..   -c
/usr/amd/realmounts/slave/usr/current/src/usr.bin/kdump/kdump.c
sh /usr/amd/realmounts/slave/usr/current/src/usr.bin/kdump/mkioctls
/usr/include  ioctl.c
In file included from :55:
/usr/include/sys/memrange.h:18: warning: `MDF_ACTIVE' redefined
/usr/include/pccard/cardinfo.h:80: warning: this is the location of the
previous definition
In file included from :66:
/usr/include/sys/wormio.h:102: warning: `CDRIOCBLANK' redefined
/usr/include/sys/cdrio.h:59: warning: this is the location of the
previous definition
make: don't know how to make
/usr/obj/usr/amd/realmounts/slave/usr/current/src/i386/usr/include/machine/random.h.
Stop
-- 
"Live free or die"
- State motto of my ancestral homeland, New Hampshire

Do YOU Yahoo!?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: world breakage in usr.bin/kdump

2000-05-08 Thread David O'Brien

On Sun, May 07, 2000 at 11:36:45PM -0700, Doug Barton wrote:
 /usr/include/sys/wormio.h:102: warning: `CDRIOCBLANK' redefined
 /usr/include/sys/cdrio.h:59: warning: this is the location of the

In the old days 
cd /usr/src ; make -DCLOBBER includes

would do what needs to be done.  (the CLOBBER ability should not have
been ripped out).  wormio.h is no longer an active file, so you need to
manually delete it from /usr/include.

-- 
-- David([EMAIL PROTECTED])


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: world breakage in usr.bin/kdump

2000-05-08 Thread Marcel Moolenaar

David O'Brien wrote:
 
 On Sun, May 07, 2000 at 11:36:45PM -0700, Doug Barton wrote:
  /usr/include/sys/wormio.h:102: warning: `CDRIOCBLANK' redefined
  /usr/include/sys/cdrio.h:59: warning: this is the location of the
 
 In the old days
 cd /usr/src ; make -DCLOBBER includes
 
 would do what needs to be done.  (the CLOBBER ability should not have
 been ripped out).  wormio.h is no longer an active file, so you need to
 manually delete it from /usr/include.

It should have been deleted by the appropriate makefile before the new
headers are installed. Obsoleting header files can create as much
backward compatibility problems as obsoleting functions or options can.
It should have been dealt with accordingly...

-- 
Marcel Moolenaar
  mail: [EMAIL PROTECTED] / [EMAIL PROTECTED]
  tel:  (408) 447-4222


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: world breakage in usr.bin/kdump

2000-05-08 Thread Doug Barton

On Mon, 8 May 2000, David O'Brien wrote:

 On Sun, May 07, 2000 at 11:36:45PM -0700, Doug Barton wrote:
  /usr/include/sys/wormio.h:102: warning: `CDRIOCBLANK' redefined
  /usr/include/sys/cdrio.h:59: warning: this is the location of the
 
 In the old days 
 cd /usr/src ; make -DCLOBBER includes
 
 would do what needs to be done.

Cool. I figured it was something like that, but with all the
header file stuff going around

I guess the other question related to this is, why is the world
build using the system's header files?

Thanks,

Doug
-- 
"Live free or die"
- State motto of my ancestral homeland, New Hampshire

Do YOU Yahoo!?




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message