[Bug 196103] update to sysutils/lsof 4.89A is broken on 10.1-STABLE

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 20 04:13:11 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196103

--- Comment #12 from Tomoaki AOKI <junchoon at dec.sakura.ne.jp> ---
(In reply to Larry Rosenman from comment #11)
> pr 196142 should fix this.

Unfortunately, not fixes for me. stable/10 r275926 amd64.
(Updated base yesterday.)

Needs including stdbool.h in dialects/freebsd/dlsof.h.
Actually, looking in a bit further, including sys/types.h
in my previous patch was overkill.

Please note that possibly my patch would not be needed for
branches / archs other than stable/10 amd64.
(Not tested with other branches/archs.)

Other solution but not recommended:
 Add typedef for bool somewhere in dialects/freebsd/dlsof.h
 instead of including stdbool.h.

Reason:
 Typedef for type bool is missing. Possibly problem in base,
 as lsof was built fine before. (Cannot recall the revision.)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list