Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSXFUSEBuildTool(osxfusefs) failed: cannot copy file system bundle to destination. #74

Closed
deiga opened this issue Feb 19, 2013 · 4 comments
Assignees
Milestone

Comments

@deiga
Copy link

@deiga deiga commented Feb 19, 2013

At the end of my build I get the following error

CpResource build/Release/load_osxfuse build/Release/osxfuse.fs/Contents/Resources/load_osxfuse
    cd /Users/timosand/Dropbox/Documents/Projects/osxfuse/support
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/timosand/Dropbox/Documents/Projects/osxfuse/support/build/Release/load_osxfuse /Users/timosand/Dropbox/Documents/Projects/osxfuse/support/build/Release/osxfuse.fs/Contents/Resources

CpResource build/Release/mount_osxfuse build/Release/osxfuse.fs/Contents/Resources/mount_osxfuse
    cd /Users/timosand/Dropbox/Documents/Projects/osxfuse/support
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/timosand/Dropbox/Documents/Projects/osxfuse/support/build/Release/mount_osxfuse /Users/timosand/Dropbox/Documents/Projects/osxfuse/support/build/Release/osxfuse.fs/Contents/Resources

CpResource osxfusefs/License.rtf build/Release/osxfuse.fs/Contents/Resources/License.rtf
    cd /Users/timosand/Dropbox/Documents/Projects/osxfuse/support
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/timosand/Dropbox/Documents/Projects/osxfuse/support/osxfusefs/License.rtf /Users/timosand/Dropbox/Documents/Projects/osxfuse/support/build/Release/osxfuse.fs/Contents/Resources

Touch build/Release/osxfuse.fs
    cd /Users/timosand/Dropbox/Documents/Projects/osxfuse/support
    /usr/bin/touch -c /Users/timosand/Dropbox/Documents/Projects/osxfuse/support/build/Release/osxfuse.fs


** BUILD SUCCEEDED **

cp: invalid option -- 'X'
Try 'cp --help' for more information.
OSXFUSEBuildTool(osxfusefs) failed: cannot copy file system bundle to destination.
@bfleischer

This comment has been minimized.

Copy link
Member

@bfleischer bfleischer commented Feb 24, 2013

Which version of Mac OS X are you trying to build OSXFUSE on? As far as I know option -X has been available in the stock version of cp since Mac OS X 10.5.

OSXFUSE should build just fine on Mac OS X 10.6, 10.7 and 10.8.

@deiga

This comment has been minimized.

Copy link
Author

@deiga deiga commented Feb 24, 2013

10.8.2
but I have substituted default cp with coreutils cp, would that have something to do with it?

@bfleischer

This comment has been minimized.

Copy link
Member

@bfleischer bfleischer commented Feb 24, 2013

I'm pretty sure that is the reason for the build process failing.

@bfleischer bfleischer closed this Feb 24, 2013
@vlsd

This comment has been minimized.

Copy link

@vlsd vlsd commented Nov 8, 2013

If the build depends on the native cp but doesn't work with other versions, it might make sense to change the script from cp to /bin/cp

bfleischer added a commit that referenced this issue Nov 12, 2013
@ghost ghost assigned bfleischer Nov 14, 2013
bfleischer added a commit that referenced this issue Mar 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants
You can’t perform that action at this time.