[Bug 265954] make installworld error on current
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265954] make installworld error on current"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265954] make installworld error on current"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265954] make installworld error on current"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265954] make installworld error on current"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Aug 2022 09:03:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265954 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 root@ryzen:/usr/obj/usr/src.bak/src/amd64.amd64/sys/GENERIC amd64 -------------------------------------------------------------- >>> Install check world -------------------------------------------------------------- mkdir -p /tmp/install.DwB02MfB3X 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 time true uname wc zic tzsetup makewhatis; do if progpath=`env PATH=/usr/obj/usr/src/amd64.amd64/tmp/bin:/usr/obj/usr/src/amd64.amd64/tmp/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 found in PATH ($PATH)." >&2; exit 1; fi; done); if [ -z "" ] ; then libs=$(ldd -f "%o %p\n" -f "%o %p\n" $progs 2>/dev/null | sort -u | grep -Ev '\[.*]' | 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); 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 -- You are receiving this mail because: You are the assignee for the bug.