Project

General

Profile

Actions

Bug(バグ) #2667

open

プラグインインストール時にsymfony-1.4.15.tgzがダウンロードされてしまう

Added by Shouta Kashiwagi about 13 years ago. Updated almost 13 years ago.

Status:
New(新規)
Priority:
Normal(通常)
Assignee:
-
Target version:
Start date:
2011-12-06
Due date:
% Done:

0%

Estimated time:
3.6 で発生するか:
Unknown (未調査)
3.8 で発生するか:

Description

Overview (現象)

./symfony opPlugin:install 実行時に、symfony-1.4.15.tgzも同時にダウンロードされてしまう。
OpenPNE-3.6.0にて確認。

【詳細】
kashiwasan-no-MacBook-Pro:HOUOU root# ./symfony opPlugin:install opDiaryPlugin

plugin installing plugin "opDiaryPlugin"
sfPearFrontendPlugin downloading opDiaryPlugin-1.0.0.tgz ...
sfPearFrontendPlugin Starting to download opDiaryPlugin-1.0.0.tgz (38,698 bytes)
sfPearFrontendPlugin .
sfPearFrontendPlugin .
sfPearFrontendPlugin ...done: 38,698 bytes
sfPearFrontendPlugin downloading symfony-1.4.15.tgz ...
sfPearFrontendPlugin Starting to download symfony-1.4.15.tgz (3,187,309 bytes)
sfPearFrontendPlugin ...done: 3,187,309 bytes
opPluginManager Installation successful for plugin "opDiaryPlugin"
opPluginManager Installing web data for plugin

kashiwasan-no-MacBook-Pro:HOUOU root# ./symfony opPlugin:install opCommunityTopicPlugin

plugin installing plugin "opCommunityTopicPlugin"
sfPearFrontendPlugin downloading opCommunityTopicPlugin-0.9.5.1.tgz ...
sfPearFrontendPlugin Starting to download opCommunityTopicPlugin-0.9.5.1.tgz
sfPearFrontendPlugin (55,010 bytes)
sfPearFrontendPlugin .
sfPearFrontendPlugin ...done: 55,010 bytes
sfPearFrontendPlugin downloading symfony-1.4.15.tgz ...
sfPearFrontendPlugin Starting to download symfony-1.4.15.tgz (3,187,309 bytes)
sfPearFrontendPlugin ...done: 3,187,309 bytes
opPluginManager Installation successful for plugin "opCommunityTopicPlugin"
opPluginManager Installing web data for plugin

Causes (原因)

OpenPNE3 コアのsymfonyのバージョンが1.4.13であるから(?)

./symfony -V
symfony version 1.4.13 (/private/var/www/local.kashiwa.jp/HOUOU/lib/vendor/symfony/lib)

Way to fix (修正内容)

不明

Actions #1

Updated by Shouta Kashiwagi about 13 years ago

追記: ./symfony openpne:install タスクでも同様の事象が確認されました。

plugin installing plugin "opBlogPlugin"
sfPearFrontendPlugin downloading opBlogPlugin-1.0.1.tgz ...
sfPearFrontendPlugin Starting to download opBlogPlugin-1.0.1.tgz (76,199 bytes)
sfPearFrontendPlugin ...done: 76,199 bytes
sfPearFrontendPlugin downloading symfony-1.4.15.tgz ...
sfPearFrontendPlugin Starting to download symfony-1.4.15.tgz (3,187,309 bytes)
sfPearFrontendPlugin ...done: 3,187,309 bytes
opPluginManager Installation successful for plugin "opBlogPlugin"

Actions #2

Updated by Yuma Sakata almost 13 years ago

  • Target version changed from OpenPNE 3.6.x to OpenPNE 3.7.0
  • 3.6 で発生するか set to Unknown (未調査)
  • 3.4 で発生するか set to Unknown (未調査)
Actions #3

Updated by Shouta Kashiwagi almost 13 years ago

  • Target version changed from OpenPNE 3.7.0 to 252
Actions #4

Updated by Shouta Kashiwagi almost 13 years ago

  • Target version changed from 252 to OpenPNE 3.8.x
Actions #5

Updated by hiromi hishida almost 13 years ago

package.xmlのdependencyにsymfonyを書いているプラグインではsymfony本体のダウンロードが発生し、書いていないプラグインでは発生しないようです。

手元のインストール済みOpenPNE3.6.2環境にて確認。
php symfony opPlugin:install opDiaryPlugin -r 1.0.0 → symfonyダウンロードあり
http://plugins.openpne.jp/release/156

php symfony opPlugin:install opDiaryPlugin -r 1.2.1 → symfonyダウンロードなし
http://plugins.openpne.jp/release/415

Actions

Also available in: Atom PDF