On Sunday 25 April 2004 01:56 pm, you wrote:> Synopsis: make buildworld fails for STABLE > > State-Changed-From-To: open->closed > State-Changed-By: simon > State-Changed-When: Sun Apr 25 13:55:53 PDT 2004 > State-Changed-Why: > During buildworld a new set of headers is created/installed for use > during build, so <net/if.h> should give the correct updated header. > It sounds like you have some old stuff in your build environment. Try > removing your /usr/obj tree, running 'make cleandir', and then retry > the build. > > For the development branches it is also better just to write a mail to > the appropriate list (freebsd-stable in this case) instead of sending > PR's for stuff like this (build errors and so on). > > I just did test buildworld of 4-STABLE (on a 4.9-R) and that > succeeded, so I'm closing the PR. > > In any case, thanks for the effort. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=65965I remove /usr/obj and run make cleandir twice everytime I run make buildworld and did so this time. So maybe the "create/installed for use during build" is missing something? It seems too early for you to close this with out making some effort to solve the problem. Why was the /usr/include/net/if.h on my system still missing IFCAP_POLLING? During make build world? -Mike
On 2004.04.25 14:08:20 -0700, Michael C. Shultz wrote:> On Sunday 25 April 2004 01:56 pm, you wrote: > > Synopsis: make buildworld fails for STABLE > > > I remove /usr/obj and run make cleandir twice everytime I run make buildworld > and did so this time. So maybe the "create/installed for use during build" is > missing something? It seems too early for you to close this with out making > some effort to solve the problem.I'm rather sure that this isn't a general problem since I can't reproduce it and I have seen not anything on -STABLE about this problem. As I mentioned before build problems are (IMO) better disussed on -stable, so I don't see a reason to keep the PR open.> Why was the /usr/include/net/if.h on my > system still missing IFCAP_POLLING? During make build world?buildworld will not update your installed files, but it created a temporary include diretory which is used during buildworld. In any case, to fix you problem you should check /etc/make.conf for options that can give problems (e.g CFLAGS). The problem could also be a corrupted /usr/src so you could try to remove that an run cvsup again. Also make sure that the cvsup server you are using is up-to-date. The problem could also be something in your shell environment. -- Simon L. Nielsen FreeBSD Documentation Team -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20040426/c4b8c470/attachment.bin