NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-amd64/54569: build.sh system seems broken



The following reply was made to PR port-amd64/54569; it has been noted by GNATS.

From: David Holland <dholland-bugs%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: port-amd64/54569: build.sh system seems broken
Date: Wed, 25 Sep 2019 06:17:32 +0000

 On Wed, Sep 25, 2019 at 02:05:01AM +0000, greywolf%starwolf.com@localhost wrote:
  > If I add '-x' (to build X11), I get failures before the toolchain
  > finishes building.  Why there?  Does the toolchain contain any
  > weird X11 dependencies?
 
 It might nowadays what with gallium and shaders, but I wouldn't think
 so, should be the other way around if anything.
 
 My guess would be that your tree is corrupted; there are various
 things that can happen with CVS checkouts that CVS doesn't notice are
 broken, like extra subtrees or subdirectories connected to the wrong
 directory on the server.
 
 First, though, check for an inconsistent tree caused by tags you
 didn't intend; since you're using current there should be no Tag files
 in any CVS control directory. If you find any, get rid of them by
 doing cvs update -A in the parent.
 
 Then you might try something like
    find src -path '*/CVS/Repository' | xargs grep . | sed 's,/CVS/Repository:, ,' | awk '$1!=$2'
 
 to see if any of the CVS subdirectory structure is messed up.
 
 This is all a guess though... the behavior you're seeing is pretty
 bizarre.
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index