Development

#1396 (pear installation of rc1 fails)

You must first sign up to be able to contribute.

Ticket #1396 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

pear installation of rc1 fails

Reported by: mensonge Assigned to:
Priority: major Milestone:
Component: Version: 1.0.0-rc1
Keywords: Cc:
Qualification:

Description

A problem with the .tmpLICENSE file. Prevent the installation of Symfony RC1.

http://www.symfony-project.com/forum/index.php/t/4806/

Change History

01/31/07 18:07:42 changed by jphipps

On a fresh install of PHP5.2 on Windows XP...

pear install symfony/symfony

or

pear install symfony/symfony-stable

generates the following error

Could not rename C:\PHP\pear\docs\symfony\.tmpLICENSE to
C:\PHP\pear\docs\symfony\LICENSE copy(C:\PHP\pear\docs\symfony\.tmpLICENSE)
[http://www.php.net/manual/en/function.copy.php]: 
failed to open stream: No such file or directory
ERROR: commit failed

In both instances PEAR does not recognize that Symfony is installed

C:\PHP>pear list -c PEAR.SYMFONY-PROJECT.COM
(no packages installed from channel pear.symfony-project.com)

01/31/07 23:34:24 changed by jphipps

The error occurs with Pear 1.5 but not Pear 1.4.11

C:\PHP>pear install -f pear-1.4.11
...
install ok: channel://pear.php.net/PEAR-1.4.11

C:\PHP>pear install symfony/symfony-stable
...
install ok: channel://pear.symfony-project.com/symfony-1.0.0rc1

C:\PHP>pear list -c PEAR.SYMFONY-PROJECT.COM
INSTALLED PACKAGES, CHANNEL PEAR.SYMFONY-PROJECT.COM:
=====================================================
PACKAGE VERSION  STATE
symfony 1.0.0rc1 stable

This appears to be the case on Linux as well

02/01/07 07:43:17 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [3377]) fixed pear installation of rc1 fails (closes #1396)