Re: Build failed in Jenkins: FreeBSD_HEAD #1334

2014-08-28 Thread Steven Hartland

This should already be fixed by r270758

- Original Message - 
From: 
To: ; ; 
; 

Sent: Thursday, August 28, 2014 8:53 PM
Subject: Build failed in Jenkins: FreeBSD_HEAD #1334


See 
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/1334/changes>


Changes:

[jfv] Add XL710 device entries to NOTES, and directories to the module
Makefile so they will be built.

MFC after: 1 day

[rodrigc] Use "file -s", so that we can run vmrun.sh against special 
devices such

as /dev/md memory file systems

Reviewed by: neel

--
[...truncated 254021 lines...]
   eventhandler_tagvlan_detach;
   ^
--- all_subdir_ixl ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl/../../dev/ixl/if_ixl.c>:650:21: 
error: implicit declaration of function 'EVENTHANDLER_REGISTER' is 
invalid in C99 [-Werror,-Wimplicit-function-declaration]

   vsi->vlan_attach = EVENTHANDLER_REGISTER(vlan_config,
  ^
--- all_subdir_ixlv ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/../../dev/ixl/if_ixlv.c>:498:21: 
error: implicit declaration of function 'EVENTHANDLER_REGISTER' is 
invalid in C99 [-Werror,-Wimplicit-function-declaration]

   vsi->vlan_attach = EVENTHANDLER_REGISTER(vlan_config,
  ^
--- all_subdir_ixl ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl/../../dev/ixl/if_ixl.c>:650:43: 
error: use of undeclared identifier 'vlan_config'

   vsi->vlan_attach = EVENTHANDLER_REGISTER(vlan_config,
^
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl/../../dev/ixl/if_ixl.c>:652:43: 
error: use of undeclared identifier 'vlan_unconfig'

   vsi->vlan_detach = EVENTHANDLER_REGISTER(vlan_unconfig,
^
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl/../../dev/ixl/if_ixl.c>:670:3: 
error: implicit declaration of function 'if_free' is invalid in C99 
[-Werror,-Wimplicit-function-declaration]

   if_free(vsi->ifp);
   ^
--- all_subdir_ixlv ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/../../dev/ixl/if_ixlv.c>:498:43: 
error: use of undeclared identifier 'vlan_config'

   vsi->vlan_attach = EVENTHANDLER_REGISTER(vlan_config,
^
--- all_subdir_ixl ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl/../../dev/ixl/if_ixl.c>:670:3: 
note: did you mean 'm_free'?

--- all_subdir_ixlv ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/../../dev/ixl/if_ixlv.c>:500:43: 
error: use of undeclared identifier 'vlan_unconfig'

   vsi->vlan_detach = EVENTHANDLER_REGISTER(vlan_unconfig,
^
--- all_subdir_ixl ---
@/sys/mbuf.h:1138:1: note: 'm_free' declared here
m_free(struct mbuf *m)
^
--- all_subdir_ixlv ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/../../dev/ixl/if_ixlv.c>:550:14: 
error: incomplete definition of type 'struct ifnet'

   if (vsi->ifp->if_vlantrunk != NULL) {
   ^
--- all_subdir_ixl ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixl/../../dev/ixl/if_ixl.c>:698:14: 
error: incomplete definition of type 'struct ifnet'

   if (vsi->ifp->if_vlantrunk != NULL) {
   ^
--- all_subdir_ixlv ---
@/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet'
   struct ifnet*rcvif; /* rcv interface */
  ^
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/../../dev/ixl/if_ixlv.c>:557:14: 
error: incomplete definition of type 'struct ifnet'

   if (vsi->ifp->if_drv_flags & IFF_DRV_RUNNING) {
   ^
--- all_subdir_ixl ---
@/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet'
   struct ifnet*rcvif; /* rcv interface */
  ^
--- all_subdir_ixlv ---
@/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet'
   struct ifnet*rcvif; /* rcv interface */
  ^
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/modules/ixlv/../../dev/ixl/if_ixlv.c>:566:18: 
error: incomplete definition of type 'struct ifnet'

   while (vsi->ifp->if_drv_flags & IFF_DRV_RUNNING
  ^
@/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet'
   struct ifnet*rcvif; /* rcv interface */
  ^
<https://jenkins.freebsd.org/jenkins/j

Build failed in Jenkins: FreeBSD_HEAD #1334

2014-08-28 Thread jenkins-admin
See 

Changes:

[jfv] Add XL710 device entries to NOTES, and directories to the module
Makefile so they will be built.

MFC after: 1 day

[rodrigc] Use "file -s", so that we can run vmrun.sh against special devices 
such
as /dev/md memory file systems

Reviewed by: neel

--
[...truncated 254021 lines...]
eventhandler_tagvlan_detach;
^
--- all_subdir_ixl ---
:650:21:
 error: implicit declaration of function 'EVENTHANDLER_REGISTER' is invalid in 
C99 [-Werror,-Wimplicit-function-declaration]
vsi->vlan_attach = EVENTHANDLER_REGISTER(vlan_config,
   ^
--- all_subdir_ixlv ---
:498:21:
 error: implicit declaration of function 'EVENTHANDLER_REGISTER' is invalid in 
C99 [-Werror,-Wimplicit-function-declaration]
vsi->vlan_attach = EVENTHANDLER_REGISTER(vlan_config,
   ^
--- all_subdir_ixl ---
:650:43:
 error: use of undeclared identifier 'vlan_config'
vsi->vlan_attach = EVENTHANDLER_REGISTER(vlan_config,
 ^
:652:43:
 error: use of undeclared identifier 'vlan_unconfig'
vsi->vlan_detach = EVENTHANDLER_REGISTER(vlan_unconfig,
 ^
:670:3:
 error: implicit declaration of function 'if_free' is invalid in C99 
[-Werror,-Wimplicit-function-declaration]
if_free(vsi->ifp);
^
--- all_subdir_ixlv ---
:498:43:
 error: use of undeclared identifier 'vlan_config'
vsi->vlan_attach = EVENTHANDLER_REGISTER(vlan_config,
 ^
--- all_subdir_ixl ---
:670:3:
 note: did you mean 'm_free'?
--- all_subdir_ixlv ---
:500:43:
 error: use of undeclared identifier 'vlan_unconfig'
vsi->vlan_detach = EVENTHANDLER_REGISTER(vlan_unconfig,
 ^
--- all_subdir_ixl ---
@/sys/mbuf.h:1138:1: note: 'm_free' declared here
m_free(struct mbuf *m)
^
--- all_subdir_ixlv ---
:550:14:
 error: incomplete definition of type 'struct ifnet'
if (vsi->ifp->if_vlantrunk != NULL) {
^
--- all_subdir_ixl ---
:698:14:
 error: incomplete definition of type 'struct ifnet'
if (vsi->ifp->if_vlantrunk != NULL) {
^
--- all_subdir_ixlv ---
@/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet'
struct ifnet*rcvif; /* rcv interface */
   ^
:557:14:
 error: incomplete definition of type 'struct ifnet'
if (vsi->ifp->if_drv_flags & IFF_DRV_RUNNING) {
^
--- all_subdir_ixl ---
@/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet'
struct ifnet*rcvif; /* rcv interface */
   ^
--- all_subdir_ixlv ---
@/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet'
struct ifnet*rcvif; /* rcv interface */
   ^
:566:18:
 error: incomplete definition of type 'struct ifnet'
while (vsi->ifp->if_drv_flags & IFF_DRV_RUNNING
   ^
@/sys/mbuf.h:123:9: note: forward declaration of 'struct ifnet'
struct ifnet*rcvif; /* rcv interface */
   ^
:578:3:
 error: implicit declaration of function 'EVENTHANDLER_DEREGISTER' is invalid 
in C99 [-Werror,-Wimplicit-function-declaration]
EVENTHANDLER_DEREGISTER(vlan_config, vsi->vlan_attach);
^
--- all_subdir_ixl ---
:729:3:
 error: implicit declaration of function 'EVENTHANDLER_DEREGISTER' is inv