Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Nov 2000 21:16:38 +0200
From:      Igor Khavin <igor@greyk.kiev.ua>
To:        freebsd-stable <freebsd-stable@FreeBSD.ORG>
Cc:        Igor Karpov <jc@karpov.com.ua>
Subject:   make depend fails
Message-ID:  <3A197896.99E1331@greyk.kiev.ua>

next in thread | raw e-mail | index | archive | help
Trying to make depend I got

@ -> /usr/src/sys
machine -> /usr/src/sys/i386/include
make: don't know how to make agp_if.c. Stop
*** Error code 2
Stop in /usr/src/sys/modules.
*** Error code 1
Stop in /usr/src/sys/compile/NOVEMBER.

After a number of unsuccessful attempts to build world, as was suggested
in UPDATING (I have a list of errors, errors where different)I did:

# rm -rf /usr/obj/*
	Then removed all directories from /usr/src/, then
# cd /usr/src/ && make update
	after CVSup finished successfully 
# make buildworld
	after it finished successfully
# cd /sys/i386/conf && config NOVEMBER
	after it finished successfully
# cd ../../compile/NOVEMBER && make depend

...and got the same error.

I read through UPDATING but I still cannot catch what did I do wrong.


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A197896.99E1331>