Re: [current tinderbox] failure on i386/pc98

From: Tai-hwa Liang (avatar_at_mmlab.cse.yzu.edu.tw)
Date: 04/29/05

  • Next message: Scott Long: "Re: Problem with twa in HEAD"
    Date: Fri, 29 Apr 2005 14:39:36 +0800 (CST)
    To: Ruslan Ermilov <ru@FreeBSD.ORG>
    
    

    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 Liang
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
    

  • Next message: Scott Long: "Re: Problem with twa in HEAD"