Bug 245446

Summary: ruby header breakage
Product: [Fedora] Fedora Reporter: John Ellson <john.ellson>
Component: rubyAssignee: Akira TAGOH <tagoh>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-06-26 12:23:15 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
include node.h in ruby.h before intern.h none

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.