Bug 245446 - ruby header breakage
Summary: ruby header breakage
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: ruby
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Akira TAGOH
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-06-23 12:03 UTC by John Ellson
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-06-26 12:23:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
include node.h in ruby.h before intern.h (235 bytes, patch)
2007-06-23 12:13 UTC, John Ellson
no flags Details | Diff

Description John Ellson 2007-06-23 12:03:45 UTC
Description of problem:
graphviz builds are failing on fedora development due to an error from ruby
headers.  graphviz uses swig-generated code.

/usr/lib64/ruby/1.8/x86_64-linux/intern.h:207: error: use of enum
'rb_thread_status' without previous declaration
/usr/lib64/ruby/1.8/x86_64-linux/intern.h:207: error: invalid type in
declaration before ';' token
make[3]: *** [gv_ruby.lo] Error 1



Version-Release number of selected component (if applicable):
ruby-devel-1.8.6.36-2.fc8.x86_64

How reproducible:
100%

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 John Ellson 2007-06-23 12:13:14 UTC
Created attachment 157680 [details]
include node.h in ruby.h before intern.h

Comment 2 John Ellson 2007-06-23 12:16:58 UTC
rb_thread_status is defined in node.h, but node.h wasn't being included anywhere

Comment 3 Akira TAGOH 2007-06-25 06:41:41 UTC
Should be fixed in 1.8.6.36-3.fc8

Comment 4 John Ellson 2007-06-25 15:54:10 UTC
Yes.  Works for me.  Thanks.


Note You need to log in before you can comment on or make changes to this bug.