Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

DXE-4628 Installation does not work #71

Open
lufo0 opened this issue Nov 15, 2024 · 3 comments
Open

DXE-4628 Installation does not work #71

lufo0 opened this issue Nov 15, 2024 · 3 comments

Comments

@lufo0
Copy link

lufo0 commented Nov 15, 2024

When trying to upgrade from an older version I found that the Install process does not work, neither upgrading nor uninstalling-installing:

>akamai --version
akamai version 1.6.0

>akamai install akamai/cli-cps
Attempting to fetch package configuration from https://github.com/akamai/cli-cps.git... [                                                                                                 Attempting to fetch package configuration from https://github.com/akamai/cli-cps.git... [OK]
Attempting to fetch command from https://github.com/akamai/cli-cps.git... [OK]
Installing... [===       ] ERROR[0001] exit status 9009          command=install
Installing... [FAIL]
exit status 9009 ERROR[0001] INSTALL ERROR: Unable to install selected package command=install
Unable to install selected package

Is there any missing metadata / packaging in the latest release?

@mstojanowski
Copy link

mstojanowski commented Nov 21, 2024

Hi @lufo0 ,

I'm unable to reproduce this issue:

mstojano@krk-mpbff bin % akamai --version
akamai version 1.6.0
mstojano@krk-mpbff bin % akamai cps --version 
akamai cps 2.0.0
mstojano@krk-mpbff bin % akamai install cps
Attempting to fetch package configuration from https://github.com/akamai/cli-cps.git... [OK]
Attempting to fetch command from https://github.com/akamai/cli-cps.git... [OK]
Installing... [OK]

Installed Commands:

  config
    Manage configuration
  cps (aliases: certs, cps/cps)
    Access Certificate Provisioning System (CPS) Information
  help
    Displays help information
  install (alias: get)
    Fetch and install packages from a Git repository
  list
    By default, displays installed commands. Optionally, can display package commands from Git repositories
  search
    Search for packages in the official Akamai CLI package repository
  terraform (alias: terraform/terraform)
    Administer and Manage Akamai Terraform configurations
  uninstall
    Uninstall package containing <command>
  update
    Update one or more commands. If no command is specified, all commands are updated
  upgrade
    Upgrade Akamai CLI to the latest version

See "akamai help [command]" for details.
mstojano@krk-mpbff bin % akamai cps --version
akamai cps 2.0.1

Please provide more details about steps and your environment (macOS or windows?).

BR,
Marcin

@amanca937
Copy link

amanca937 commented Jan 3, 2025

Hi @mstojanowski

I am experiencing issues while attempting to install cps using AkamaiCLI on a fresh installation of Windows. I was able to successfully install property-manager and dns, but the installation of cps fails.

akamai install cps

Attempting to fetch package configuration from https://github.com/akamai/cli-cps.git... [OK]
Attempting to fetch command from https://github.com/akamai/cli-cps.git... [OK]
Installing... [==== ] ERROR[0002] exit status 9009 command=install
Installing... [FAIL]
exit status 9009 ERROR[0002] INSTALL ERROR: Unable to install selected package command=install
Unable to install selected package

akamai --version

akamai version 1.6.1

Example installing another package (dns)

PS C:> akamai install dns

Attempting to fetch package configuration from https://github.com/akamai/cli-dns.git... [OK]
Installing Binaries... [OK]

Installed Commands:

config
Manage configuration
dns (alias: dns/dns)
Manage DNS zones with Edge DNS
>> [...]

@mstojanowski
Copy link

mstojanowski commented Jan 13, 2025

Hi @amanca937 ,

Thank you for your input. I managed to reproduce the issue on fresh Windows installation. We will investigate it.

BR
Marcin

@mstojanowski mstojanowski changed the title Installation does not work DXE-4628 Installation does not work Jan 13, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Development

No branches or pull requests

4 participants