Issue with local installs [mkdir function not implemented]

i am trying to run a local install of go1.10.3.linux-386.tar

I have set GOROOT to point to the directory containing the bin directory that houses the go binary

└── GOROOT
                      └── bin
                                ├── go
                                ├── gofmt
                                └── gpdoc

i have set GOPATH to a folder in my home directory
and added the bin directory to my path.
whenever i run

go

Usage:

        go command [arguments]

The commands are:

        build       compile packages and dependencies
        clean       remove object files and cached files
        doc         show documentation for package or symbol
        env         print Go environment information
        bug         start a bug report
        fix         update packages to use new APIs
        fmt         gofmt (reformat) package sources
        generate    generate Go files by processing source
        get         download and install packages and dependencies
        install     compile and install packages and dependencies
        list        list packages
        run         compile and run Go program
        test        test packages
        tool        run specified go tool
        version     print Go version
        vet         report likely mistakes in packages

Use "go help [command]" for more information about a command.

Additional help topics:

        c           calling between Go and C
        buildmode   build modes
        cache       build and test caching
        filetype    file types
        gopath      GOPATH environment variable
        environment environment variables
        importpath  import path syntax
        packages    package lists
        testflag    testing flags
        testfunc    testing functions

Use "go help [topic]" for more information about that topic.

However, when i Issue

go env
mkdir /tmp/go-build010097814: function not implemented
uname -a 

Linux ..... i686 athlon i386 GNU/Linux

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.