Bug 87426 - Amanda port should get GNU-tar dependency
Summary: Amanda port should get GNU-tar dependency
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: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-14 08:30 UTC by Patrick M. Hausen
Modified: 2005-10-14 16:41 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick M. Hausen 2005-10-14 08:30:17 UTC
GNU tar was removed from the base system some while ago. Now,
when installing Amanda client, it's configure script doesn't
find GNU tar and disables support for it.

Fix: 

Install archivers/gtar first, then install Amanda client.
Suggested change: introduce a Makefile option to pull in GNU tar
as a dependency.
How-To-Repeat: cd /usr/ports/misc/amanda-client
make install clean

bowman# su -m operator -c "amcheck -c KARLSRUHE"
Amanda Backup Client Hosts Check
--------------------------------
ERROR: nt-backup: [GNUTAR program not available]
...
Comment 1 Marcus Alves Grando freebsd_committer freebsd_triage 2005-10-14 15:28:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

I'll take it.
Comment 2 Marcus Alves Grando freebsd_committer freebsd_triage 2005-10-14 16:41:04 UTC
State Changed
From-To: open->closed

Fixed. Thanks.