Jump to content

3.0.5939 Build failing


thefirstofthe300

Recommended Posts

thefirstofthe300

xbuild is failing with these errors:

/home/daniel/Packages/mediabrowser-server/src/MediaBrowser-3.0.5393/MediaBrowser.Mono.sln (build) ->
(Build target) ->
/home/daniel/Packages/mediabrowser-server/src/MediaBrowser-3.0.5393/MediaBrowser.Server.Mono/MediaBrowser.Server.Mono.csproj (default targets) ->
/usr/lib/mono/4.5/Microsoft.Common.targets (_CopyDeployFilesToOutputDirectoryPreserveNewest target) ->

	/usr/lib/mono/4.5/Microsoft.Common.targets: error : Cannot copy /home/daniel/Packages/mediabrowser-server/src/MediaBrowser-3.0.5393/thirdparty/libwebp/linux/x86/libwebp.so to /home/daniel/Packages/mediabrowser-server/src/MediaBrowser-3.0.5393/MediaBrowser.Server.Mono/bin/Release Mono/libwebp/linux/lib/libwebp.so, as the source file doesn't exist.
	/usr/lib/mono/4.5/Microsoft.Common.targets: error : Cannot copy /home/daniel/Packages/mediabrowser-server/src/MediaBrowser-3.0.5393/thirdparty/libwebp/linux/x86_64/libwebp.so to /home/daniel/Packages/mediabrowser-server/src/MediaBrowser-3.0.5393/MediaBrowser.Server.Mono/bin/Release Mono/libwebp/linux/lib64/libwebp.so, as the source file doesn't exist.
	/usr/lib/mono/4.5/Microsoft.Common.targets: error : Cannot copy /home/daniel/Packages/mediabrowser-server/src/MediaBrowser-3.0.5393/thirdparty/libwebp/osx/libwebp.5.dylib to /home/daniel/Packages/mediabrowser-server/src/MediaBrowser-3.0.5393/MediaBrowser.Server.Mono/bin/Release Mono/libwebp/osx/libwebp.5.dylib, as the source file doesn't exist.
	/usr/lib/mono/4.5/Microsoft.Common.targets: error : Cannot copy /home/daniel/Packages/mediabrowser-server/src/MediaBrowser-3.0.5393/thirdparty/mediainfo/osx/libmediainfo.dylib to /home/daniel/Packages/mediabrowser-server/src/MediaBrowser-3.0.5393/MediaBrowser.Server.Mono/bin/Release Mono/MediaInfo/osx/libmediainfo.dylib, as the source file doesn't exist.
	/usr/lib/mono/4.5/Microsoft.Common.targets: error : Cannot copy /home/daniel/Packages/mediabrowser-server/src/MediaBrowser-3.0.5393/thirdparty/sqlite3/linux/x86/3.8.2/libsqlite3.so.0.8.6 to /home/daniel/Packages/mediabrowser-server/src/MediaBrowser-3.0.5393/MediaBrowser.Server.Mono/bin/Release Mono/sqlite3/linux/lib/libsqlite3.so.0.8.6, as the source file doesn't exist.
	/usr/lib/mono/4.5/Microsoft.Common.targets: error : Cannot copy /home/daniel/Packages/mediabrowser-server/src/MediaBrowser-3.0.5393/thirdparty/sqlite3/linux/x86_64/3.8.2/libsqlite3.so.0.8.6 to /home/daniel/Packages/mediabrowser-server/src/MediaBrowser-3.0.5393/MediaBrowser.Server.Mono/bin/Release Mono/sqlite3/linux/lib64/libsqlite3.so.0.8.6, as the source file doesn't exist.
	/usr/lib/mono/4.5/Microsoft.Common.targets: error : Cannot copy /home/daniel/Packages/mediabrowser-server/src/MediaBrowser-3.0.5393/thirdparty/sqlite3/mac/universal/3.8.2/libsqlite3.0.dylib to /home/daniel/Packages/mediabrowser-server/src/MediaBrowser-3.0.5393/MediaBrowser.Server.Mono/bin/Release Mono/sqlite3/mac/libsqlite3.0.dylib, as the source file doesn't exist.

Link to comment
Share on other sites

thefirstofthe300

The problem appears to be that the paths don't exist.

 

While this build will probably (I can almost guarantee the it will) work on a Windows machine, both Mac and Linux will choke since the filepaths are are case sensitive.  You will need to make sure that all of the paths in the build files use the same case as the actual paths.  The paths that seem to be affected are all in the thirdparty folder.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...