From owner-freebsd-stable@FreeBSD.ORG Thu Sep 18 23:37:07 2014 Return-Path: Delivered-To: freebsd-stable@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 7C8987D3 for ; Thu, 18 Sep 2014 23:37:07 +0000 (UTC) Received: from smtp1.multiplay.co.uk (smtp1.multiplay.co.uk [85.236.96.35]) by mx1.freebsd.org (Postfix) with ESMTP id 9D6E06E9 for ; Thu, 18 Sep 2014 23:37:06 +0000 (UTC) Received: by smtp1.multiplay.co.uk (Postfix, from userid 65534) id 3DA0F20E7088E; Thu, 18 Sep 2014 23:37:05 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.multiplay.co.uk X-Spam-Level: * X-Spam-Status: No, score=2.0 required=8.0 tests=AWL,BAYES_00,DOS_OE_TO_MX, FSL_HELO_NON_FQDN_1,RDNS_DYNAMIC autolearn=no version=3.3.1 Received: from r2d2 (82-69-141-170.dsl.in-addr.zen.co.uk [82.69.141.170]) by smtp1.multiplay.co.uk (Postfix) with ESMTPS id E971220E7088A; Thu, 18 Sep 2014 23:37:01 +0000 (UTC) Message-ID: <62E5543C34E048D5B454CD795ACAC495@multiplay.co.uk> From: "Steven Hartland" To: "Tim Daneliuk" , "FreeBSD Stable" References: <541B6167.3000703@tundraware.com> <541B6A6F.5010501@tundraware.com> Subject: Re: 10.1Beta - Ongoing Build Problems Date: Fri, 19 Sep 2014 00:36:52 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 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: Thu, 18 Sep 2014 23:37:07 -0000 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. 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" >