Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jan 2007 19:28:24 GMT
From:      "R.Mahmatkhanov"<R.Mahmatkhanov@REMOVE_THIS.SKYLINK.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/107407: deskutils/alexandria has incomplete dependencies list
Message-ID:  <200701011928.l01JSOU9089973@www.freebsd.org>
Resent-Message-ID: <200701011930.l01JUOuB097757@freefall.freebsd.org>

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

>Number:         107407
>Category:       ports
>Synopsis:       deskutils/alexandria has incomplete dependencies list
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 01 19:30:24 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     R.Mahmatkhanov
>Release:        6.2-PRERELEASE
>Organization:
SkyLink
>Environment:
System: FreeBSD 6.2-PRERELEASE #0: Sun Dec 31 02:29:28 UTC 2006
    root@ns.local.domain:/usr/obj/usr/src/sys/PIONERIC
>Description:
Port deskutils/alexandria have incomplete dependencies list. This list is lacks of devel/ruby-zoom that needed for running:

> alexandria
/usr/local/lib/ruby/site_ruby/1.8/alexandria/book_providers/z3950.rb:18:in `require': no such file to load -- zoom (LoadError)
        from /usr/local/lib/ruby/site_ruby/1.8/alexandria/book_providers/z3950.rb:18
        from /usr/local/lib/ruby/site_ruby/1.8/alexandria/book_providers.rb:238:in `require'
        from /usr/local/lib/ruby/site_ruby/1.8/alexandria/book_providers.rb:238
        from /usr/local/lib/ruby/site_ruby/1.8/alexandria.rb:88:in `require'
        from /usr/local/lib/ruby/site_ruby/1.8/alexandria.rb:88
        from /usr/local/bin/alexandria:7:in `require'
        from /usr/local/bin/alexandria:7

>How-To-Repeat:
Install port and try to run. 
>Fix:
Patch bellow.

Patch attached with submission follows:

*** Makefile	Sat Oct 14 08:52:40 2006
--- /home/mrk/alex-pr/Makefile	Mon Jan  1 22:14:59 2007
***************
*** 22,27 ****
--- 22,28 ----
  		${RUBY_SITEARCHLIBDIR}/libglade2.so:${PORTSDIR}/devel/ruby-libglade2 \
  		${RUBY_SITEARCHLIBDIR}/gnome2.so:${PORTSDIR}/x11/ruby-gnome2 \
  		${RUBY_SITEARCHLIBDIR}/gdk_pixbuf2.so:${PORTSDIR}/graphics/ruby-gdk_pixbuf2 \
+ 		${RUBY_SITEARCHLIBDIR}/zoom.so:${PORTSDIR}/devel/ruby-zoom \
  		${RUBY_SITEARCHLIBDIR}/gconf2.so:${PORTSDIR}/devel/ruby-gconf2
  
  USE_GNOME=	gnomehier

>Release-Note:
>Audit-Trail:
>Unformatted:



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