﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1335	TolPackage: Error updating TolIpopt	Pedro Gea	Víctor de Buen Remiro	"Al actualizar paquetes se obtuvo el siguiente error:
{{{
[GetUrlContents.tcl.uri]Downloading from ""http://packages.tol-project.org/OfficialTolArchiveNetwork/repository.php?tol_package_version=1.1&tol_version=v2.0.1%20b.8&action=ping&key=679427827"" ...
[GetUrlContents.tcl.uri]Downloading from ""http://packages.tol-project.org/OfficialTolArchiveNetwork/repository.php?tol_package_version=1.1&tol_version=v2.0.1%20b.8&action=versions&limit=1&package=TolIpopt.3.1"" ...
[GetUrlContents.tcl.uri]Downloading from ""http://packages.tol-project.org/OfficialTolArchiveNetwork/repository.php?tol_package_version=1.1&tol_version=v2.0.1%20b.8&action=download&format=base64&package=TolIpopt.3.1"" ...
<E>
ERROR: [2] [ZipArchive] Error while extracting from archive C:/Users/imiranda/AppData/Roaming/tol/TolPackage/1.1/Client//TolIpopt.3.1.zip file * to C:/Users/imiranda/AppData/Roaming/tol/TolPackage/1.1/Client//TolIpopt.3.1: Permission denied.</E>

[Call stack]
  [5] Real s::new::DirExtract (Text originalDirPath, Text destinationDirPath)
  [4] Real StdLib::PackArchive::UnpackFull (Text engine, Text originalDirPath_, Real remove)
  [3] Real StdLib::TolPackage::Client::DownloadPackage (Text repository, Text package, Real showError, Text localRoot)
  [2] Real StdLib::TolPackage::Client::RemoteInstallPackage (Text repository, Text package, Real showError)
  [1] Real StdLib::TolPackage::Client::RemoteUpdateAll (Real updateSyncInfo)
}}}

Intenté reproducirlo haciendo:
{{{
Real TolPackage::Client::LocalClean(""TolIpopt"");
Real TolPackage::Client::RemoteInstall(
  ""http://packages.tol-project.org/OfficialTolArchiveNetwork/repository.php"",
  ""TolIpopt.3.1"", True); 
}}}
sin embargo en un segundo intento este error ya no se mostraba.

No sé si se está manifestando algún problema que debiera corregirse."	defect	assigned	low	TOL Packages	Kernel	head	normal			imiranda@…
