Project

General

Profile

Actions

Bug #13032

closed

building capi docs with doxygen seems broken in 2.4-rc1

Added by swills (Steve Wills) over 7 years ago. Updated over 7 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.4.0rc1 (2016-12-12 trunk 57064) [amd64-freebsd12]
[ruby-core:78641]

Description

When building 2.4-rc1 with the --enable-install-capi option passed to configure, I get lots of messages of this form:

Version of /wrkdirs/usr/ports/lang/ruby24/work/ruby-2.4.0-rc1/id.c : /wrkdirs/usr/ports/lang/ruby24/work/ruby-2.4.0-rc1/.ext/common/date.rb:4:in `require': cannot load such file -- date_core (Lo
adError)
        from /wrkdirs/usr/ports/lang/ruby24/work/ruby-2.4.0-rc1/.ext/common/date.rb:4:in `<top (required)>'
        from /wrkdirs/usr/ports/lang/ruby24/work/ruby-2.4.0-rc1/lib/time.rb:3:in `require'
        from /wrkdirs/usr/ports/lang/ruby24/work/ruby-2.4.0-rc1/lib/time.rb:3:in `<top (required)>'
        from /wrkdirs/usr/ports/lang/ruby24/work/ruby-2.4.0-rc1/tool/vcs.rb:3:in `require'
        from /wrkdirs/usr/ports/lang/ruby24/work/ruby-2.4.0-rc1/tool/vcs.rb:3:in `<top (required)>'
        from ./tool/file2lastrev.rb:10:in `require'
        from ./tool/file2lastrev.rb:10:in `<main>'
no version available

Note that this is with no version of ruby yet installed on the system.

Actions #1

Updated by swills (Steve Wills) over 7 years ago

This looks to be a recurrence of bug 10161, which was created by r43888 then reverted in r47248 and now triggered again in r56670.

Actions #2

Updated by nobu (Nobuyoshi Nakada) over 7 years ago

  • Status changed from Open to Closed

Applied in changeset r57077.


vcs.rb: no ext/date in vcs.rb

  • tool/vcs.rb (VCS::GIT#export_changelog): do not require date
    extension library so that miniruby can run.
    [ruby-core:78641] [Bug #13032]
Actions

Also available in: Atom PDF

Like0
Like0Like0