autopkg / moofit-recipes

10 stars 27 forks source link

Code verification failure on Mudbox.pkg recipe #151

Open jaw4uz opened 3 months ago

jaw4uz commented 3 months ago

When running an over ride of the Mudbox.pkg recipe I am getting a code verification error. The over ride is a new one created on May 30th and i'm using the Mudbox 2025 DMG.

'SERIAL_NUMBER': '', 'VERSION_YEAR': '2025', 'verbose': 3} FileFinder {'Input': {'pattern': '/Users/ascs/Documents/autodeskmudbox//.dmg'}} FileFinder: No value supplied for find_method, setting default value of: glob FileFinder: Found file match: '/Users/ascs/Documents/autodeskmudbox/Autodesk_Mudbox_2025_macOS.dmg' from globbed '/Users/ascs/Documents/autodeskmudbox//.dmg' FileFinder: Basename match: 'Autodesk_Mudbox_2025_macOS.dmg' {'Output': {'found_basename': 'Autodesk_Mudbox_2025_macOS.dmg', 'found_filename': '/Users/ascs/Documents/autodeskmudbox/Autodesk_Mudbox_2025_macOS.dmg'}} CodeSignatureVerifier {'Input': {'input_path': '/Users/ascs/Documents/autodeskmudbox/Autodesk_Mudbox_2025_macOS.dmg/.app', 'requirement': 'identifier "com.autodesk.pcwsetup" and anchor apple ' 'generic and certificate ' '1[field.1.2.840.113635.100.6.2.6] / exists / and ' 'certificate leaf[field.1.2.840.113635.100.6.1.13] ' '/ exists / and certificate leaf[subject.OU] = ' 'XXKJ396S2Y'}} CodeSignatureVerifier: Mounted disk image /Users/ascs/Documents/autodeskmudbox/Autodesk_Mudbox_2025_macOS.dmg CodeSignatureVerifier: Using path '/private/tmp/dmg.KFAvFt/Install Mudbox 2025.app' matched from globbed '/private/tmp/dmg.KFAvFt/.app'. CodeSignatureVerifier: Verifying code signature... CodeSignatureVerifier: Deep verification enabled... CodeSignatureVerifier: Strict verification not defined. Using codesign defaults... CodeSignatureVerifier: /private/tmp/dmg.KFAvFt/Install Mudbox 2025.app: valid on disk CodeSignatureVerifier: /private/tmp/dmg.KFAvFt/Install Mudbox 2025.app: satisfies its Designated Requirement CodeSignatureVerifier: test-requirement: code failed to satisfy specified code requirement(s) Traceback (most recent call last): File "/Library/AutoPkg/autopkglib/init.py", line 840, in process self.env = processor.process() File "/Library/AutoPkg/autopkglib/init.py", line 626, in process self.main() File "/Library/AutoPkg/autopkglib/CodeSignatureVerifier.py", line 351, in main self.process_code_signature(matched_input_path) File "/Library/AutoPkg/autopkglib/CodeSignatureVerifier.py", line 239, in process_code_signature raise ProcessorError( autopkglib.ProcessorError: Code signature verification failed. Note that all verifications can be disabled by setting the variable DISABLE_CODE_SIGNATURE_VERIFICATION to a non-empty value. File "/Library/AutoPkg/autopkglib/init.py", line 840, in process self.env = processor.process() Code signature verification failed. Note that all verifications can be disabled by setting the variable DISABLE_CODE_SIGNATURE_VERIFICATION to a non-empty value. Failed. Receipt written to /Users/ascs/Library/AutoPkg/Cache/local.pkg.MudboxRiderOver/receipts/MudboxRiderOver.pkg-receipt-20240530-081052.plist

The following recipes failed: /Users/ascs/Library/AutoPkg/RecipeOverrides/MudboxRiderOver.pkg.recipe Error in local.pkg.MudboxRiderOver: Processor: CodeSignatureVerifier: Error: Code signature verification failed. Note that all verifications can be disabled by setting the variable DISABLE_CODE_SIGNATURE_VERIFICATION to a non-empty value.