Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#59353 closed defect (fixed)

ios-deploy @1.9.4: rsync: link_stat "/Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework" failed: No such file or directory (2)

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: amake (Aaron Madlon-Kay)
Priority: Normal Milestone:
Component: ports Version: 2.6.1
Keywords: Cc:
Port: ios-deploy

Description

Build fails:

    /bin/sh -c /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_devel_ios-deploy/ios-deploy/work/ios-deploy-1.9.4/build/ios-deploy.build/Release/ios-deploy.build/Script-C0CD3D9B1F59DA8300F954DB.sh
rsync: link_stat "/Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework" failed: No such file or directory (2)
rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-45/rsync/main.c(992) [sender=2.6.9]
Command /bin/sh failed with exit code 23

** BUILD FAILED **

I'm not aware of any version of macOS that has a /Library/Apple directory so I'm not sure why the build is looking there.

Change History (2)

comment:1 Changed 4 years ago by Aaron Madlon-Kay <amake@…>

Resolution: fixed
Status: assignedclosed

In 95414ac0cdc8482b39b526a888cbd1a2969dede8/macports-ports (master):

ios-deploy: fix build error

Fixes #59353

comment:2 in reply to:  description Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to ryandesign:

I'm not aware of any version of macOS that has a /Library/Apple directory so I'm not sure why the build is looking there.

Looks like macOS Catalina does have a /Library/Apple directory.

Note: See TracTickets for help on using tickets.