ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:48716] [ruby-trunk - Bug #7259][Open] ruby-debug-base19x does not compile on 2.0.0-head
@ 2012-11-01 17:07 denofevil (Dennis Ushakov)
  2012-11-05 14:03 ` [ruby-core:48927] [ruby-trunk - Bug #7259][Assigned] " mame (Yusuke Endoh)
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: denofevil (Dennis Ushakov) @ 2012-11-01 17:07 UTC (permalink / raw
  To: ruby-core


Issue #7259 has been reported by denofevil (Dennis Ushakov).

----------------------------------------
Bug #7259: ruby-debug-base19x does not compile on 2.0.0-head
https://bugs.ruby-lang.org/issues/7259

Author: denofevil (Dennis Ushakov)
Status: Open
Priority: Normal
Assignee: 
Category: 
Target version: 2.0.0
ruby -v: ruby 2.0.0dev (2012-10-12) [x86_64-darwin12.2.0]


I'm trying to make ruby-debug-base19x used by IDE debugger work on 2.0.0-head. I've managed to get it mostly compiling (latest sources are at https://github.com/ruby-debug/ruby-debug-base19) and found one major problem: rb_vm_get_sourceline is no longer exported which results in following:

(({dyld: lazy symbol binding failed: Symbol not found: _rb_vm_get_sourceline
Referenced from: /Users/denofevil/Code/ruby-debugger/ruby-debug-base19/ext/ruby_debug/ruby_debug.bundle
Expected in: flat namespace

dyld: Symbol not found: _rb_vm_get_sourceline
Referenced from: /Users/denofevil/Code/ruby-debugger/ruby-debug-base19/ext/ruby_debug/ruby_debug.bundle
Expected in: flat namespace}))

I remember that RUBY_FUNC_EXPORTED was added as a workaround for 1.9.3 (http://bugs.ruby-lang.org/issues/5193), but it's no longer present on head.
Is there some new API we should be using?


-- 
http://bugs.ruby-lang.org/

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

* [ruby-core:48927] [ruby-trunk - Bug #7259][Assigned] ruby-debug-base19x does not compile on 2.0.0-head
  2012-11-01 17:07 [ruby-core:48716] [ruby-trunk - Bug #7259][Open] ruby-debug-base19x does not compile on 2.0.0-head denofevil (Dennis Ushakov)
@ 2012-11-05 14:03 ` mame (Yusuke Endoh)
  2012-11-15 13:06 ` [ruby-core:49372] [ruby-trunk - Bug #7259] " ko1 (Koichi Sasada)
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: mame (Yusuke Endoh) @ 2012-11-05 14:03 UTC (permalink / raw
  To: ruby-core


Issue #7259 has been updated by mame (Yusuke Endoh).

Status changed from Open to Assigned
Assignee set to ko1 (Koichi Sasada)

Ko1, what do you think about?

-- 
Yusuke Endoh <mame@tsg.ne.jp>
----------------------------------------
Bug #7259: ruby-debug-base19x does not compile on 2.0.0-head
https://bugs.ruby-lang.org/issues/7259#change-32429

Author: denofevil (Dennis Ushakov)
Status: Assigned
Priority: Normal
Assignee: ko1 (Koichi Sasada)
Category: 
Target version: 2.0.0
ruby -v: ruby 2.0.0dev (2012-10-12) [x86_64-darwin12.2.0]


I'm trying to make ruby-debug-base19x used by IDE debugger work on 2.0.0-head. I've managed to get it mostly compiling (latest sources are at https://github.com/ruby-debug/ruby-debug-base19) and found one major problem: rb_vm_get_sourceline is no longer exported which results in following:

(({dyld: lazy symbol binding failed: Symbol not found: _rb_vm_get_sourceline
Referenced from: /Users/denofevil/Code/ruby-debugger/ruby-debug-base19/ext/ruby_debug/ruby_debug.bundle
Expected in: flat namespace

dyld: Symbol not found: _rb_vm_get_sourceline
Referenced from: /Users/denofevil/Code/ruby-debugger/ruby-debug-base19/ext/ruby_debug/ruby_debug.bundle
Expected in: flat namespace}))

I remember that RUBY_FUNC_EXPORTED was added as a workaround for 1.9.3 (http://bugs.ruby-lang.org/issues/5193), but it's no longer present on head.
Is there some new API we should be using?


-- 
http://bugs.ruby-lang.org/

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

* [ruby-core:49372] [ruby-trunk - Bug #7259] ruby-debug-base19x does not compile on 2.0.0-head
  2012-11-01 17:07 [ruby-core:48716] [ruby-trunk - Bug #7259][Open] ruby-debug-base19x does not compile on 2.0.0-head denofevil (Dennis Ushakov)
  2012-11-05 14:03 ` [ruby-core:48927] [ruby-trunk - Bug #7259][Assigned] " mame (Yusuke Endoh)
@ 2012-11-15 13:06 ` ko1 (Koichi Sasada)
  2012-11-19 10:32 ` [ruby-core:49575] " denofevil (Dennis Ushakov)
  2012-11-26  0:48 ` [ruby-core:50138] [ruby-trunk - Bug #7259][Closed] " ko1 (Koichi Sasada)
  3 siblings, 0 replies; 5+ messages in thread
From: ko1 (Koichi Sasada) @ 2012-11-15 13:06 UTC (permalink / raw
  To: ruby-core


Issue #7259 has been updated by ko1 (Koichi Sasada).


"[ruby-core:49369] [ruby-trunk - Bug #7214] Ruby 2.0 breaks support for some debugging tools" is enough or not?

----------------------------------------
Bug #7259: ruby-debug-base19x does not compile on 2.0.0-head
https://bugs.ruby-lang.org/issues/7259#change-32926

Author: denofevil (Dennis Ushakov)
Status: Assigned
Priority: Normal
Assignee: ko1 (Koichi Sasada)
Category: 
Target version: 2.0.0
ruby -v: ruby 2.0.0dev (2012-10-12) [x86_64-darwin12.2.0]


I'm trying to make ruby-debug-base19x used by IDE debugger work on 2.0.0-head. I've managed to get it mostly compiling (latest sources are at https://github.com/ruby-debug/ruby-debug-base19) and found one major problem: rb_vm_get_sourceline is no longer exported which results in following:

(({dyld: lazy symbol binding failed: Symbol not found: _rb_vm_get_sourceline
Referenced from: /Users/denofevil/Code/ruby-debugger/ruby-debug-base19/ext/ruby_debug/ruby_debug.bundle
Expected in: flat namespace

dyld: Symbol not found: _rb_vm_get_sourceline
Referenced from: /Users/denofevil/Code/ruby-debugger/ruby-debug-base19/ext/ruby_debug/ruby_debug.bundle
Expected in: flat namespace}))

I remember that RUBY_FUNC_EXPORTED was added as a workaround for 1.9.3 (http://bugs.ruby-lang.org/issues/5193), but it's no longer present on head.
Is there some new API we should be using?


-- 
http://bugs.ruby-lang.org/

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

* [ruby-core:49575] [ruby-trunk - Bug #7259] ruby-debug-base19x does not compile on 2.0.0-head
  2012-11-01 17:07 [ruby-core:48716] [ruby-trunk - Bug #7259][Open] ruby-debug-base19x does not compile on 2.0.0-head denofevil (Dennis Ushakov)
  2012-11-05 14:03 ` [ruby-core:48927] [ruby-trunk - Bug #7259][Assigned] " mame (Yusuke Endoh)
  2012-11-15 13:06 ` [ruby-core:49372] [ruby-trunk - Bug #7259] " ko1 (Koichi Sasada)
@ 2012-11-19 10:32 ` denofevil (Dennis Ushakov)
  2012-11-26  0:48 ` [ruby-core:50138] [ruby-trunk - Bug #7259][Closed] " ko1 (Koichi Sasada)
  3 siblings, 0 replies; 5+ messages in thread
From: denofevil (Dennis Ushakov) @ 2012-11-19 10:32 UTC (permalink / raw
  To: ruby-core


Issue #7259 has been updated by denofevil (Dennis Ushakov).


Looks like it, feel free to close this one as a duplicate
----------------------------------------
Bug #7259: ruby-debug-base19x does not compile on 2.0.0-head
https://bugs.ruby-lang.org/issues/7259#change-33092

Author: denofevil (Dennis Ushakov)
Status: Assigned
Priority: Normal
Assignee: ko1 (Koichi Sasada)
Category: 
Target version: 2.0.0
ruby -v: ruby 2.0.0dev (2012-10-12) [x86_64-darwin12.2.0]


I'm trying to make ruby-debug-base19x used by IDE debugger work on 2.0.0-head. I've managed to get it mostly compiling (latest sources are at https://github.com/ruby-debug/ruby-debug-base19) and found one major problem: rb_vm_get_sourceline is no longer exported which results in following:

(({dyld: lazy symbol binding failed: Symbol not found: _rb_vm_get_sourceline
Referenced from: /Users/denofevil/Code/ruby-debugger/ruby-debug-base19/ext/ruby_debug/ruby_debug.bundle
Expected in: flat namespace

dyld: Symbol not found: _rb_vm_get_sourceline
Referenced from: /Users/denofevil/Code/ruby-debugger/ruby-debug-base19/ext/ruby_debug/ruby_debug.bundle
Expected in: flat namespace}))

I remember that RUBY_FUNC_EXPORTED was added as a workaround for 1.9.3 (http://bugs.ruby-lang.org/issues/5193), but it's no longer present on head.
Is there some new API we should be using?


-- 
http://bugs.ruby-lang.org/

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

* [ruby-core:50138] [ruby-trunk - Bug #7259][Closed] ruby-debug-base19x does not compile on 2.0.0-head
  2012-11-01 17:07 [ruby-core:48716] [ruby-trunk - Bug #7259][Open] ruby-debug-base19x does not compile on 2.0.0-head denofevil (Dennis Ushakov)
                   ` (2 preceding siblings ...)
  2012-11-19 10:32 ` [ruby-core:49575] " denofevil (Dennis Ushakov)
@ 2012-11-26  0:48 ` ko1 (Koichi Sasada)
  3 siblings, 0 replies; 5+ messages in thread
From: ko1 (Koichi Sasada) @ 2012-11-26  0:48 UTC (permalink / raw
  To: ruby-core


Issue #7259 has been updated by ko1 (Koichi Sasada).

Status changed from Assigned to Closed


----------------------------------------
Bug #7259: ruby-debug-base19x does not compile on 2.0.0-head
https://bugs.ruby-lang.org/issues/7259#change-33923

Author: denofevil (Dennis Ushakov)
Status: Closed
Priority: Normal
Assignee: ko1 (Koichi Sasada)
Category: 
Target version: 2.0.0
ruby -v: ruby 2.0.0dev (2012-10-12) [x86_64-darwin12.2.0]


I'm trying to make ruby-debug-base19x used by IDE debugger work on 2.0.0-head. I've managed to get it mostly compiling (latest sources are at https://github.com/ruby-debug/ruby-debug-base19) and found one major problem: rb_vm_get_sourceline is no longer exported which results in following:

(({dyld: lazy symbol binding failed: Symbol not found: _rb_vm_get_sourceline
Referenced from: /Users/denofevil/Code/ruby-debugger/ruby-debug-base19/ext/ruby_debug/ruby_debug.bundle
Expected in: flat namespace

dyld: Symbol not found: _rb_vm_get_sourceline
Referenced from: /Users/denofevil/Code/ruby-debugger/ruby-debug-base19/ext/ruby_debug/ruby_debug.bundle
Expected in: flat namespace}))

I remember that RUBY_FUNC_EXPORTED was added as a workaround for 1.9.3 (http://bugs.ruby-lang.org/issues/5193), but it's no longer present on head.
Is there some new API we should be using?


-- 
http://bugs.ruby-lang.org/

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-01 17:07 [ruby-core:48716] [ruby-trunk - Bug #7259][Open] ruby-debug-base19x does not compile on 2.0.0-head denofevil (Dennis Ushakov)
2012-11-05 14:03 ` [ruby-core:48927] [ruby-trunk - Bug #7259][Assigned] " mame (Yusuke Endoh)
2012-11-15 13:06 ` [ruby-core:49372] [ruby-trunk - Bug #7259] " ko1 (Koichi Sasada)
2012-11-19 10:32 ` [ruby-core:49575] " denofevil (Dennis Ushakov)
2012-11-26  0:48 ` [ruby-core:50138] [ruby-trunk - Bug #7259][Closed] " ko1 (Koichi Sasada)

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