Bug 264693 - databases/p5-App-Sqitch: doesn't seem to work on FreeBSD 13.x
Summary: databases/p5-App-Sqitch: doesn't seem to work on FreeBSD 13.x
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
: 264694 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-06-15 15:09 UTC by martin.stoyanov
Modified: 2022-06-16 08:17 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (freebsd)


Attachments
sqitch version 1.2.1 port (15.36 KB, text/plain)
2022-06-15 15:09 UTC, martin.stoyanov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description martin.stoyanov 2022-06-15 15:09:06 UTC
Created attachment 234705 [details]
sqitch version 1.2.1 port

The port doesn't seem to work on FreeBSD 13.x

mgs@a:~/certs $ pkg info | grep -i sqitch
p5-App-Sqitch-0.9994_1         Sane database change management
mgs@a:~/certs $ sqitch
Can't locate Pod/Find.pm in @INC (you may need to install the Pod::Find module) (@INC contains: /usr/local/lib/perl5/site_perl/mach/5.32 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.32/mach /usr/local/lib/perl5/5.32) at /usr/local/lib/perl5/site_perl/App/Sqitch/Command/help.pm line 10.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/App/Sqitch/Command/help.pm line 10.
Compilation failed in require at /usr/local/lib/perl5/site_perl/App/Sqitch.pm line 325.


I have attached a shar that updates the port to the latest version (1.2.1) and when built seems to be working:

root@asmodeus:/usr/ports/databases/p5-App-Sqitch # pkg info | grep -i sqitch
p5-App-Sqitch-v1.2.1_1         Sane database change management
root@asmodeus:/usr/ports/databases/p5-App-Sqitch # sqitch
Usage
      sqitch [--etc-path | --help | --man | --version]
      sqitch <command> [--chdir <path>] [--no-pager] [--quiet] [--verbose]
             [<command-options>] [<args>]

Common Commands
    The most commonly used sqitch commands are:

      add        Add a new change to the plan
...
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2022-06-15 15:16:55 UTC
*** Bug 264694 has been marked as a duplicate of this bug. ***