Re: [I] ☂ cmake: audit tasks [trafficserver]

2023-10-30 Thread via GitHub
cmcfarlen commented on issue #10241: URL: https://github.com/apache/trafficserver/issues/10241#issuecomment-1785584227 One way I have found to find the differences is to enable cmake's `CMAKE_EXPORT_COMPILE_COMMANDS` option and then compare that to the filesystem. Cmake will output a comp

Re: [I] ☂ cmake: audit tasks [trafficserver]

2023-10-30 Thread via GitHub
ywkaras commented on issue #10241: URL: https://github.com/apache/trafficserver/issues/10241#issuecomment-1785352426 It looks like there may be over 100 c/cpp/cc file that appear in a Makefile.am or Makefile.inc file, but not in a CMakeLists.txt file. I will work on addressing this. --

Re: [I] ☂ cmake: audit tasks [trafficserver]

2023-10-27 Thread via GitHub
ywkaras commented on issue #10241: URL: https://github.com/apache/trafficserver/issues/10241#issuecomment-1783667798 Some Catch unit tests are missing in the CMake build: wkaras ~/REPOS/TS O$ cat ~/find_catch CML=$( find . -name CMakeLists.txt ) LAST='___NONE___' grep -l -

Re: [I] ☂ cmake: audit tasks [trafficserver]

2023-10-25 Thread via GitHub
ywkaras commented on issue #10241: URL: https://github.com/apache/trafficserver/issues/10241#issuecomment-1779795156 -Djemalloc_ROOT=xxx doesn't seem to be working. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] ☂ cmake: audit tasks [trafficserver]

2023-10-25 Thread via GitHub
ywkaras commented on issue #10241: URL: https://github.com/apache/trafficserver/issues/10241#issuecomment-1779654129 My development environment is in a x86_64, RHEL8(-ish, Yahoo kernel mods) container in the Yahoo internal cloud. The autotools ./configure detects it as supporting 128 bit