Date: Sat, 20 Aug 2022 09:03:43 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 265954] make installworld error on current Message-ID: <bug-265954-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265954 Bug ID: 265954 Summary: make installworld error on current Product: Base System Version: CURRENT Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: zsolty_szasz@yahoo.com I would like to report that make installworld on -Current don't work. root@ryzen:/usr/src # uname -a FreeBSD ryzen 14.0-CURRENT FreeBSD 14.0-CURRENT #0 main-n257514-3b7935f33b5: Sat Aug 20 08:58:42 EEST 2022=20=20=20=20 root@ryzen:/usr/obj/usr/src.bak/src/amd64.amd64/sys/GENERIC amd64 -------------------------------------------------------------- >>> Install check world -------------------------------------------------------------- mkdir -p /tmp/install.DwB02MfB3X progs=3D$(for prog in [ awk cap_mkdb cat chflags chmod chown cmp cp date e= cho egrep find grep id install ln make mkdir mtree mv pwd_mkdb rm sed services_mkdb sh sort strip sysctl test time true uname wc zic tzsetup=20 makewhatis; do if progpath=3D`env PATH=3D/usr/obj/usr/src/amd64.amd64/tmp/bin:/usr/obj/usr/src/amd64.amd64/tm= p/usr/sbin:/usr/obj/usr/src/amd64.amd64/tmp/usr/bin:/usr/obj/usr/src/amd64.= amd64/tmp/legacy/usr/sbin:/usr/obj/usr/src/amd64.amd64/tmp/legacy/usr/bin:/= usr/obj/usr/src/amd64.amd64/tmp/legacy/bin:/usr/obj/usr/src/amd64.amd64/tmp= /legacy/usr/libexec::/sbin:/bin:/usr/sbin:/usr/bin which $prog`; then echo $progpath; else echo "Required tool $prog not fo= und in PATH ($PATH)." >&2; exit 1; fi; done); if [ -z "" ] ; then libs=3D$= (ldd -f "%o %p\n" -f "%o %p\n" $progs 2>/dev/null | sort -u | grep -Ev '\[.*]' |= =20 while read line; do set -- $line; if [ "$2 $3" !=3D "not found" ]; then = echo $2; else echo "Required library $1 not found." >&2; exit 1; fi; done);= =20 fi; cp $libs $progs /tmp/install.DwB02MfB3X Required library libdialog.so.9 not found. *** Error code 1 Stop. make[1]: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src --=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-265954-227>