Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jun 2001 16:03:50 -0700 (PDT)
From:      "missing dependency on forwardable.rb breaks install of ruby-rdtool" <hroi@asdf.dk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/28133: missing dependency on forwardable.rb breaks install of ruby-rdtool
Message-ID:  <200106132303.f5DN3o987018@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         28133
>Category:       ports
>Synopsis:       missing dependency on forwardable.rb breaks install of ruby-rdtool
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 13 16:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Hroi Sigurdsson
>Release:        5.0-CURRENT
>Organization:
>Environment:
FreeBSD asdf.dk 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon Mar 12 11:24:02 CET 2001     hroi@chewbacca.netgroup.dk:/usr/src/sys/compile/CHEWBACCA  i386

>Description:
The installation of rdtool requires forwardable as described in
README.rd. The port does not provide nor depend on this library.

The error experienced is this:
asdf# make install
===>  Extracting for ruby-rdtool-0.6.10
>How-To-Repeat:
make install in /usr/ports/textproc/ruby-rdtool without having
forwardable.rb installed.

>Fix:
Create a forwardable port and depend on this. Forwardable can be
found at http://www.ruby-lang.org/en/raa-list.rhtml?name=forwardable
Fixed it personally by manually installing forwardable.rb.

>Release-Note:
>Audit-Trail:
>Unformatted:
 >> Checksum OK for ruby/rdtool-0.6.10.tar.gz.
 ===>   ruby-rdtool-0.6.10 depends on executable: racc - found
 ===>   ruby-rdtool-0.6.10 depends on file: /usr/local/lib/ruby/site_ruby/1.6/strscan.rb - found
 ===>   ruby-rdtool-0.6.10 depends on file: /usr/local/lib/ruby/site_ruby/1.6/optparse.rb - found
 ===>   ruby-rdtool-0.6.10 depends on file: /usr/local/bin/ruby - found
 ===>  Patching for ruby-rdtool-0.6.10
 ===>  Applying FreeBSD patches for ruby-rdtool-0.6.10
 ===>  Fixing the #! line of /usr/ports/textproc/ruby-rdtool/work/rdtool-0.6.10/rmi2html.rb
 /usr/local/bin/ruby -i -pe 'gsub %r"/usr/local\b", "/usr/local"' /usr/ports/textproc/ruby-rdtool/work/rdtool-0.6.10/ut
 ===>  Configuring for ruby-rdtool-0.6.10
 creating Makefile
 ===>  Building for ruby-rdtool-0.6.10
 racc  rd/rdblockparser.ry
 racc  rd/rdinlineparser.ry
 ruby -I. rd2 -r rd/rd2html-lib.rb README.rd > README.html
 ./rd/rdinlineparser.tab.rb:5:in `require': No such file to load -- forwardable (LoadError)
 from ./rd/rdinlineparser.tab.rb:5
 from ./rd/rdblockparser.tab.rb:3:in `require'
 from ./rd/rdblockparser.tab.rb:3
 from ./rd/tree.rb:1:in `require'
 from ./rd/tree.rb:1
 from ./rd/rdfmt.rb:2:in `require'
 from ./rd/rdfmt.rb:2
 from rd2:29:in `require'
 from rd2:29
 *** Error code 1
 Stop in /usr/ports/textproc/ruby-rdtool/work/rdtool-0.6.10.
 *** Error code 1
 
 Stop in /usr/ports/textproc/ruby-rdtool.
 *** Error code 1
 
 Stop in /usr/ports/textproc/ruby-rdtool.
 *** Error code 1
 
 Stop in /usr/ports/textproc/ruby-rdtool.
 *** Error code 1
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106132303.f5DN3o987018>