public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/51368] New: libstdc++ python pretty printers should use --with-python-dir just like libjava
@ 2011-11-30 22:02 vapier at gentoo dot org
  2011-12-03  0:50 ` [Bug libstdc++/51368] " redi at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: vapier at gentoo dot org @ 2011-11-30 22:02 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51368
           Summary: libstdc++ python pretty printers should use
                    --with-python-dir just like libjava
    Classification: Unclassified
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: vapier@gentoo.org


the libjava code already has a useful configure flag for controlling where its
python code is installed (--with-python-dir).  the libstdc++-v3 should use this
same flag so package maintainers need not set the same path in multiple places.

libjava/configure.ac:
default_python_dir="/share/gcc-`cat ${srcdir}/../gcc/BASE-VER`/python/libjava"

libstdc++-v3/python/Makefile.am:
pythondir = $(datadir)/gcc-$(gcc_version)/python


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

* [Bug libstdc++/51368] libstdc++ python pretty printers should use --with-python-dir just like libjava
  2011-11-30 22:02 [Bug libstdc++/51368] New: libstdc++ python pretty printers should use --with-python-dir just like libjava vapier at gentoo dot org
@ 2011-12-03  0:50 ` redi at gcc dot gnu.org
  2012-02-15 20:13 ` bkoz at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2011-12-03  0:50 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bkoz at gcc dot gnu.org,
                   |                            |tromey at gcc dot gnu.org

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-12-03 00:49:44 UTC ---
Yes, it would be sensible to make the same option work for both.

Tom, Benjamin, any objections to this?
I can try to look into it, but it probably won't be soon.


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

* [Bug libstdc++/51368] libstdc++ python pretty printers should use --with-python-dir just like libjava
  2011-11-30 22:02 [Bug libstdc++/51368] New: libstdc++ python pretty printers should use --with-python-dir just like libjava vapier at gentoo dot org
  2011-12-03  0:50 ` [Bug libstdc++/51368] " redi at gcc dot gnu.org
@ 2012-02-15 20:13 ` bkoz at gcc dot gnu.org
  2012-02-15 20:20 ` bkoz at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bkoz at gcc dot gnu.org @ 2012-02-15 20:13 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2012-02-15 19:56:12 UTC ---
Author: bkoz
Date: Wed Feb 15 19:56:07 2012
New Revision: 184282

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184282
Log:
2012-02-15  Benjamin Kosnik  <bkoz@redhat.com>

    PR libstdc++/51368
    * acinclude.m4 (GLIBCXX_ENABLE_PYTHON): New.
    * configure.ac: Use it.
    * python/Makefile.am: Same.
    * configure: Regenerate.
    * python/Makefile.in: Regenerate.
    * Makefile.in: Same.
    * doc/Makefile.in: Same.
    * include/Makefile.in: Same.
    * po/Makefile.in: Same.
    * src/Makefile.in: Same.
    * src/c++11/Makefile.in: Same.
    * src/c++98/Makefile.in: Same.
    * testsuite/Makefile.in: Same.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/Makefile.in
    trunk/libstdc++-v3/acinclude.m4
    trunk/libstdc++-v3/configure
    trunk/libstdc++-v3/configure.ac
    trunk/libstdc++-v3/doc/Makefile.in
    trunk/libstdc++-v3/include/Makefile.in
    trunk/libstdc++-v3/libsupc++/Makefile.in
    trunk/libstdc++-v3/po/Makefile.in
    trunk/libstdc++-v3/python/Makefile.am
    trunk/libstdc++-v3/python/Makefile.in
    trunk/libstdc++-v3/src/Makefile.in
    trunk/libstdc++-v3/src/c++11/Makefile.in
    trunk/libstdc++-v3/src/c++98/Makefile.in
    trunk/libstdc++-v3/testsuite/Makefile.in


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

* [Bug libstdc++/51368] libstdc++ python pretty printers should use --with-python-dir just like libjava
  2011-11-30 22:02 [Bug libstdc++/51368] New: libstdc++ python pretty printers should use --with-python-dir just like libjava vapier at gentoo dot org
  2011-12-03  0:50 ` [Bug libstdc++/51368] " redi at gcc dot gnu.org
  2012-02-15 20:13 ` bkoz at gcc dot gnu.org
@ 2012-02-15 20:20 ` bkoz at gcc dot gnu.org
  2012-02-15 20:33 ` bkoz at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bkoz at gcc dot gnu.org @ 2012-02-15 20:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2012-02-15 20:11:24 UTC ---
Mine.


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

* [Bug libstdc++/51368] libstdc++ python pretty printers should use --with-python-dir just like libjava
  2011-11-30 22:02 [Bug libstdc++/51368] New: libstdc++ python pretty printers should use --with-python-dir just like libjava vapier at gentoo dot org
                   ` (2 preceding siblings ...)
  2012-02-15 20:20 ` bkoz at gcc dot gnu.org
@ 2012-02-15 20:33 ` bkoz at gcc dot gnu.org
  2012-02-16 20:45 ` bkoz at gcc dot gnu.org
  2012-02-21  0:57 ` bkoz at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: bkoz at gcc dot gnu.org @ 2012-02-15 20:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2012-02-15 20:24:51 UTC ---
This probably needs changing
http://gcc.gnu.org/install/configure.html


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

* [Bug libstdc++/51368] libstdc++ python pretty printers should use --with-python-dir just like libjava
  2011-11-30 22:02 [Bug libstdc++/51368] New: libstdc++ python pretty printers should use --with-python-dir just like libjava vapier at gentoo dot org
                   ` (3 preceding siblings ...)
  2012-02-15 20:33 ` bkoz at gcc dot gnu.org
@ 2012-02-16 20:45 ` bkoz at gcc dot gnu.org
  2012-02-21  0:57 ` bkoz at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: bkoz at gcc dot gnu.org @ 2012-02-16 20:45 UTC (permalink / raw)
  To: gcc-bugs

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

Benjamin Kosnik <bkoz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2012-02-16
         AssignedTo|unassigned at gcc dot       |bkoz at gcc dot gnu.org
                   |gnu.org                     |
   Target Milestone|---                         |4.7.0
     Ever Confirmed|0                           |1

--- Comment #5 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2012-02-16 20:25:59 UTC ---

all but doc


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

* [Bug libstdc++/51368] libstdc++ python pretty printers should use --with-python-dir just like libjava
  2011-11-30 22:02 [Bug libstdc++/51368] New: libstdc++ python pretty printers should use --with-python-dir just like libjava vapier at gentoo dot org
                   ` (4 preceding siblings ...)
  2012-02-16 20:45 ` bkoz at gcc dot gnu.org
@ 2012-02-21  0:57 ` bkoz at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: bkoz at gcc dot gnu.org @ 2012-02-21  0:57 UTC (permalink / raw)
  To: gcc-bugs

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

Benjamin Kosnik <bkoz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #6 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2012-02-21 00:22:31 UTC ---
fixed


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

end of thread, other threads:[~2012-02-21  0:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-30 22:02 [Bug libstdc++/51368] New: libstdc++ python pretty printers should use --with-python-dir just like libjava vapier at gentoo dot org
2011-12-03  0:50 ` [Bug libstdc++/51368] " redi at gcc dot gnu.org
2012-02-15 20:13 ` bkoz at gcc dot gnu.org
2012-02-15 20:20 ` bkoz at gcc dot gnu.org
2012-02-15 20:33 ` bkoz at gcc dot gnu.org
2012-02-16 20:45 ` bkoz at gcc dot gnu.org
2012-02-21  0:57 ` bkoz at gcc dot gnu.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).