[ 
https://issues.apache.org/jira/browse/MESOS-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769930#comment-13769930
 ] 

Benjamin Hindman commented on MESOS-577:
----------------------------------------

It appears there is a bug in automake when using the 'subdir-objects' option.

See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13928.

In particular, if a subdirectory path includes a variable, e.g., 
bar/$FOO/baz.c, then the 'bar/$FOO' directory gets created instead of 'bar/foo' 
(assuming $FOO == foo). Later, however, certain files are checked for (i.e., 
generated object files) in 'bar/foo' rather than 'bar/$FOO' causing errors.

Given that automake 1.14 forces 'subdir-objects' we need to keep people from 
using automake 1.14. :(
                
> bootstrap fails with automake 1.14
> ----------------------------------
>
>                 Key: MESOS-577
>                 URL: https://issues.apache.org/jira/browse/MESOS-577
>             Project: Mesos
>          Issue Type: Bug
>    Affects Versions: 0.14.0
>         Environment: OSX 10.8.4
>            Reporter: Vinod Kone
>            Assignee: Tobi Knaup
>             Fix For: 0.15.0
>
>
> Related to http://comments.gmane.org/gmane.comp.web.curl.library/39737

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to