Description of problem: As reported by rpminspect: 1) /usr/bin/llvm-jitlink may use forbidden functions on aarch64 Result: VERIFY Waiver Authorization: Anyone Details: Forbidden function symbols found: gethostbyname Suggested Remedy: Forbidden symbols were found in an ELF file in the package. The configuration settings for rpminspect indicate the named symbols are forbidden in packages. If this is deliberate, you may want to disable the badfuncs inspection. If it is not deliberate, check the man pages for the named symbols to see what API functions have replaced the forbidden symbols. Usually a function is marked as deprecated but still provided in order to allow for backwards compatibility. Whenever possible the deprecated functions should not be used. http://artifacts.osci.redhat.com/testing-farm/b8a9b2c1-2731-49d3-8faa-da06d1088f41/work-rpminspectYEN1Xz/rpminspect/execute/data/badfuncs/output.txt Version-Release number of selected component (if applicable): llvm-12.0.0-4.el9 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
This has been fixed upstream in cba2552bfec1c9d837f7285a743e9e12fa6b043e
Verified with llvm-12.0.0-6.el9, the test is part of the mandatory gating suite.
*** Bug 1958422 has been marked as a duplicate of this bug. ***