public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug python/16090] New: Error in gdb-7.6.1/gdb/data-directory/Makefile.in install-python rule
@ 2013-10-25 21:53 gmc444 at yahoo dot com
  2013-10-25 21:55 ` [Bug python/16090] " gmc444 at yahoo dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: gmc444 at yahoo dot com @ 2013-10-25 21:53 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16090

            Bug ID: 16090
           Summary: Error in gdb-7.6.1/gdb/data-directory/Makefile.in
                    install-python rule
           Product: gdb
           Version: 7.6
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
          Assignee: unassigned at sourceware dot org
          Reporter: gmc444 at yahoo dot com

In this Makefile, the  $INSTALL_DATA command looks like this:
      $(INSTALL_DATA) ./$(PYTHON_DIR)/$$file $(PYTHON_INSTALL_DIR)/$$dir ; 

This fails on the Python files to be installed with a file not found error.
Correcting it to 
      $(INSTALL_DATA) ./$(PYTHON_SRCDIR)/$$file $(PYTHON_INSTALL_DIR)/$$dir ; 

allowed the install to complete successfully. This was with a tarred version I
downloaded on Oct. 23.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug python/16090] Error in gdb-7.6.1/gdb/data-directory/Makefile.in install-python rule
  2013-10-25 21:53 [Bug python/16090] New: Error in gdb-7.6.1/gdb/data-directory/Makefile.in install-python rule gmc444 at yahoo dot com
@ 2013-10-25 21:55 ` gmc444 at yahoo dot com
  2013-10-25 21:55 ` gmc444 at yahoo dot com
  2013-11-14 19:20 ` tromey at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: gmc444 at yahoo dot com @ 2013-10-25 21:55 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16090

gmc444 at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gmc444 at yahoo dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug python/16090] Error in gdb-7.6.1/gdb/data-directory/Makefile.in install-python rule
  2013-10-25 21:53 [Bug python/16090] New: Error in gdb-7.6.1/gdb/data-directory/Makefile.in install-python rule gmc444 at yahoo dot com
  2013-10-25 21:55 ` [Bug python/16090] " gmc444 at yahoo dot com
@ 2013-10-25 21:55 ` gmc444 at yahoo dot com
  2013-11-14 19:20 ` tromey at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: gmc444 at yahoo dot com @ 2013-10-25 21:55 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16090

--- Comment #1 from gmc444 at yahoo dot com ---
My build environment was Solaris 10. I was using gcc 4.8.1.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug python/16090] Error in gdb-7.6.1/gdb/data-directory/Makefile.in install-python rule
  2013-10-25 21:53 [Bug python/16090] New: Error in gdb-7.6.1/gdb/data-directory/Makefile.in install-python rule gmc444 at yahoo dot com
  2013-10-25 21:55 ` [Bug python/16090] " gmc444 at yahoo dot com
  2013-10-25 21:55 ` gmc444 at yahoo dot com
@ 2013-11-14 19:20 ` tromey at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2013-11-14 19:20 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16090

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
                 CC|                            |tromey at redhat dot com

--- Comment #2 from Tom Tromey <tromey at redhat dot com> ---
I think "make all" should have copied the python files
into the relevant directory.
We stage them for install in this funny way so that
you can set gdb up to run from the build directory,
and still have it find its python code.
I don't know why this didn't work for you.
Please try "make all" first in data-directory.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

end of thread, other threads:[~2013-11-14 19:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-25 21:53 [Bug python/16090] New: Error in gdb-7.6.1/gdb/data-directory/Makefile.in install-python rule gmc444 at yahoo dot com
2013-10-25 21:55 ` [Bug python/16090] " gmc444 at yahoo dot com
2013-10-25 21:55 ` gmc444 at yahoo dot com
2013-11-14 19:20 ` tromey at redhat dot com

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