From owner-freebsd-current@FreeBSD.ORG Tue May 6 06:20:56 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D639E940 for ; Tue, 6 May 2014 06:20:56 +0000 (UTC) Received: from smtp.fagskolen.gjovik.no (smtp.fagskolen.gjovik.no [IPv6:2001:700:1100:1:200:ff:fe00:b]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "smtp.fagskolen.gjovik.no", Issuer "Fagskolen i Gj??vik" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7531A8AA for ; Tue, 6 May 2014 06:20:55 +0000 (UTC) Received: from mail.fig.ol.no (localhost [127.0.0.1]) by mail.fig.ol.no (8.14.8/8.14.8) with ESMTP id s466KnA1073150 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 6 May 2014 08:20:49 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) Received: from localhost (trond@localhost) by mail.fig.ol.no (8.14.8/8.14.8/Submit) with ESMTP id s466Kn4i073147; Tue, 6 May 2014 08:20:49 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) X-Authentication-Warning: mail.fig.ol.no: trond owned process doing -bs Date: Tue, 6 May 2014 08:20:49 +0200 (CEST) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= Sender: Trond.Endrestol@fagskolen.gjovik.no To: "O. Hartmann" Subject: Re: CURRENT: jemalloc_jemalloc.c:(.text+0xcb7): relocation truncated to fit: R_X86_64_PC32 against symbol `__je_ctl_boot' In-Reply-To: <20140505233438.185a5c56.ohartman@zedat.fu-berlin.de> Message-ID: References: <20140505233438.185a5c56.ohartman@zedat.fu-berlin.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) Organization: Fagskolen Innlandet OpenPGP: url=http://fig.ol.no/~trond/trond.key MIME-Version: 1.0 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=ham autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.fig.ol.no Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: FreeBSD CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2014 06:20:56 -0000 On Mon, 5 May 2014 23:34+0200, O. Hartmann wrote: > > It seems that I can not build anymore a kernel or world. > > I had an accident in a truncated /usr/libc while installing the last buildworld/kernel > with mixed up sources. > > Is there a way to revert this mess? > > I think I installed lib/libc with more recent sources than the last installed system > ( FreeBSD 11.0-CURRENT #7 r265358: Mon May 5 14:12:21 CEST 2014 amd64). > > Any help welcome. Maybe you could resurrect the corrupted library/ies from a recent snapshot. Try downloading base.txz from ftp://ftp1.de.freebsd.org/pub/FreeBSD/snapshots/amd64/amd64/11.0-CURRENT/, and then extract the contents into a safe (sub)directory, and carefully copy the files you need into place. > [...] > c++ -O2 -pipe -O3 -pipe -O3 -I/usr/src/usr.bin/clang/tblgen/../../../contrib/llvm/include > -I/usr/src/usr.bin/clang/tblgen/../../../contrib/llvm/tools/clang/include > -I/usr/src/usr.bin/clang/tblgen/../../../contrib/llvm/utils/TableGen -I. > -I/usr/src/usr.bin/clang/tblgen/../../../contrib/llvm/../../lib/clang/include > -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS > -fno-strict-aliasing -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd11.0\" > -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=\"\" > -I/usr/obj/usr/src/tmp/legacy/usr/include -std=c++11 -fno-exceptions -fno-rtti -static > -L/usr/obj/usr/src/tmp/legacy/usr/lib -o tblgen AsmMatcherEmitter.o AsmWriterEmitter.o > AsmWriterInst.o CTagsEmitter.o CallingConvEmitter.o CodeEmitterGen.o CodeGenDAGPatterns.o > CodeGenInstruction.o CodeGenMapTable.o CodeGenRegisters.o CodeGenSchedule.o > CodeGenTarget.o DAGISelEmitter.o DAGISelMatcher.o DAGISelMatcherEmitter.o > DAGISelMatcherGen.o DAGISelMatcherOpt.o DFAPacketizerEmitter.o DisassemblerEmitter.o > FastISelEmitter.o FixedLenDecoderEmitter.o InstrInfoEmitter.o IntrinsicEmitter.o > OptParserEmitter.o PseudoLoweringEmitter.o RegisterInfoEmitter.o SetTheory.o > SubtargetEmitter.o TGValueTypes.o TableGen.o X86DisassemblerTables.o X86ModRMFilters.o > X86RecognizableInstr.o /usr/obj/usr/src/tmp/usr/src/usr.bin/clang/tblgen/../../../lib/clang/libllvmtablegen/libllvmtablegen.a /usr/obj/usr/src/tmp/usr/src/usr.bin/clang/tblgen/../../../lib/clang/libllvmsupport/libllvmsupport.a > -lncurses -legacy /usr/lib/libc.a(jemalloc_jemalloc.o): In function `malloc': > jemalloc_jemalloc.c:(.text+0xcb7): relocation truncated to fit: R_X86_64_PC32 against > symbol `__je_ctl_boot' defined in .text section in /usr/lib/libc.a(jemalloc_ctl.o) c++: > error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 > > Stop. > make[3]: stopped in /usr/src/usr.bin/clang/tblgen > -- +-------------------------------+------------------------------------+ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technical College, Norway, | | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567, | | sentralbord 61 14 54 00. | Switchboard: +47 61 14 54 00. | +-------------------------------+------------------------------------+ From owner-freebsd-current@FreeBSD.ORG Tue May 6 07:45:11 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB4FA257; Tue, 6 May 2014 07:45:11 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id B8BD7F9B; Tue, 6 May 2014 07:45:11 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 1A9E0A27; Tue, 6 May 2014 07:45:11 +0000 (UTC) Date: Tue, 6 May 2014 07:45:03 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org, imp@FreeBSD.org, ken@FreeBSD.org, alc@FreeBSD.org Message-ID: <294125702.7.1399362311385.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_HEAD #611 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Jenkins-Job: FreeBSD_HEAD X-Jenkins-Result: FAILURE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2014 07:45:11 -0000 See Changes: [ken] Fix a problem with async notifications in the mpr(4) driver. This problem only occurs on versions of FreeBSD prior to the recent CAM locking changes. (i.e. stable/9 and older versions of stable/10) This change should be a no-op for head and stable/10. If a path isn't specified, xpt_register_async() will create a fully wildcarded path and acquire a lock (the XPT lock in older versions, and via xpt_path_lock() in newer versions) to call xpt_action() for the XPT_SASYNC_CB CCB. It will then drop the lock and if the requested event includes AC_FOUND_DEVICE or AC_PATH_REGISTERED, it will get the caller up to date with any device arrivals or path registrations. The issue is that before the locking changes, each SIM lock would get acquired in turn during the EDT tree traversal process. If a path is specified for xpt_register_async(), it won't acquire and drop its own lock, but instead expects the caller to hold its own SIM lock. That works for the first part of xpt_register_async(), but causes a recursive lock acquisition once the EDT traversal happens and it comes to the SIM in question. And it isn't possible to call xpt_action() without holding a SIM lock. The locking changes fix this by using the XPT topology lock for EDT traversal, so it is no longer an issue to hold the SIM lock while calling xpt_register_async(). The solution for FreeBSD versions before the locking changes is to request notification of all device arrivals (so we pass a NULL path into xpt_register_async()) and then filter out the arrivals that are not ours. MFC After:=093 days Sponsored by:=09Spectra Logic Corporation [imp] Remove support for WITHOUT_BMAKE. bmake is now the only make that can build world, so it is the only make we build or install. fmake is still in the tree, but disconnected, and upgrades from older systems that still have bmake has not been removed, but its state has not been tested (it should work given how minimal the work to upgrade to bmake is). [imp] Document src.opts.mk changes and the decoupling of /etc/src.conf from anything but the source tree. [imp] Use src.opts.mk in preference to bsd.own.mk except where we need stuf= f from the latter. [imp] Move the /usr/src specific options to src.opts.mk. Move inclusion of /etc/src.conf to this file as well. Now, it will only affect builds of /usr/src and not others that use the bsd.*.mk files. Specifically don't install src.opts.mk so we can catch when it 'leaks' into bsd.*.mk again and have there be errors when this happens. Future commits will move to including src.opts.mk instead of bsd.own.mk when all that's needed is one of the MK_FOO options from src.opts.mk. Future options should be placed here, unless they directly affect a bsd.*.mk file, in which case they should be placed in bsd.opts.mk. [alc] Prior to r254304, a separate function, vm_pageout_page_stats(), was u= sed to periodically update the reference status of the active pages. This functio= n was called, instead of vm_pageout_scan(), when memory was not scarce. The objective was to provide up to date reference status for active pages in case memory did become scarce and active pages needed to be deactivated. The active page queue scan performed by vm_pageout_page_stats() was virtually identical to that performed by vm_pageout_scan(), and so r254304 eliminated vm_pageout_page_stats(). Instead, vm_pageout_scan() is called with the parameter "pass" set to zero. The intention was that when pass is zero, vm_pageout_scan() would only scan the active queue. However, the variable page_shortage can still be greater than zero when memory is no= t scarce and vm_pageout_scan() is called with pass equal to zero. Consequently, the inactive queue may be scanned and dirty pages laundered even though that was not intended by r254304. This revision fixes that. Reported by:=09avg MFC after:=091 week Sponsored by:=09EMC / Isilon Storage Division ------------------------------------------ [...truncated 205203 lines...] --- _libinstall --- sh -C -o root -g wheel -m 444 librt.a /usr/obj sh -C -o root -g wheel -m 444 librt_p.a /usr/obj sh -s -o root -g wheel -m 444 -fschg -S librt.so.1 /usr/obj sh -l s librt.so.1 /usr/obj =3D=3D=3D> lib/librtld_db (install) --- _libinstall --- sh -C -o root -g wheel -m 444 librtld_db.a /usr/obj sh -C -o root -g wheel -m 444 librtld_db_p.a /usr/obj sh -s -o root -g wheel -m 444 librtld_db.so.2 /usr/obj sh -l s librtld_db.so.2 /usr/obj =3D=3D=3D> lib/libsdp (install) --- _libinstall --- sh -C -o root -g wheel -m 444 libsdp.a /usr/obj sh -C -o root -g wheel -m 444 libsdp_p.a /usr/obj sh -s -o root -g wheel -m 444 libsdp.so.4 /usr/obj sh -l s libsdp.so.4 /usr/obj =3D=3D=3D> lib/libsm (install) =3D=3D=3D> lib/libsmb (install) --- _libinstall --- sh -C -o root -g wheel -m 444 libsmb.a /usr/obj sh -C -o root -g wheel -m 444 libsmb_p.a /usr/obj sh -s -o root -g wheel -m 444 libsmb.so.4 /usr/obj sh -l s libsmb.so.4 /usr/obj =3D=3D=3D> lib/libsmdb (install) =3D=3D=3D> lib/libsmutil (install) =3D=3D=3D> lib/libstand (install) --- _libinstall --- sh -C -o root -g wheel -m 444 libstand.a /usr/obj =3D=3D=3D> lib/libstdbuf (install) --- _libinstall --- sh -C -o root -g wheel -m 444 libstdbuf.a /usr/obj sh -C -o root -g wheel -m 444 libstdbuf_p.a /usr/obj sh -s -o root -g wheel -m 444 libstdbuf.so.1 /usr/obj sh -l s libstdbuf.so.1 /usr/obj =3D=3D=3D> lib/libstdthreads (install) --- _libinstall --- sh -C -o root -g wheel -m 444 libstdthreads.a /usr/obj sh -C -o root -g wheel -m 444 libstdthreads_p.a /usr/obj sh -s -o root -g wheel -m 444 libstdthreads.so.0 /usr/obj sh -l s libstdthreads.so.0 /usr/obj =3D=3D=3D> lib/libtelnet (install) =3D=3D=3D> lib/libthr (install) --- _libinstall --- sh -C -o root -g wheel -m 444 libthr.a /usr/obj sh -C -o root -g wheel -m 444 libthr_p.a /usr/obj sh -s -o root -g wheel -m 444 -fschg -S libthr.so.3 /usr/obj sh -l s libthr.so.3 /usr/obj --- _installlinks --- /usr/obj -> libthr.a /usr/obj -> libthr.so /usr/obj -> libthr_p.a =3D=3D=3D> lib/libthread_db (install) --- _libinstall --- sh -C -o root -g wheel -m 444 libthread_db.a /usr/obj sh -C -o root -g wheel -m 444 libthread_db_p.a /usr/obj sh -s -o root -g wheel -m 444 libthread_db.so.3 /usr/obj sh -l s libthread_db.so.3 /usr/obj =3D=3D=3D> lib/libucl (install) --- _libinstall --- sh -C -o root -g wheel -m 444 libucl.a /usr/obj sh -C -o root -g wheel -m 444 libucl_p.a /usr/obj sh -s -o root -g wheel -m 444 libucl.so.1 /usr/obj sh -l s libucl.so.1 /usr/obj =3D=3D=3D> lib/libufs (install) --- _libinstall --- sh -C -o root -g wheel -m 444 libufs.a /usr/obj sh -C -o root -g wheel -m 444 libufs_p.a /usr/obj sh -o root -g wheel -m 444 libufs.so.6 /usr/obj sh -l s libufs.so.6 /usr/obj =3D=3D=3D> lib/libugidfw (install) --- _libinstall --- sh -C -o root -g wheel -m 444 libugidfw.a /usr/obj sh -C -o root -g wheel -m 444 libugidfw_p.a /usr/obj sh -s -o root -g wheel -m 444 libugidfw.so.4 /usr/obj sh -l s libugidfw.so.4 /usr/obj =3D=3D=3D> lib/libulog (install) --- _libinstall --- sh -C -o root -g wheel -m 444 libulog.a /usr/obj sh -C -o root -g wheel -m 444 libulog_p.a /usr/obj sh -s -o root -g wheel -m 444 libulog.so.0 /usr/obj sh -l s libulog.so.0 /usr/obj --- _installlinks --- /usr/obj -> libulog.a /usr/obj -> libulog.so /usr/obj -> libulog_p.a =3D=3D=3D> lib/libunbound (install) --- _libinstall --- sh -C -o root -g wheel -m 444 libunbound.a /usr/obj sh -C -o root -g wheel -m 444 libunbound_p.a /usr/obj sh -s -o root -g wheel -m 444 libunbound.so.5 /usr/obj sh -l s libunbound.so.5 /usr/obj =3D=3D=3D> lib/libusbhid (install) --- _libinstall --- sh -C -o root -g wheel -m 444 libusbhid.a /usr/obj sh -C -o root -g wheel -m 444 libusbhid_p.a /usr/obj sh -s -o root -g wheel -m 444 libusbhid.so.4 /usr/obj sh -l s libusbhid.so.4 /usr/obj =3D=3D=3D> lib/libusb (install) --- beforeinstall --- sh -C -o root -g wheel -m 444 /usr/obj sh -C -o root -g wheel -m 444 /usr/obj sh -C -o root -g wheel -m 444 /usr/obj --- _libinstall --- sh -C -o root -g wheel -m 444 libusb.a /usr/obj sh -C -o root -g wheel -m 444 libusb_p.a /usr/obj sh -s -o root -g wheel -m 444 libusb.so.3 /usr/obj sh -l s libusb.so.3 /usr/obj =3D=3D=3D> lib/libvgl (install) --- _libinstall --- sh -C -o root -g wheel -m 444 libvgl.a /usr/obj sh -C -o root -g wheel -m 444 libvgl_p.a /usr/obj sh -s -o root -g wheel -m 444 libvgl.so.6 /usr/obj sh -l s libvgl.so.6 /usr/obj =3D=3D=3D> lib/libwrap (install) --- _libinstall --- sh -C -o root -g wheel -m 444 libwrap.a /usr/obj sh -C -o root -g wheel -m 444 libwrap_p.a /usr/obj sh -s -o root -g wheel -m 444 libwrap.so.6 /usr/obj sh -l s libwrap.so.6 /usr/obj =3D=3D=3D> lib/liby (install) --- _libinstall --- sh -C -o root -g wheel -m 444 liby.a /usr/obj sh -C -o root -g wheel -m 444 liby_p.a /usr/obj =3D=3D=3D> lib/libz (install) --- _libinstall --- sh -C -o root -g wheel -m 444 libz.a /usr/obj sh -C -o root -g wheel -m 444 libz_p.a /usr/obj sh -s -o root -g wheel -m 444 libz.so.6 /usr/obj sh -l s libz.so.6 /usr/obj cd PROG=3Dld-elf32.so.1 MACHINE=3Di386 MACHINE_ARCH=3Di386 MACHINE_CPU=3D= "i686 mmx sse sse2" MAKEOBJDIRPREFIX=3D/usr/obj/lib32 _SHLIBDIRPREFIX=3D/u= sr/obj _LDS= CRIPTROOT=3D/usr/obj VERSION=3D"FreeBSD 11.0-CURRENT amd64 1100020" INSTALL=3D"sh P= ATH=3D/usr/obj:/usr/obj:/usr/obj:/usr/obj:/usr/obj:/usr/obj:/usr/obj:/sbin:/bin:/usr/sb= in:/usr/bin LIBDIR=3D/usr/lib32 SHLIBDIR=3D/usr/lib32 LIBPRIVATEDIR=3D/u= sr/lib32/private make AS=3D"as --32" LD=3D"ld -m elf_i386_fbsd -Y P,/usr/o= bj CC=3D"cc -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /= usr/obj -L/usr/obj -B/usr/obj CXX=3D"c++ -m32 -march=3Di686 -mmmx -msse -m= sse2 -DCOMPAT_32BIT -isystem /usr/obj -L/usr/obj -B/usr/obj DESTDIR=3D/us= r/obj -DCOM= PAT_32BIT -DLIBRARIES_ONLY -DNO_CPU_CFLAGS MK_CTF=3Dno -DNO_LINT MK_TE= STS=3Dno MK_MAN=3Dno MK_INFO=3Dno MK_HTML=3Dno DIRPRFX=3Dlibexec/rtld-elf= / obj --- obj --- /usr/obj/lib32 created for cd P= ROG=3Dldd32 MACHINE=3Di386 MACHINE_ARCH=3Di386 MACHINE_CPU=3D"i686 mmx sse= sse2" MAKEOBJDIRPREFIX=3D/usr/obj/lib32 _SHLIBDIRPREFIX=3D/usr/obj _LDSCRIPTROOT=3D/= usr/obj VER= SION=3D"FreeBSD 11.0-CURRENT amd64 1100020" INSTALL=3D"sh PATH=3D/usr/ob= j:/usr/obj:/usr/obj:/usr/obj:/usr/obj:/usr/obj:/usr/obj:/sbin:/bin:/usr/sbin:/usr/bin = LIBDIR=3D/usr/lib32 SHLIBDIR=3D/usr/lib32 LIBPRIVATEDIR=3D/usr/lib32/priv= ate make AS=3D"as --32" LD=3D"ld -m elf_i386_fbsd -Y P,/usr/obj CC=3D"cc -m= 32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /usr/obj -L/= usr/obj -B/usr/obj CXX=3D"c++ -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT= _32BIT -isystem /usr/obj -L/usr/obj -B/usr/obj DESTDIR=3D/usr/obj -DCOMPAT_32BIT -D= LIBRARIES_ONLY -DNO_CPU_CFLAGS MK_CTF=3Dno -DNO_LINT MK_TESTS=3Dno MK_= MAN=3Dno MK_INFO=3Dno MK_HTML=3Dno DIRPRFX=3Dusr.bin/ldd obj --- obj --- /usr/obj/lib32 created for cd PROG=3Dld-elf32.so.1 MACHINE=3Di386 MACHINE_ARCH=3Di386 MACHINE_CPU=3D= "i686 mmx sse sse2" MAKEOBJDIRPREFIX=3D/usr/obj/lib32 _SHLIBDIRPREFIX=3D/u= sr/obj _LDS= CRIPTROOT=3D/usr/obj VERSION=3D"FreeBSD 11.0-CURRENT amd64 1100020" INSTALL=3D"sh P= ATH=3D/usr/obj:/usr/obj:/usr/obj:/usr/obj:/usr/obj:/usr/obj:/usr/obj:/sbin:/bin:/usr/sb= in:/usr/bin LIBDIR=3D/usr/lib32 SHLIBDIR=3D/usr/lib32 LIBPRIVATEDIR=3D/u= sr/lib32/private make AS=3D"as --32" LD=3D"ld -m elf_i386_fbsd -Y P,/usr/o= bj CC=3D"cc -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /= usr/obj -L/usr/obj -B/usr/obj CXX=3D"c++ -m32 -march=3Di686 -mmmx -msse -m= sse2 -DCOMPAT_32BIT -isystem /usr/obj -L/usr/obj -B/usr/obj DESTDIR=3D/us= r/obj -DCOM= PAT_32BIT -DLIBRARIES_ONLY -DNO_CPU_CFLAGS MK_CTF=3Dno -DNO_LINT MK_TE= STS=3Dno MK_MAN=3Dno MK_INFO=3Dno MK_HTML=3Dno DIRPRFX=3Dlibexec/rtld-elf= / depend --- .depend --- rm -f .depend CC=3D'cc -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /us= r/obj -L/usr/obj -B/usr/obj mkdep -f .depend -a -DFREEBSD_ELF -DIN_RTLD = -I -I -I -DPIC -std=3Dgnu99 <= https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/libexec/rtld-elf/de= bug.c> cc: warning: argument unused during compilation: '-L/usr/obj echo ld-elf32.so.1: /usr/obj >> .depend cd P= ROG=3Dldd32 MACHINE=3Di386 MACHINE_ARCH=3Di386 MACHINE_CPU=3D"i686 mmx sse= sse2" MAKEOBJDIRPREFIX=3D/usr/obj/lib32 _SHLIBDIRPREFIX=3D/usr/obj _LDSCRIPTROOT=3D/= usr/obj VER= SION=3D"FreeBSD 11.0-CURRENT amd64 1100020" INSTALL=3D"sh PATH=3D/usr/ob= j:/usr/obj:/usr/obj:/usr/obj:/usr/obj:/usr/obj:/usr/obj:/sbin:/bin:/usr/sbin:/usr/bin = LIBDIR=3D/usr/lib32 SHLIBDIR=3D/usr/lib32 LIBPRIVATEDIR=3D/usr/lib32/priv= ate make AS=3D"as --32" LD=3D"ld -m elf_i386_fbsd -Y P,/usr/obj CC=3D"cc -m= 32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /usr/obj -L/= usr/obj -B/usr/obj CXX=3D"c++ -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT= _32BIT -isystem /usr/obj -L/usr/obj -B/usr/obj DESTDIR=3D/usr/obj -DCOMPAT_32BIT -D= LIBRARIES_ONLY -DNO_CPU_CFLAGS MK_CTF=3Dno -DNO_LINT MK_TESTS=3Dno MK_= MAN=3Dno MK_INFO=3Dno MK_HTML=3Dno DIRPRFX=3Dusr.bin/ldd depend --- .depend --- rm -f .depend CC=3D'cc -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /us= r/obj -L/usr/obj -B/usr/obj mkdep -f .depend -a -std=3Dgnu99 cc: warning: argument unused during compilation: '-L/usr/obj echo ldd32: /usr/obj >> .depend cd PROG=3Dld-elf32.so.1 MACHINE=3Di386 MACHINE_ARCH=3Di386 MACHINE_CPU=3D= "i686 mmx sse sse2" MAKEOBJDIRPREFIX=3D/usr/obj/lib32 _SHLIBDIRPREFIX=3D/u= sr/obj _LDS= CRIPTROOT=3D/usr/obj VERSION=3D"FreeBSD 11.0-CURRENT amd64 1100020" INSTALL=3D"sh P= ATH=3D/usr/obj:/usr/obj:/usr/obj:/usr/obj:/usr/obj:/usr/obj:/usr/obj:/sbin:/bin:/usr/sb= in:/usr/bin LIBDIR=3D/usr/lib32 SHLIBDIR=3D/usr/lib32 LIBPRIVATEDIR=3D/u= sr/lib32/private make AS=3D"as --32" LD=3D"ld -m elf_i386_fbsd -Y P,/usr/o= bj CC=3D"cc -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /= usr/obj -L/usr/obj -B/usr/obj CXX=3D"c++ -m32 -march=3Di686 -mmmx -msse -m= sse2 -DCOMPAT_32BIT -isystem /usr/obj -L/usr/obj -B/usr/obj DESTDIR=3D/us= r/obj -DCOM= PAT_32BIT -DLIBRARIES_ONLY -DNO_CPU_CFLAGS MK_CTF=3Dno -DNO_LINT MK_TE= STS=3Dno MK_MAN=3Dno MK_INFO=3Dno MK_HTML=3Dno DIRPRFX=3Dlibexec/rtld-elf= / all --- Version.map --- --- rtld_start.o --- --- reloc.o --- --- rtld.o --- --- Version.map --- cat | cpp - - | awk -v vfile=3D -f > Version.map --- rtld_start.o --- cc -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /usr/obj<= https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib32/usr/include/>= -L/usr/obj -B/usr/obj -O2 -pipe -Wall -DFREEBSD_ELF -DIN_RTLD -I -I -I -fpic -DPIC -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno= -sse3 -msoft-float -std=3Dgnu99 -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wformat=3D2 -Wno-format-extra-arg= s -Werror -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -= Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-u= nused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-p= romoted-parameter -Wno-format-nonliteral -Qunused-arguments -c --- reloc.o --- cc -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /usr/obj<= https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib32/usr/include/>= -L/usr/obj -B/usr/obj -O2 -pipe -Wall -DFREEBSD_ELF -DIN_RTLD -I -I -I -fpic -DPIC -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno= -sse3 -msoft-float -std=3Dgnu99 -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wformat=3D2 -Wno-format-extra-arg= s -Werror -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -= Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-u= nused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-p= romoted-parameter -Wno-format-nonliteral -Qunused-arguments -c --- rtld.o --- cc -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /usr/obj<= https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib32/usr/include/>= -L/usr/obj -B/usr/obj -O2 -pipe -Wall -DFREEBSD_ELF -DIN_RTLD -I -I -I -fpic -DPIC -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno= -sse3 -msoft-float -std=3Dgnu99 -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wformat=3D2 -Wno-format-extra-arg= s -Werror -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -= Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-u= nused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-p= romoted-parameter -Wno-format-nonliteral -Qunused-arguments -c --- rtld_lock.o --- cc -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /usr/obj<= https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib32/usr/include/>= -L/usr/obj -B/usr/obj -O2 -pipe -Wall -DFREEBSD_ELF -DIN_RTLD -I -I -I -fpic -DPIC -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno= -sse3 -msoft-float -std=3Dgnu99 -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wformat=3D2 -Wno-format-extra-arg= s -Werror -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -= Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-u= nused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-p= romoted-parameter -Wno-format-nonliteral -Qunused-arguments -c --- rtld_printf.o --- cc -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /usr/obj<= https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib32/usr/include/>= -L/usr/obj -B/usr/obj -O2 -pipe -Wall -DFREEBSD_ELF -DIN_RTLD -I -I -I -fpic -DPIC -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno= -sse3 -msoft-float -std=3Dgnu99 -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wformat=3D2 -Wno-format-extra-arg= s -Werror -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -= Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-u= nused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-p= romoted-parameter -Wno-format-nonliteral -Qunused-arguments -c --- map_object.o --- cc -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /usr/obj<= https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib32/usr/include/>= -L/usr/obj -B/usr/obj -O2 -pipe -Wall -DFREEBSD_ELF -DIN_RTLD -I -I -I -fpic -DPIC -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno= -sse3 -msoft-float -std=3Dgnu99 -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wformat=3D2 -Wno-format-extra-arg= s -Werror -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -= Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-u= nused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-p= romoted-parameter -Wno-format-nonliteral -Qunused-arguments -c --- malloc.o --- cc -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /usr/obj<= https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib32/usr/include/>= -L/usr/obj -B/usr/obj -O2 -pipe -Wall -DFREEBSD_ELF -DIN_RTLD -I -I -I -fpic -DPIC -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno= -sse3 -msoft-float -std=3Dgnu99 -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wformat=3D2 -Wno-format-extra-arg= s -Werror -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -= Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-u= nused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-p= romoted-parameter -Wno-format-nonliteral -Qunused-arguments -c --- xmalloc.o --- cc -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /usr/obj<= https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib32/usr/include/>= -L/usr/obj -B/usr/obj -O2 -pipe -Wall -DFREEBSD_ELF -DIN_RTLD -I -I -I -fpic -DPIC -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno= -sse3 -msoft-float -std=3Dgnu99 -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wformat=3D2 -Wno-format-extra-arg= s -Werror -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -= Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-u= nused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-p= romoted-parameter -Wno-format-nonliteral -Qunused-arguments -c --- debug.o --- cc -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /usr/obj<= https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib32/usr/include/>= -L/usr/obj -B/usr/obj -O2 -pipe -Wall -DFREEBSD_ELF -DIN_RTLD -I -I -I -fpic -DPIC -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno= -sse3 -msoft-float -std=3Dgnu99 -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wformat=3D2 -Wno-format-extra-arg= s -Werror -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -= Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-u= nused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-p= romoted-parameter -Wno-format-nonliteral -Qunused-arguments -c --- libmap.o --- cc -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /usr/obj<= https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib32/usr/include/>= -L/usr/obj -B/usr/obj -O2 -pipe -Wall -DFREEBSD_ELF -DIN_RTLD -I -I -I -fpic -DPIC -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno= -sse3 -msoft-float -std=3Dgnu99 -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wformat=3D2 -Wno-format-extra-arg= s -Werror -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -= Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-u= nused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-p= romoted-parameter -Wno-format-nonliteral -Qunused-arguments -c --- ld-elf32.so.1 --- cc -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /usr/obj<= https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib32/usr/include/>= -L/usr/obj -B/usr/obj -O2 -pipe -Wall -DFREEBSD_ELF -DIN_RTLD -I -I -I -fpic -DPIC -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno= -sse3 -msoft-float -std=3Dgnu99 -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wformat=3D2 -Wno-format-extra-arg= s -Werror -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -= Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-u= nused-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-p= romoted-parameter -Wno-format-nonliteral -Qunused-arguments -nostdlib -e .= rtld_start -shared -Wl,-Bsymbolic -Wl,--version-script=3DVersion.map -o ld-= elf32.so.1 rtld_start.o reloc.o rtld.o rtld_lock.o rtld_printf.o map_object= .o malloc.o xmalloc.o debug.o libmap.o -lc_pic cd P= ROG=3Dldd32 MACHINE=3Di386 MACHINE_ARCH=3Di386 MACHINE_CPU=3D"i686 mmx sse= sse2" MAKEOBJDIRPREFIX=3D/usr/obj/lib32 _SHLIBDIRPREFIX=3D/usr/obj _LDSCRIPTROOT=3D/= usr/obj VER= SION=3D"FreeBSD 11.0-CURRENT amd64 1100020" INSTALL=3D"sh PATH=3D/usr/ob= j:/usr/obj:/usr/obj:/usr/obj:/usr/obj:/usr/obj:/usr/obj:/sbin:/bin:/usr/sbin:/usr/bin = LIBDIR=3D/usr/lib32 SHLIBDIR=3D/usr/lib32 LIBPRIVATEDIR=3D/usr/lib32/priv= ate make AS=3D"as --32" LD=3D"ld -m elf_i386_fbsd -Y P,/usr/obj CC=3D"cc -m= 32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /usr/obj -L/= usr/obj -B/usr/obj CXX=3D"c++ -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT= _32BIT -isystem /usr/obj -L/usr/obj -B/usr/obj DESTDIR=3D/usr/obj -DCOMPAT_32BIT -D= LIBRARIES_ONLY -DNO_CPU_CFLAGS MK_CTF=3Dno -DNO_LINT MK_TESTS=3Dno MK_= MAN=3Dno MK_INFO=3Dno MK_HTML=3Dno DIRPRFX=3Dusr.bin/ldd all --- ldd.o --- --- sods.o --- --- ldd.o --- cc -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /usr/obj<= https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib32/usr/include/>= -L/usr/obj -B/usr/obj -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-hea= ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite= -strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscript= s -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-p= ointer-sign -Wmissing-variable-declarations -Wno-empty-body -Wno-string-plu= s-int -Wno-unused-const-variable -Qunused-arguments -c --- sods.o --- cc -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /usr/obj<= https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib32/usr/include/>= -L/usr/obj -B/usr/obj -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-hea= ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite= -strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscript= s -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-p= ointer-sign -Wmissing-variable-declarations -Wno-empty-body -Wno-string-plu= s-int -Wno-unused-const-variable -Qunused-arguments -c --- ldd32 --- cc -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /usr/obj<= https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/lib32/usr/include/>= -L/usr/obj -B/usr/obj -O2 -pipe -std=3Dgnu99 -fstack-protector -Wsystem-hea= ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite= -strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscript= s -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-p= ointer-sign -Wmissing-variable-declarations -Wno-empty-body -Wno-string-plu= s-int -Wno-unused-const-variable -Qunused-arguments -o ldd32 ldd.o sods.o= =20 --- buildworld_epilogue --- -------------------------------------------------------------- >>> World build completed on Tue May 6 07:44:54 UTC 2014 -------------------------------------------------------------- + make -j 4 buildkernel --- buildkernel --- --- buildkernel --- -------------------------------------------------------------- >>> Kernel build for GENERIC started on Tue May 6 07:44:55 UTC 2014 -------------------------------------------------------------- =3D=3D=3D> GENERIC mkdir -p /usr/obj -------------------------------------------------------------- >>> stage 1: configuring the kernel -------------------------------------------------------------- cd PATH=3D/usr/obj:/usr/obj:/usr/obj:/usr/obj:/usr/obj:/usr/obj:/usr/obj:/sbin:/bin:/us= r/sbin:/usr/bin config -d /usr/obj -I ' ' Kernel build directory is /usr/obj Don't forget to do ``make cleandepend && make depend'' -------------------------------------------------------------- >>> stage 2.1: cleaning up the object tree -------------------------------------------------------------- cd /usr/obj MAKEOBJDIRPREFIX=3D/usr/obj MACHINE_ARCH=3Damd64 MACHINE=3Damd64 = CPUTYPE=3D GROFF_BIN_PATH=3D/usr/obj GROFF_FONT_PATH=3D/usr/obj GROFF_TMAC_PATH=3D/usr/obj _SHLIBDIRPREFIX=3D/usr/obj _LDSCRIPTROOT=3D V= ERSION=3D"FreeBSD 11.0-CURRENT amd64 1100020" INSTALL=3D"sh PATH=3D/usr/= obj:/usr/obj:/usr/obj:/usr/obj:/usr/obj:/usr/obj:/usr/obj:/sbin:/bin:/usr/sbin:/usr/bin= CC=3D"cc " CXX=3D"c++ " CPP=3D"cpp " AS=3D"as" AR=3D"ar" LD=3D"ld" NM=3D= nm OBJDUMP=3D RANLIB=3Dranlib STRINGS=3D make -j 4 -J 15,16 -m KERNEL=3Dkernel c= leandir --- kernel-clean --- --- kernel-cleandepend --- --- modules-cleandir --- --- kernel-clean --- rm -f *.o *.so *.So *.ko *.s eddep errs kernel.debug kernel kernel.symbols= linterrs tags vers.c vnode_if.c vnode_if.h vnode_if_newproto.h vnode_if_= typedef.h agp_if.c ata_if.c eisa_if.c fb_if.c miibus_if.c mmcbr_if.c mmcbu= s_if.c mvs_if.c card_if.c power_if.c pci_if.c pcib_if.c ppbus_if.c sdhci_if= .c hdac_if.c ac97_if.c channel_if.c feeder_if.c mixer_if.c mpu_if.c mpufoi_= if.c synth_if.c uart_if.c usb_if.c g_part_if.c g_raid_md_if.c g_raid_tr_if.= c isa_if.c bus_if.c clock_if.c cpufreq_if.c device_if.c linker_if.c serdev_= if.c xenbus_if.c xenbusb_if.c acpi_if.c acpi_wmi_if.c virtio_bus_if.c virti= o_if.c agp_if.h ata_if.h eisa_if.h fb_if.h miibus_if.h mmcbr_if.h mmcbus_if= .h mvs_if.h card_if.h power_if.h pci_if.h pcib_if.h ppbus_if.h sdhci_if.h h= dac_if.h ac97_if.h channel_if.h feeder_if.h mixer_if.h mpu_if.h mpufoi_if.h= synth_if.h uart_if.h usb_if.h g_part_if.h g_raid_md_if.h g_raid_tr_if.h is= a_if.h bus_if.h clock_if.h cpufreq_if.h device_if.h linker_if.h serdev_if.h= xenbus_if.h xenbusb_if.h acpi_if.h acpi_wmi_if.h--- kernel-cleandepend --- rm -f .depend machine x86 --- modules-cleandir --- cd M= AKEOBJDIRPREFIX=3D/usr/obj KMODDIR=3D/boot/kernel MACHINE_CPUARCH=3Damd64= MACHINE=3Damd64 MACHINE_ARCH=3Damd64 DEBUG_FLAGS=3D"-g" KERNBUILDDIR=3D"/u= sr/obj SYSDIR=3D" = WITH_CTF=3D"1" make cleandir --- kernel-clean --- virtio_bus_if.h virtio_if.h acpi_quirks.h feeder_eq_gen.h feeder_rate_gen= .h snd_fxdiv_gen.h miidevs.h pccarddevs.h teken_state.h usbdevs.h usbdevs_= data.h ia32_genassym.o ia32_assym.h acpi_wakecode.o acpi_wakecode.bin acp= i_wakecode.h acpi_wakedata.h --- modules-cleandir --- --- cleandir --- =3D=3D=3D> aac (cleandir) make[4]: " line 292: Malformed conditional (defined(DEBUG_FLAGS) && !define= d(INSTALL_NODEBUG) && ${MK_KERNEL_SYMBOLS} !=3D "no") make[4]: Fatal errors encountered -- cannot continue make[4]: stopped in *** [cleandir] Error code 1 make[3]: stopped in 1 error make[3]: stopped in *** [modules-cleandir] Error code 2 make[2]: stopped in /usr/obj 1 error make[2]: stopped in /usr/obj *** [buildkernel] Error code 2 make[1]: stopped in 1 error make[1]: stopped in *** [buildkernel] Error code 2 make: stopped in 1 error make: stopped in Build step 'Execute shell' marked build as failure