Date: Wed, 19 Aug 2015 20:03:57 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 202495] Fix devel/libpru build with clang 3.7.0 Message-ID: <bug-202495-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: dim@FreeBSD.org Assignee: rpaulo@FreeBSD.org Flags: maintainer-feedback?(rpaulo@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202495-13>