This project is archived and is in readonly mode.

#5256 ✓invalid
Sonja

builder-2.1.2 and Errno::EINVAL errors

Reported by Sonja | July 30th, 2010 @ 08:13 PM

I'm installing Rails --pre on WinXP and Ruby 1.8.7 and I get these two errors:

http://pastie.org/1067539

Comments and changes to this ticket

  • Rohit Arondekar

    Rohit Arondekar July 31st, 2010 @ 03:11 AM

    • State changed from “new” to “invalid”
    • Importance changed from “” to “Low”

    This is not a Windows issue.

    While installing Rails 3 RC on Ubuntu, Ruby 1.8.7 I encountered the same problem.

    However if you look at the error:

    ERROR:  While generating documentation for builder-2.1.2
    ... MESSAGE:   Unhandled special: Special: type=17, text="<!-- HI -->"
    ... RDOC args: --ri --op C:/Ruby187/lib/ruby/gems/1.8/doc/builder-2.1.2/ri --tit
    le Builder -- Easy XML Building --main README --line-numbers --quiet lib CHANGES
     Rakefile README doc/releases/builder-1.2.4.rdoc doc/releases/builder-2.0.0.rdoc
     doc/releases/builder-2.1.1.rdoc --title builder-2.1.2 Documentation
    

    You will notice that this is not a Rails issue but a Builder issue. The RDoc documentation couldn't be generated for the Builder gem. It's not a show stopper as I can confirm that Rails 3 RC works fine even with that error.

    To show that it's a Builder issue, this what you get while installing only builder:

    (ruby-1.8.7@builder)(~/code)९ gem install builder
    Successfully installed builder-2.1.2
    1 gem installed
    Installing ri documentation for builder-2.1.2...
    ERROR:  While generating documentation for builder-2.1.2
    ... MESSAGE:   Unhandled special: Special: type=17, text="<!-- HI -->"
    ... RDOC args: --ri --op /home/rohit/.rvm/gems/ruby-1.8.7-p174@builder/doc/builder-2.1.2/ri --title Builder -- Easy XML Building --main README --line-numbers --quiet lib CHANGES Rakefile README doc/releases/builder-1.2.4.rdoc doc/releases/builder-2.0.0.rdoc doc/releases/builder-2.1.1.rdoc --title builder-2.1.2 Documentation
    (continuing with the rest of the installation)
    Installing RDoc documentation for builder-2.1.2...
    

    Closing ticket.

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

People watching this ticket

Pages