Package Details: symfony-cli 5.8.19-7

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.001026
First Submitted: 2019-08-11 17:31 (UTC)
Last Updated: 2024-05-10 11:03 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

1 2 3 Next › Last »

kemelzaidan commented on 2024-05-07 22:35 (UTC)

@famoser That works now. Thanks.

marcus_s commented on 2024-05-04 14:06 (UTC)

Thank you @famoser, for me it works again!

famoser commented on 2024-05-03 07:39 (UTC) (edited on 2024-05-03 07:53 (UTC) by famoser)

Hi @kemerlzaidan, can you try again? I forgot to push the pkgrel 7 changes to the arch git, so the changes were not visible. This is now done, and the checksum is reverted to SKIP.

kemelzaidan commented on 2024-05-02 21:03 (UTC)

@famoser I'm using yay and the problem is really the hashcheck which I don't know where it came from, but the PKGBUILD haven't been fixed yet and the problems remain.

famoser commented on 2024-04-24 22:06 (UTC)

Hi @marcus_s thank you for your report. Well spotted that a real hash was only introduced with 5.8.15, which correlates when uses began to have issues. I have therefore reverted to use SKIP again. I have bumped pkgrel to 7, which should be visible soon.

I am unsure why with 5.8.15 a hash was introduced, as I use a script to automate the publishing, and I have not modified this script in ages. I'll try to be more careful.

marcus_s commented on 2024-04-24 18:17 (UTC)

I have had the same problem for a few days. Today I deleted the package and tried to reinstall it, but the error does not change. I tried to find the error with my limited knowledge of packages. I switched to the local yay-cache and tried to recalculate the sha256hash in PKGBUILD using updpkgsums. The result was always sha256sums=('SKIP');

When I cloned https://aur.archlinux.org/symfony-cli.git and checked the history of changes, I found out that only two releases ago with 5.8.15 a sha256sum was introduced which is different from SKIP. Perhaps this is the cause of this problem?

famoser commented on 2024-04-22 11:37 (UTC) (edited on 2024-04-22 11:38 (UTC) by famoser)

If I execute makepkg I get an output similar as follows:

==> Making package: symfony-cli 5.8.15-6 (Mon 22 Apr 2024 01:27:51 PM CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating symfony-cli git repo...
remote: Enumerating objects: 13, done.
remote: Counting objects: 100% (13/13), done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 13 (delta 6), reused 6 (delta 5), pack-reused 0
Unpacking objects: 100% (13/13), 4.94 KiB | 361.00 KiB/s, done.
From https://github.com/symfony-cli/symfony-cli
   29e9053..252d076  main                -> main
 + 8eba6e9...2a7beed refs/pull/435/merge -> refs/pull/435/merge  (forced update)
 + d0f35e4...7050d55 refs/pull/458/merge -> refs/pull/458/merge  (forced update)
 * [new ref]         refs/pull/467/head  -> refs/pull/467/head
==> Validating source files with sha256sums...
    symfony-cli ... Passed
==> Extracting sources...

The only difference I notice in the log is the additional log output by git when retrieving the sources. Maybe the git clone on your machine does not work properly?

In any case, as long as I cannot reproduce the problem, I am not sure how to further help. As a workaround, maybe the symfony-cli-bin package works for you.

mathemaat commented on 2024-04-22 07:57 (UTC)

Hi @famoser, I have the same problem as @kemelzaidan on my private desktop, which uses Linux Manjaro XFCE. Installation of symfony-cli happens through AUR. I'm not at this laptop right now, so can't provide any version numbers.

The update isn't yet offered on my work laptop, where I also use Linux Manjaro XFCE, version 23.1.4. On that system, symfony-cli 5.7.5-6 is installed.

famoser commented on 2024-04-21 18:35 (UTC)

Hi @kemelzaidan, unfortunately I cannot reproduce the error: The package still installs fine on my machine. What confuses me in the posted log is that the symfony-cli seems to be NOT FOUND; but if the checksum were wrong, I believe it would state FAILED. So is the checksum really a problem here? And it does not intuitively seem to be clear why you would not include a checksum with git? I cannot find this in the wiki: https://wiki.archlinux.org/title/PKGBUILD

For me to debug further, I'd be thankful if you could provide exact steps to reproduce the problem (e.g. do you use an AUR helper, ...). Or maybe you have already fixed the problem, and can already share the reason/solution?

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.