Date: Fri, 23 Feb 2018 09:40:20 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 226137] installworld fails after unsetting WITHOUT_LOCALES=yes Message-ID: <bug-226137-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226137 Bug ID: 226137 Summary: installworld fails after unsetting WITHOUT_LOCALES=yes Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: rakuco@FreeBSD.org CC: bapt@FreeBSD.org, bdrewery@FreeBSD.org I've recently installed a r329338 snapshot on a VM, then: * svn up'ed to 329837 * Added WITHOUT_LOCALES=yes to /etc/src.conf and updated the system * make delete-old removed /usr/share/locale I noticed that was a bad option, removed WITHOUT_LOCALES=yes, rebuilt world but make installworld fails: # make installworld make[1]: "/usr/obj/usr/src/amd64.amd64/compiler-metadata.mk" line 1: Using cached compiler metadata from build at bsdmonster on Fri Feb 23 09:45:54 CET 2018 mkdir -p /tmp/install.5XpPiWM0 progs=$(for prog in [ awk cap_mkdb cat chflags chmod chown cmp cp date echo egrep find grep id install ln make mkdir mtree mv pwd_mkdb rm sed services_mkdb sh sort strip sysctl test true uname wc zic tzsetup makewhatis; do if progpath=`which $prog`; then echo $progpath; else echo "Required tool $prog not found in PATH." >&2; exit 1; fi; done); libs=$(ldd -f "%o %p\n" -f "%o %p\n" $progs 2>/dev/null | sort -u | while read line; do set -- $line; if [ "$2 $3" != "not found" ]; then echo $2; else echo "Required library $1 not found." >&2; exit 1; fi; done); cp $libs $progs /tmp/install.5XpPiWM0 cp -R ${PATH_LOCALE:-"/usr/share/locale"} /tmp/install.5XpPiWM0/locale cp: /usr/share/locale: No such file or directory *** Error code 1 -- 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-226137-8>
