[Bug fastjar/22193] New: Compile Fails on SUSE 9.3 Professional
* the exact version of GCC: # gcc -v Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.4/specs Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux Thread model: posix gcc version 3.3.4 (pre 3.3.5 20040809) * the system type: # uname -a Linux jaguar 2.6.11.4-20a-default #1 Wed Mar 23 21:52:37 UTC 2005 i686 athlon i386 GNU/Linux Flavour: SUSE 9.3 Professional * the options given when GCC was configured/built: # ./configure --prefix=/usr/local/gcc * the complete command line that triggers the bug: make * the compiler output (error messages, warnings, etc.): config.status: creating Makefile config.status: executing default-1 commands ./config.status: line 910: ./../../config-ml.in: No such file or directory make: *** [configure-zlib] Error 1 -- Summary: Compile Fails on SUSE 9.3 Professional Product: gcc Version: 4.0.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: fastjar AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dave at joot dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22193
[Bug c++/22195] New: Missing Documentation
# gcc -v Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.4/specs Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux Thread model: posix gcc version 3.3.4 (pre 3.3.5 20040809) # uname -a Linux jaguar 2.6.11.4-20a-default #1 Wed Mar 23 21:52:37 UTC 2005 i686 athlon i386 GNU/Linux SUSE 9.3 Professional Replicate using: # cd gcc-4.0.1-20050616 # mkdir objdir # cd objdir # ../configure --prefix=/usr/local/gcc # make make[2]: Entering directory `/usr/local/src/gcc-4.0.1-20050616/objdir/gcc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/local/src/gcc-4.0.1-20050616/objdir/gcc' cp doc/gcc.1 doc/g++.1 cp: cannot stat `doc/gcc.1': No such file or directory make[1]: *** [doc/g++.1] Error 1 make[1]: Leaving directory `/usr/local/src/gcc-4.0.1-20050616/objdir/gcc' make: *** [all-gcc] Error 2 Temporary fix: # touch gcc/doc/gcc.1 # make -- Summary: Missing Documentation Product: gcc Version: 4.0.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dave at joot dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22195
[Bug bootstrap/22195] Missing Documentation
--- Comment #4 from dave at joot dot com 2006-03-31 05:23 --- The page at http://gcc.gnu.org/install/prerequisites.html under "Tools/packages necessary for building GCC" does NOT list "Texinfo version 4.4 (or later)" as a requirement. I was not intending to modify GCC (as the requirements for modifying it do list Texinfo). I was intending to compile it. Out of the box compile on my system failed, and Ranjit's system. Thus a bug, no? (And even if it still isn't deemed a bug, the fix is a simple one-liner, which I provided.) Perhaps the term "modify" implies "CVS" -- if so, perhaps that could be emphasized on the prerequisite page? That is, "If you download GCC from the repository (regardless of whether you want to modify it or not), you must have the following ..." -- dave at joot dot com changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22195