Re: Error at make buildworld with sources from release and stable

2010-01-01 Thread Lowell Gilbert
Frank Wißmann frank.wissman...@web.de writes:

 Hi all!
 When making the world new i get this error message:

 machine - /usr/src/sys/amd64/include
 awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -p
 awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -q
 awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -h
 rm -f .depend
 mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE
 -I/usr/src/sys/modules/dtrace/lockstat/../../../cddl/compat/opensolaris
 -I/usr/src/sys/modules/dtrace/lockstat/../../../cddl/contrib/opensolaris/uts/common
 -I/usr/src/sys/modules/dtrace/lockstat/../../.. -I. -I@
 -I@/contrib/altq
 /usr/src/sys/modules/dtrace/lockstat/../../../cddl/dev/lockstat/lockstat.c
 /usr/src/sys/modules/dtrace/lockstat/../../../cddl/dev/lockstat/lockstat.c:32:25:
 error: opt_kdtrace.h: No such file or directory
 mkdep: compile failed
 *** Error code 1

 Stop in /usr/src/sys/modules/dtrace/lockstat.
 *** Error code 1

 Stop in /usr/src/sys/modules/dtrace.
 *** Error code 1

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

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

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

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

 Stop in /usr/src.

 This happens when using the sources as given with the release or if I
 update to RELENG-8. What is wrong here? Is something missing in the
 make.conf?

Are you sure you're doing make buildworld?  It looks like you're
building kernel modules.  These messages seem pretty strange to me for
buildworld. 

Other possibilities to make sure you avoid: something stale in the obj
tree, a clock that's off...

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Error at make buildworld with sources from release and stable

2010-01-01 Thread Frank Wißmann

Lowell Gilbert schrieb:

Frank Wißmann frank.wissman...@web.de writes:


Hi all!
When making the world new i get this error message:

machine - /usr/src/sys/amd64/include
awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -p
awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -q
awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -h
rm -f .depend
mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE
-I/usr/src/sys/modules/dtrace/lockstat/../../../cddl/compat/opensolaris
-I/usr/src/sys/modules/dtrace/lockstat/../../../cddl/contrib/opensolaris/uts/common
-I/usr/src/sys/modules/dtrace/lockstat/../../.. -I. -I@
-I@/contrib/altq
/usr/src/sys/modules/dtrace/lockstat/../../../cddl/dev/lockstat/lockstat.c
/usr/src/sys/modules/dtrace/lockstat/../../../cddl/dev/lockstat/lockstat.c:32:25:
error: opt_kdtrace.h: No such file or directory
mkdep: compile failed
*** Error code 1

Stop in /usr/src/sys/modules/dtrace/lockstat.
*** Error code 1

Stop in /usr/src/sys/modules/dtrace.
*** Error code 1

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

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

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

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

Stop in /usr/src.

This happens when using the sources as given with the release or if I
update to RELENG-8. What is wrong here? Is something missing in the
make.conf?


Are you sure you're doing make buildworld?  It looks like you're
building kernel modules.  These messages seem pretty strange to me for
buildworld. 


Other possibilities to make sure you avoid: something stale in the obj
tree, a clock that's off...


Hi, Lowell!
I surely did a make buildworld. After your thoughts I edited 
make.conf and commented out the line Modules_with_world=true.

Now it completed successfully.

Thanks a lot!

Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Error at make buildworld with sources from release and stable

2009-12-31 Thread Frank Wißmann

Hi all!
When making the world new i get this error message:

machine - /usr/src/sys/amd64/include
awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -p
awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -q
awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -h
rm -f .depend
mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE 
-I/usr/src/sys/modules/dtrace/lockstat/../../../cddl/compat/opensolaris 
-I/usr/src/sys/modules/dtrace/lockstat/../../../cddl/contrib/opensolaris/uts/common 
-I/usr/src/sys/modules/dtrace/lockstat/../../.. -I. -I@ -I@/contrib/altq 
/usr/src/sys/modules/dtrace/lockstat/../../../cddl/dev/lockstat/lockstat.c
/usr/src/sys/modules/dtrace/lockstat/../../../cddl/dev/lockstat/lockstat.c:32:25: 
error: opt_kdtrace.h: No such file or directory

mkdep: compile failed
*** Error code 1

Stop in /usr/src/sys/modules/dtrace/lockstat.
*** Error code 1

Stop in /usr/src/sys/modules/dtrace.
*** Error code 1

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

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

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

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

Stop in /usr/src.

This happens when using the sources as given with the release or if I 
update to RELENG-8. What is wrong here? Is something missing in the 
make.conf?


Greetings til' next year :-).

Frank
--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org