Summary: | dev-php/composer-1.5.5 - /usr/share/composer/bin/composer:55: Could not parse version constraint v1.0.*: Invalid version string "v1.0.*" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Matthew Schultz <mattsch> |
Component: | Current packages | Assignee: | Guillaume Seren <guillaumeseren> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | guillaumeseren, hydrapolic, php-bugs, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Matthew Schultz
2018-01-17 20:09:56 UTC
If I download the composer.phar file (using this method: https://getcomposer.org/download/) and use that one instead of the gentoo package, the php packages are able to install (test successful with google/cloud-speech). php --version PHP 7.1.13 (cli) (built: Jan 9 2018 08:22:13) ( ZTS ) Copyright (c) 1997-2017 The PHP Group Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies with Zend OPcache v7.1.13, Copyright (c) 1999-2017, by Zend Technologies The "v" in the version string isn't supported in our current version of dev-php/semver. I'm working on it... The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=150566e9dbc30c59a1fb24c50dc4395e4aab1f1e commit 150566e9dbc30c59a1fb24c50dc4395e4aab1f1e Author: Michael Orlitzky <mjo@gentoo.org> AuthorDate: 2018-01-23 02:09:04 +0000 Commit: Michael Orlitzky <mjo@gentoo.org> CommitDate: 2018-01-23 02:09:04 +0000 dev-php/semver: new version 1.4.2. This new version of semver fixes parsing versions with a leading "v", thereby fixing bug 644884. I tried to enable the test suite but the release tarballs omit it for now. Closes: https://bugs.gentoo.org/644884 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-php/semver/Manifest | 2 +- dev-php/semver/files/autoload.php | 2 +- dev-php/semver/semver-1.0.0.ebuild | 22 ---------------------- dev-php/semver/semver-1.4.2.ebuild | 24 ++++++++++++++++++++++++ 4 files changed, 26 insertions(+), 24 deletions(-) |