CoiniumServ icon indicating copy to clipboard operation
CoiniumServ copied to clipboard

Build error (16.4 LTS)

Open ghost opened this issue 7 years ago • 4 comments

/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets (_RecordCleanFile target) ->

    /usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets: error : Could not find a part of the path "/root/CoiniumServ/src/CoiniumServ/obj/Release/CoiniumServ.csproj.FilesWrittenAbsolute.txt".  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00164] in <e29f59307e5e4e33ab73bb6530764ec9>:0

at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.IO.FileOptions options, System.String msgPath, System.Boolean bFromProxy, System.Boolean useLongPath, System.Boolean checkHost) [0x00000] in :0 at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions,string,bool,bool,bool) at System.IO.StreamWriter.CreateFile (System.String path, System.Boolean append, System.Boolean checkHost) [0x0001c] in :0 at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding, System.Int32 bufferSize, System.Boolean checkHost) [0x00055] in :0 at System.IO.StreamWriter..ctor (System.String path, System.Boolean append, System.Text.Encoding encoding, System.Int32 bufferSize) [0x00000] in :0 at System.IO.StreamWriter..ctor (System.String path, System.Boolean append) [0x00008] in :0 at (wrapper remoting-invoke-with-check) System.IO.StreamWriter:.ctor (string,bool) at Microsoft.Build.Tasks.WriteLinesToFile.Execute () [0x0002e] in :0

     1 Warning(s)
     2 Error(s)

ghost avatar Jan 28 '18 08:01 ghost

exact same

apollygon avatar Jan 29 '18 15:01 apollygon

Why not try download the sourcecode of the source build, rather than in the move developments?

Sorry in the run wrong! I have set for beta release! Will change to

Run these commands: in root of home or other build directory. wget https://github.com/bonesoul/CoiniumServ/archive/0.2.6.2.zip unzip 0.2.6.2.zip mv CoiniumServ-0.2.6.2 CoiniumServ | Making name easier to access remove old downloaded

Remember to cd to build in some versions

Replace with 0.2.6.1 if this one does not work

Enjoy!

Dealazer avatar Jan 30 '18 21:01 Dealazer

@danycoman @apollygon You will probably need nuget as well. sudo apt-get install nuget 0.2.6.1 worked for me only.

Dealazer avatar Jan 30 '18 21:01 Dealazer

@Dealazer 0.2.6.1 worked for me

TTcoinDeveloper avatar Dec 14 '18 15:12 TTcoinDeveloper