Re: do people think current builds now? -- I don't
Greg Troxel <[email protected]>
| Newsgroups | gmane.os.netbsd.current |
|---|---|
| Message-ID | <[email protected]> |
Martin Husemann <[email protected]> writes: > I have: > > [~builds/current/obj/external/gpl3/gcc] martin@martins > ll ./usr.bin/include/gmp.h > lrwxr-xr-x 1 builds builds 72 Oct 10 21:31 ./usr.bin/include/gmp.h@ -> /home/martin/current/src/external/lgpl3/gmp/lib/libgmp/arch/x86_64/gmp.h I do too, at least now, but I used to have such links in usr.bin/backend. I removed them, and then things built ok. So I think I had leftover .h symlinks in the *source tree* from before, and cvs ignores them, but somehow they mess up the build. I don't understand why. After removing them, building gcc/usr.bin/backend worked, and then an update build.sh succeeded. Overall I think there's a spurious cvsignore for symlinks that used to be made in the sources, and it's really a bug to ever have made them.