Assembly file missing #43

Closed
opened 2023-02-22 00:31:08 +00:00 by netkas · 2 comments
netkas commented 2023-02-22 00:31:08 +00:00 (Migrated from git-old.n64.cc)

This error is raised sometimes after reinstalling a package's dependencies from it's remote sources.

PHP Fatal error:  Uncaught ncc\Exceptions\ImportException: Cannot locate assembly file '/var/ncc/packages/net.nosial.optslib=1.0.0/ncc/assembly' in /etc/ncc/Classes/PhpExtension/PhpRuntime.php:57
Stack trace:
#0 /etc/ncc/Runtime.php(147): ncc\Classes\PhpExtension\PhpRuntime::import()
#1 /etc/ncc/Runtime.php(139): ncc\Runtime::import()
#2 /usr/share/php/ncc(39): ncc\Runtime::import()
#3 /var/ncc/runners/6a63dbb059649863df4a159927ac34b4/0dc77ccb592c04e00abf83f4ec54450f.php(5): import()
#4 {main}
This error is raised sometimes after reinstalling a package's dependencies from it's remote sources. ``` PHP Fatal error: Uncaught ncc\Exceptions\ImportException: Cannot locate assembly file '/var/ncc/packages/net.nosial.optslib=1.0.0/ncc/assembly' in /etc/ncc/Classes/PhpExtension/PhpRuntime.php:57 Stack trace: #0 /etc/ncc/Runtime.php(147): ncc\Classes\PhpExtension\PhpRuntime::import() #1 /etc/ncc/Runtime.php(139): ncc\Runtime::import() #2 /usr/share/php/ncc(39): ncc\Runtime::import() #3 /var/ncc/runners/6a63dbb059649863df4a159927ac34b4/0dc77ccb592c04e00abf83f4ec54450f.php(5): import() #4 {main} ```
netkas commented 2023-02-22 00:31:08 +00:00 (Migrated from git-old.n64.cc)

assigned to @netkas

assigned to @netkas
netkas commented 2023-02-23 20:10:45 +00:00 (Migrated from git-old.n64.cc)

Current work-around is to completely uninstall the package with ncc package uninstall -p "<problem package>" -y and reinstall it without installing it's dependencies

Current work-around is to completely uninstall the package with `ncc package uninstall -p "<problem package>" -y` and reinstall it without installing it's dependencies
netkas (Migrated from git-old.n64.cc) closed this issue 2023-10-10 23:51:31 +00:00
Sign in to join this conversation.
No description provided.