| Summary: | Building ^/releng/10.3 from 10.3-RELEASE-p4 fails: don't know how to make lzma12.h. Stop | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Enji Cooper <ngie> |
| Component: | bin | Assignee: | Xin LI <delphij> |
| Status: | Closed Unable to Reproduce | ||
| Severity: | Affects Many People | CC: | bigwoody2 |
| Priority: | --- | ||
| Version: | 10.3-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Enji Cooper
2016-06-19 05:08:07 UTC
$ svn info Path: . Working Copy Root Path: /usr/src URL: https://svn.freebsd.org/base/releng/10.3 Relative URL: ^/releng/10.3 Repository Root: https://svn.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 302017 Node Kind: directory Schedule: normal Last Changed Author: delphij Last Changed Rev: 301301 Last Changed Date: 2016-06-03 22:46:52 -0700 (Fri, 03 Jun 2016) I highly doubt this because the way how freebsd-update is built is exactly creating a jail, apply patches and build from scratch, twice. I'm starting a build from scratch on an isolated environment to verify. Unable to reproduce (from 10.3-RELEASE base.txz to releng/10.3). I confirmed that the environment was the culprit. Running "svn status" on /usr/src, it seems that the svn switch operation was interrupted (a large number of paths were reporting "S"). Running "svn switch ^/releng/10.3" fixed the problem. make buildworld buildkernel subsequently completed successfully on picasso.local. |