public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/14405] New: Doesn't build on OS X Leopard
@ 2012-07-26  2:39 naesten at gmail dot com
  2012-12-12 11:30 ` [Bug gdb/14405] " grobian at gentoo dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: naesten at gmail dot com @ 2012-07-26  2:39 UTC (permalink / raw)
  To: gdb-prs

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

             Bug #: 14405
           Summary: Doesn't build on OS X Leopard
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned@sourceware.org
        ReportedBy: naesten@gmail.com
    Classification: Unclassified


This is what I'm getting at the moment:

-*- mode: compilation; default-directory: "~/hacking/gdb/build/gdb/" -*-
Compilation started at Wed Jul 25 22:32:06

make -wk WERROR_CFLAGS=''
make: Entering directory `/Users/sam/hacking/gdb/build/gdb'
make[1]: Entering directory `/Users/sam/hacking/gdb/build/gdb'
make[2]: Entering directory `/Users/sam/hacking/gdb/build/gdb/build-gnulib'
make[3]: Entering directory `/Users/sam/hacking/gdb/build/gdb/build-gnulib'
make[4]: Entering directory
`/Users/sam/hacking/gdb/build/gdb/build-gnulib/import'
make  all-recursive
make[5]: Entering directory
`/Users/sam/hacking/gdb/build/gdb/build-gnulib/import'
make[6]: Entering directory
`/Users/sam/hacking/gdb/build/gdb/build-gnulib/import'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory
`/Users/sam/hacking/gdb/build/gdb/build-gnulib/import'
make[5]: Leaving directory
`/Users/sam/hacking/gdb/build/gdb/build-gnulib/import'
make[4]: Leaving directory
`/Users/sam/hacking/gdb/build/gdb/build-gnulib/import'
make[3]: Leaving directory `/Users/sam/hacking/gdb/build/gdb/build-gnulib'
make[2]: Leaving directory `/Users/sam/hacking/gdb/build/gdb/build-gnulib'
make[1]: Leaving directory `/Users/sam/hacking/gdb/build/gdb'
/usr/local/bin/ccache gcc-4.2 -g -O2   -I. -I../../gdb -I../../gdb/common
-I../../gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H
-I../../gdb/../include/opcode -I../../gdb/../opcodes/..
-I../../gdb/../readline/.. -I../bfd -I../../gdb/../bfd -I../../gdb/../include
-I../libdecnumber -I../../gdb/../libdecnumber -I./../intl
-I../../gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1 
-I/System/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5
-I/System/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5
-Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral
-Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch
-Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement  -c -o
darwin-nat.o -MT darwin-nat.o -MMD -MP -MF .deps/darwin-nat.Tpo
../../gdb/darwin-nat.c
../../gdb/darwin-nat.c: In function 'darwin_read_dyld_info':
../../gdb/darwin-nat.c:1824: error: storage size of 'task_dyld_info' isn't
known
../../gdb/darwin-nat.c:1825: error: 'TASK_DYLD_INFO_COUNT' undeclared (first
use in this function)
../../gdb/darwin-nat.c:1825: error: (Each undeclared identifier is reported
only once
../../gdb/darwin-nat.c:1825: error: for each function it appears in.)
../../gdb/darwin-nat.c:1832: error: 'TASK_DYLD_INFO' undeclared (first use in
this function)
make: *** [darwin-nat.o] Error 1
rm -f version.c-tmp version.c
echo '#include "version.h"' >> version.c-tmp
echo 'const char version[] = "'"`sed q ../../gdb/version.in`"'";' >>
version.c-tmp
echo 'const char host_name[] = "i386-apple-darwin9.8.0";' >> version.c-tmp
echo 'const char target_name[] = "i386-apple-darwin9.8.0";' >> version.c-tmp
mv version.c-tmp version.c
/usr/local/bin/ccache gcc-4.2 -g -O2   -I. -I../../gdb -I../../gdb/common
-I../../gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H
-I../../gdb/../include/opcode -I../../gdb/../opcodes/..
-I../../gdb/../readline/.. -I../bfd -I../../gdb/../bfd -I../../gdb/../include
-I../libdecnumber -I../../gdb/../libdecnumber -I./../intl
-I../../gdb/gnulib/import -Ibuild-gnulib/import   -DTUI=1 
-I/System/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5
-I/System/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5
-Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral
-Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch
-Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement  -c -o
version.o -MT version.o -MMD -MP -MF .deps/version.Tpo version.c
make: Target `all' not remade because of errors.
make: Leaving directory `/Users/sam/hacking/gdb/build/gdb'

Compilation exited abnormally with code 2 at Wed Jul 25 22:32:08

-- 
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] 12+ messages in thread

* [Bug gdb/14405] Doesn't build on OS X Leopard
  2012-07-26  2:39 [Bug gdb/14405] New: Doesn't build on OS X Leopard naesten at gmail dot com
@ 2012-12-12 11:30 ` grobian at gentoo dot org
  2012-12-12 12:22 ` grobian at gentoo dot org
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: grobian at gentoo dot org @ 2012-12-12 11:30 UTC (permalink / raw)
  To: gdb-prs

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

Fabian Groffen <grobian at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |grobian at gentoo dot org

--- Comment #1 from Fabian Groffen <grobian at gentoo dot org> 2012-12-12 11:30:38 UTC ---
Fix for this was posted by Iain Sandoe here:
http://sourceware.org/ml/gdb-patches/2011-12/msg00890.html

I see the problem in 7.5.1

-- 
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] 12+ messages in thread

* [Bug gdb/14405] Doesn't build on OS X Leopard
  2012-07-26  2:39 [Bug gdb/14405] New: Doesn't build on OS X Leopard naesten at gmail dot com
  2012-12-12 11:30 ` [Bug gdb/14405] " grobian at gentoo dot org
@ 2012-12-12 12:22 ` grobian at gentoo dot org
  2012-12-21  5:38 ` vapier at gentoo dot org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: grobian at gentoo dot org @ 2012-12-12 12:22 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #2 from Fabian Groffen <grobian at gentoo dot org> 2012-12-12 12:22:21 UTC ---
Created attachment 6779
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6779
gdb-7.5.1-darwin9.patch

For clarity, here is the (extracted) patch that fixes the issue.

-- 
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] 12+ messages in thread

* [Bug gdb/14405] Doesn't build on OS X Leopard
  2012-07-26  2:39 [Bug gdb/14405] New: Doesn't build on OS X Leopard naesten at gmail dot com
  2012-12-12 11:30 ` [Bug gdb/14405] " grobian at gentoo dot org
  2012-12-12 12:22 ` grobian at gentoo dot org
@ 2012-12-21  5:38 ` vapier at gentoo dot org
  2012-12-24  3:51 ` jan.kratochvil at redhat dot com
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: vapier at gentoo dot org @ 2012-12-21  5:38 UTC (permalink / raw)
  To: gdb-prs

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

Mike Frysinger <vapier at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vapier at gentoo dot org

-- 
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] 12+ messages in thread

* [Bug gdb/14405] Doesn't build on OS X Leopard
  2012-07-26  2:39 [Bug gdb/14405] New: Doesn't build on OS X Leopard naesten at gmail dot com
                   ` (2 preceding siblings ...)
  2012-12-21  5:38 ` vapier at gentoo dot org
@ 2012-12-24  3:51 ` jan.kratochvil at redhat dot com
  2012-12-24  3:58 ` vapier at gentoo dot org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jan.kratochvil at redhat dot com @ 2012-12-24  3:51 UTC (permalink / raw)
  To: gdb-prs

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

Jan Kratochvil <jan.kratochvil at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jan.kratochvil at redhat
                   |                            |dot com

--- Comment #3 from Jan Kratochvil <jan.kratochvil at redhat dot com> 2012-12-24 03:51:24 UTC ---
Patches should be posted to gdb-patches mailing list, they won't get processed
here.

-- 
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] 12+ messages in thread

* [Bug gdb/14405] Doesn't build on OS X Leopard
  2012-07-26  2:39 [Bug gdb/14405] New: Doesn't build on OS X Leopard naesten at gmail dot com
                   ` (3 preceding siblings ...)
  2012-12-24  3:51 ` jan.kratochvil at redhat dot com
@ 2012-12-24  3:58 ` vapier at gentoo dot org
  2013-01-02 18:26 ` palves at redhat dot com
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: vapier at gentoo dot org @ 2012-12-24  3:58 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #4 from Mike Frysinger <vapier at gentoo dot org> 2012-12-24 03:58:16 UTC ---
(In reply to comment #3)

they were posted to the mailing list back in Dec 2011

-- 
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] 12+ messages in thread

* [Bug gdb/14405] Doesn't build on OS X Leopard
  2012-07-26  2:39 [Bug gdb/14405] New: Doesn't build on OS X Leopard naesten at gmail dot com
                   ` (4 preceding siblings ...)
  2012-12-24  3:58 ` vapier at gentoo dot org
@ 2013-01-02 18:26 ` palves at redhat dot com
  2013-01-02 18:41 ` grobian at gentoo dot org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: palves at redhat dot com @ 2013-01-02 18:26 UTC (permalink / raw)
  To: gdb-prs

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

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |palves at redhat dot com

--- Comment #5 from Pedro Alves <palves at redhat dot com> 2013-01-02 18:26:41 UTC ---
They should be reposted then, if still necessary.

-- 
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] 12+ messages in thread

* [Bug gdb/14405] Doesn't build on OS X Leopard
  2012-07-26  2:39 [Bug gdb/14405] New: Doesn't build on OS X Leopard naesten at gmail dot com
                   ` (5 preceding siblings ...)
  2013-01-02 18:26 ` palves at redhat dot com
@ 2013-01-02 18:41 ` grobian at gentoo dot org
  2013-01-02 18:48 ` palves at redhat dot com
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: grobian at gentoo dot org @ 2013-01-02 18:41 UTC (permalink / raw)
  To: gdb-prs

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

Fabian Groffen <grobian at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://sourceware.org/ml/gd
                   |                            |b-patches/2013-01/msg00025.
                   |                            |html

--- Comment #6 from Fabian Groffen <grobian at gentoo dot org> 2013-01-02 18:40:58 UTC ---
done

-- 
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] 12+ messages in thread

* [Bug gdb/14405] Doesn't build on OS X Leopard
  2012-07-26  2:39 [Bug gdb/14405] New: Doesn't build on OS X Leopard naesten at gmail dot com
                   ` (7 preceding siblings ...)
  2013-01-02 18:48 ` palves at redhat dot com
@ 2013-01-02 18:48 ` palves at redhat dot com
  2013-01-02 19:04 ` vapier at gentoo dot org
  2013-01-02 21:08 ` vapier at gentoo dot org
  10 siblings, 0 replies; 12+ messages in thread
From: palves at redhat dot com @ 2013-01-02 18:48 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #7 from Pedro Alves <palves at redhat dot com> 2013-01-02 18:48:08 UTC ---
http://sourceware.org/ml/gdb-patches/2013-01/msg00025.html

-- 
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] 12+ messages in thread

* [Bug gdb/14405] Doesn't build on OS X Leopard
  2012-07-26  2:39 [Bug gdb/14405] New: Doesn't build on OS X Leopard naesten at gmail dot com
                   ` (6 preceding siblings ...)
  2013-01-02 18:41 ` grobian at gentoo dot org
@ 2013-01-02 18:48 ` palves at redhat dot com
  2013-01-02 18:48 ` palves at redhat dot com
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: palves at redhat dot com @ 2013-01-02 18:48 UTC (permalink / raw)
  To: gdb-prs

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

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gingold at adacore dot com

-- 
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] 12+ messages in thread

* [Bug gdb/14405] Doesn't build on OS X Leopard
  2012-07-26  2:39 [Bug gdb/14405] New: Doesn't build on OS X Leopard naesten at gmail dot com
                   ` (8 preceding siblings ...)
  2013-01-02 18:48 ` palves at redhat dot com
@ 2013-01-02 19:04 ` vapier at gentoo dot org
  2013-01-02 21:08 ` vapier at gentoo dot org
  10 siblings, 0 replies; 12+ messages in thread
From: vapier at gentoo dot org @ 2013-01-02 19:04 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #8 from Mike Frysinger <vapier at gentoo dot org> 2013-01-02 19:04:30 UTC ---
(In reply to comment #5)

i've also already done that.  it's waiting for a reply.
http://sourceware.org/ml/gdb-patches/2012-12/msg00804.html

-- 
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] 12+ messages in thread

* [Bug gdb/14405] Doesn't build on OS X Leopard
  2012-07-26  2:39 [Bug gdb/14405] New: Doesn't build on OS X Leopard naesten at gmail dot com
                   ` (9 preceding siblings ...)
  2013-01-02 19:04 ` vapier at gentoo dot org
@ 2013-01-02 21:08 ` vapier at gentoo dot org
  10 siblings, 0 replies; 12+ messages in thread
From: vapier at gentoo dot org @ 2013-01-02 21:08 UTC (permalink / raw)
  To: gdb-prs

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

Mike Frysinger <vapier at gentoo dot org> changed:

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

--- Comment #9 from Mike Frysinger <vapier at gentoo dot org> 2013-01-02 21:08:16 UTC ---
pushed to HEAD (so it'll be in gdb-7.6)

-- 
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] 12+ messages in thread

end of thread, other threads:[~2013-01-02 21:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-26  2:39 [Bug gdb/14405] New: Doesn't build on OS X Leopard naesten at gmail dot com
2012-12-12 11:30 ` [Bug gdb/14405] " grobian at gentoo dot org
2012-12-12 12:22 ` grobian at gentoo dot org
2012-12-21  5:38 ` vapier at gentoo dot org
2012-12-24  3:51 ` jan.kratochvil at redhat dot com
2012-12-24  3:58 ` vapier at gentoo dot org
2013-01-02 18:26 ` palves at redhat dot com
2013-01-02 18:41 ` grobian at gentoo dot org
2013-01-02 18:48 ` palves at redhat dot com
2013-01-02 18:48 ` palves at redhat dot com
2013-01-02 19:04 ` vapier at gentoo dot org
2013-01-02 21:08 ` vapier at gentoo 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).