From owner-freebsd-stable@FreeBSD.ORG Fri Sep 19 00:05:21 2014 Return-Path: Delivered-To: freebsd-stable@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 76134E3D for ; Fri, 19 Sep 2014 00:05:21 +0000 (UTC) Received: from ozzie.tundraware.com (ozzie.tundraware.com [75.145.138.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ozzie.tundraware.com", Issuer "ozzie.tundraware.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3A0E89E3 for ; Fri, 19 Sep 2014 00:05:20 +0000 (UTC) Received: from [192.168.0.2] (viper.tundraware.com [192.168.0.2]) (authenticated bits=0) by ozzie.tundraware.com (8.14.9/8.14.9) with ESMTP id s8J05AGs098932 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 18 Sep 2014 19:05:10 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <541B7336.9070401@tundraware.com> Date: Thu, 18 Sep 2014 19:05:10 -0500 From: Tim Daneliuk User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Steven Hartland , FreeBSD Stable Subject: Re: 10.1Beta - Ongoing Build Problems References: <541B6167.3000703@tundraware.com> <541B6A6F.5010501@tundraware.com> <62E5543C34E048D5B454CD795ACAC495@multiplay.co.uk> In-Reply-To: <62E5543C34E048D5B454CD795ACAC495@multiplay.co.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (ozzie.tundraware.com [75.145.138.73]); Thu, 18 Sep 2014 19:05:10 -0500 (CDT) X-TundraWare-MailScanner-Information: Please contact the ISP for more information X-TundraWare-MailScanner-ID: s8J05AGs098932 X-TundraWare-MailScanner: Found to be clean X-TundraWare-MailScanner-From: tundra@tundraware.com X-Spam-Status: No X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2014 00:05:21 -0000 On 09/18/2014 06:36 PM, Steven Hartland wrote: > I just noticed your error was > > rm: fts_read: No such file or directory > > This is a know issue with rewinddir. > > I believe the fix is: > http://svnweb.freebsd.org/changeset/base/271048 > > Which was MFC'ed by: > http://svnweb.freebsd.org/changeset/base/271263 > > So your build machine will need to be running r271263 or later. Hmmm I am at: 10.1-PRERELEASE #27 r271419 > > Regards > Steve > > ----- Original Message ----- From: "Tim Daneliuk" > To: "Steven Hartland" ; "FreeBSD Stable" > > Sent: Friday, September 19, 2014 12:27 AM > Subject: Re: 10.1Beta - Ongoing Build Problems > > >> On 09/18/2014 06:06 PM, Steven Hartland wrote: >>> IIRC this can happen if your building on a box which is too old. >>> >>> I've been doing loads of stable/10 builds recently with -j24 and >>> only had an issue a while back, updating the world on the box >>> in question (using no -j) fixed it for me. >>> >>> Regards >>> Steve >> >> The hardware is pretty new and the OS was updated within the last several >> weeks to the then -STABLE branch. I've been seeing this on- and off >> for a while. >> >> >> >>> >>> ----- Original Message ----- From: "Tim Daneliuk" >>> To: "FreeBSD Stable" >>> Sent: Thursday, September 18, 2014 11:49 PM >>> Subject: 10.1Beta - Ongoing Build Problems >>> >>> >>>> I continue to see problems as seen below if I attempt a parallel make. >>>> If I remove the '-j4' from my build script, this build completes fine, >>>> albeit much more slowly. Ideas anyone??: >>>> >>>> >>>>>>> Kernel build for MYFINEHOST started on Thu Sep 18 04:35:18 CDT 2014 >>>> -------------------------------------------------------------- >>>> ===> MYFINEHOST >>>> mkdir -p /usr/obj/usr/src/sys >>>> -------------------------------------------------------------- >>>>>>> stage 1: configuring the kernel >>>> -------------------------------------------------------------- >>>> cd /usr/src/sys/amd64/conf; >>>> PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/legacy/bin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin >>>> >>>> config -d /usr/obj/usr/src/sys/MYFINEHOST -I '/usr/src/sys/amd64/conf' >>>> '/usr/src/sys/amd64/conf/MYFINEHOST' >>>> Kernel build directory is /usr/obj/usr/src/sys/MYFINEHOST >>>> Don't forget to do ``make cleandepend && make depend'' >>>> -------------------------------------------------------------- >>>>>>> stage 2.1: cleaning up the object tree >>>> -------------------------------------------------------------- >>>> cd /usr/obj/usr/src/sys/MYFINEHOST; MAKEOBJDIRPREFIX=/usr/obj >>>> MACHINE_ARCH=amd64 MACHINE=amd64 CPUTYPE= >>>> GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin >>>> GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font >>>> GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac >>>> _SHLIBDIRPREFIX=/usr/obj/usr/src/tmp _LDSCRIPTROOT= VERSION="FreeBSD >>>> 10.1-BETA1 amd64 1000716" INSTALL="sh /usr/src/tools/install.sh" >>>> PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/legacy/bin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin >>>> >>>> CC="cc " CXX="c++ " CPP="cpp " AS="as" AR="ar" LD="ld" NM=nm OBJDUMP= >>>> RANLIB=ranlib STRINGS= COMPILER_TYPE=clang make -j 4 -J 15,16 -m >>>> /usr/src/share/mk KERNEL=kernel cleandir >>>> --- kernel-clean --- >>>> --- kernel-cleandepend --- >>>> --- modules-cleandir --- >>>> --- kernel-cleandepend --- >>>> rm -f .depend machine x86 >>>> --- 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 >>>> mmcbus_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 virtio_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 hdac_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 isa_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 >>>> 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 >>>> acpi_wakecode.h acpi_wakedata.h >>>> --- modules-cleandir --- >>>> cd /usr/src/sys/modules; >>>> MAKEOBJDIRPREFIX=/usr/obj/usr/src/sys/MYFINEHOST/modules KMODDIR=/boot/kernel >>>> MACHINE_CPUARCH=amd64 DEBUG_FLAGS="-g" MACHINE=amd64 >>>> KERNBUILDDIR="/usr/obj/usr/src/sys/MYFINEHOST" SYSDIR="/usr/src/sys" >>>> WITH_CTF="1" make cleandir >>>> --- cleandir_subdir_aac --- >>>> --- cleandir_subdir_aacraid --- >>>> --- cleandir_subdir_accf_data --- >>>> --- cleandir_subdir_accf_dns --- >>>> --- cleandir_subdir_aac --- >>>> ===> aac (cleandir) >>>> --- cleandir_subdir_aacraid --- >>>> ===> aacraid (cleandir) >>>> --- cleandir_subdir_accf_data --- >>>> ===> accf_data (cleandir) >>>> --- cleandir_subdir_accf_dns --- >>>> ===> accf_dns (cleandir) >>>> --- cleandir_subdir_accf_data --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_accf_dns --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_aacraid --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_aac --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_accf_http --- >>>> --- cleandir_subdir_acl_nfs4 --- >>>> --- cleandir_subdir_accf_http --- >>>> ===> accf_http (cleandir) >>>> --- cleandir_subdir_acl_nfs4 --- >>>> ===> acl_nfs4 (cleandir) >>>> --- cleandir_subdir_acl_posix1e --- >>>> --- cleandir_subdir_acpi --- >>>> --- cleandir_subdir_acl_posix1e --- >>>> ===> acl_posix1e (cleandir) >>>> --- cleandir_subdir_acpi --- >>>> ===> acpi (cleandir) >>>> --- cleandir_subdir_accf_http --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_acl_nfs4 --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_acpi --- >>>> --- _sub.cleandir --- >>>> ===> acpi/acpi_asus (cleandir) >>>> --- cleandir_subdir_ae --- >>>> ===> ae (cleandir) >>>> --- cleandir_subdir_aesni --- >>>> ===> aesni (cleandir) >>>> --- cleandir_subdir_acl_posix1e --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_acpi --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_age --- >>>> ===> age (cleandir) >>>> --- cleandir_subdir_aesni --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_ae --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_acpi --- >>>> ===> acpi/acpi_asus_wmi (cleandir) >>>> --- cleandir_subdir_age --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_acpi --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_agp --- >>>> --- cleandir_subdir_aha --- >>>> --- cleandir_subdir_agp --- >>>> ===> agp (cleandir) >>>> --- cleandir_subdir_aha --- >>>> ===> aha (cleandir) >>>> --- cleanobj --- >>>> --- cleandir_subdir_ahci --- >>>> ===> ahci (cleandir) >>>> --- cleandir_subdir_aic7xxx --- >>>> ===> aic7xxx (cleandir) >>>> --- cleandir_subdir_ahci --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_agp --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_acpi --- >>>> ===> acpi/acpi_fujitsu (cleandir) >>>> --- cleandir_subdir_aic7xxx --- >>>> --- _sub.cleandir --- >>>> ===> aic7xxx/ahc (cleandir) >>>> --- cleandir_subdir_aio --- >>>> ===> aio (cleandir) >>>> --- cleandir_subdir_acpi --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_aic7xxx --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_alc --- >>>> ===> alc (cleandir) >>>> --- cleandir_subdir_aio --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_acpi --- >>>> ===> acpi/acpi_hp (cleandir) >>>> --- cleandir_subdir_alc --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_acpi --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_aic7xxx --- >>>> --- _sub.cleandir --- >>>> ===> aic7xxx/ahc/ahc_eisa (cleandir) >>>> --- clean --- >>>> rm -f export_syms ahc_eisa.ko ahc_eisa.kld ahc_eisa.o ahc_eisa.ko.debug >>>> ahc_eisa.ko.symbols opt_scsi.h opt_cam.h opt_aic7xxx.h eisa_if.h pci_if.h >>>> bus_if.h device_if.h >>>> --- cleanilinks --- >>>> rm -f @ machine x86 >>>> --- cleandepend --- >>>> rm -f .depend GPATH GRTAGS GSYMS GTAGS >>>> --- cleanobj --- >>>> ===> aic7xxx/ahc/ahc_isa (cleandir) >>>> --- cleanobj --- >>>> ===> aic7xxx/ahc/ahc_pci (cleandir) >>>> --- cleandir_subdir_acpi --- >>>> ===> acpi/acpi_ibm (cleandir) >>>> --- cleandir_subdir_ale --- >>>> ===> ale (cleandir) >>>> --- cleandir_subdir_aic7xxx --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_alq --- >>>> ===> alq (cleandir) >>>> --- cleandir_subdir_aic7xxx --- >>>> --- cleanobj --- >>>> rm: fts_read: No such file or directory >>>> *** [cleanobj] Error code 1 >>>> >>>> make[5]: stopped in /usr/src/sys/modules/aic7xxx/ahc >>>> 1 error >>>> >>>> make[5]: stopped in /usr/src/sys/modules/aic7xxx/ahc >>>> *** [_sub.cleandir] Error code 2 >>>> >>>> make[4]: stopped in /usr/src/sys/modules/aic7xxx >>>> 1 error >>>> >>>> make[4]: stopped in /usr/src/sys/modules/aic7xxx >>>> *** [cleandir_subdir_aic7xxx] Error code 2 >>>> >>>> make[3]: stopped in /usr/src/sys/modules >>>> --- cleandir_subdir_alq --- >>>> A failure has been detected in another branch of the parallel make >>>> >>>> make[4]: stopped in /usr/src/sys/modules/alq >>>> --- cleandir_subdir_ale --- >>>> A failure has been detected in another branch of the parallel make >>>> >>>> make[4]: stopped in /usr/src/sys/modules/ale >>>> --- cleandir_subdir_alq --- >>>> *** [cleandir_subdir_alq] Error code 2 >>>> >>>> make[3]: stopped in /usr/src/sys/modules >>>> --- cleandir_subdir_acpi --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_ale --->>> Kernel build for OZZIE started on Thu Sep 18 >>>> 04:35:18 CDT 2014 >>>> -------------------------------------------------------------- >>>> ===> OZZIE >>>> mkdir -p /usr/obj/usr/src/sys >>>> -------------------------------------------------------------- >>>>>>> stage 1: configuring the kernel >>>> -------------------------------------------------------------- >>>> cd /usr/src/sys/amd64/conf; >>>> PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/legacy/bin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin >>>> >>>> config -d /usr/obj/usr/src/sys/OZZIE -I '/usr/src/sys/amd64/conf' >>>> '/usr/src/sys/amd64/conf/OZZIE' >>>> Kernel build directory is /usr/obj/usr/src/sys/OZZIE >>>> Don't forget to do ``make cleandepend && make depend'' >>>> -------------------------------------------------------------- >>>>>>> stage 2.1: cleaning up the object tree >>>> -------------------------------------------------------------- >>>> cd /usr/obj/usr/src/sys/OZZIE; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=amd64 >>>> MACHINE=amd64 CPUTYPE= GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin >>>> GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font >>>> GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac >>>> _SHLIBDIRPREFIX=/usr/obj/usr/src/tmp _LDSCRIPTROOT= VERSION="FreeBSD >>>> 10.1-BETA1 amd64 1000716" INSTALL="sh /usr/src/tools/install.sh" >>>> PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/legacy/bin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin >>>> >>>> CC="cc " CXX="c++ " CPP="cpp " AS="as" AR="ar" LD="ld" NM=nm OBJDUMP= >>>> RANLIB=ranlib STRINGS= COMPILER_TYPE=clang make -j 4 -J 15,16 -m >>>> /usr/src/share/mk KERNEL=kernel cleandir >>>> --- kernel-clean --- >>>> --- kernel-cleandepend --- >>>> --- modules-cleandir --- >>>> --- kernel-cleandepend --- >>>> rm -f .depend machine x86 >>>> --- 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 >>>> mmcbus_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 virtio_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 hdac_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 isa_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 >>>> 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 >>>> acpi_wakecode.h acpi_wakedata.h >>>> --- modules-cleandir --- >>>> cd /usr/src/sys/modules; MAKEOBJDIRPREFIX=/usr/obj/usr/src/sys/OZZIE/modules >>>> KMODDIR=/boot/kernel MACHINE_CPUARCH=amd64 DEBUG_FLAGS="-g" MACHINE=amd64 >>>> KERNBUILDDIR="/usr/obj/usr/src/sys/OZZIE" SYSDIR="/usr/src/sys" WITH_CTF="1" >>>> make cleandir >>>> --- cleandir_subdir_aac --- >>>> --- cleandir_subdir_aacraid --- >>>> --- cleandir_subdir_accf_data --- >>>> --- cleandir_subdir_accf_dns --- >>>> --- cleandir_subdir_aac --- >>>> ===> aac (cleandir) >>>> --- cleandir_subdir_aacraid --- >>>> ===> aacraid (cleandir) >>>> --- cleandir_subdir_accf_data --- >>>> ===> accf_data (cleandir) >>>> --- cleandir_subdir_accf_dns --- >>>> ===> accf_dns (cleandir) >>>> --- cleandir_subdir_accf_data --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_accf_dns --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_aacraid --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_aac --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_accf_http --- >>>> --- cleandir_subdir_acl_nfs4 --- >>>> --- cleandir_subdir_accf_http --- >>>> ===> accf_http (cleandir) >>>> --- cleandir_subdir_acl_nfs4 --- >>>> ===> acl_nfs4 (cleandir) >>>> --- cleandir_subdir_acl_posix1e --- >>>> --- cleandir_subdir_acpi --- >>>> --- cleandir_subdir_acl_posix1e --- >>>> ===> acl_posix1e (cleandir) >>>> --- cleandir_subdir_acpi --- >>>> ===> acpi (cleandir) >>>> --- cleandir_subdir_accf_http --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_acl_nfs4 --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_acpi --- >>>> --- _sub.cleandir --- >>>> ===> acpi/acpi_asus (cleandir) >>>> --- cleandir_subdir_ae --- >>>> ===> ae (cleandir) >>>> --- cleandir_subdir_aesni --- >>>> ===> aesni (cleandir) >>>> --- cleandir_subdir_acl_posix1e --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_acpi --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_age --- >>>> ===> age (cleandir) >>>> --- cleandir_subdir_aesni --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_ae --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_acpi --- >>>> ===> acpi/acpi_asus_wmi (cleandir) >>>> --- cleandir_subdir_age --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_acpi --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_agp --- >>>> --- cleandir_subdir_aha --- >>>> --- cleandir_subdir_agp --- >>>> ===> agp (cleandir) >>>> --- cleandir_subdir_aha --- >>>> ===> aha (cleandir) >>>> --- cleanobj --- >>>> --- cleandir_subdir_ahci --- >>>> ===> ahci (cleandir) >>>> --- cleandir_subdir_aic7xxx --- >>>> ===> aic7xxx (cleandir) >>>> --- cleandir_subdir_ahci --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_agp --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_acpi --- >>>> ===> acpi/acpi_fujitsu (cleandir) >>>> --- cleandir_subdir_aic7xxx --- >>>> --- _sub.cleandir --- >>>> ===> aic7xxx/ahc (cleandir) >>>> --- cleandir_subdir_aio --- >>>> ===> aio (cleandir) >>>> --- cleandir_subdir_acpi --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_aic7xxx --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_alc --- >>>> ===> alc (cleandir) >>>> --- cleandir_subdir_aio --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_acpi --- >>>> ===> acpi/acpi_hp (cleandir) >>>> --- cleandir_subdir_alc --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_acpi --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_aic7xxx --- >>>> --- _sub.cleandir --- >>>> ===> aic7xxx/ahc/ahc_eisa (cleandir) >>>> --- clean --- >>>> rm -f export_syms ahc_eisa.ko ahc_eisa.kld ahc_eisa.o ahc_eisa.ko.debug >>>> ahc_eisa.ko.symbols opt_scsi.h opt_cam.h opt_aic7xxx.h eisa_if.h pci_if.h >>>> bus_if.h device_if.h >>>> --- cleanilinks --- >>>> rm -f @ machine x86 >>>> --- cleandepend --- >>>> rm -f .depend GPATH GRTAGS GSYMS GTAGS >>>> --- cleanobj --- >>>> ===> aic7xxx/ahc/ahc_isa (cleandir) >>>> --- cleanobj --- >>>> ===> aic7xxx/ahc/ahc_pci (cleandir) >>>> --- cleandir_subdir_acpi --- >>>> ===> acpi/acpi_ibm (cleandir) >>>> --- cleandir_subdir_ale --- >>>> ===> ale (cleandir) >>>> --- cleandir_subdir_aic7xxx --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_alq --- >>>> ===> alq (cleandir) >>>> --- cleandir_subdir_aic7xxx --- >>>> --- cleanobj --- >>>> rm: fts_read: No such file or directory >>>> *** [cleanobj] Error code 1 >>>> >>>> make[5]: stopped in /usr/src/sys/modules/aic7xxx/ahc >>>> 1 error >>>> >>>> make[5]: stopped in /usr/src/sys/modules/aic7xxx/ahc >>>> *** [_sub.cleandir] Error code 2 >>>> >>>> make[4]: stopped in /usr/src/sys/modules/aic7xxx >>>> 1 error >>>> >>>> make[4]: stopped in /usr/src/sys/modules/aic7xxx >>>> *** [cleandir_subdir_aic7xxx] Error code 2 >>>> >>>> make[3]: stopped in /usr/src/sys/modules >>>> --- cleandir_subdir_alq --- >>>> A failure has been detected in another branch of the parallel make >>>> >>>> make[4]: stopped in /usr/src/sys/modules/alq >>>> --- cleandir_subdir_ale --- >>>> A failure has been detected in another branch of the parallel make >>>> >>>> make[4]: stopped in /usr/src/sys/modules/ale >>>> --- cleandir_subdir_alq --- >>>> *** [cleandir_subdir_alq] Error code 2 >>>> >>>> make[3]: stopped in /usr/src/sys/modules >>>> --- cleandir_subdir_acpi --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_ale --- >>>> *** [cleandir_subdir_ale] Error code 2 >>>> >>>> make[3]: stopped in /usr/src/sys/modules >>>> --- cleandir_subdir_acpi --- >>>> A failure has been detected in another branch of the parallel make >>>>>>> Kernel build for OZZIE started on Thu Sep 18 04:35:18 CDT 2014 >>>> -------------------------------------------------------------- >>>> ===> OZZIE >>>> mkdir -p /usr/obj/usr/src/sys >>>> -------------------------------------------------------------- >>>>>>> stage 1: configuring the kernel >>>> -------------------------------------------------------------- >>>> cd /usr/src/sys/amd64/conf; >>>> PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/legacy/bin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin >>>> >>>> config -d /usr/obj/usr/src/sys/OZZIE -I '/usr/src/sys/amd64/conf' >>>> '/usr/src/sys/amd64/conf/OZZIE' >>>> Kernel build directory is /usr/obj/usr/src/sys/OZZIE >>>> Don't forget to do ``make cleandepend && make depend'' >>>> -------------------------------------------------------------- >>>>>>> stage 2.1: cleaning up the object tree >>>> -------------------------------------------------------------- >>>> cd /usr/obj/usr/src/sys/OZZIE; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=amd64 >>>> MACHINE=amd64 CPUTYPE= GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin >>>> GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font >>>> GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac >>>> _SHLIBDIRPREFIX=/usr/obj/usr/src/tmp _LDSCRIPTROOT= VERSION="FreeBSD >>>> 10.1-BETA1 amd64 1000716" INSTALL="sh /usr/src/tools/install.sh" >>>> PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/legacy/bin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin >>>> >>>> CC="cc " CXX="c++ " CPP="cpp " AS="as" AR="ar" LD="ld" NM=nm OBJDUMP= >>>> RANLIB=ranlib STRINGS= COMPILER_TYPE=clang make -j 4 -J 15,16 -m >>>> /usr/src/share/mk KERNEL=kernel cleandir >>>> --- kernel-clean --- >>>> --- kernel-cleandepend --- >>>> --- modules-cleandir --- >>>> --- kernel-cleandepend --- >>>> rm -f .depend machine x86 >>>> --- 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 >>>> mmcbus_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 virtio_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 hdac_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 isa_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 >>>> 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 >>>> acpi_wakecode.h acpi_wakedata.h >>>> --- modules-cleandir --- >>>> cd /usr/src/sys/modules; MAKEOBJDIRPREFIX=/usr/obj/usr/src/sys/OZZIE/modules >>>> KMODDIR=/boot/kernel MACHINE_CPUARCH=amd64 DEBUG_FLAGS="-g" MACHINE=amd64 >>>> KERNBUILDDIR="/usr/obj/usr/src/sys/OZZIE" SYSDIR="/usr/src/sys" WITH_CTF="1" >>>> make cleandir >>>> --- cleandir_subdir_aac --- >>>> --- cleandir_subdir_aacraid --- >>>> --- cleandir_subdir_accf_data --- >>>> --- cleandir_subdir_accf_dns --- >>>> --- cleandir_subdir_aac --- >>>> ===> aac (cleandir) >>>> --- cleandir_subdir_aacraid --- >>>> ===> aacraid (cleandir) >>>> --- cleandir_subdir_accf_data --- >>>> ===> accf_data (cleandir) >>>> --- cleandir_subdir_accf_dns --- >>>> ===> accf_dns (cleandir) >>>> --- cleandir_subdir_accf_data --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_accf_dns --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_aacraid --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_aac --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_accf_http --- >>>> --- cleandir_subdir_acl_nfs4 --- >>>> --- cleandir_subdir_accf_http --- >>>> ===> accf_http (cleandir) >>>> --- cleandir_subdir_acl_nfs4 --- >>>> ===> acl_nfs4 (cleandir) >>>> --- cleandir_subdir_acl_posix1e --- >>>> --- cleandir_subdir_acpi --- >>>> --- cleandir_subdir_acl_posix1e --- >>>> ===> acl_posix1e (cleandir) >>>> --- cleandir_subdir_acpi --- >>>> ===> acpi (cleandir) >>>> --- cleandir_subdir_accf_http --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_acl_nfs4 --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_acpi --- >>>> --- _sub.cleandir --- >>>> ===> acpi/acpi_asus (cleandir) >>>> --- cleandir_subdir_ae --- >>>> ===> ae (cleandir) >>>> --- cleandir_subdir_aesni --- >>>> ===> aesni (cleandir) >>>> --- cleandir_subdir_acl_posix1e --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_acpi --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_age --- >>>> ===> age (cleandir) >>>> --- cleandir_subdir_aesni --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_ae --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_acpi --- >>>> ===> acpi/acpi_asus_wmi (cleandir) >>>> --- cleandir_subdir_age --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_acpi --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_agp --- >>>> --- cleandir_subdir_aha --- >>>> --- cleandir_subdir_agp --- >>>> ===> agp (cleandir) >>>> --- cleandir_subdir_aha --- >>>> ===> aha (cleandir) >>>> --- cleanobj --- >>>> --- cleandir_subdir_ahci --- >>>> ===> ahci (cleandir) >>>> --- cleandir_subdir_aic7xxx --- >>>> ===> aic7xxx (cleandir) >>>> --- cleandir_subdir_ahci --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_agp --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_acpi --- >>>> ===> acpi/acpi_fujitsu (cleandir) >>>> --- cleandir_subdir_aic7xxx --- >>>> --- _sub.cleandir --- >>>> ===> aic7xxx/ahc (cleandir) >>>> --- cleandir_subdir_aio --- >>>> ===> aio (cleandir) >>>> --- cleandir_subdir_acpi --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_aic7xxx --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_alc --- >>>> ===> alc (cleandir) >>>> --- cleandir_subdir_aio --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_acpi --- >>>> ===> acpi/acpi_hp (cleandir) >>>> --- cleandir_subdir_alc --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_acpi --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_aic7xxx --- >>>> --- _sub.cleandir --- >>>> ===> aic7xxx/ahc/ahc_eisa (cleandir) >>>> --- clean --- >>>> rm -f export_syms ahc_eisa.ko ahc_eisa.kld ahc_eisa.o ahc_eisa.ko.debug >>>> ahc_eisa.ko.symbols opt_scsi.h opt_cam.h opt_aic7xxx.h eisa_if.h pci_if.h >>>> bus_if.h device_if.h >>>> --- cleanilinks --- >>>> rm -f @ machine x86 >>>> --- cleandepend --- >>>> rm -f .depend GPATH GRTAGS GSYMS GTAGS >>>> --- cleanobj --- >>>> ===> aic7xxx/ahc/ahc_isa (cleandir) >>>> --- cleanobj --- >>>> ===> aic7xxx/ahc/ahc_pci (cleandir) >>>> --- cleandir_subdir_acpi --- >>>> ===> acpi/acpi_ibm (cleandir) >>>> --- cleandir_subdir_ale --- >>>> ===> ale (cleandir) >>>> --- cleandir_subdir_aic7xxx --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_alq --- >>>> ===> alq (cleandir) >>>> --- cleandir_subdir_aic7xxx --- >>>> --- cleanobj --- >>>> rm: fts_read: No such file or directory >>>> *** [cleanobj] Error code 1 >>>> >>>> make[5]: stopped in /usr/src/sys/modules/aic7xxx/ahc >>>> 1 error >>>> >>>> make[5]: stopped in /usr/src/sys/modules/aic7xxx/ahc >>>> *** [_sub.cleandir] Error code 2 >>>> >>>> make[4]: stopped in /usr/src/sys/modules/aic7xxx >>>> 1 error >>>> >>>> make[4]: stopped in /usr/src/sys/modules/aic7xxx >>>> *** [cleandir_subdir_aic7xxx] Error code 2 >>>> >>>> make[3]: stopped in /usr/src/sys/modules >>>> --- cleandir_subdir_alq --- >>>> A failure has been detected in another branch of the parallel make >>>> >>>> make[4]: stopped in /usr/src/sys/modules/alq >>>> --- cleandir_subdir_ale --- >>>> A failure has been detected in another branch of the parallel make >>>> >>>> make[4]: stopped in /usr/src/sys/modules/ale >>>> --- cleandir_subdir_alq --- >>>> *** [cleandir_subdir_alq] Error code 2 >>>> >>>> make[3]: stopped in /usr/src/sys/modules >>>> --- cleandir_subdir_acpi --- >>>> --- cleanobj --- >>>> --- cleandir_subdir_ale --- >>>> *** [cleandir_subdir_ale] Error code 2 >>>> >>>> make[3]: stopped in /usr/src/sys/modules >>>> --- cleandir_subdir_acpi --- >>>> A failure has been detected in another branch of the parallel make >>>> >>>> make[5]: stopped in /usr/src/sys/modules/acpi/acpi_ibm >>>> *** [_sub.cleandir] Error code 2 >>>> >>>> make[4]: stopped in /usr/src/sys/modules/acpi >>>> 1 error >>>> >>>> make[4]: stopped in /usr/src/sys/modules/acpi >>>> *** [cleandir_subdir_acpi] Error code 2 >>>> >>>> make[3]: stopped in /usr/src/sys/modules >>>> 4 errors >>>> >>>> make[3]: stopped in /usr/src/sys/modules >>>> *** [modules-cleandir] Error code 2 >>>> >>>> make[2]: stopped in /usr/obj/usr/src/sys/OZZIE >>>> 1 error >>>> >>>> make[2]: stopped in /usr/obj/usr/src/sys/OZZIE >>>> *** [buildkernel] Error code 2 >>>> >>>> make[1]: stopped in /usr/src >>>> 1 error >>>> >>>> make[1]: stopped in /usr/src >>>> *** [buildkernel] Error code 2 >>>> >>>> make: stopped in /usr/src >>>> 1 error >>>> >>>> make: stopped in /usr/src >>>> >>>> make[5]: stopped in /usr/src/sys/modules/acpi/acpi_ibm >>>> *** [_sub.cleandir] Error code 2 >>>> >>>> make[4]: stopped in /usr/src/sys/modules/acpi >>>> 1 error >>>> >>>> make[4]: stopped in /usr/src/sys/modules/acpi >>>> *** [cleandir_subdir_acpi] Error code 2 >>>> >>>> make[3]: stopped in /usr/src/sys/modules >>>> 4 errors >>>> >>>> make[3]: stopped in /usr/src/sys/modules >>>> *** [modules-cleandir] Error code 2 >>>> >>>> make[2]: stopped in /usr/obj/usr/src/sys/OZZIE >>>> 1 error >>>> >>>> make[2]: stopped in /usr/obj/usr/src/sys/OZZIE >>>> *** [buildkernel] Error code 2 >>>> >>>> make[1]: stopped in /usr/src >>>> 1 error >>>> >>>> make[1]: stopped in /usr/src >>>> *** [buildkernel] Error code 2 >>>> >>>> make: stopped in /usr/src >>>> 1 error >>>> >>>> make: stopped in /usr/src >>>> >>>> *** [cleandir_subdir_ale] Error code 2 >>>> >>>> make[3]: stopped in /usr/src/sys/modules >>>> --- cleandir_subdir_acpi --- >>>> A failure has been detected in another branch of the parallel make >>>> >>>> make[5]: stopped in /usr/src/sys/modules/acpi/acpi_ibm >>>> *** [_sub.cleandir] Error code 2 >>>> >>>> make[4]: stopped in /usr/src/sys/modules/acpi >>>> 1 error >>>> >>>> make[4]: stopped in /usr/src/sys/modules/acpi >>>> *** [cleandir_subdir_acpi] Error code 2 >>>> >>>> make[3]: stopped in /usr/src/sys/modules >>>> 4 errors >>>> >>>> make[3]: stopped in /usr/src/sys/modules >>>> *** [modules-cleandir] Error code 2 >>>> >>>> make[2]: stopped in /usr/obj/usr/src/sys/MYFINEHOST >>>> 1 error >>>> >>>> make[2]: stopped in /usr/obj/usr/src/sys/MYFINEHOST >>>> *** [buildkernel] Error code 2 >>>> >>>> make[1]: stopped in /usr/src >>>> 1 error >>>> >>>> make[1]: stopped in /usr/src >>>> *** [buildkernel] Error code 2 >>>> >>>> make: stopped in /usr/src >>>> 1 error >>>> >>>> make: stopped in /usr/src >>>> >>>> -- >>>> ---------------------------------------------------------------------------- >>>> Tim Daneliuk tundra@tundraware.com >>>> PGP Key: http://www.tundraware.com/PGP/ >>>> >>>> _______________________________________________ >>>> freebsd-stable@freebsd.org mailing list >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >>>> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >>>> >>> >>> _______________________________________________ >>> freebsd-stable@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >>> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >> >> -- >> ---------------------------------------------------------------------------- >> Tim Daneliuk tundra@tundraware.com >> PGP Key: http://www.tundraware.com/PGP/ >> >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >> > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/