Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Oct 2023 21:54:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 274272] usr.bin/bmake: does not create make if tests dir does not exist
Message-ID:  <bug-274272-227-2QEZ9zjfkF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274272-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-274272-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=3D274272

--- Comment #3 from Ivan Rozhuk <rozhuk.im@gmail.com> ---
(In reply to Simon J. Gerraty from comment #2)

It is my local problem, it is out of usual FreeBSD sources use cases.

Software certification requires to provide source files that was really used
during build: compiled or copied to distribution.
We use ktrace + custom parser to find out files that was
open+read/fstat/mmap/copy_file, next we copy files from this list to new dir
and try to build FreeBSD to ensure that nothing miss.

At this time there is only small number of issues that breaks this, another
one: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274273

All this looks simple to fix, patch is simple workaround that we use.

--=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-274272-227-2QEZ9zjfkF>