Did you try 

go install -a -n -x -v -work

?

$ go help build
usage: go build [-o output] [-i] [build flags] [packages]

....

The build flags are shared by the build, clean, get, install, list, run,
and test commands:

    -a
        force rebuilding of packages that are already up-to-date.
    -n
        print the commands but do not run them.
....
    -v
        print the names of packages as they are compiled.
    -work
        print the name of the temporary work directory and
        do not delete it when exiting.
    -x
        print the commands.
....

On Monday, March 6, 2017 at 6:15:37 PM UTC+1, vin...@hkl.hms.harvard.edu 
wrote:
>
>
> go installation is fine, works properly for lost of packages
>
> But for this one application  go install seems to do nothing and gives no 
> warnings/messages or any output at all
>
> The packages can be built with build command and produce proper 
> executables. 
>
> Is the install command running some tests that fail? How can I get more 
> verbose output on what is happening and why it's failing?
>
> Thanks,
> Jim
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to