Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2018 14:48:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 234152] libpmc does not build reproducibly
Message-ID:  <bug-234152-227-DNMJ1KXklK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-234152-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-234152-227@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=3D234152

--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
mmacy tracked this to jevents.c's use of nftw(3) which traverses in filesys=
tem
order. nftw uses fts(3) internally but there is unfortunately no way to hav=
e 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.

--=20
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-234152-227-DNMJ1KXklK>