Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2016 05:53:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 214562] installworld on 11.0-Stable WITHOUT_CAPSICUM missing /etc/casper
Message-ID:  <bug-214562-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214562

            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@FreeBSD.org
          Reporter: dewayne@heuristicsystems.com.au
                CC: freebsd-amd64@FreeBSD.org
                CC: freebsd-amd64@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=3D/usr/prod/110101/P/PRESCOTT/d.=20=20

Using my existing, make.conf and src.conf, the latter contains
WITHOUT_CAPSICUM=3DYES, the installworld fails with=20

--- _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=3D seems to work. At at least arrive at=20
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=3Dsrc.conf&apropos=3D0&sektion=3D=
0&manpath=3DFreeBSD+11.0-stable&arch=3Ddefault&format=3Dhtml
give me a clue
WITHOUT_DMAGENT=3D

On with the hunt...

--=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-214562-8>