[Bug 263108] make buildworld failure with c71ae91f1976746b380a8aada8676d7ae084fdc5

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 07 Apr 2022 05:52:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263108

            Bug ID: 263108
           Summary: make buildworld failure with
                    c71ae91f1976746b380a8aada8676d7ae084fdc5
           Product: Base System
           Version: CURRENT
          Hardware: Any
               URL: https://cgit.freebsd.org/src/log/?qt=range&q=c71ae91f1
                    976746b380a8aada8676d7ae084fdc5
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: grahamperrin@gmail.com

Created attachment 233013
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=233013&action=edit
buildworld.log (compressed)

Log attached, I'm not sure how to interpret the errors in this case. 


=================
Near the tail
=================

ld: error: too many errors emitted, stopping now (use -error-limit=0 to see all
errors)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** [sshd.full] Error code 1


=================
/etc/src.conf
=================

KERNCONF=GENERIC-NODEBUG
PORTS_MODULES= emulators/virtualbox-ose-kmod graphics/drm-devel-kmod
graphics/gpu-firmware-kmod
WITH_CCACHE_BUILD=yes
WITH_MALLOC_PRODUCTION=yes


=================
/etc/src-env.conf
=================

WITH_META_MODE=yes


=================
Commands
=================

root@mowa219-gjp4-8570p-freebsd:~ # echo "" ; date ; uname -sr ; echo "shell:
$SHELL" ; echo "" ; git -C /usr/ports pull --ff-only && echo "" ; git -C
/usr/src pull --ff-only && set freebsdmaingitcommitcount="`git -C /usr/src
rev-list --first-parent --count HEAD`" && echo "freebsd/main (FreeBSD-CURRENT)
Git commit count: $freebsdmaingitcommitcount" && set freebsdmaingithash="`git
-C /usr/src rev-list --max-count=1 HEAD`" && echo "freebsd/main Git hash:
$freebsdmaingithash" && echo
"<https://cgit.freebsd.org/src/commit/?id=$freebsdmaingithash>" && echo "– in
context: <https://cgit.freebsd.org/src/log/?qt=range&q=$freebsdmaingithash>"

Thu Apr  7 02:13:45 BST 2022
FreeBSD 14.0-CURRENT
shell: /bin/csh

Already up to date.

Already up to date.
freebsd/main (FreeBSD-CURRENT) Git commit count: 254436
freebsd/main Git hash: c71ae91f1976746b380a8aada8676d7ae084fdc5
<https://cgit.freebsd.org/src/commit/?id=c71ae91f1976746b380a8aada8676d7ae084fdc5>
– in context:
<https://cgit.freebsd.org/src/log/?qt=range&q=c71ae91f1976746b380a8aada8676d7ae084fdc5>
root@mowa219-gjp4-8570p-freebsd:~ # cd /usr/src && time make -j4 buildworld >&
buildworld.log && time make -j4 buildkernel >& buildkernel.log && tail
buildworld.log && tail buildkernel.log
40165.545u 1898.561s 3:56:50.66 296.0%  75281+823k 454065+507692io 92759pf+0w
root@mowa219-gjp4-8570p-freebsd:/usr/src #

-- 
You are receiving this mail because:
You are the assignee for the bug.