You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/04/28 06:06:27 UTC

[GitHub] [trafficserver] Kullu14 opened a new issue #7754: Can ATS be build on platforms like ARM, PPC, MIPS ?

Kullu14 opened a new issue #7754:
URL: https://github.com/apache/trafficserver/issues/7754


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] WolfgangBai commented on issue #7754: Can ATS be build on platforms like ARM, PPC, MIPS ?

Posted by GitBox <gi...@apache.org>.
WolfgangBai commented on issue #7754:
URL: https://github.com/apache/trafficserver/issues/7754#issuecomment-828301981


   1.luajit can't compile, I disable it by --disable-luajit. 
   2. machine page size may have problem. it need Memory alignment. you can search STORE_BLOCK_SIZE in ATS code.it may fix in latest code.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] Kullu14 commented on issue #7754: Can ATS be build on platforms like ARM, PPC, MIPS ?

Posted by GitBox <gi...@apache.org>.
Kullu14 commented on issue #7754:
URL: https://github.com/apache/trafficserver/issues/7754#issuecomment-828294208


   Did you have to do any modifications to make the build of trafficserver work on ARM platforms?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] Kullu14 commented on issue #7754: Can ATS be build on platforms like ARM, PPC, MIPS ?

Posted by GitBox <gi...@apache.org>.
Kullu14 commented on issue #7754:
URL: https://github.com/apache/trafficserver/issues/7754#issuecomment-829798581


   @zwoop  have you cross-compiled it or ran it on ARM machine only


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] Kullu14 commented on issue #7754: Can ATS be build on platforms like ARM, PPC, MIPS ?

Posted by GitBox <gi...@apache.org>.
Kullu14 commented on issue #7754:
URL: https://github.com/apache/trafficserver/issues/7754#issuecomment-828922242


   Okay Thank you for your help. I tried to cross-compiled ARM on x86-64 machine 
   I get following error
   /bin/sh: ./CompileParseRules: cannot execute binary file: Exec format error
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] WolfgangBai commented on issue #7754: Can ATS be build on platforms like ARM, PPC, MIPS ?

Posted by GitBox <gi...@apache.org>.
WolfgangBai commented on issue #7754:
URL: https://github.com/apache/trafficserver/issues/7754#issuecomment-828172842


   I only test ARM, It is Ok.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] Kullu14 commented on issue #7754: Can ATS be build on platforms like ARM, PPC, MIPS ?

Posted by GitBox <gi...@apache.org>.
Kullu14 commented on issue #7754:
URL: https://github.com/apache/trafficserver/issues/7754#issuecomment-829798469


   @WolfgangBai it is trying to execute ./CompileParseRules to detect the leaks by executing following command 
   "ParseRulesCType: CompileParseRules
           LSAN_OPTIONS='detect_leaks=0' ./CompileParseRules" while cross-compiling trafficserver 
   this is build using aarch64 crosscompiler n trying to execute in host Machine (which x86_64) for me that why getting above error.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] WolfgangBai commented on issue #7754: Can ATS be build on platforms like ARM, PPC, MIPS ?

Posted by GitBox <gi...@apache.org>.
WolfgangBai commented on issue #7754:
URL: https://github.com/apache/trafficserver/issues/7754#issuecomment-828923716


   The problem has nothing to do with ATS,You can see the link below.
   https://askubuntu.com/questions/648555/bash-program-cannot-execute-binary-file-exec-format-error


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] Kullu14 commented on issue #7754: Can ATS be build on platforms like ARM, PPC, MIPS ?

Posted by GitBox <gi...@apache.org>.
Kullu14 commented on issue #7754:
URL: https://github.com/apache/trafficserver/issues/7754#issuecomment-828317017


   I did disable luajit. Have cross-compiled trafficserver for ARM platform ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] bryancall commented on issue #7754: Can ATS be build on platforms like ARM, PPC, MIPS ?

Posted by GitBox <gi...@apache.org>.
bryancall commented on issue #7754:
URL: https://github.com/apache/trafficserver/issues/7754#issuecomment-831555762


   Talking to the community and we would need an owner for MIPS and PPC.  We are interested in supporting ARM and M1 chips going forward and are interested in setting up CI to compile on those platforms.
   
   Please reopen if you want to support MIPS or PPC.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] WolfgangBai commented on issue #7754: Can ATS be build on platforms like ARM, PPC, MIPS ?

Posted by GitBox <gi...@apache.org>.
WolfgangBai commented on issue #7754:
URL: https://github.com/apache/trafficserver/issues/7754#issuecomment-828323468


   I only compile in ARM machine.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] bryancall closed issue #7754: Can ATS be build on platforms like ARM, PPC, MIPS ?

Posted by GitBox <gi...@apache.org>.
bryancall closed issue #7754:
URL: https://github.com/apache/trafficserver/issues/7754


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] zwoop commented on issue #7754: Can ATS be build on platforms like ARM, PPC, MIPS ?

Posted by GitBox <gi...@apache.org>.
zwoop commented on issue #7754:
URL: https://github.com/apache/trafficserver/issues/7754#issuecomment-829779196


   It has been possible to build and run on 64-bit ARM in the past. I haven't tried lately.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org