Bug 50750 - rubu-dbi should depend on devel/ruby-aspectr
Summary: rubu-dbi should depend on devel/ruby-aspectr
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Akinori MUSHA
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-09 11:20 UTC by roberto
Modified: 2003-04-23 07:33 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (480 bytes, patch)
2003-04-09 11:20 UTC, roberto
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description roberto 2003-04-09 11:20:23 UTC
	
    When trying to trace DBI applications using "-r dbi/trace", the
    following error is displayed:

/usr/local/lib/ruby/site_ruby/1.8/dbi/trace.rb:23:in `require': No such file to load -- aspectr (LoadError)
        from /usr/local/lib/ruby/site_ruby/1.8/dbi/trace.rb:23

    devel/ruby-aspectr is now required for tracing.

Fix: Here is a fix.
How-To-Repeat: 	
    Try any script that use ruby-dbi with "-r dbi/trace".
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-04-09 18:28:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->knu

Over to Maintainer
Comment 2 Akinori MUSHA freebsd_committer freebsd_triage 2003-04-23 07:32:33 UTC
State Changed
From-To: open->closed

Committed, thanks for pointing the hidden dependency out.