You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Chun-Hung Hsiao (JIRA)" <ji...@apache.org> on 2018/08/16 22:06:00 UTC

[jira] [Created] (MESOS-9160) Failed to compile gRPC when the build path contains symlinks.

Chun-Hung Hsiao created MESOS-9160:
--------------------------------------

             Summary: Failed to compile gRPC when the build path contains symlinks.
                 Key: MESOS-9160
                 URL: https://issues.apache.org/jira/browse/MESOS-9160
             Project: Mesos
          Issue Type: Bug
          Components: build
            Reporter: Kapil Arya
            Assignee: Kapil Arya


{noformat}
make[4]: *** No rule to make target '/home/kapil/mesos/master/build/3rdparty/grpc-1.10.0/libs/opt/libgrpc++_unsecure.a'.  Stop.{noformat}
Apparently, in GRPC makefile, it uses realpath (no symlinks) when computing the build directory, whereas, Mesos builds use `abspath` (doesn't resolve symlinks). So there is a target mismatch if any directory in your Mesos path is a symlink.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)