RELENG_6: make world is broken at sys/modules/if_tap when MODULES_WITH_WORLD=yes



Hi!

make buildworld of RELENG_6 fails if /etc/make.conf
contains MODULES_WITH_WORLD=yes:

[skip lots of lines]

===> sys/modules/if_tap (depend)
@ -> /usr/local/src/sys
machine -> /usr/local/src/sys/i386/include
echo "#define INET 1" > opt_inet.h
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- -I. -I@ -I@/contrib/altq -I@/../include -I/usr/obj/usr/local/src/tmp/usr/include /usr/local/src/sys/modules/if_tap/../../net/if_tap.c
/usr/local/src/sys/modules/if_tap/../../net/if_tap.c:38:24: opt_compat.h: No such file or directory
mkdep: compile failed
*** Error code 1

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

There was already very similar breakage:
http://freebsd.rambler.ru/bsdmail/freebsd-current_2005/msg07955.html

Please help.

Eugene Grosbein
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Problem building 6.0b5 on 4.11
    ... I then tried to do a make buildworld and this is where I hit trouble ... mkdep: compile failed ... *** Error code 1 ... I checked, and I don't see anything about updating my base includes, ...
    (freebsd-current)
  • Re: World broken in stage 1.1
    ... PJ>>Trying to set MAKEOBJDIRPREFIX in /etc/make.conf and attempting to buildworld ... PJ>>RELENG_4 on a 4.x machine similarly fails right away. ... PJ>the buildworld customisations in /etc/make.conf. ... *** Error code 1 ...
    (freebsd-current)
  • Problem with make release
    ... I've been succesfully building release iso's until yesterday's -current build. ... It fails with: ... *** Error code 1 ... I did another make buildworld, ...
    (freebsd-current)
  • Buildworld fails, /usr/bin/ld: /usr/lib/libtermcap.a(lib_tputs.o): bad reloc symbol index
    ... 'make buildworld' fails on a machine cvsupped today. ... *** Error code 1 ...
    (freebsd-stable)
  • Problems building a 4.10 release on 5.2.1
    ... 'make buildworld' of 4.10 runs successfully to completion. ... 'make release' of 4.10 fails because it cannot find perl. ... Here is the failure. ... *** Error code 1 ...
    (comp.unix.bsd.freebsd.misc)