public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/17223] New: wrong/missing .so references in generated libstdc++ manpages
@ 2004-08-28 16:03 debian-gcc at lists dot debian dot org
  2004-08-28 17:44 ` [Bug libstdc++/17223] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2004-08-28 16:03 UTC (permalink / raw)
  To: gcc-bugs

[forwarded from http://bugs.debian.org/262956]

seen with HEAD, not 3.4.2, doxygen-1.3.8 was used.

    Matthias

mandb: can't open /usr/share/man/man3/std::basic_streambuf.3: No such file or
directory
mandb: warning: /usr/share/man/man3/std::wstreambuf.3.gz: bad symlink or ROFF
`.so' request

$ zcat /usr/share/man/man3/std::wstreambuf.3.gz
.so man3/std::basic_streambuf.3

$ ls -l /usr/share/man/man3/std::basic_streambuf*
ls: /usr/share/man/man3/std::basic_streambuf*: No such file or directory

-- 
           Summary: wrong/missing .so references in generated libstdc++
                    manpages
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug libstdc++/17223] wrong/missing .so references in generated libstdc++ manpages
  2004-08-28 16:03 [Bug libstdc++/17223] New: wrong/missing .so references in generated libstdc++ manpages debian-gcc at lists dot debian dot org
@ 2004-08-28 17:44 ` pinskia at gcc dot gnu dot org
  2004-11-05 19:58 ` cvs-commit at gcc dot gnu dot org
  2004-11-26  1:58 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-28 17:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-28 17:44 -------
basic_streambuf should be there 

-- 


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


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

* [Bug libstdc++/17223] wrong/missing .so references in generated libstdc++ manpages
  2004-08-28 16:03 [Bug libstdc++/17223] New: wrong/missing .so references in generated libstdc++ manpages debian-gcc at lists dot debian dot org
  2004-08-28 17:44 ` [Bug libstdc++/17223] " pinskia at gcc dot gnu dot org
@ 2004-11-05 19:58 ` cvs-commit at gcc dot gnu dot org
  2004-11-26  1:58 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-11-05 19:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-11-05 19:58 -------
Subject: Bug 17223

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bkoz@gcc.gnu.org	2004-11-05 19:58:03

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/config/locale/ieee_1003.1-2001: 
	                                             codecvt_specializations.h 
	libstdc++-v3/config/os/gnu-linux: ctype_base.h 
	libstdc++-v3/docs/doxygen: mainpage.html run_doxygen user.cfg.in 
	libstdc++-v3/include/bits: allocator.h char_traits.h codecvt.h 
	                           concurrence.h locale_facets.h 
	libstdc++-v3/include/ext: array_allocator.h debug_allocator.h 
	                          malloc_allocator.h mt_allocator.h 
	                          new_allocator.h pool_allocator.h 
	                          stdio_sync_filebuf.h 
	libstdc++-v3/include/std: std_memory.h 
	libstdc++-v3/include/tr1: array tuple 
Removed files:
	libstdc++-v3/docs/doxygen: filter filter.sed 

Log message:
	2004-11-05  Benjamin Kosnik  <bkoz@redhat.com>
	
	PR libstdc++/17218
	PR libstdc++/17223
	* docs/doxygen/filter: Remove.
	* docs/doxygen/filter.sed: Remove.
	* docs/doxygen/mainpage.html: Add link to functions.
	* docs/doxygen/run_doxygen: Changes due to new source filtering.
	* docs/doxygen/user.cfg.in: Update to doxygen 1.3.9.1, tweak.
	* include/bits/allocator.h: Tweaks for doxygen.
	* include/bits/char_traits.h: Same.
	* include/bits/codecvt.h: Same.
	* include/bits/concurrence.h: Same.
	* include/bits/locale_facets.h: Same.
	* include/ext/array_allocator.h: Same.
	* include/ext/debug_allocator.h: Same.
	* include/ext/malloc_allocator.h: Same.
	* include/ext/mt_allocator.h: Same.
	* include/ext/new_allocator.h: Same.
	* include/ext/pool_allocator.h: Same.
	* include/ext/stdio_sync_filebuf.h: Same.
	* include/std/std_memory.h: Same.
	* include/tr1/array: Same.
	* include/tr1/tuple: Same.
	* config/locale/ieee_1003.1-2001/codecvt_specializations.h: Same.
	* config/os/gnu-linux/ctype_base.h: Same.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2751&r2=1.2752
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/ieee_1003.1-2001/codecvt_specializations.h.diff?cvsroot=gcc&r1=1.13&r2=1.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/gnu-linux/ctype_base.h.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/doxygen/mainpage.html.diff?cvsroot=gcc&r1=1.11&r2=1.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/doxygen/run_doxygen.diff?cvsroot=gcc&r1=1.27&r2=1.28
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/doxygen/user.cfg.in.diff?cvsroot=gcc&r1=1.30&r2=1.31
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/doxygen/filter.diff?cvsroot=gcc&r1=1.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/doxygen/filter.sed.diff?cvsroot=gcc&r1=1.2&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/allocator.h.diff?cvsroot=gcc&r1=1.12&r2=1.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/char_traits.h.diff?cvsroot=gcc&r1=1.25&r2=1.26
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/codecvt.h.diff?cvsroot=gcc&r1=1.28&r2=1.29
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/concurrence.h.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/locale_facets.h.diff?cvsroot=gcc&r1=1.96&r2=1.97
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/array_allocator.h.diff?cvsroot=gcc&r1=1.5&r2=1.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/debug_allocator.h.diff?cvsroot=gcc&r1=1.6&r2=1.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/malloc_allocator.h.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/mt_allocator.h.diff?cvsroot=gcc&r1=1.42&r2=1.43
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/new_allocator.h.diff?cvsroot=gcc&r1=1.7&r2=1.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/pool_allocator.h.diff?cvsroot=gcc&r1=1.19&r2=1.20
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/stdio_sync_filebuf.h.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_memory.h.diff?cvsroot=gcc&r1=1.13&r2=1.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/tr1/array.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/tr1/tuple.diff?cvsroot=gcc&r1=1.3&r2=1.4



-- 


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


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

* [Bug libstdc++/17223] wrong/missing .so references in generated libstdc++ manpages
  2004-08-28 16:03 [Bug libstdc++/17223] New: wrong/missing .so references in generated libstdc++ manpages debian-gcc at lists dot debian dot org
  2004-08-28 17:44 ` [Bug libstdc++/17223] " pinskia at gcc dot gnu dot org
  2004-11-05 19:58 ` cvs-commit at gcc dot gnu dot org
@ 2004-11-26  1:58 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-26  1:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-26 01:58 -------
Fixed on the mainline.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


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


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

end of thread, other threads:[~2004-11-26  1:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-28 16:03 [Bug libstdc++/17223] New: wrong/missing .so references in generated libstdc++ manpages debian-gcc at lists dot debian dot org
2004-08-28 17:44 ` [Bug libstdc++/17223] " pinskia at gcc dot gnu dot org
2004-11-05 19:58 ` cvs-commit at gcc dot gnu dot org
2004-11-26  1:58 ` pinskia 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).