Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Aug 2021 01:42:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 258128] buildworld fails in rescue/rescue
Message-ID:  <bug-258128-227@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 258128
           Summary: buildworld fails in rescue/rescue
           Product: Base System
           Version: 13.0-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: mi@FreeBSD.org

Created attachment 227520
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D227520&action=
=3Dedit
The full build-log

Building the stable/13 sources on a stable/11 system (trying to upgrade from
source):

make MAKEOBJDIRPREFIX=3D/mnt/cache -DNO_CLEAN -DDB_FROM_SRC DESTDIR=3D/mnt
buildworld -j5

Fails with:

>>> stage 1.1: legacy release compatibility shims
--------------------------------------------------------------
cd /green/src/13; INSTALL=3D"sh /green/src/13/tools/install.sh"=20
TOOLS_PREFIX=3D/mnt/cache/green/src/13/tmp=20
PATH=3D/mnt/cache/green/src/13/tmp/legacy/usr/sbin:/mnt/cache/green/src/13/=
tmp/legacy/usr/bin:/mnt/cache/green/src/13/tmp/legacy/bin:/mnt/cache/green/=
src/13/tmp/legacy/usr/libexec:/sbin:/bin:/usr/sbin:/usr/bin
 WORLDTMP=3D/mnt/cache/green/src/13/tmp  MAKEFLAGS=3D"-m
/green/src/13/tools/build/mk  -D NO_CLEAN -D DB_FROM_SRC -j 5 -J 15,16 -m
/green/src/13/share/mk" make  -f Makefile.inc1  DESTDIR=3D=20
OBJTOP=3D'/mnt/cache/green/src/13/tmp/obj-tools'  OBJROOT=3D'${OBJTOP}/'=20
MAKEOBJDIRPREFIX=3D  BOOTSTRAPPING=3D1104511  BWPHASE=3Dlegacy  -DNO_CPU_CF=
LAGS=20
-DNO_LINT  -DNO_PIC  -DNO_SHARED  MK_CTF=3Dno  MK_CLANG_EXTRAS=3Dno=20
MK_CLANG_FORMAT=3Dno  MK_CLANG_FULL=3Dno  MK_HTML=3Dno  MK_LLDB=3Dno  MK_MA=
N=3Dno=20
MK_PROFILE=3Dno  MK_RETPOLINE=3Dno  MK_SSP=3Dno  MK_TESTS=3Dno  MK_WERROR=
=3Dno=20
MK_INCLUDES=3Dyes  MK_MAN_UTILS=3Dyes MK_LLVM_TARGET_ALL=3Dno legacy
[Creating objdir /mnt/cache/green/src/13/tmp/obj-tools...]
make[2]: "/green/src/13/Makefile.inc1" line 454: The src.conf WITHOUT_CLEAN
option can now be used instead of NO_CLEAN.
--- legacy ---
=3D=3D=3D> tools/build (obj,includes,all,install)
[Creating objdir /mnt/cache/green/src/13/tmp/obj-tools/tools/build...]
--- _INCSINS ---
--- _SYSINCSINS ---
...skipping...
--- iscsid_stub.o ---
cc -target x86_64-unknown-freebsd13.0 --sysroot=3D/mnt/cache/green/src/13/t=
mp
-B/mnt/cache/green/src/13/tmp/usr/bin -O2 -pipe -fno-common -march=3Dcore2=
=20=20
-std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wall
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -W
return-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter
-Wcast-align -Wchar-subscripts -Wnested-externs -Wredundant-decls
-Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations
-Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-vari=
able
 -Qunused-arguments=20=20
   -static    -O2 -pipe -fno-common -c iscsid_stub.c -o iscsid_stub.o
--- cat.lo ---
cc -target x86_64-unknown-freebsd13.0 --sysroot=3D/mnt/cache/green/src/13/t=
mp
-B/mnt/cache/green/src/13/tmp/usr/bin -O2 -pipe -fno-common -march=3Dcore2=
=20=20
-std=3Dgnu99 -Wno-format-zero-length -Wsystem-headers -Werror -Wall
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -W
return-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter
-Wcast-align -Wchar-subscripts -Wnested-externs -Wredundant-decls
-Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations
-Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-vari=
able
 -Qunused-arguments=20=20
   -static   -nostdlib -Wl,-dc -r -o cat.lo cat_stub.o
/mnt/cache/green/src/13/rescue/rescue//green/src/13/bin/cat/cat.o
cc: error: no such file or directory:
'/mnt/cache/green/src/13/rescue/rescue//green/src/13/bin/cat/cat.o'
*** [cat.lo] Error code 1

make[5]: stopped in /mnt/cache/green/src/13/rescue/rescue
...

When this happens, the only two subdirectories under the
/mnt/cache/green/src/13/rescue/rescue/green/src/13/bin/ are csh and sh.

--=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-258128-227>