bonesoul / CoiniumServ

Next-gen crypto currency mining pool software
Other
795 stars 493 forks source link

Build error (16.4 LTS) #935

Open ghost opened 6 years ago

ghost commented 6 years ago

/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)
apollygon commented 6 years ago

exact same

Dealazer commented 6 years ago

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 commented 6 years ago

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

TTcoinDeveloper commented 5 years ago

@Dealazer 0.2.6.1 worked for me