[Bug 214562] installworld on 11.0-Stable WITHOUT_CAPSICUM missing /etc/casper
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Nov 16 05:53:04 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214562
Bug ID: 214562
Summary: installworld on 11.0-Stable WITHOUT_CAPSICUM missing
/etc/casper
Product: Base System
Version: 11.0-STABLE
Hardware: amd64
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: bin
Assignee: freebsd-bugs at FreeBSD.org
Reporter: dewayne at heuristicsystems.com.au
CC: freebsd-amd64 at FreeBSD.org
CC: freebsd-amd64 at FreeBSD.org
Unfortunately I'm trying to migrate from 10.3S to 11.0Stable, rather than
install into the main system, I'm installing into a workarea
DESTDIR=/usr/prod/110101/P/PRESCOTT/d.
Using my existing, make.conf and src.conf, the latter contains
WITHOUT_CAPSICUM=YES, the installworld fails with
--- _FILESINS ---
install -o root -g wheel -m 444 system.dns system.grp system.pwd
system.random system.sysctl /usr/prod/110101/P/PRESCOTT/d/etc/casper/
install: target directory `/usr/prod/110101/P/PRESCOTT/d/etc/casper/' does not
exist
usage: install [-bCcpSsUv] [-f flags] [-g group] [-m mode] [-o owner]
...
bmake[3]: stopped in /usr/src/etc/casper
1 error
bmake[3]: stopped in /usr/src/etc/casper
*** [distribution] Error code 2
bmake[2]: stopped in /usr/src/etc
1 error
Adding WITHOUT_CASPER= seems to work. At at least arrive at
install -C -o root -g wheel -m 644 /usr/src/libexec/dma/dmagent/dma.conf
/usr/prod/110101/P/PRESCOTT/d/etc/dma/
install: /usr/prod/110101/P/PRESCOTT/d/etc/dma/: No such file or directory
*** [_CONFSINS] Error code 71
bmake[5]: stopped in /usr/src/libexec/dma/dmagent
1 error
Thankful that
https://www.freebsd.org/cgi/man.cgi?query=src.conf&apropos=0&sektion=0&manpath=FreeBSD+11.0-stable&arch=default&format=html
give me a clue
WITHOUT_DMAGENT=
On with the hunt...
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-amd64
mailing list