From nobody@FreeBSD.org  Wed Jun 13 16:03:51 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id EAAF037B403
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 13 Jun 2001 16:03:50 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.3/8.11.3) id f5DN3o987018;
	Wed, 13 Jun 2001 16:03:50 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200106132303.f5DN3o987018@freefall.freebsd.org>
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: missing dependency on forwardable.rb breaks install of ruby-rdtool
X-Send-Pr-Version: www-1.0

>Number:         28133
>Category:       ports
>Synopsis:       missing dependency on forwardable.rb breaks install of ruby-rdtool
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    knu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 13 16:10:01 PDT 2001
>Closed-Date:    Thu Jun 14 23:12:15 JST 2001
>Last-Modified:  Thu Jun 14 23:12:51 JST 2001
>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:
State-Changed-From-To: open->analyzed 
State-Changed-By: knu 
State-Changed-When: Thu Jun 14 12:41:01 JST 2001 
State-Changed-Why:  
Actually forwardable.rb is included in the latest lang/ruby and/or 
lang/ruby-devel.  Please update ruby whichever you are using to the 
latest port and see if the problem disappears. 


Responsible-Changed-From-To: freebsd-ports->knu 
Responsible-Changed-By: knu 
Responsible-Changed-When: Thu Jun 14 12:41:01 JST 2001 
Responsible-Changed-Why:  
My port. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28133 
State-Changed-From-To: analyzed->closed 
State-Changed-By: knu 
State-Changed-When: Thu Jun 14 23:12:15 JST 2001 
State-Changed-Why:  
The originator agreed. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28133 
>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
 
