This excess / was introduced in r280129, and fixed in r295230, but got
re-introduced while merging another branch in r298107.
Details
Details
Do make -DNO_ROOT packagesystem as an unprivileged user in src/release,
and:
- Check type=link lines in release/dist/METALOG, old:
./base//usr/bin/cpio type=link mode=0755 link=bsdcpio tags=package=runtime
should become:
./base/usr/bin/cpio type=link mode=0755 link=bsdcpio tags=package=runtime
- Check base.txz contains symbolic files, such as usr/bin/cpio@ -> bsdcpio
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable