Randy Abernethy created THRIFT-2758:
---------------------------------------
Summary: lib/go/test/Makefile.am uses ln -s which breaks in vagrant
Key: THRIFT-2758
URL: https://issues.apache.org/jira/browse/THRIFT-2758
Project: Thrift
Issue Type: Sub-task
Components: Go - Library
Affects Versions: 0.9.2
Environment: all
Reporter: Randy Abernethy
Fix For: 0.9.2
The thrift/lib/go/test/Makefile.am creates two symlinks:
ln -nfs ../../../thrift gopath/src/thrift
ln -nfs ../../tests gopath/src/tests
The /thrift tree in the Ubuntu Trusty vagrant Guest vm is mounted from the Host
and does not allow symlinks. Thus the Go make check fails every time on vagrant
vms. Can any of the Go folks come up with another alternative?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)