public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/15060] New: make install fails on jit-reader.h when includedir defines multiple dirs
@ 2013-01-24  6:02 ping at optigo dot net
  2013-01-24 14:13 ` [Bug gdb/15060] " tromey at redhat dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ping at optigo dot net @ 2013-01-24  6:02 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=15060

             Bug #: 15060
           Summary: make install fails on jit-reader.h when includedir
                    defines multiple dirs
           Product: gdb
           Version: 7.5
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned@sourceware.org
        ReportedBy: ping@optigo.net
    Classification: Unclassified


(fairly new to compile/config/make/install)

gdb/make install fails if includedir defines multiple directories.

        /usr/bin/install -c -m 644 jit-reader.h
/work/Products/Atmel/linux-2.6.39/include
/work/Products/Atmel/linux-2.6.39/arch/arm/include
/usr/local/angstrom/arm/include/gdb/jit-reader.h
/usr/bin/install: target `/usr/local/angstrom/arm/include/gdb/jit-reader.h' is
not a directory
make[1]: *** [install-only] Error 1

I removed the install of jit-reader.h from the gdb/Makefile, andd did it
manually.

Ping

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug gdb/15060] make install fails on jit-reader.h when includedir defines multiple dirs
  2013-01-24  6:02 [Bug gdb/15060] New: make install fails on jit-reader.h when includedir defines multiple dirs ping at optigo dot net
@ 2013-01-24 14:13 ` tromey at redhat dot com
  2013-01-28 19:27 ` ping at optigo dot net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: tromey at redhat dot com @ 2013-01-24 14:13 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=15060

Tom Tromey <tromey at redhat dot com> changed:

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

--- Comment #1 from Tom Tromey <tromey at redhat dot com> 2013-01-24 14:13:51 UTC ---
I think includedir shouldn't have multiple directories in it.
If this came from configure somehow, then I think it is a bug.
If it is something you did, then I think there is probably a
different way to accomplish whatever you were trying to do.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug gdb/15060] make install fails on jit-reader.h when includedir defines multiple dirs
  2013-01-24  6:02 [Bug gdb/15060] New: make install fails on jit-reader.h when includedir defines multiple dirs ping at optigo dot net
  2013-01-24 14:13 ` [Bug gdb/15060] " tromey at redhat dot com
@ 2013-01-28 19:27 ` ping at optigo dot net
  2013-02-13 18:42 ` tromey at redhat dot com
  2014-09-12 23:09 ` sergiodj at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: ping at optigo dot net @ 2013-01-28 19:27 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=15060

--- Comment #2 from Pook-Ping Yao <ping at optigo dot net> 2013-01-28 19:27:34 UTC ---
Hi Tom,

thanks for the quick reply.  As you can see, I'm doing a cross-compilation.  I
think I need to include the "general" include dir and the arch specific dir. 
Is there a better/correct way to handle this?

thanks.

Ping

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug gdb/15060] make install fails on jit-reader.h when includedir defines multiple dirs
  2013-01-24  6:02 [Bug gdb/15060] New: make install fails on jit-reader.h when includedir defines multiple dirs ping at optigo dot net
  2013-01-24 14:13 ` [Bug gdb/15060] " tromey at redhat dot com
  2013-01-28 19:27 ` ping at optigo dot net
@ 2013-02-13 18:42 ` tromey at redhat dot com
  2014-09-12 23:09 ` sergiodj at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: tromey at redhat dot com @ 2013-02-13 18:42 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=15060

--- Comment #3 from Tom Tromey <tromey at redhat dot com> 2013-02-13 18:42:29 UTC ---
(In reply to comment #2)

> thanks for the quick reply.  As you can see, I'm doing a cross-compilation.  I
> think I need to include the "general" include dir and the arch specific dir. 
> Is there a better/correct way to handle this?

Probably, but I don't really know exactly what you are doing.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug gdb/15060] make install fails on jit-reader.h when includedir defines multiple dirs
  2013-01-24  6:02 [Bug gdb/15060] New: make install fails on jit-reader.h when includedir defines multiple dirs ping at optigo dot net
                   ` (2 preceding siblings ...)
  2013-02-13 18:42 ` tromey at redhat dot com
@ 2014-09-12 23:09 ` sergiodj at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: sergiodj at redhat dot com @ 2014-09-12 23:09 UTC (permalink / raw)
  To: gdb-prs

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

Sergio Durigan Junior <sergiodj at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
                 CC|                            |sergiodj at redhat dot com
         Resolution|---                         |OBSOLETE

--- Comment #4 from Sergio Durigan Junior <sergiodj at redhat dot com> ---
Closing as OBSOLETE due to inactivity.  Feel free to reopen if still valid.

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


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

end of thread, other threads:[~2014-09-12 23:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-24  6:02 [Bug gdb/15060] New: make install fails on jit-reader.h when includedir defines multiple dirs ping at optigo dot net
2013-01-24 14:13 ` [Bug gdb/15060] " tromey at redhat dot com
2013-01-28 19:27 ` ping at optigo dot net
2013-02-13 18:42 ` tromey at redhat dot com
2014-09-12 23:09 ` sergiodj 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).