[Bug 234152] libpmc does not build reproducibly

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 20 14:48:25 UTC 2018


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

--- Comment #1 from Ed Maste <emaste at freebsd.org> ---
mmacy tracked this to jevents.c's use of nftw(3) which traverses in filesystem
order. nftw uses fts(3) internally but there is unfortunately no way to have it
sort entries. There was a suggestion of a flag extension to POSIX (e.g.
FTW_SORT) to have nftw pass a comparison function to fts_open.

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


More information about the freebsd-bugs mailing list