Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Sep 2006 01:11:28 GMT
From:      Sergei Riaguzov <riaguzov@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/103600: xmms2-scrobbler-0.1.2 won't start
Message-ID:  <200609250111.k8P1BSvi035875@www.freebsd.org>
Resent-Message-ID: <200609250120.k8P1KHC7028590@freefall.freebsd.org>

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

>Number:         103600
>Category:       ports
>Synopsis:       xmms2-scrobbler-0.1.2 won't start
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 25 01:20:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Riaguzov
>Release:        6.1-STABLE-200609
>Organization:
Wroclaw University of Technology
>Environment:
FreeBSD cocaine.localdomain 6.1-STABLE-200609 FreeBSD 6.1-STABLE-200609 #0: Thu Sep  7 18:27:56 UTC 2006     root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
xmms2-scrobbler-0.1.2 port won't work after install even if the appropriate port (rubygem-event-loop-0.2) is installed:

=== Cut ===
[muf@cocaine /usr/ports]$ xmms2-scrobbler
/usr/local/bin/xmms2-scrobbler:27:in `require': no such file to load -- event-loop (LoadError)
        from /usr/local/bin/xmms2-scrobbler:27
=== Cut ===

This is because before you can do require 'event-loop' you should do a require 'rubygems'. Then it will start.
>How-To-Repeat:
Just install the latest (as I'm writing it) xmms2-scrobbler-0.1.2 with rubygem-event-loop-0.2 and try to start xmms2-scrobbler.
>Fix:
Add 

require 'rubygems'

before

require 'event-loop'

in 

/usr/local/bin/xmms2-scrobbler
>Release-Note:
>Audit-Trail:
>Unformatted:



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