-
Notifications
You must be signed in to change notification settings - Fork 27
Version 0.10.X installation error #809
Copy link
Copy link
Labels
Milestone
Description
I have tried to install 0.10.X version (latest, and I have tried with 0.10.0 too), and I get this error after compiling all files:
USER>s version="latest" s r=##class(%Net.HttpRequest).%New(),r.Server="pm.community.intersystems.com",r.SSLConfiguration="ISC.FeatureTracker.SSL.Config" d r.Get("/packages/zpm/"_version_"/installer"),$system.OBJ.LoadStream(r.HttpResponse.Data,"c")
....
Compilation finished successfully in 3.294s.
Load finished successfully.
Compiling routine : %ZLANGC00.mac
Compiling routine : %ZLANGF00.mac2025-04-29 10:34:43 3 Evaluate: ${REGISTRY} -> https://pm.community.intersystems.com
2025-04-29 10:34:43 3 Evaluate: ${TRACKINGID} -> UA-126752118-1
2025-04-29 10:34:43 3 Evaluate: ${MODDIR} -> /tmp/dirOsRUJP/
[USER|ZPM] Initialize START
Compilation started on 04/29/2025 10:34:47
Compiling class IPM.Installer
Compiling routine IPM.Installer.1
Compilation finished successfully in 0.054s.
[USER|ZPM] Initialize SUCCESS
[USER|ZPM] Reload START (/tmp/dirOsRUJP/)
[USER|ZPM] Reload SUCCESS
[ZPM] Module object refreshed.
[USER|ZPM] Validate START
[USER|ZPM] Validate SUCCESS
[USER|ZPM] Compile START
[USER|ZPM] Compile SUCCESS
[USER|ZPM] Activate START
[ZPM] Activate FAILURE
ERROR! File not copied: -32025-04-29 10:34:59 0 IPM.Installer: ERROR #5001: File not copied: -3
2025-04-29 10:34:59 0 IPM.Installer: Installation failed at 2025-04-29 10:34:59
2025-04-29 10:34:59 0 %Installer: Elapsed time 24.978745s
Time spent 24.985555
ERROR #5001: File not copied: -3
Detected 1 errors during load.
I can access zpm, but it doesn't show version:
USER > zpm
=============================================================================
|| Welcome to the Package Manager Shell (ZPM). Version: ||
|| Enter q/quit to exit the shell. Enter ?/help to view available commands ||
|| No registry configured ||
|| System Mode: <unset> ||
|| Mirror Status: NOTINIT ||
=============================================================================
IRIS for UNIX (Ubuntu Server LTS for ARM64 Containers) 2024.3 (Build 217U) Thu Nov 14 2024 17:36:33 EST [Health:8.2.0]
zpm:USER>
I have tried to install 0.9.2 version and everything works, so it seems it's a problem with version 0.10.X
Reactions are currently unavailable