Package Details: phpactor 2024.03.09.0-1

Git Clone URL: https://aur.archlinux.org/phpactor.git (read-only, click to copy)
Package Base: phpactor
Description: PHP completion, refactoring, introspection tool and language server
Upstream URL: https://github.com/phpactor/phpactor
Licenses: MIT
Provides: phpactor
Submitter: jneidel
Maintainer: jneidel
Last Packager: jneidel
Votes: 3
Popularity: 0.46
First Submitted: 2022-03-10 22:03 (UTC)
Last Updated: 2024-03-09 16:33 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

xebas commented on 2022-03-30 15:32 (UTC)

Im getting this error

Generating optimized autoload files
composer/package-versions-deprecated: Generating version class...
composer/package-versions-deprecated: ...done generating version class
37 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
> bin/phpactor extension:update
<warning>The "https://repo.packagist.org/packages.json" file could not be downloaded: Failed to open stream: Connection timed out</warning>
<warning>https://repo.packagist.org could not be fully loaded, package information was loaded from the local cache and may be out of date</warning>
Loading composer repositories with package information
The following exception is caused by a process timeout
Check https://getcomposer.org/doc/06-config.md#process-timeout for details


  [Symfony\Component\Process\Exception\ProcessTimedOutException]
  The process "bin/phpactor extension:update" exceeded the timeout of 300 seconds.


install [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--dev] [--no-suggest] [--no-dev] [--no-autoloader] [--no-progress] [--no-install] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--] [<packages>]...

==> ERROR: A failure occurred in package().
    Aborting...
error: failed to build 'phpactor-0.18.0-3':
error: packages failed to build: phpactor-0.18.0-3

jneidel commented on 2022-03-21 08:05 (UTC)

There is still a problem with the app not being able to write to their internal configuration files in /usr/lib:

PHP Warning:  file_put_contents(/usr/lib/phpactor/extensions/extensions.json): Failed to open stream: Permission denied in /usr/lib/phpactor/vendor/php
actor/extension-manager-extension/lib/Adapter/Composer/ComposerExtensionConfig.php on line 90

I'd appreciate if anyone could point me in the right direction here.

jneidel commented on 2022-03-21 08:03 (UTC)

@marceljoseph done. I fixed the broken symlink at /usr/bin/phpactor

marceljoseph commented on 2022-03-21 05:12 (UTC)

Hi. This is not working for me. Installs without any error, but when I go to run phpactor, I get command not found. pacman -Ql phpactor reports that this package owns /usr/bin/phpactor, but that file does not exist.