I have tested it with Ubuntu 14.04 and 16.04.02 with Mattermost 3.8.2 and 3.9.0.
Any idea how to fix this issue?
Is there a way to write more information to logs?
Thank you
UPDATE
It seems that when using “he” codepage, “make run” command and “make run-server” commands are not working properly. Changing “he” to “en” solved the problem.
Another issue. It seems that “make build-linux” returns:
Makefile:319: recipe for target ‘build-linux’ failed
make: *** [build-linux] Error 2
full log:
ub@ub-VirtualBox:~/go/src/github.com/mattermost/platform$ make build-linux
Preparation for running go code
go get github.com/Masterminds/glide
touch .prebuild
Build Linux amd64
env GOOS=linux GOARCH=amd64 go install -ldflags “-X github.com/mattermost/platform/model.BuildNumber=dev -X ‘github.com/mattermost/platform/model.BuildDate=ג’ מאי 16 11:09:27 UTC 2017’ -X github.com/mattermost/platform/model.BuildHash=0a20e8d3269515e2d44a0bcad0a2408f62245814 -X github.com/mattermost/platform/model.BuildHashEnterprise=none -X github.com/mattermost/platform/model.BuildEnterpriseReady=false” ./cmd/platform
# github.com/mattermost/platform/cmd/platform
usage: link [options] main.o
-B note
add an ELF NT_GNU_BUILD_ID note when using ELF
-D address
set data segment address (default -1)
-E entry
set entry symbol name
-H type
set header type
-I linker
use linker as ELF dynamic linker
-L directory
add specified directory to library path
-R quantum
set address rounding quantum (default -1)
-T address
set text segment address (default -1)
-V print version and exit
-X definition
add string value definition of the form importpath.name=value
-a disassemble output
-buildid id
record id as Go toolchain build id
-buildmode mode
set build mode
-c dump call graph
-cpuprofile file
write cpu profile to file
-d disable dynamic executable
-debugtramp int
debug trampolines
-dumpdep
dump symbol dependency graph
-extar string
archive program for buildmode=c-archive
-extld linker
use linker when linking in external mode
-extldflags flags
pass flags to external linker
-f ignore version mismatch
-g disable go package data checks
-h halt on error
-installsuffix suffix
set package directory suffix
-k symbol
set field tracking symbol
-libgcc string
compiler support lib for internal linking; use “none” to disable
-linkmode mode
set link mode
-linkshared
link against installed Go shared libraries
-memprofile file
write memory profile to file
-memprofilerate rate
set runtime.MemProfileRate to rate
-msan
enable MSan interface
-n dump symbol table
-o file
write output to file
-pluginpath string
full path name for plugin
-r path
set the ELF dynamic linker search path to dir1:dir2:…
-race
enable race detector
-s disable symbol table
-tmpdir directory
use directory for temporary files
-u reject unsafe packages
-v print link trace
-w disable DWARF generation
Makefile:319: recipe for target ‘build-linux’ failed
make: *** [build-linux] Error 2