You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/11/15 21:33:28 UTC

[GitHub] [trafficserver] SolidWallOfCode opened a new pull request, #9199: Errata severity

SolidWallOfCode opened a new pull request, #9199:
URL: https://github.com/apache/trafficserver/pull/9199

   A precursor to #9193 to split out some of the changes.
   
   This enables using `Errata` with the internal ATS severity levels. One of the changes to `Errata` from ATS core to libswoc was to enable this convergence of values.
   
   The levels are put into the CPP util directory to avoid circular dependencies in building, e.g. nothing in that directory depends on things built later.


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

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


[GitHub] [trafficserver] SolidWallOfCode commented on pull request #9199: Errata severity

Posted by GitBox <gi...@apache.org>.
SolidWallOfCode commented on PR #9199:
URL: https://github.com/apache/trafficserver/pull/9199#issuecomment-1319002037

   Wow, it worked! Unfortunately I need to make some libswoc related changes. I'l break those out in to separate PRs.


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

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


[GitHub] [trafficserver] SolidWallOfCode merged pull request #9199: Errata severity

Posted by GitBox <gi...@apache.org>.
SolidWallOfCode merged PR #9199:
URL: https://github.com/apache/trafficserver/pull/9199


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

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


[GitHub] [trafficserver] bneradt commented on pull request #9199: Errata severity

Posted by GitBox <gi...@apache.org>.
bneradt commented on PR #9199:
URL: https://github.com/apache/trafficserver/pull/9199#issuecomment-1320268311

   The OSX error link:
   https://ci.trafficserver.apache.org/job/Github_Builds/job/osx/406/console
   
   ```
   Undefined symbols for architecture x86_64:
     "swoc::_1_4_0::Errata::SEVERITY_NAMES", referenced from:
         __GLOBAL__sub_I_ts_diags.cc in ts_diags.o
     "swoc::_1_4_0::Errata::DEFAULT_SEVERITY", referenced from:
         __GLOBAL__sub_I_ts_diags.cc in ts_diags.o
     "swoc::_1_4_0::Errata::FAILURE_SEVERITY", referenced from:
         __GLOBAL__sub_I_ts_diags.cc in ts_diags.o
   ld: symbol(s) not found for architecture x86_64
   clang: error: linker command failed with exit code 1 (use -v to see invocation)
   make[1]: *** [libtscpputil.la] Error 1
   make: *** [all-recursive] Error 1
   ```


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

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


[GitHub] [trafficserver] SolidWallOfCode commented on pull request #9199: Errata severity

Posted by GitBox <gi...@apache.org>.
SolidWallOfCode commented on PR #9199:
URL: https://github.com/apache/trafficserver/pull/9199#issuecomment-1317130134

   [ci approve osx]


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

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


[GitHub] [trafficserver] SolidWallOfCode commented on pull request #9199: Errata severity

Posted by GitBox <gi...@apache.org>.
SolidWallOfCode commented on PR #9199:
URL: https://github.com/apache/trafficserver/pull/9199#issuecomment-1317131254

   [approve ci osx]


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

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