Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#5982 closed enhancement (fixed)

Ruby 2.2.0 (new version)

Reported by: Jeremy Henty Owned by: Fernando de Oliveira
Priority: normal Milestone: 7.7
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Change History (9)

comment:1 by Fernando de Oliveira, 9 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:2 by Fernando de Oliveira, 9 years ago

Tested: gvim swig subversion

Didn't succeed to get opus and graphviz using ruby. The latter, I could get configure finding it, but make failed. These seem to be independent of ruby's version.

For some reason I couldn't understand, the capi were never built.

Conclusion: works for updating, but will leave open waiting for eventual and appreciated input.

Probably fixed at r15266.

comment:3 by Armin K, 9 years ago

sed -i "s:ruby-1.9:ruby-2.2:g" -i configure

I've built graphviz with ruby-2.2.0 using this sed.

comment:4 by Fernando de Oliveira, 9 years ago

Will try.

in reply to:  2 ; comment:5 by Fernando de Oliveira, 9 years ago

Replying to fo:

For some reason I couldn't understand, the capi were never built.

capi docs, I meant.

in reply to:  3 comment:6 by Fernando de Oliveira, 9 years ago

Resolution: fixed
Status: assignedclosed

Replying to Krejzi:

sed -i "s:ruby-1.9:ruby-2.2:g" -i configure

Built:

$ porg -f graphviz-2.38.0 | grep ruby
/usr/lib/graphviz/ruby/gv.so
/usr/lib/graphviz/ruby/libgv_ruby.la
/usr/lib/graphviz/ruby/libgv_ruby.so
/usr/lib/ruby/vendor_ruby/2.2.0/i686-linux/gv.so
/usr/share/graphviz/doc/pdf/gv.3ruby.pdf
/usr/share/man/man3/gv.3ruby

Small typo in the sed, so I am reproducing here:

sed "s:ruby-1.9:ruby-2.2:g" -i configure

Will include in graphviz page, not as optional (explained the "optionality" only in the "Command Explanations", because it doesn't matter for those who don't install ruby.

Thanks.

Closing the ticket.

in reply to:  5 comment:7 by Armin K, 9 years ago

Replying to fo:

Replying to fo:

For some reason I couldn't understand, the capi were never built.

capi docs, I meant.

Do you have doxygen installed?

comment:8 by Fernando de Oliveira, 9 years ago

Yes.

After your comment, I tried:

      cp -v template/Doxyfile.tmpl Doxyfile &&
      doxygen &&

Now some of them are built, However, for version 2.1.5, there are 2750 files, whereas for 2.2.0, only 1326.

comment:9 by Fernando de Oliveira, 9 years ago

Fixed at r15274.

Note: See TracTickets for help on using tickets.