https://bugzilla.redhat.com/show_bug.cgi?id=2180989



--- Comment #20 from Benson Muite <[email protected]> ---
Thanks for the updates.  Output from fedora-review:

uftrace.x86_64: E: shared-library-without-dependency-information
/usr/lib64/uftrace/libmcount-nop.so
$ rpmlint -e shared-library-without-dependency-information
shared-library-without-dependency-information:
The listed shared library doesn't include information about which other
libraries the library was linked against.

Not sure why getting this.

uftrace.x86_64: W: position-independent-executable-suggested /usr/bin/uftrace
$ rpmlint -e position-independent-executable-suggested
position-independent-executable-suggested:
This executable should be position independent (all binaries should).  Check
that it is built with -fPIE/-fpie in compiler flags and -pie in linker flags.

-fPIE should be in compiler flags, but consider adding
LDFLAGS=$(LDFLAGS) -pie
to the spec file

uftrace.x86_64: W: binary-or-shlib-calls-gethostbyname /usr/bin/uftrace
$ rpmlint -e binary-or-shlib-calls-gethostbyname
binary-or-shlib-calls-gethostbyname:
The binary calls gethostbyname. Please port the code to use getaddrinfo.

Maybe upstream will update or accept a patch?


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2180989
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to