ScoopInstaller / Scoop

A command-line installer for Windows.
https://scoop.sh
Other
21.25k stars 1.41k forks source link

[Bug] Couldn't find manifest for <program> #6135

Open tournesol59 opened 1 month ago

tournesol59 commented 1 month ago

(note: before updating scoop I had previously encountered a similar (symfony instead rg) problem as issue #5942 on this site)

Bug Report

Current Behavior

I cannot execute "symfony create --webapp my_project" (symfony CLI command). Output is (translated) symfony is not found as any commandname, function, script filename or executable program)

Expected Behavior

an update of symfony auto executed in PS (no manual PATH setting or other).

Additional context/output

first message: Couldn't find manifest for 'symfony'

Possible Solution

uninstall scoop and but I do not want to add other broken instances which would lead me to reinstall other dependent library (I use also docker)

System details

Windows version: 10

OS architecture: 64bit

PowerShell version: [output of "$($PSVersionTable.PSVersion)"] Major Minor Build Revision


5 1 19041 4894

Additional software: [(optional) e.g. ConEmu, Git] git

Scoop Configuration

{ "last_update": "2024-09-16T01:16:55.1277979+02:00", "scoop_repo": "https://github.com/ScoopInstaller/Scoop", "scoop_branch": "master" }

//# Your configuration here

I am looking forward to any manipulation. Or in the meanwhile suggestion to use docker for instance to turn around this problem. F. Peugny

HUMORCE commented 1 month ago

first message: Couldn't find manifest for 'symfony'

The manifest name is symfony-cli.

❯ scoop info symfony-cli

Name        : symfony-cli
Description : Helps Symfony developers manage projects, from local code to remote infrastructure
Version     : 5.10.2
Bucket      : main
Website     : https://symfony.com
License     : AGPL-3.0
Updated at  : 7/19/2024 12:31:18 PM
Updated by  : github-actions[bot]
Binaries    : symfony.exe

❯ scoop install symfony-cli
Installing 'symfony-cli' (5.10.2) [64bit] from 'main' bucket
Loading symfony-cli_windows_amd64.zip from cache
Checking hash of symfony-cli_windows_amd64.zip ... ok.
Extracting symfony-cli_windows_amd64.zip ... done.
Linking ~\scoop\apps\symfony-cli\current => ~\scoop\apps\symfony-cli\5.10.2
Creating shim for 'symfony'.
'symfony-cli' (5.10.2) was installed successfully!

❯ symfony
Symfony CLI version 5.10.2 (c) 2021-2024 Fabien Potencier (2024-07-19T11:09:07Z - stable)
Symfony CLI helps developers manage projects, from local code to remote infrastructure

These are common commands used in various situations:

Work on a project locally

  local:new                                                      Create a new Symfony project
  local:server:start                                             Run a local web server
  local:server:stop                                              Stop the local web server
  local:check:security                                           Check security issues in project dependencies
  composer                                                       Runs Composer without memory limit
  console                                                        Runs the Symfony Console (bin/console) for current project
  php, pecl, pear, php-fpm, php-cgi, php-config, phpdbg, phpize  Runs the named binary using the configured PHP version

Manage a project on Cloud

  project:init              Initialize a new project using templates
  cloud:domain:list         Get a list of all domains
  cloud:environment:branch  Branch an environment
  cloud:environment:list    Get a list of environments
  cloud:environment:push    Push code to an environment
  cloud:environment:ssh     SSH to the current environment
  cloud:project:list        Get a list of all active projects
  cloud:tunnel:open         Open SSH tunnels to an app's relationships
  cloud:user:add            Add a user to the project
  cloud:variable:list       List variables

Show all commands with symfony.exe help,
Get help for a specific command with symfony.exe help COMMAND.