Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 186213
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Ruby Team <ruby@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Douglas Mayle <douglas@mayle.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 186213 depends on: Show dependency tree
Bug 186213 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-07-22 11:57 0000
In order to build graphs, dev-ruby/gruff needs freetype to be installed.  If
not, at runtime, graphs will generate runtime errors.

Reproducible: Always

Steps to Reproduce:
1. Install dev-ruby/gruff on a machine without freetype
2. Try to create a graph
3. Runtime error

Actual Results:  
You get a runtime error

Expected Results:  
Built a graph

------- Comment #1 From Douglas Mayle 2007-07-22 12:19:17 0000 -------
In addition, if imagemagick is installed without PNG support, you won't get any
output...

------- Comment #2 From Hans de Graaff 2007-07-22 16:06:06 0000 -------
PNG format is not mandatory, you can give the format you want as an argument to
e.g. the to_blob method, so 

  image.to_blog('GIF') 

will create GIF images.

------- Comment #3 From Hans de Graaff 2007-07-22 16:50:05 0000 -------
Douglas, in the future please include the actual runtime errors in the bug
report, this greatly helps in determining what is actually going on.

I've added a check in gruff-0.2.8 as to whether imagemagick has been built with
the truetype USE flag, which in turn checks for freetype itself.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug