Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2000 11:47:57 +0700 (ICT)
From:      pirat <pirat@access.inet.co.th>
To:        FreeBSD questions <questions@FreeBSD.ORG>
Subject:   make world fail
Message-ID:  <Pine.BSF.4.21.0008071138110.82603-100000@parwati.oaep.go.th>

next in thread | raw e-mail | index | archive | help
hi sirs,

on saturday, 5 aug 2000, i cvsup the current release from
cvsup3.freebsd.org site

below is my subfile for that.

# Defaults that apply to all the collections
#
# IMPORTANT: Change the next line to use one of the CVSup mirror sites
# listed at http://www.freebsd.org/handbook/mirrors.html.
*default host=cvsup3.FreeBSD.org
*default base=/usr
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix

*default compress

## Main Source Tree.
src-all

actually it is a standard-subfile provided with fbsd-4.0 that i am using
now.

and below is my uname -a

FreeBSD parwati.oaep.go.th 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Mon Jul 24
12:27:36 ICT 2000     root@parwati.oaep.go.th:/usr/src/sys/compile/ParWaTi
i386

and hereis parts of dmesg that describe my machine.

CPU: AMD-K6(tm) 3D processor (300.68-MHz 586-class CPU)
  Origin = "AuthenticAMD"  Id = 0x580  Stepping = 0
  Features=0x8001bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,MMX>
  AMD Features=0x80000800<SYSCALL,3DNow!>
real memory  = 33554432 (32768K bytes)
avail memory = 28667904 (27996K bytes)
Preloaded elf kernel "kernel" at 0xc03e3000.


this morning i start `make world' and get a result like this

Script started on Mon Aug  7 09:03:07 2000
parwati# make world
--------------------------------------------------------------
>>> elf make world started on Mon Aug  7 09:03:22 ICT 2000
--------------------------------------------------------------
.
.
.
building shared library libipsec.so.1
===> libipx
building standard ipx library
ranlib libipx.a
building profiled ipx library
ranlib libipx_p.a
building shared library libipx.so.2
===> libkvm
cc -O -pipe -DLIBC_SCCS -I/usr/src/lib/libkvm/../../sys -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libkvm/kvm.c -o kvm.o
cc -O -pipe -DLIBC_SCCS -I/usr/src/lib/libkvm/../../sys -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libkvm/kvm_i386.c -o kvm_i386.o
cc -O -pipe -DLIBC_SCCS -I/usr/src/lib/libkvm/../../sys -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libkvm/kvm_file.c -o kvm_file.o
cc -O -pipe -DLIBC_SCCS -I/usr/src/lib/libkvm/../../sys -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libkvm/kvm_getloadavg.c -o kvm_getloadavg.o
cc -O -pipe -DLIBC_SCCS -I/usr/src/lib/libkvm/../../sys -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libkvm/kvm_getswapinfo.c -o kvm_getswapinfo.o
cc -O -pipe -DLIBC_SCCS -I/usr/src/lib/libkvm/../../sys -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libkvm/kvm_proc.c -o kvm_proc.o
In file included from /usr/src/lib/libkvm/kvm_proc.c:57:
/usr/src/lib/libkvm/../../sys/sys/tty.h:84: field `t_rsel' has incomplete type
/usr/src/lib/libkvm/../../sys/sys/tty.h:85: field `t_wsel' has incomplete type
*** Error code 1

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

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

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

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

Stop in /usr/src.
parwati# exit
parwati# exit

Script done on Mon Aug  7 11:12:00 2000
 

would any one pass me some hints on this Error ?

many thanks in advance

with best regards,
psr




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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0008071138110.82603-100000>