Package Details: symfony-cli 5.8.15-6

Git Clone URL: https://aur.archlinux.org/symfony-cli.git (read-only, click to copy)
Package Base: symfony-cli
Description: The Symfony client helps developers create and manage Symfony applications.
Upstream URL: https://symfony.com/
Keywords: symfony symfony-cli
Licenses: AGPL3
Conflicts: symfony-cli
Provides: symfony-cli
Submitter: famoser
Maintainer: famoser
Last Packager: famoser
Votes: 9
Popularity: 0.002011
First Submitted: 2019-08-11 17:31 (UTC)
Last Updated: 2024-04-16 13:36 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

kemelzaidan commented on 2024-04-19 15:44 (UTC)

I'm having this error:

==> Retrieving sources...
  -> Updating symfony-cli git repo...
==> Validating source files with sha256sums...
    symfony-cli ... NOT FOUND
==> ERROR: One or more files did not pass the validity check!
 -> error making: symfony-cli-exit status 1
 -> Failed to install the following packages. Manual intervention is required:
symfony-cli - exit status 1

I took a look at the PKGBUILD and I believe you don't need a checksum for sources downloaded from Git.

famoser commented on 2024-04-05 13:59 (UTC)

Hi @EloDollZ, it seems as though the installation of symfony-cli worked fine, and your question is more about symfony-cli itself. Note that I do not maintain symfony-cli, only the installation procedure from AUR here.

I will still try to answer your question, but ask you to take further questions to another place (to avoid off-topic discussions here). symfony-cli seems to try to install https://github.com/symfony/skeleton, but fails because the iconv extension is not activated. You can refer to the wiki on how to activate this extension: https://wiki.archlinux.org/title/PHP

EloDollZ commented on 2024-04-05 11:03 (UTC)

Hey Long time silent watcher, but wanted to try symfony out, but i get an error when i try to create a project it says: "cannot use symfony/skeleton it requires ext-iconv which is missing" but i can't find anything for a "ext-iconv" and i have made sure that php is installed and all that, saw the code was primary in php

gbernard commented on 2022-01-25 05:11 (UTC)

perfect and good work!

famoser commented on 2022-01-24 20:40 (UTC)

This package now builds directly from source. If you'd rather not download the go build dependency, switch to symfony-cli-bin.

gbernard commented on 2022-01-24 09:58 (UTC)

Thank you for the quick update! and +1 to symfony-cli-bin

famoser commented on 2022-01-24 09:07 (UTC)

Good point @hapakaien, thank you! I hope I can sort it out with minimal interruptions for users.

heyhusen commented on 2022-01-23 08:06 (UTC)

Hey @famoser, since this package uses the pre-built binary, shouldn't this be renamed to symfony-cli-bin?

famoser commented on 2020-08-16 17:58 (UTC)

thank you @setpill for the advice, much appreciated! I adapted the PKGBUILD accordingly.

setpill commented on 2020-08-16 00:28 (UTC)

@famoser the build error is due to aur helpers reusing the cached source archive because it doesn't include the version number. Potential workaround could be using the following line in the source array (and updating the package() function as needed):

"$pkgname-$pkgver.gz::https://github.com/symfony/cli/releases/download/v${pkgver}/symfony_linux_amd64.gz"