Search Criteria
Package Details: arcanist 2022.21-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/arcanist.git (read-only, click to copy) |
---|---|
Package Base: | arcanist |
Description: | The command line interface for Phabricator |
Upstream URL: | https://www.phacility.com/phabricator/ |
Licenses: | Apache |
Submitter: | kendfinger |
Maintainer: | tavianator |
Last Packager: | tavianator |
Votes: | 5 |
Popularity: | 0.000003 |
First Submitted: | 2018-08-08 05:54 (UTC) |
Last Updated: | 2023-09-25 14:31 (UTC) |
Dependencies (7)
- ca-certificates-utils
- php
- python (python37AUR, python311AUR, python310AUR)
- git (git-gitAUR, git-glAUR) (make)
- git (git-gitAUR, git-glAUR) (optional) – Git VCS support
- mercurial (mercurial-hgAUR, mercurial-stable-hgAUR) (optional) – Mercurial VCS support
- subversion (optional) – Subversion VCS support
Latest Comments
khoyo commented on 2022-08-22 15:15 (UTC)
As Phabricator (by Phacilitity) is no longer maintained, I think this should probably be switched over to the version by Phorge (the community fork).
https://we.phorge.it/source/arcanist/
tavianator commented on 2022-02-25 21:50 (UTC)
@andy5995: Fixed, thanks!
andy5995 commented on 2022-02-21 23:44 (UTC)
One of the required dependencies listed, libphutil, is no longer available from the AUR. The two-year-old README on the GitHub repo for libphutil project says that it's no longer being distributed stand-alone, and is now bundled with Arcanist and Phabricator. https://github.com/phacility/libphutil
FederAndInk commented on 2021-10-16 09:07 (UTC)
Recently the poco library package added an executable named arc that clashes with arcanist: https://github.com/pocoproject/poco/issues/3349
What can/should we do? For now I repackaged poco to rename arc to poco_arc.
ljmf00 commented on 2021-10-10 15:05 (UTC) (edited on 2021-10-10 15:06 (UTC) by ljmf00)
Please patch the new CA certs: https://github.com/rashkov/arcanist/commits/update_cacerts
tavianator commented on 2021-10-04 20:47 (UTC)
I'll do that soon, I ran into this today too. But in the meantime, you can edit /etc/php/php.ini like this as a workaround:
vchuravy commented on 2021-10-04 19:57 (UTC)
Could we add https://github.com/phacility/arcanist/pull/259/commits/e3659d43d8911e91739f3b0c5935598bceb859aa to this?
Right now arcanist fails with:
s0600204 commented on 2021-05-24 21:52 (UTC)
Hi, I have the following two observations:
libphutil
is deprecated (as a standalone library), and thus it is no longer needed as a dependency.The bundled
xhpast
is not currently being built. This means that certainarcanist
workflows (e.g.arc liberate
) fail. Could we add abuild()
section to thePKGBUILD
that navigates to$pkgname/support/xhpast/
and runsmake install
there, please?Thanks!
Kunda commented on 2021-02-17 13:23 (UTC)
bump
wolf commented on 2019-01-09 14:50 (UTC)
Could this package be updated to never version?
Or maybe switch to build from
stable
branch instead of specific commit.