Discussion:
[ast-developers] Fwd: Beta build broken with latest patches
Eleftherios Koutsofios
2017-10-16 17:03:32 UTC
Permalink
Forwarding to the mailing list for Adam Edgar.

lefteris
I see some recent changes to the Beta branch of AST. I was able to build from the beta branch on Friday but now I’m getting compile issues related to “off64_t” on centos 7.4. Can anyone else confirm there is a compile issue with the patches?
%> git clone https://github.com/att/ast.git --branch=beta
%> cd ast
%> ./bin/package make

mamake [cmd/nmake]: *** exit code 127 making Makerules.mo
mamake: *** exit code 1 making cmd/nmake
Looking at the log libast couldn’t build. I see conflicting type for _ast_strtoll and unknown type name off64_t
If I roll back to cc6bd939cf0be77c4be0a01211090bd155d31817 the compile works.
ASE
--
E. Koutsofios
AT&T Labs - Research
Siteshwar Vashisht
2017-10-16 17:16:27 UTC
Permalink
----- Original Message -----
Sent: Monday, October 16, 2017 7:03:32 PM
Subject: [ast-developers] Fwd: Beta build broken with latest patches
Forwarding to the mailing list for Adam Edgar.
lefteris
I see some recent changes to the Beta branch of AST. I was able to build
from the beta branch on Friday but now I’m getting compile issues related
to “off64_t” on centos 7.4. Can anyone else confirm there is a compile
issue with the patches?
%> git clone https://github.com/att/ast.git --branch=beta
%> cd ast
%> ./bin/package make

mamake [cmd/nmake]: *** exit code 127 making Makerules.mo
mamake: *** exit code 1 making cmd/nmake
Looking at the log libast couldn’t build. I see conflicting type for
_ast_strtoll and unknown type name off64_t
If I roll back to cc6bd939cf0be77c4be0a01211090bd155d31817 the compile works.
I already have a PR[1] for it. I will merge it now.
ASE
--
E. Koutsofios
AT&T Labs - Research
_______________________________________________
ast-developers mailing list
http://lists.research.att.com/mailman/listinfo/ast-developers
[1] https://github.com/att/ast/pull/77
--
--
Siteshwar Vashisht
Loading...