Mark Mitchell <[EMAIL PROTECTED]> writes: > If you are willing to help, please download the release candidate, > build it on appropriate platforms, and post testresults by using > contrib/test_summary. Please use the release candidate itself, *not* > the CVS 4.0 release branch, as part of the goal is to ensure that the > packaging scripts are working.
Not a full test or a full report, but I downloaded RC1 (just gcc-core and gcc-g++) on an NFS mounted directory, ran "make bootstrap" as myself, and then ran "make install" as root. Since the directory is NFS mounted, root does not have write privileges on the object directory. The bootstrap went fine, but the install failed with: Making install in testsuite make[2]: Entering directory `/home/ian/gcc-4.0.0-20050410-objdir/i686-pc-linux-gnu/libstdc++-v3/testsuite' touch testsuite_wchar_t touch: cannot touch `testsuite_wchar_t': Permission denied make[2]: *** [stamp_wchar] Error 1 make[2]: Leaving directory `/home/ian/gcc-4.0.0-20050410-objdir/i686-pc-linux-gnu/libstdc++-v3/testsuite' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/ian/gcc-4.0.0-20050410-objdir/i686-pc-linux-gnu/libstdc++-v3' make: *** [install-target-libstdc++-v3] Error 2 Does anybody else see this? I imagine this would be fairly annoying for some people. Ian