FreeBSD 4.1 to -current

2001-07-07 Thread Eckhard Kantz



Hi 
 
when upgrading a machine from FreeBSD 4.1 to 
-current I encountered some problems and I could only solve the first 
one:
 
1. defines HALT, PDWN, PASTE were missing in kbio.h 
(defined them)
 
2. when linking miniperl in stage 3 the function 
'setproctitle' was missing
 
3. eelf_i386.o: undefined reference to 'basename' 
in /usr/src/gnu/usr.bin/binutils/ld
 
How can I overcome the problems? (cvsup ran just 
before and updated all to the current stage, /usr/obj was cleaned)
 
Any advice are welcome.
 
Eckhard


Re: usr.bin/kdump - 'make world' broken?

2001-04-02 Thread Eckhard Kantz

> What could be the reason for the following problem?
>
> ===> usr.bin/kdump
>
cc -O -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:96:
> /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:81: warning: this is
the
> location of the previous definition
> In file included from ioctl.c:52:
> /usr/obj/usr/src/i386/usr/include/machine/i4b_rbch_ioctl.h:45: `TELNO_MAX'
> undeclared here (not in a function)
> *** Error code 1
>
> Stop in /usr/src/usr.bin/kdump.
> *** Error code 1
>

The problem was caused by moving /usr to another partition. This changed the
file creation sequence in directories.

Finally only the directory /usr/src/sys/i386/include had to be removed and
cvsup to be run again. Afterwards buildworld was ok.

Eckhard


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



usr.bin/kdump - 'make world' broken?

2001-03-27 Thread Eckhard Kantz

What could be the reason for the following problem?

===> usr.bin/kdump
cc -O -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:96:
/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:81: warning: this is the
location of the previous definition
In file included from ioctl.c:52:
/usr/obj/usr/src/i386/usr/include/machine/i4b_rbch_ioctl.h:45: `TELNO_MAX'
undeclared here (not in a function)
*** Error code 1

Stop in /usr/src/usr.bin/kdump.
*** Error code 1

Stop in /usr/src/usr.bin.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


Thanks for any advice.

Eckhard



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