fabikd opened a new issue, #7713: URL: https://github.com/apache/trafficcontrol/issues/7713
<!-- ************ STOP!! ************ If this issue identifies a security vulnerability, DO NOT submit it! Instead, contact the Apache Traffic Control Security Team at [email protected] and follow the guidelines at https://apache.org/security regarding vulnerability disclosure. - For *SUPPORT QUESTIONS*, use the #traffic-control channel on the ASF slack (https://s.apache.org/tc-slack-request) or the Traffic Control Users mailing list (send an email to [email protected] to subscribe). - Before submitting, please **SEARCH GITHUB** for a similar issue or PR * https://github.com/apache/trafficcontrol/issues * https://github.com/apache/trafficcontrol/pulls --> <!-- Do not submit security vulnerabilities or support requests here - see above --> ## This Bug Report affects these Traffic Control components: <!-- delete all those that don't apply --> - Traffic Control Cache Config (`t3c`, formerly ORT) - Traffic Control Health Client (t3c-health-client) - Traffic Control Client <!-- Please specify which (Python, Go, or Java) --> - Traffic Monitor - Traffic Ops - Traffic Portal - Traffic Router - Traffic Stats - Grove - CDN in a Box - Automation <!-- Please specify which (GitHub Actions, Docker images, Ansible Roles, etc.) --> ## What did you do? <!-- If the current behavior is a bug, please provide the *STEPS TO REPRODUCE* and include the applicable TC version. --> Git pull on master for most recent code. Deleted the `dist` folder and when trying to rebuild rpms using `make build-builders` I get error message below: `CXXLD experimental/traffic_dump/traffic_dump.la /opt/rh/gcc-toolset-9/root/usr/bin/ld: experimental/statichit/.libs/statichit.so: hidden symbol `_ZNSt10filesystem9_Dir_base7advanceEbRSt10error_code' isn't defined /opt/rh/gcc-toolset-9/root/usr/bin/ld: final link failed: bad value collect2: error: ld returned 1 exit status make[2]: *** [Makefile:5011: experimental/statichit/statichit.la] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/root/rpmbuild/BUILD/trafficserver-9.2.2/plugins' make[1]: *** [Makefile:7299: all-recursive] Error 1 make[1]: Leaving directory '/root/rpmbuild/BUILD/trafficserver-9.2.2/plugins' make: *** [Makefile:893: all-recursive] Error 1 error: Bad exit status from /var/tmp/rpm-tmp.nZZ75B (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.nZZ75B (%build) Failed to build the ATS RPM. make: *** [../../dist/trafficserver-.el8..rpm] Error 1` ## What did you expect to happen? <!-- Describe how the bug happens --> RPMs build without errors. ## What actually happened? <!-- Describe what the behavior would be without the bug --> RPMs build without errors. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
