Bug 156480 - sysutils/backuppc is missing dependency on sysutils/p5-File-Listing
Summary: sysutils/backuppc is missing dependency on sysutils/p5-File-Listing
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-18 20:20 UTC by jo
Modified: 2011-04-24 12:30 UTC (History)
0 users

See Also:


Attachments
patch.diff (1.14 KB, patch)
2011-04-20 16:26 UTC, Alexander Moisseev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jo 2011-04-18 20:20:09 UTC
backuppc has runtime dependency on p5-File-Listing.
If not installed backup will fail with (in /var/log/backuppc/LOG):

Can't locate File/Listing.pm in @INC (@INC contains: /usr/local/lib /usr/local/lib/perl5/5.8.9/BSDPAN /usr/local/lib/perl5/site_perl/5.8.9/mach /usr/local/lib/perl5/site_perl/5.8.9 /usr/local/lib/perl5/5.8.9/mach /usr/local/lib/perl5/5.8.9 .) at /usr/local/lib/BackupPC/Xfer/Ftp.pm line 48.
BEGIN failed--compilation aborted at /usr/local/lib/BackupPC/Xfer/Ftp.pm line 48.
Compilation failed in require at /usr/local/lib/BackupPC/Xfer.pm line 46.
BEGIN failed--compilation aborted at /usr/local/lib/BackupPC/Xfer.pm line 46.
Compilation failed in require at /usr/local/bin/BackupPC_dump line 92.
BEGIN failed--compilation aborted at /usr/local/bin/BackupPC_dump line 92.

Fix: 

Workaround: install p5-File-Listing by hand.
How-To-Repeat: Config options: 
COMPRESS_ZLIB=on (default)
ARCHIVE_ZIP=on (default)
FILE_RSYNCP=on
SMBCLIENT=on
NMBLOOKUP=off (default)
LIBWWW=off (default)
XML_RSS=off (default)

setup a host (with rsync transfer method), click on "full backup".
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-04-18 20:20:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-04-18 20:20:23 UTC
Maintainer of sysutils/backuppc,

Please note that PR ports/156480 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/156480

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-04-18 20:20:25 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Alexander Moisseev 2011-04-20 16:26:05 UTC
- Remove OPTION for mandatory www/p5-libwww dependency
- Bump PORTREVISION
Comment 5 Frederic Culot freebsd_committer freebsd_triage 2011-04-24 12:11:25 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2011-04-24 12:24:12 UTC
culot       2011-04-24 11:23:58 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/backuppc    Makefile 
  Log:
  - Remove OPTION for mandatory www/p5-libwww dependency
  - Bump PORTREVISION
  
  PR:             ports/156480
  Submitted by:   Johannes Totz <johannes@jo-t.de>
  Approved by:    Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
  
  Revision  Changes    Path
  1.5       +3 -5      ports/sysutils/backuppc/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 7 Frederic Culot freebsd_committer freebsd_triage 2011-04-24 12:24:15 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!