Hi,
I am trying to build Chapel on an Ubuntu 16.10 which runs e-cryptfs. As
other users have pointed out, e.g., here: https://sourceforge.net/p/
chapel/mailman/message/34914082/
… One of the python scripts generates filenames which are too long when
using '.' as a separator when running e-cryptfs. I tried substituting the
dot ('.') of util/printchplenv in print_env by '/' which does get rid of
the "filename too long" error, but now gives me a new error:
echo linux64/gnu/wide-struct/llvm-none > /path/to/chapel-1.14.0/bin/
linux64/.built-for-linux64/gnu/wide-struct/llvm-none
/bin/sh: 1: cannot create /path/to/chapel-1.14.0/bin/
linux64/.built-for-linux64/gnu/wide-struct/llvm-none: Directory nonexistent
(which is true, there is no such directory)
I'm currently stuck at this stage. I did try to tinker with the makefiles
in the compiler/ and runtime/ directories, but to no avail. Any insight as
to why I have this problem and what I could do to fix would be most
appreciated.
Thanks,
Stéphane
------------------------------------------------------------------------------
_______________________________________________
Chapel-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-developers