Skip Menu |

This queue is for tickets about the Tapper-Installer CPAN distribution.

Report information
The Basics
Id: 93984
Status: open
Priority: 0/
Queue: Tapper-Installer

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

Bug Information
Severity: Wishlist
Broken in: 4.1.1
Fixed in: (no value)



Subject: Support for non-linux
Tapper-Installer cannot be installed on non-linux systems because of the Linux::Personality dependency. This means that an out-of-the-box install of Task::Tapper::Hello::World fails on such systems. It seems to me that the Linux::Personality requirement can be moved from compile-time to run-time, and required for linux systems only. Regards, Slaven
On 2014-03-18 17:03:09, SREZIC wrote: Show quoted text
> Tapper-Installer cannot be installed on non-linux systems because of > the Linux::Personality dependency. This means that an out-of-the-box > install of Task::Tapper::Hello::World fails on such systems. It seems > to me that the Linux::Personality requirement can be moved from > compile-time to run-time, and required for linux systems only.
The following patch works for me to get the distributions successfully tested and installed on a FreeBSD system: http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/Tapper-Installer-4.1.1-RT93984.patch Regards, Slaven
Am Di 18. Mär 2014, 17:08:43, SREZIC schrieb: Show quoted text
> The following patch works for me to get the distributions successfully > tested and installed on a FreeBSD system: > > http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/Tapper- > Installer-4.1.1-RT93984.patch
Thanks for the patch. Tapper-Installer is a DistZilla based system now so the Makefile.PL is autogenerated. I think we need to add something similar to dist.ini. I need to read into the DistZilla documentation a little more to understand how this is done.