Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Dec 2011 16:08:43 -0800 (PST)
From:      npavlovi@gmail.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/163324: Missing dependency in net/p5-Net-Twitter
Message-ID:  <4eea8c0b.27040e0a.45e7.ffffecfb@mx.google.com>
Resent-Message-ID: <201112160040.pBG0e9PG094940@freefall.freebsd.org>

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

>Number:         163324
>Category:       ports
>Synopsis:       Missing dependency in net/p5-Net-Twitter
>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:   Fri Dec 16 00:40:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Nikola Pavlovic <npavlovi@gmail.com>
>Release:        FreeBSD 8.2-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD sputnjik.localdomain 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:07:27 UTC 2011 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
net/p5-Net-Twitter depends on devel/p5-MooseX-Aliases, but the dependency is not listed in the Makefile and doesn't get picked up.  Manifest in the source lists this dependency.

>How-To-Repeat:
Install and run a program that uses net/p5-Net-Twitter, e.g.

# cd /usr/ports/net-im/twitmail && make install clean

[ ... pulls in p5-Net-Twitter and lots of other stuff on my machine ... ]

$ twitmail
Can't locate MooseX/Aliases.pm in @INC (@INC contains: /usr/local/lib/perl5/5.10.1/BSDPAN /usr/local/lib/perl5/site_perl/5.10.1/mach /u    sr/local/lib/perl5/site_perl/5.10.1 /usr/local/lib/perl5/5.10.1/mach /usr/local/lib/perl5/5.10.1 .) at /usr/local/lib/perl5/site_perl/5    .10.1/Net/Twitter/Core.pm line 4.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.10.1/Net/Twitter/Core.pm line 4.
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.10.1/Net/Twitter.pm line 5.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.10.1/Net/Twitter.pm line 5.
Compilation failed in require at /usr/local/bin/twitmail line 11.
BEGIN failed--compilation aborted at /usr/local/bin/twitmail line 11.
$

>Fix:

Installing devel/p5-MooseX-Aliases fixes the problem.  I assume simply adding it in dependecies in net/p5-Net-Twitter/Makefile would properly solve the problem, but I haven't tested that so can't claim that it does.


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4eea8c0b.27040e0a.45e7.ffffecfb>