Re: sysutils/lsof does not build (maybe) after r279433

2015-03-05 Thread Tomoaki AOKI
Done.
Bug 198312 - sysutils/lsof no longer builds after head/r279433

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

On Wed, 04 Mar 2015 20:43:11 -0600
Larry Rosenman  wrote:

> On 2015-03-04 17:23, Ryan Stone wrote:
> > Would:
> > 
> > #undef __BSD_VISIBLE
> > #include 
> > #define __BSD_VISIBLE 1
> > 
> > 
> > Work in lsof?
> > ___
> > freebsd-current@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-current
> > To unsubscribe, send any mail to 
> > "freebsd-current-unsubscr...@freebsd.org"
> 
> 
> I've fired off a note to Vic Abell (lsof author).
> 
> Can one of you file a Bugzilla ticket for me?
> 
> Thanks!
> 
> -- 
> Larry Rosenman http://www.lerctr.org/~ler
> Phone: +1 214-642-9640 E-Mail: l...@lerctr.org
> US Mail: 108 Turvey Cove, Hutto, TX 78634-5688
> 
> ___
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
> 


-- 
青木 知明  [Tomoaki AOKI]
junch...@dec.sakura.ne.jp
mxe02...@nifty.com
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: sysutils/lsof does not build (maybe) after r279433

2015-03-04 Thread Larry Rosenman

On 2015-03-04 17:23, Ryan Stone wrote:

Would:

#undef __BSD_VISIBLE
#include 
#define __BSD_VISIBLE 1


Work in lsof?
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to 
"freebsd-current-unsubscr...@freebsd.org"



I've fired off a note to Vic Abell (lsof author).

Can one of you file a Bugzilla ticket for me?

Thanks!

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: l...@lerctr.org
US Mail: 108 Turvey Cove, Hutto, TX 78634-5688

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: sysutils/lsof does not build (maybe) after r279433

2015-03-04 Thread Ryan Stone
Would:

#undef __BSD_VISIBLE
#include 
#define __BSD_VISIBLE 1


Work in lsof?
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


sysutils/lsof does not build (maybe) after r279433

2015-03-04 Thread Tomoaki AOKI
Hi.

Today I upgraded my -head (amd64) VM from r279417 to r279579, and
sysutils/lsof does not build any more.

Looking into build log (attached), it seems that r279433 broke build.
(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. Can sysutils/lsof side support this?

-- 
Tomoaki AOKIjunch...@dec.sakura.ne.jp


lsof_20150304.log
Description: Binary data
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"