Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Nov 2014 18:05:36 -0800
From:      Garrett Cooper <yaneurabeya@gmail.com>
To:        Devin Teske <devin@shxd.cx>
Cc:        Jack F Vogel <jfv@FreeBSD.org>, svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, dteske@FreeBSD.org
Subject:   Re: svn commit: r274205 - in head/sys: dev/ixl modules/ixlv
Message-ID:  <3D277476-F94C-4166-9F23-2B13F9FD10B5@gmail.com>
In-Reply-To: <0b2701cffa2d$caf63880$60e2a980$@shxd.cx>
References:  <201411062345.sA6Nj55a047058@svn.freebsd.org> <0b2701cffa2d$caf63880$60e2a980$@shxd.cx>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
On Nov 6, 2014, at 17:54, Devin Teske <devin@shxd.cx> wrote:

>> -----Original Message-----
>> From: owner-src-committers@freebsd.org [mailto:owner-src-
>> committers@freebsd.org] On Behalf Of Jack F Vogel
>> Sent: Thursday, November 6, 2014 3:45 PM
>> To: src-committers@freebsd.org; svn-src-all@freebsd.org; svn-src-
>> head@freebsd.org
>> Subject: svn commit: r274205 - in head/sys: dev/ixl modules/ixlv
>> 
>> Author: jfv
>> Date: Thu Nov  6 23:45:05 2014
>> New Revision: 274205
>> URL: https://svnweb.freebsd.org/changeset/base/274205
>> 
>> Log:
>>  Update the Intel i40e drivers, ixl version 1.2.8, ixlv version 1.1.18
>>  	-Improved VF stability, thanks to changes from Ryan Stone,
>>  	 and Juniper.
>>  	- RSS fixes in the ixlv driver
>>  	- link detection in the ixlv driver
>>  	- New sysctl's added in ixl and ixlv
>>  	- reset timeout increased for ixlv
>>  	- stability fixes in detach
>>  	- correct media reporting
>>  	- Coverity warnings fixed
>>  	- Many small bug fixes
>>  	- VF Makefile modified - nvm shared code needed
>>  	- remove unused sleep channels in ixlv_sc struct
>> 
>>  Submitted by: Eric Joyner (committed by jfv)
>>  MFC after:	1 week
>> 
>> Modified:
>>  head/sys/dev/ixl/i40e_osdep.c
>>  head/sys/dev/ixl/i40e_osdep.h
>>  head/sys/dev/ixl/if_ixl.c
>>  head/sys/dev/ixl/if_ixlv.c
>>  head/sys/dev/ixl/ixl.h
>>  head/sys/dev/ixl/ixl_txrx.c
>>  head/sys/dev/ixl/ixlv.h
>>  head/sys/dev/ixl/ixlvc.c
>>  head/sys/modules/ixlv/Makefile
>> 
> [snip]
> 
> It appears that Jenkins is currently unhappy with this commit:
> https://jenkins.freebsd.org/jenkins/view/FreeBSD_src_head/job/FreeBSD_HEAD/lastBuild/console
> NB: Build #1787
> 
> ===> kbdmux (depend)
> --- depend_subdir_ixlv ---
> mkdep: compile failed
> *** [.depend] Error code 1
> 
> make[4]: stopped in /builds/FreeBSD_HEAD/sys/modules/ixlv
> 1 error

Looks like an ixlv header’s missing. Was is svn add’ed?
Thanks!

$ make depend
machine -> /usr/src.svn/sys/i386/include
x86 -> /usr/src.svn/sys/x86/include
awk -f /usr/src.svn/sys/modules/ixlv/../../tools/makeobjops.awk /usr/src.svn/sys/modules/ixlv/../../kern/device_if.m -h
awk -f /usr/src.svn/sys/modules/ixlv/../../tools/makeobjops.awk /usr/src.svn/sys/modules/ixlv/../../kern/bus_if.m -h
awk -f /usr/src.svn/sys/modules/ixlv/../../tools/makeobjops.awk /usr/src.svn/sys/modules/ixlv/../../dev/pci/pci_if.m -h
:> opt_bdg.h
rm -f .depend
mkdep -f .depend -a   -nostdinc -DSMP -D_KERNEL -DKLD_MODULE -I. -I/usr/src.svn/sys/modules/ixlv/../.. -I/usr/src.svn/sys/modules/ixlv/../../contrib/altq -std=iso9899:1999   /usr/src.svn/sys/modules/ixlv/../../dev/ixl/if_ixlv.c /usr/src.svn/sys/modules/ixlv/../../dev/ixl/ixlvc.c /usr/src.svn/sys/modules/ixlv/../../dev/ixl/ixl_txrx.c /usr/src.svn/sys/modules/ixlv/../../dev/ixl/i40e_osdep.c /usr/src.svn/sys/modules/ixlv/../../dev/ixl/i40e_common.c /usr/src.svn/sys/modules/ixlv/../../dev/ixl/i40e_nvm.c /usr/src.svn/sys/modules/ixlv/../../dev/ixl/i40e_adminq.c /usr/src.svn/sys/modules/ixlv/../../dev/ixl/i40e_lan_hmc.c /usr/src.svn/sys/modules/ixlv/../../dev/ixl/i40e_hmc.c
In file included from /usr/src.svn/sys/modules/ixlv/../../dev/ixl/if_ixlv.c:38:
/usr/src.svn/sys/modules/ixlv/../../dev/ixl/ixlv.h:39:10: fatal error: 'ixlv_vc_mgr.h' file not found
#include "ixlv_vc_mgr.h"
         ^
1 error generated.
In file included from /usr/src.svn/sys/modules/ixlv/../../dev/ixl/ixlvc.c:42:
/usr/src.svn/sys/modules/ixlv/../../dev/ixl/ixlv.h:39:10: fatal error: 'ixlv_vc_mgr.h' file not found
#include "ixlv_vc_mgr.h"
         ^
1 error generated.
mkdep: compile failed
*** Error code 1

Stop.
make: stopped in /usr/src.svn/sys/modules/ixlv
$ find ../../ -name ixlv_vc_mgr.\*

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org

iQEcBAEBCgAGBQJUXCjwAAoJEMZr5QU6S73eHkQH+gJtc/VJKapz99VYShEmb6VB
Rtmbs5qBfOwpeWRCzSl1sGav3aet5aVsBKM9Cr9EAmf2DiSVhjTMSGpckTZcw6QS
KL/KQiBhfT+bHX2esEtcwilDobAAystVnPdxdB3OTmrb8RQhUPNMdprYf58ApIhp
5te1dJg3eysJVmNLA28rmvVXUZxO6ATFeX3JfIaA/pzMf+LurnBDc9pNIZwd2UV0
7wKAFrmz47AinoW9/vpELNiMJQAKSKjPYYdzSRBYacFkHiM5tzqoftZiltejcgPl
GikyCrRovEYgjGob8Ps8dp5PCaEfLLS4a43lt1mFGWjhJSlPumY4bn0A5z1ygks=
=Yiqx
-----END PGP SIGNATURE-----

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D277476-F94C-4166-9F23-2B13F9FD10B5>