-
Notifications
You must be signed in to change notification settings - Fork 605
Description
What's wrong with the app label?
Homebrew App Label's TeamID is incorrectly being reported by Installomator when attempting to install. Even after there was a fix request that allegedly was pushed in September (#1792). I set up Installomator in December, so evidently the fix was not pushed to the full release for public access, or there is another issue with the TeamID included in the background files for Installomator
Have you confirmed this Issue has not been reported already? (Check open Issues and Pull requests)
It has been reported before (#1726 and #1792), allegedly fixed (in #1792), but is not reporting properly in the output and stopping the installation (see log line 29 below).
Installomator version
Installomator v. 10.6, date 2024-08-30
Additional context
TeamID for Homebrew should be 927JGANW46, but Installomator is reporting 6248TWFRH6, the old TeamID that it was changed from. See the error in line 29.
Installomator log
Here is the terminal report that was reported by the device that was trying to run installomator:
2025-01-08 16:41:16 [LOG-BEGIN] homebrew
2025-01-08 16:41:19.453 mdfind[60348:334351] [UserQueryParser] Loading keywords and predicates for locale "en_US"
2025-01-08 16:41:19.453 mdfind[60348:334351] [UserQueryParser] Loading keywords and predicates for locale "en"
2025-01-08 16:41:19.515 mdfind[60348:334351] Couldn't determine the mapping between prefab keywords and predicates.
ERROR installing homebrew. Exit code 5
2025-01-08 16:41:17 : REQ : homebrew : ################## Start Installomator v. 10.6, date 2024-08-30
2025-01-08 16:41:17 : INFO : homebrew : ################## Version: 10.6
2025-01-08 16:41:17 : INFO : homebrew : ################## Date: 2024-08-30
2025-01-08 16:41:17 : INFO : homebrew : ################## homebrew
2025-01-08 16:41:18 : INFO : homebrew : setting variable from argument LOGO=mosyleb
2025-01-08 16:41:18 : INFO : homebrew : setting variable from argument BLOCKING_PROCESS_ACTION=tell_user
2025-01-08 16:41:19 : INFO : homebrew : BLOCKING_PROCESS_ACTION=tell_user
2025-01-08 16:41:19 : INFO : homebrew : NOTIFY=success
2025-01-08 16:41:19 : INFO : homebrew : LOGGING=INFO
2025-01-08 16:41:19 : INFO : homebrew : LOGO=/Applications/Self-Service.app/Contents/Resources/AppIcon.icns
2025-01-08 16:41:19 : INFO : homebrew : Label type: pkg
2025-01-08 16:41:19 : INFO : homebrew : archiveName: Homebrew.pkg
2025-01-08 16:41:19 : INFO : homebrew : no blocking processes defined, using Homebrew as default
2025-01-08 16:41:19 : INFO : homebrew : No version found using packageID sh.brew.homebrew
2025-01-08 16:41:19 : INFO : homebrew : name: Homebrew, appName: Homebrew.app
2025-01-08 16:41:19 : WARN : homebrew : No previous app found
2025-01-08 16:41:19 : WARN : homebrew : could not find Homebrew.app
2025-01-08 16:41:19 : INFO : homebrew : appversion:
2025-01-08 16:41:19 : INFO : homebrew : Latest version of Homebrew is 4.4.15
2025-01-08 16:41:19 : REQ : homebrew : Downloading https://github.com/Homebrew/brew/releases/download/4.4.15/Homebrew-4.4.15.pkg to Homebrew.pkg
2025-01-08 16:41:22 : REQ : homebrew : no more blocking processes, continue with update
2025-01-08 16:41:22 : REQ : homebrew : Installing Homebrew
2025-01-08 16:41:22 : INFO : homebrew : Verifying: Homebrew.pkg
2025-01-08 16:41:23 : INFO : homebrew : Team ID: 927JGANW46 (expected: 6248TWFRH6 )
2025-01-08 16:41:23 : INFO : homebrew : Installomator did not close any apps, so no need to reopen any apps.
2025-01-08 16:41:23 : ERROR : homebrew : ERROR: Team IDs do not match!
2025-01-08 16:41:23 : REQ : homebrew : ################## End Installomator, exit code 5
[Wed Jan 8 16:41:23 PST 2025][LOG-END]