public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/22195] New: Missing Documentation
@ 2005-06-26 18:19 dave at joot dot com
  2005-06-26 18:31 ` [Bug bootstrap/22195] " pinskia at gcc dot gnu dot org
  2005-07-09 16:37 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 6+ messages in thread
From: dave at joot dot com @ 2005-06-26 18:19 UTC (permalink / raw)
  To: gcc-bugs

# 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/22195] Missing Documentation
  2005-06-26 18:19 [Bug c++/22195] New: Missing Documentation dave at joot dot com
@ 2005-06-26 18:31 ` pinskia at gcc dot gnu dot org
  2005-07-09 16:37 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-26 18:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-26 18:31 -------
I don't think this is a bug.
Reading: <http://gcc.gnu.org/install/prerequisites.html>:
Texinfo version 4.2 (or later)
Necessary for running makeinfo when modifying *.texi files to test your changes.
Necessary to build GCC documentation during development because the generated output files are not 
included in the CVS repository. They are included in releases. 



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |bootstrap
           Keywords|                            |build


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22195


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/22195] Missing Documentation
  2005-06-26 18:19 [Bug c++/22195] New: Missing Documentation dave at joot dot com
  2005-06-26 18:31 ` [Bug bootstrap/22195] " pinskia at gcc dot gnu dot org
@ 2005-07-09 16:37 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-09 16:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-09 16:35 -------
This is not a bug for a snapshot.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22195


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/22195] Missing Documentation
       [not found] <bug-22195-3024@http.gcc.gnu.org/bugzilla/>
  2006-03-31  3:43 ` rmathew at gcc dot gnu dot org
  2006-03-31  5:23 ` dave at joot dot com
@ 2006-03-31  5:30 ` rmathew at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: rmathew at gcc dot gnu dot org @ 2006-03-31  5:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rmathew at gcc dot gnu dot org  2006-03-31 05:30 -------
(In reply to comment #4)
> 
> 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.)

When you're downloading an SVN snapshot, which is intended for developers,
you do not get much of the automatically generated stuff that's available
in releases. For SVN snapshots, you must read the "modifying GCC" portion
of the pre-requisites documentation.


> 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 ..."

Agreed.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22195


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/22195] Missing Documentation
       [not found] <bug-22195-3024@http.gcc.gnu.org/bugzilla/>
  2006-03-31  3:43 ` rmathew at gcc dot gnu dot org
@ 2006-03-31  5:23 ` dave at joot dot com
  2006-03-31  5:30 ` rmathew at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: dave at joot dot com @ 2006-03-31  5:23 UTC (permalink / raw)
  To: gcc-bugs



------- 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug bootstrap/22195] Missing Documentation
       [not found] <bug-22195-3024@http.gcc.gnu.org/bugzilla/>
@ 2006-03-31  3:43 ` rmathew at gcc dot gnu dot org
  2006-03-31  5:23 ` dave at joot dot com
  2006-03-31  5:30 ` rmathew at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: rmathew at gcc dot gnu dot org @ 2006-03-31  3:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rmathew at gcc dot gnu dot org  2006-03-31 03:43 -------
FWIW, I am getting the same error with GCC 3.4.6 and I *do have* GNU Texinfo
4.8.

I have FSF GCC 3.4.5 sources and I downloaded GCC 3.4.6 diffs for "core" and
"g++" - the patches applied successfully, but "make bootstrap" terminates with
the same error as reported by the filer. I'm on i686-pc-linux-gnu and the
starting compiler is FSF GCC 3.4.5.

The command for configuration was:

/root/inst/gcc-3.4.6/configure --prefix=/usr/local --disable-debug \
--disable-nls --disable-checking --enable-threads=posix \
--enable-languages=c,c++ --enable-__cxa_atexit --with-system-zlib \
--with-gnu-ld --with-gnu-as --with-arch=pentium3 --with-tune=pentium3


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22195


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-03-31  5:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-26 18:19 [Bug c++/22195] New: Missing Documentation dave at joot dot com
2005-06-26 18:31 ` [Bug bootstrap/22195] " pinskia at gcc dot gnu dot org
2005-07-09 16:37 ` pinskia at gcc dot gnu dot org
     [not found] <bug-22195-3024@http.gcc.gnu.org/bugzilla/>
2006-03-31  3:43 ` rmathew at gcc dot gnu dot org
2006-03-31  5:23 ` dave at joot dot com
2006-03-31  5:30 ` rmathew at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).