[ 
https://issues.apache.org/jira/browse/HTRACE-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HTRACE-183:
-------------------------
    Attachment: 183v2.txt

Go install doesn't take -o flags.

I've noted above issues passing -installsuffix. I cannot tell go where to put 
binaries (I could build trace and htraced separately using go build but seems 
like we went out of our way to avoid that in gobuild.sh).

go install is finding src in GOPATH. Wherever it finds src, it makes pkg 
droppings adjacent to this src dir. Yuck. Here is a hack patch that copies the 
src to target dir for build. It is obnoxious (212k of src). No pollution in src 
though.

Would rather just leave this all alone. Its PITA.

> Have go build into the target dir rather than under src
> -------------------------------------------------------
>
>                 Key: HTRACE-183
>                 URL: https://issues.apache.org/jira/browse/HTRACE-183
>             Project: HTrace
>          Issue Type: Task
>            Reporter: stack
>         Attachments: 183.txt, 183v2.txt
>
>
> Go creates a build subdir in the src subtree and then creates its binaries 
> therein. Instead have it make a mess over in the target dir.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to