Hi,
I am attempting to run the MCUXpresso Secure Provisioning Tool V9 in order to build a downloadable/bootable and signed F/W image inside a private github repository workflow. In order to do this, I need to install the Secure Provisioning Tool (V9.0.1) in my workflow.
During the post installation script, the installer always fails copying mime type files, and the specific mime file that fails always is different but the same "failure to copy" error happens. The Secure Provision tool then runs okay from the cached installation afterwards.
Is there anything I can do about this ? The installer works okay in a linux desktop. This is the resulting output from the workflow log of the MCUXpresso Secure Provisioning Tool installer in github:
##[debug]Loading env
30Run cd nxp-mcuxpresso-secure-provisioning-tool-v9
31 cd nxp-mcuxpresso-secure-provisioning-tool-v9
32 # Install nxp-mcuxpresso secure provisioning tool
33 sudo dpkg --install ./mcuxpresso-secure-provisioning-v9.0.1-1_amd64.deb
34 shell: /usr/bin/bash -e {0}
35 env:
36 TERM: xterm-256color
37 CACHE_KEY: 2d6abb4ec673a5a26a325ad3883cf487
38##[debug]/usr/bin/bash -e /home/runner/work/_temp/4e417ae2-db01-4d92-a9fc-37c53df89bc2.sh
39Selecting previously unselected package mcuxpresso-secure-provisioning-v9.
40(Reading database ... 267222 files and directories currently installed.)
41Preparing to unpack .../mcuxpresso-secure-provisioning-v9.0.1-1_amd64.deb ...
42Unpacking mcuxpresso-secure-provisioning-v9 (9.0.1) ...
43Setting up mcuxpresso-secure-provisioning-v9 (9.0.1) ...
44
45Post-installation scripts:
46Processing triggers for shared-mime-info (2.1-2) ...
47Failed to rename /usr/share/mime/application/x-nintendo-ds-rom.xml.new as /usr/share/mime/application/x-nintendo-ds-rom.xml: No such file or directory
48dpkg: error processing package shared-mime-info (--install):
49 installed shared-mime-info package post-installation script subprocess returned error exit status 1
50Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
51Errors were encountered while processing:
52 shared-mime-info
53Error: Process completed with exit code 1.