[Bug 202495] Fix devel/libpru build with clang 3.7.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Aug 19 20:03:57 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202495
Bug ID: 202495
Summary: Fix devel/libpru build with clang 3.7.0
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: rpaulo at FreeBSD.org
Reporter: dim at FreeBSD.org
Assignee: rpaulo at FreeBSD.org
Flags: maintainer-feedback?(rpaulo at FreeBSD.org)
Created attachment 160113
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=160113&action=edit
Fix devel/libpru printf format errors with clang 3.7.0
During the exp-run in bug 201377, it was found that devel/libpru gives errors
with a recent clang 3.7.0 snapshot:
http://package18.nyi.freebsd.org/data/headi386PR201377-default/2015-07-31_12h04m22s/logs/errors/libpru-0.2.log
This is because the port compiles with -Weverything -Werror, and attempts to
print various pointers which are not void * using the %p format. This can be
fixed by casting the pointers to void *.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list