[Bug 211952] make buildworld fails with read-only /usr/src

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Aug 19 22:32:35 UTC 2016


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

Jilles Tjoelker <jilles at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |bdrewery at FreeBSD.org,
                   |                            |jilles at FreeBSD.org

--- Comment #1 from Jilles Tjoelker <jilles at FreeBSD.org> ---
It looks like this was caused by SVN r296702. Since that revision, it attempts
to build some source files from other source files (for example
share/i18n/esdb/AST/ARMSCII-7.src from share/i18n/esdb/AST/ARMSCII-7.src). It
is probably better to move these commands to a script that is run manually if
needed, somewhat like sys/kern/makesyscalls.sh.

As a workaround, you can run one build with a read/write source tree and revert
the changes, if any. After that, the timestamps will be such that it will not
attempt to rebuild the files again.

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


More information about the freebsd-bugs mailing list