Package Details: perl-app-sqitch 1.1.0-4

Git Clone URL: https://aur.archlinux.org/perl-app-sqitch.git (read-only, click to copy)
Package Base: perl-app-sqitch
Description: Sane database change management
Upstream URL: https://sqitch.org/
Licenses: MIT
Submitter: jtojnar
Maintainer: None
Last Packager: bertogs
Votes: 5
Popularity: 0.000000
First Submitted: 2017-03-30 04:14 (UTC)
Last Updated: 2020-12-20 00:49 (UTC)

Latest Comments

1 2 Next › Last »

dmfay commented on 2022-08-07 04:46 (UTC)

I updated to 1.2.1 locally and there's a new dependency on perl-algorithm-backoff.

aliksend commented on 2020-06-24 14:10 (UTC) (edited on 2020-06-24 14:16 (UTC) by aliksend)

Fix required - change cd "$srcdir/$_dist-$pkgver" to cd "$srcdir/$_dist-v$pkgver" Also you must build like

    /usr/bin/perl Build.PL
    ./Build installdeps # this step missing in script, but it cannot be passed automatically
    ./Build

Quatro commented on 2018-11-13 17:26 (UTC) (edited on 2018-11-13 17:55 (UTC) by Quatro)

For anyone having trouble installing this, due to perl-config-gitlike being removed from AUR, you can install it with the following PKGBUILD:

https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=perl-config-gitlike

You just need to add this dependency: perl-module-install to it.

On other note: Also, you need to add perl-dbd-pg to sqitch for pg support or it will error out on deploy with:

❯ sqitch deploy db:pg:spacex
DBD::Pg 2.0 required to manage PostgreSQL

Ludonope commented on 2018-07-05 08:24 (UTC)

Trying to install getting following error:

error: target not found: perl-config-gitlike>=1.11

jtojnar commented on 2017-12-24 00:32 (UTC)

@Noah-Huppert: That is a bug in aura, using partial function without checking the list length first.

Noah-Huppert commented on 2017-12-24 00:25 (UTC)

Got an error installing:

sudo aura -Ax perl-app-sqitch         
aura >>= Determining dependencies...
aura: Prelude.head: empty list

jtojnar commented on 2017-10-20 22:17 (UTC)

I just received the following e-mail: AUR Package deleted: perl-config-gitlike Alad [1] deleted perl-config-gitlike [2]. You will no longer receive notifications about this package. [1] https://aur.archlinux.org/account/Alad/ [2] https://aur.archlinux.org/pkgbase/perl-config-gitlike/

lisael commented on 2017-10-08 21:26 (UTC)

Updated to 0.9996 @daurnimator: I've added the missing check deps. Regarding the man pages, I still get this error, even if the man pages are correctly deployed. I guess I have to read TF man man, learn Perl and Perl packaging or find someone who knows how to fix it.

daurnimator commented on 2017-07-15 10:22 (UTC)

In general the application works; but I think man pages are installed in wrong location or something? Running without args: $ sqitch No manual entry for sqitchcommands Trace begun at /usr/share/perl5/vendor_perl/App/Sqitch/Command/help.pm line 41 App::Sqitch::Command::help::find_and_show('App::Sqitch::Command::help=HASH(0xf120b8)', 'sqitchcommands', '-exitval', 2) called at /usr/share/perl5/vendor_perl/App/Sqitch.pm line 329 App::Sqitch::_pod2usage('App::Sqitch', 'sqitchcommands') called at /usr/share/perl5/vendor_perl/App/Sqitch.pm line 173 App::Sqitch::go('App::Sqitch') called at /usr/bin/vendor_perl/sqitch line 14