Search Criteria
Package Details: symfony-cli 5.10.4-7
Package Actions
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: | 10 |
Popularity: | 0.184618 |
First Submitted: | 2019-08-11 17:31 (UTC) |
Last Updated: | 2024-10-16 11:45 (UTC) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
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 usingupdpkgsums
. The result was alwayssha256sums=('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 asha256sum
was introduced which is different fromSKIP
. 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: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 stateFAILED
. 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/PKGBUILDFor 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:
I took a look at the PKGBUILD and I believe you don't need a checksum for sources downloaded from Git.
1 2 3 Next › Last »