Bug 182454 - textproc/ack does not run (not all necessary files installed)
Summary: textproc/ack does not run (not all necessary files installed)
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: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-28 08:20 UTC by kenji.rikitake
Modified: 2013-09-28 10:40 UTC (History)
0 users

See Also:


Attachments
file.diff (689 bytes, patch)
2013-09-28 08:20 UTC, kenji.rikitake
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kenji.rikitake 2013-09-28 08:20:00 UTC
ack-2.10 does not run and causes error with the following error messages:

kenji@minimax[1108]% ack
Can't locate App/Ack/Filter/ExtensionGroup.pm in @INC (@INC contains: /home/kenji/perl5/lib/perl5/amd64-freebsd /home/kenji/perl5/lib/perl5/amd64-freebsd /home/kenji/perl5/lib/perl5 /usr/local/lib/perl5/5.16/BSDPAN /usr/local/lib/perl5/site_perl/5.16/mach /usr/local/lib/perl5/site_perl/5.16 /usr/local/lib/perl5/5.16/mach /usr/local/lib/perl5/5.16 .) at /usr/local/lib/perl5/site_perl/5.16/App/Ack/Filter/Extension.pm line 7.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.16/App/Ack/Filter/Extension.pm line 7.
Compilation failed in require at /usr/local/bin/ack line 20.
BEGIN failed--compilation aborted at /usr/local/bin/ack line 20.
kenji@minimax[1109]%

Fix: Apply the patch at /usr/ports/textproc/ack
(Not all necessary files were listed in the pkg-plist. This patch fixes the list.)

Patch attached with submission follows:
How-To-Repeat: do /usr/local/bin/ack
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-28 08:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-28 10:35:00 UTC
Author: az
Date: Sat Sep 28 09:34:52 2013
New Revision: 328562
URL: http://svnweb.freebsd.org/changeset/ports/328562

Log:
  - restore missed files for proper work
  
  PR:		ports/182454, ports/182447
  Submitted by:	Kenji Rikitake <kenji.rikitake@acm.org>,
  		Trevor Caira <trevor@bitba.se>

Modified:
  head/textproc/ack/Makefile
  head/textproc/ack/pkg-plist

Modified: head/textproc/ack/Makefile
==============================================================================
--- head/textproc/ack/Makefile	Sat Sep 28 08:20:40 2013	(r328561)
+++ head/textproc/ack/Makefile	Sat Sep 28 09:34:52 2013	(r328562)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ack
 PORTVERSION=	2.10
+PORTREVISION=	1
 CATEGORIES=	textproc perl5 sysutils
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	App

Modified: head/textproc/ack/pkg-plist
==============================================================================
--- head/textproc/ack/pkg-plist	Sat Sep 28 08:20:40 2013	(r328561)
+++ head/textproc/ack/pkg-plist	Sat Sep 28 09:34:52 2013	(r328562)
@@ -5,10 +5,13 @@ bin/ack
 %%SITE_PERL%%/App/Ack/ConfigLoader.pm
 %%SITE_PERL%%/App/Ack/Filter.pm
 %%SITE_PERL%%/App/Ack/Filter/Default.pm
+%%SITE_PERL%%/App/Ack/Filter/Collection.pm
 %%SITE_PERL%%/App/Ack/Filter/Extension.pm
+%%SITE_PERL%%/App/Ack/Filter/ExtensionGroup.pm
 %%SITE_PERL%%/App/Ack/Filter/FirstLineMatch.pm
 %%SITE_PERL%%/App/Ack/Filter/Inverse.pm
 %%SITE_PERL%%/App/Ack/Filter/Is.pm
+%%SITE_PERL%%/App/Ack/Filter/IsGroup.pm
 %%SITE_PERL%%/App/Ack/Filter/Match.pm
 %%SITE_PERL%%/App/Ack/Resource.pm
 %%SITE_PERL%%/App/Ack/Resource/Basic.pm
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Andrej Zverev freebsd_committer freebsd_triage 2013-09-28 10:36:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!