From owner-svn-src-all@freebsd.org Thu May 5 09:58:36 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80E13B2EEE6; Thu, 5 May 2016 09:58:36 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from frv157.fwdcdn.com (frv157.fwdcdn.com [212.42.77.157]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46C72121E; Thu, 5 May 2016 09:58:36 +0000 (UTC) (envelope-from fidaj@ukr.net) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=MmWTwHnWlysAeWIPzbOaFRL1fxFnCLmIwv2B2TxsTaA=; b=HUyyazsKz64/bCQecSVQ64qhVqvgt4fNUBKpnw621s5NfcmuLRk+macnztMnEhGv3dBXS1CP1VG/PQ0CVS7LldBGbM0m8jmxyauBhGWdkiOI0BSCSVgwl+C5J0qJEnYqqALGLR0XWl1427gN8wRUZAeY38q5l+C5VeIevXQnswY=; Received: from [37.229.193.176] (helo=nonamehost.local) by frv157.fwdcdn.com with esmtpsa ID 1ayG3F-0005B3-5i ; Thu, 05 May 2016 12:58:33 +0300 Date: Thu, 5 May 2016 12:58:30 +0300 From: Ivan Klymenko To: Adrian Chadd Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r299109 - head/sys/modules/bhnd/bhndb Message-ID: <20160505125830.757502f7@nonamehost.local> In-Reply-To: <201605050658.u456wUNn007238@repo.freebsd.org> References: <201605050658.u456wUNn007238@repo.freebsd.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Authentication-Result: IP=37.229.193.176; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2016 09:58:36 -0000 On Thu, 5 May 2016 06:58:30 +0000 (UTC) Adrian Chadd wrote: > Author: adrian > Date: Thu May 5 06:58:30 2016 > New Revision: 299109 > URL: https://svnweb.freebsd.org/changeset/base/299109 > > Log: > [bhnd] add missing bus file. > > Modified: > head/sys/modules/bhnd/bhndb/Makefile > > Modified: head/sys/modules/bhnd/bhndb/Makefile > ============================================================================== > --- head/sys/modules/bhnd/bhndb/Makefile Thu May 5 02:51:31 > 2016 (r299108) +++ head/sys/modules/bhnd/bhndb/Makefile > Thu May 5 06:58:30 2016 (r299109) @@ -8,6 +8,6 @@ > SRCS= bhndb.c bhndb_subr.c bhndb_hwdata. bhndb_if.c bhndb_if.h > \ bhnd_bus_if.h > > -SRCS+= device_if.h bus_if.h > +SRCS+= device_if.h bus_if.h pci_if.h > > .include > _______________________________________________ Hello. Should also ? /sys/modules/bhnd/bhndb_pci/Makefile --- Makefile.orig 2016-05-05 12:47:52.477048000 +0300 +++ Makefile 2016-05-05 12:44:36.370741000 +0300 @@ -6,6 +6,6 @@ SRCS= bhndb_pci.c bhndb_pci_hwdata.c SRCS+= bhnd_bus_if.h bhndb_bus_if.h bhndb_if.h -SRCS+= device_if.h bus_if.h +SRCS+= device_if.h bus_if.h pci_if.h .include ========================================= ... --- if_bwi_pci.o --- /usr/local/libexec/ccache/world/cc -target x86_64-unknown-freebsd11.0 --sysroot=/media/da0s1/obj/usr/src/tmp -B/media/da0s1/obj/usr/src/tmp/usr/bin -O2 -pipe -mmmx -msse -msse2 -msse3 -mssse3 -msse4 -msse4.1 -msse4.2 -mavx -maes -mpclmul -march=native -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /media/da0s1/obj/usr/src/sys/mk11/opt_global.h -I. -I/usr/src/sys -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I/media/da0s1/obj/usr/src/sys/mk11 -MD -MF.depend.if_bwi_pci.o -MTif_bwi_pci.o -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-erro r-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -Ofast -fvectorize -fslp-vectorize -fblocks -fcolor-diagnostics -mno-aes -mno-avx -std=iso9899:1999 -c /usr/src/sys/modules/bwi/../../dev/bwi/if_bwi_pci.c -o if_bwi_pci.o --- all_subdir_ata --- objcopy --strip-debug atajmicron.ko --- all_subdir_bhnd --- --- all_subdir_bhnd/bhndb_pci --- In file included from /usr/src/sys/modules/bhnd/bhndb_pci/../../../dev/bhnd/bhndb/bhndb_pci_hwdata.c:46: /usr/src/sys/dev/pci/pcivar.h:271:10: fatal error: 'pci_if.h' file not found #include "pci_if.h" ^ --- all_subdir_ata --- --- all_subdir_ata/atapci/chipsets/atamarvell --- ===> ata/atapci/chipsets/atamarvell (all) --- all_subdir_bhnd --- 1 error generated. *** [bhndb_pci_hwdata.o] Error code 1 make[5]: stopped in /usr/src/sys/modules/bhnd/bhndb_pci 1 error make[5]: stopped in /usr/src/sys/modules/bhnd/bhndb_pci *** [all_subdir_bhnd/bhndb_pci] Error code 2 make[4]: stopped in /usr/src/sys/modules/bhnd --- all_subdir_ata --- A failure has been detected in another branch of the parallel make make[7]: stopped in /usr/src/sys/modules/ata/atapci/chipsets/atamarvell *** [all_subdir_ata/atapci/chipsets/atamarvell] Error code 2 make[6]: stopped in /usr/src/sys/modules/ata/atapci/chipsets 1 error make[6]: stopped in /usr/src/sys/modules/ata/atapci/chipsets *** [all_subdir_ata/atapci/chipsets] Error code 2 make[5]: stopped in /usr/src/sys/modules/ata/atapci 1 error make[5]: stopped in /usr/src/sys/modules/ata/atapci *** [all_subdir_ata/atapci] Error code 2 make[4]: stopped in /usr/src/sys/modules/ata 1 error make[4]: stopped in /usr/src/sys/modules/ata *** [all_subdir_ata] Error code 2 make[3]: stopped in /usr/src/sys/modules --- all_subdir_bhnd --- --- all_subdir_bhnd/bhndb --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/sys/modules/bhnd/bhndb *** [all_subdir_bhnd/bhndb] Error code 2 make[4]: stopped in /usr/src/sys/modules/bhnd 2 errors make[4]: stopped in /usr/src/sys/modules/bhnd *** [all_subdir_bhnd] Error code 2 make[3]: stopped in /usr/src/sys/modules --- all_subdir_ath --- /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5210/ar5210_reset.c:503:12: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1 << FIRPWR_S) & FIRPWR_M)); ~~ ^ /usr/src/sys/modules/ath/../../dev/ath/ah_osdep.h:137:68: note: expanded from macro 'OS_REG_WRITE' #define OS_REG_WRITE(_ah, _reg, _val) ath_hal_reg_write(_ah, _reg, _val) ^~~~ /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5210/ar5210_reset.c:506:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-1 << KCOARSEHIGH_S) & KCOARSEHIGH_M) | ~~ ^ /usr/src/sys/modules/ath/../../dev/ath/ah_osdep.h:137:68: note: expanded from macro 'OS_REG_WRITE' #define OS_REG_WRITE(_ah, _reg, _val) ath_hal_reg_write(_ah, _reg, _val) ^~~~ /usr/src/sys/modules/ath/../../dev/ath/ath_hal/ar5210/ar5210_reset.c:507:11: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ((-127 << KCOARSELOW_S) & KCOARSELOW_M)); ~~~~ ^ /usr/src/sys/modules/ath/../../dev/ath/ah_osdep.h:137:68: note: expanded from macro 'OS_REG_WRITE' #define OS_REG_WRITE(_ah, _reg, _val) ath_hal_reg_write(_ah, _reg, _val) ^~~~ 3 warnings generated. A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/ath *** [all_subdir_ath] Error code 2 make[3]: stopped in /usr/src/sys/modules --- all_subdir_bwi --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sys/modules/bwi *** [all_subdir_bwi] Error code 2 make[3]: stopped in /usr/src/sys/modules 4 errors make[3]: stopped in /usr/src/sys/modules *** [modules-all] Error code 2 make[2]: stopped in /media/da0s1/obj/usr/src/sys/mk11 1 error make[2]: stopped in /media/da0s1/obj/usr/src/sys/mk11 *** [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 root@nonamehost:/usr/src #