[Bug 198312] sysutils/lsof no longer builds after head/r279433
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Mar 5 13:15:33 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198312
Bug ID: 198312
Summary: sysutils/lsof no longer builds after head/r279433
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: junchoon at dec.sakura.ne.jp
CC: ler at lerctr.org
Flags: maintainer-feedback?(ler at lerctr.org)
CC: ler at lerctr.org
Created attachment 153833
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153833&action=edit
Build error log.
After upgrading head (amd64) from r279417 to r279579, sysutils/lsof no longer
builds.
Looking into build log (attached) and commit messages, it seems that r279433
broke build of sysutils/lsof.
(Not actually bi-sected)
Fix:
Not known. But maybe renaming asprintf() and vasprintf() in
sys/sys/systm.h and its consumers to avoid conflicts would help from
base side.
Comment from committer of r279433 (Ryan Stone):
Would:
#undef __BSD_VISIBLE
#include <stdio.h>
#define __BSD_VISIBLE 1
Work in lsof?
https://lists.freebsd.org/pipermail/freebsd-current/2015-March/054940.html
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list