fboender/multi-git-status

Install error on M1 macOS Monterey 12.3.1 (21E258)

Closed this issue · 1 comments

Output:

~/multi-git-status master
❯ sudo make install
Password:
objc[59119]: Class AppleTypeCRetimerRestoreInfoHelper is implemented in both /usr/lib/libauthinstall.dylib (0x1e2545eb0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107b744f8). One of the two will be used. Which one is undefined.
objc[59119]: Class AppleTypeCRetimerFirmwareAggregateRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x1e2545f00) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107b74548). One of the two will be used. Which one is undefined.
objc[59119]: Class AppleTypeCRetimerFirmwareRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x1e2545f50) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107b74598). One of the two will be used. Which one is undefined.
objc[59119]: Class ATCRTRestoreInfoFTABFile is implemented in both /usr/lib/libauthinstall.dylib (0x1e2545fa0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107b745e8). One of the two will be used. Which one is undefined.
objc[59119]: Class AppleTypeCRetimerFirmwareCopier is implemented in both /usr/lib/libauthinstall.dylib (0x1e2545ff0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107b74638). One of the two will be used. Which one is undefined.
objc[59119]: Class ATCRTRestoreInfoFTABSubfile is implemented in both /usr/lib/libauthinstall.dylib (0x1e2546040) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107b74688). One of the two will be used. Which one is undefined.
install -d /usr/local/bin
install -d /usr/local/man/man1
install mgitstatus -m 755 /usr/local/bin/
install: -m: No such file or directory
make: *** [install] Error 71

Presumably the order of the arguments is wrong. The -m option should come first. I've fixed this in commit 1fbd99e.