Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Mar 2015 13:15:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198312] sysutils/lsof no longer builds after head/r279433
Message-ID:  <bug-198312-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: junchoon@dec.sakura.ne.jp
                CC: ler@lerctr.org
             Flags: maintainer-feedback?(ler@lerctr.org)
                CC: ler@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198312-13>