Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 2014 04:13:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196103] update to sysutils/lsof 4.89A is broken on 10.1-STABLE
Message-ID:  <bug-196103-13-Th27t3GHlD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196103-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196103-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196103

--- Comment #12 from Tomoaki AOKI <junchoon@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.



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