Project

General

Profile

Actions

Bug #72548

closed

Cannot install: phpwhois/idna-convert cannot be downloaded

Added by Mathias Brodala over 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Category:
composer
Target version:
Start date:
2016-01-06
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

The Github repository of the package phpwhois/idna-convert is somehow gone which makes every Composer installation of TYPO3 fail:

  - Installing phpwhois/idna-convert (v0.8.2)
    Downloading
    Failed to download phpwhois/idna-convert from dist: The "https://api.github.com/repos/phpWhois/idna-convert/zipball/ea337954b43ae47f5ebba97c19d309081bebc46e" file could not be downloaded (HTTP/1.1 404 Not Found)
    Now trying to download from source
  - Installing phpwhois/idna-convert (v0.8.2)
    Cloning ea337954b43ae47f5ebba97c19d309081bebc46e

  [RuntimeException]                                                                                                               
  Failed to clone git@github.com:phpWhois/idna-convert.git via git, https, ssh protocols, aborting.                                
  - git://github.com/phpWhois/idna-convert.git                                                                                     
    Cloning into '/.../vendor/phpwhois/idna-convert'...  
    fatal: remote error:                                                                                                           
      Repository not found.                                                                                                        
  - https://github.com/phpWhois/idna-convert.git                                                                                   
    Cloning into '/.../vendor/phpwhois/idna-convert'...  
    remote: Invalid username or password.                                                                                          
    fatal: Authentication failed for 'https://github.com/phpWhois/idna-convert.git/'                                               
  - git@github.com:phpWhois/idna-convert.git                                                                                       
    Cloning into '/.../vendor/phpwhois/idna-convert'...  
    Warning: Permanently added 'github.com,192.30.252.129' (RSA) to the list of known hosts.                                       
    Permission denied (publickey).                                                                                                 
    fatal: Could not read from remote repository.                                                                                  

    Please make sure you have the correct access rights                                                                            
    and the repository exists.                                                                                                     

I am currently investigating the options since the whole issue is a mess.

Actions

Also available in: Atom PDF