Bug 277494 - lang/ruby32: make install fails during rdoc generation
Summary: lang/ruby32: make install fails during rdoc generation
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-ruby (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-05 01:39 UTC by Mitch
Modified: 2024-03-05 13:11 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (ruby)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mitch 2024-03-05 01:39:07 UTC
Build of ruby32 fails during RDoc generation. With the following error:
Generating RDoc documentation 
/usr/ports/lang/ruby32/work/ruby-3.2.3/lib/rdoc/rdoc.rb:6in `require’:
from /usr/ports/lang/ruby32/work/ruby-3.2.3/lib/rdoc/rdoc.rb:6
From ./libexec/rdoc:16:in `require’
from ./libexec/rdoc:16:in `<main>’

Steps to recreate:
cd /usr/ports/lang/ruby32

make install clean


I also am up to date with the ports tree.
Comment 1 Mitch 2024-03-05 13:11:47 UTC
One of the lines is erroneous it should be
/usr/ports/lang/ruby32/work/ruby-3.2.3/lib/rdoc/rdoc.rb:6in `require’: cannot load such file — pathname (LoadError)