On Fri, 29 Apr 2005, Ruslan Ermilov wrote: > On Thu, Apr 28, 2005 at 07:59:01PM -0400, FreeBSD Tinderbox wrote: >> TB --- 2005-04-28 23:51:09 - tinderbox 2.3 running on freebsd-current.sentex.ca >> TB --- 2005-04-28 23:51:09 - starting CURRENT tinderbox run for i386/pc98 >> TB --- 2005-04-28 23:51:09 - checking out the source tree >> TB --- 2005-04-28 23:51:09 - cd /home/tinderbox/CURRENT/i386/pc98 >> TB --- 2005-04-28 23:51:09 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src >> TB --- 2005-04-28 23:57:47 - building world (CFLAGS=-O2 -pipe) >> TB --- 2005-04-28 23:57:47 - cd /home/tinderbox/CURRENT/i386/pc98/src >> TB --- 2005-04-28 23:57:47 - /usr/bin/make -B buildworld >>>>> Rebuilding the temporary build tree >>>>> stage 1.1: legacy release compatibility shims >>>>> stage 1.2: bootstrap tools >>>>> stage 2.1: cleaning up the object tree >> [...] >> ===> sbin/growfs (cleandir) >> ===> sbin/gvinum (cleandir) >> ===> sbin/ifconfig (cleandir) >> ===> sbin/init (cleandir) >> ===> sbin/ip6fw (cleandir) >> ===> sbin/ipf (cleandir) >> ".depend", line 299: Inconsistent operator for ipf >> make: fatal errors encountered -- cannot continue >> *** Error code 1 >> >> Stop in /tinderbox/CURRENT/i386/pc98/src/sbin. >> *** Error code 1 >> > When what previously was a file (sbin/ipf/ipf) becomes a directory, > the old .depend file gets in the way (SUBDIR's use the :: operator). > Someone needs to remove the stale .depend file, or wipe out the > obj directory completely, or this particular tinderbox will fail FWIW, removing the ipf directory under /usr/obj such like "rm -r /usr/obj/usr/src/sbin/ipf" did the trick for me. > forever. -- Cheers, Tai-hwa LiangReceived on Fri Apr 29 2005 - 04:39:38 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:33 UTC