munki / munki

Managed software installation for macOS —
https://www.munki.org/munki/
Other
3.13k stars 347 forks source link

Issue Installing Pro Applications Update 2010-01 with 0.5.2.533 #7

Closed natewalck closed 10 years ago

natewalck commented 10 years ago

From wgme...@gmail.com on June 24, 2010 09:03:59

What steps will reproduce the problem? 1. Install Apple Software Updates with Munki.

  1. Attempt to Install Pro Application Update 2010-01 What is the expected output? What do you see instead? Expected: Update installs.

Actual: Update installation fails immediately:

bash-3.2# managedsoftwareupdate -vvv --installonly Managed Software Update Tool Copyright 2010 The Munki Project https://code.google.com/p/munki Installing Pro Applications Update 2010-01 (1 of 1)... suppress_bundle_relocation: False Error - This is not a supported installation method. Install of Apple Loops Utility failed. ERROR: ------------------------------------------------------------------------------ ERROR: installer: Error - This is not a supported installation method. ERROR: ------------------------------------------------------------------------------ What version of the product are you using? On what operating system? 10.6.4 Munki 0.5.2.533 Please provide any additional information below. Here is the update that fails to install. http://support.apple.com/kb/DL949

Original issue: http://code.google.com/p/munki/issues/detail?id=7

natewalck commented 10 years ago

From gregnea...@mac.com on June 24, 2010 09:21:57

That's probably not something that can be easily fixed. There is no officially supported way to install Apple Software Update downloads other than using Software Update itself. You'd have the exact same issue if you tried to "manually" install this update after using softwareupdate to download it.

The workaround would be to download the standalone updater and manage that with munki instead of relying on Apple Software Update. If you ever want to be able to uninstall/remove the Final Cut Suite applications, you'd want that update in munki; otherwise munki wouldn't know how to remove it.

natewalck commented 10 years ago

From miq...@gmail.com on August 10, 2010 00:44:34

This is the pkginfo I used for ProAppUpd2010-01 to get it installed. I removed all receipt entries with "auto". Then I shortened the remaining receipt versions. This could mean that this update cannot be uninstalled with munki but at least you should get it installed.

If you find it does/does not work then please let us know.

For your purposes remember to change these keys: installer_item_location, name, update_for. And possibly the version key.

Here goes:

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" " http://www.apple.com/DTDs/PropertyList-1.0.dtd ">

autoremove catalogs to_production testing description Pro Applications Update 2010-01 for Final Cut Studio 3. display_name Pro Applications Update 2010-01 installed_size 1405405 installer_item_location Apple_apps/FinalCutStudio_3/ProApplicationsUpdate2010-01.dmg installer_item_size 315502 minimum_os_version 10.4.0 name ProApplicationsUpdate_2010_01 update_for Final_Cut_Studio_3 receipts installed_size 318 packageid com.apple.pkg.AppleIntermediateCodec version 1.3.1 installed_size 23036 packageid com.apple.pkg.AppleLoopsUtility version 3.0.1 installed_size 26395 packageid com.apple.pkg.CinemaTools version 4.5.1 installed_size 25610 packageid com.apple.pkg.Color version 1.5.2 installed_size 23433 packageid com.apple.pkg.Compressor version 3.5.2 installed_size 180550 packageid com.apple.pkg.DSPPublishing version 1.0.1 installed_size 1532 packageid com.apple.pkg.DSPPublishingTemplatesUpdate version 1.0.1 installed_size 104954 packageid com.apple.pkg.FinalCutPro version 7.0.2 installed_size 161621 packageid com.apple.pkg.Motion version 4.0.2 installed_size 7327 packageid com.apple.pkg.ProAppsEffectsA version 1.0.5 installed_size 1794 packageid com.apple.pkg.ProCoreA version 4.0.1 installed_size 19204 packageid com.apple.pkg.PSTSharedA version 1.0.2 installed_size 47911 packageid com.apple.pkg.Qmaster version 3.5.2 installed_size 116067 packageid com.apple.pkg.SoundtrackPro version 3.0.1 installed_size 228 packageid com.apple.pkg.Uncompressed422 version 1.6.1 installed_size 4601 packageid com.apple.pkg.VideoOutSupport version 1.5.2 installed_size 29588 packageid com.apple.pkg.AppleLoopsUtility version 3.0.1 installed_size 28780 packageid com.apple.pkg.CinemaTools version 4.5.1 installed_size 26916 packageid com.apple.pkg.Color version 1.5.2 installed_size 29200 packageid com.apple.pkg.Compressor version 3.5.2 installed_size 1680 packageid com.apple.pkg.DSPPublishingTemplatesUpdate version 1.0.1 installed_size 115880 packageid com.apple.pkg.FinalCutPro version 7.0.2 installed_size 174404 packageid com.apple.pkg.Motion version 4.0.2 installed_size 7564 packageid com.apple.pkg.ProAppsEffectsA version 1.0.5 installed_size 1896 packageid com.apple.pkg.ProCoreA version 4.0.1 installed_size 55064 packageid com.apple.pkg.Qmaster version 3.5.2 installed_size 129280 packageid com.apple.pkg.SoundtrackPro version 3.0.1 uninstall_method removepackage...
natewalck commented 10 years ago

From miq...@gmail.com on August 10, 2010 00:44:34

...s

uninstallable
<true/>
<key>version</key>
<string>1.0.0.0.0</string>

natewalck commented 10 years ago

From gregnea...@mac.com on August 26, 2010 12:13:14

Workaround is to use munki to directly install the downloaded update instead of using Apple Software Update.

Status: WontFix
Owner: gregnea...@mac.com