Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Narada CPAN distribution.

Report information
The Basics
Id: 85343
Status: resolved
Priority: 0/
Queue: Narada

People
Owner: POWERMAN [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.3.6
Fixed in: (no value)



Subject: GNU tar requirement
Narada cannot be installed on my system (FreeBSD) because: # running Build.PL GNU tar required Actually, on this system GNU tar is available: $ gtar --version tar (GNU tar) 1.22 Copyright © 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Geschrieben von John Gilmore und Jay Fenlason. Although the default tar is a BSD tar: $ tar --version bsdtar 2.7.0 - libarchive 2.7.0 Anyway, is there a reason why GNU tar is required? Wouldn't normal tar work? Regards, Slaven
On Thu May 16 01:02:44 2013, SREZIC wrote: Show quoted text
> Narada cannot be installed on my system (FreeBSD) because: > > # running Build.PL > GNU tar required > > Actually, on this system GNU tar is available: > > $ gtar --version > tar (GNU tar) 1.22
I never used *BSD, so I had no idea it can be named gtar. I'd like to see Narada working on *BSD, so I'll think about how to fix this. Show quoted text
> Anyway, is there a reason why GNU tar is required? Wouldn't normal tar work?
This module is actually bundle of utilities: some optional, but other mission-critical. One of latest is narada-backup tool, which uses -g option of GNU tar to make incremental backups. So, it looks like GNU tar is really required. Maybe bsdtar have similar functionality, but I'm not familiar with it.
1.3.8 (just uploaded) should work on *BSD (if gtar and bash available) - tested on FreeBSD-9.1.