svn commit: r286410 - in head: etc etc/rc.d sys/dev/ath sys/dev/ath/ath_rate/sample sys/dev/bwi sys/dev/bwn sys/dev/if_ndis sys/dev/ipw sys/dev/iwi sys/dev/iwn sys/dev/malo sys/dev/mwl sys/dev/ral ...

Bjoern A. Zeeb bz at FreeBSD.org
Fri Aug 7 22:34:15 UTC 2015


> On 07 Aug 2015, at 11:43 , Gleb Smirnoff <glebius at freebsd.org> wrote:
> 
> Author: glebius
> Date: Fri Aug  7 11:43:14 2015
> New Revision: 286410
> URL: https://svnweb.freebsd.org/changeset/base/286410


At least ath is still not compiling.  Just to give you a short selection of what I am seeing.  I would have expected a change like this to pass universe before commit ..

sparc64.LINT

/scratch/tmp/bz/head.svn/sys/modules/ath/../../dev/ath/if_ath.c: In function 'ath_intr':
/scratch/tmp/bz/head.svn/sys/modules/ath/../../dev/ath/if_ath.c:2106: error: 'ifp' undeclared (first use in this function)
/scratch/tmp/bz/head.svn/sys/modules/ath/../../dev/ath/if_ath.c:2106: error: (Each undeclared identifier is reported only once
/scratch/tmp/bz/head.svn/sys/modules/ath/../../dev/ath/if_ath.c:2106: error: for each function it appears in.)


bmake: stopped in /scratch/tmp/bz/head.svn/sys/modules/ath
/scratch/tmp/bz/head.svn/sys/modules/ath/../../dev/ath/if_ath_tdma.c: In function 'ath_tdma_config':
/scratch/tmp/bz/head.svn/sys/modules/ath/../../dev/ath/if_ath_tdma.c:253: error: ‘struct ath_softc' has no member named 'sc_ifp'


mips.AP135

/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath.c: In function 'ath_resume':
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath.c:1901: error: 'ifp' undeclared (first use in this function)
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath.c:1901: error: (Each undeclared identifier is reported only once
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath.c:1901: error: for each function it appears in.)
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath.c: In function 'ath_intr':
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath.c:2106: error: 'ifp' undeclared (first use in this function)
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath.c: In function 'ath_init':
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath.c:2428: error: 'ifp' undeclared (first use in this function)
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath.c: In function 'ath_tx_processq':
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath.c:4571: error: 'struct ath_softc' has no member named 'sc_ifp'
--- if_ath.o ---
*** [if_ath.o] Error code 1

bmake: stopped in /storage/head/obj/mips.mips/scratch/tmp/bz/head.svn/sys/AP135
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath_tx.c: In function 'ath_tx_normal_setup':
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath_tx.c:1789: error: expected ')' before 'ieee80211_dump_pkt'
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath_tx.c:1838: error: expected expression before '}' token
cc1: warnings being treated as errors
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath_tx.c:1546: warning: unused variable 'ah' [-Wunused-variable]
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath_tx.c: In function 'ath_tx_raw_start':
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath_tx.c:2207: error: expected ')' before 'ieee80211_dump_pkt'
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath_tx.c:2328: error: expected expression before '}' token
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath_tx.c:2090: warning: unused variable 'queue_to_head' [-Wunused-variable]
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath_tx.c:2085: warning: unused variable 'ds' [-Wunused-variable]
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath_tx.c:2077: warning: unused variable 'vap' [-Wunused-variable]
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath_tx.c:2076: warning: unused variable 'ah' [-Wunused-variable]
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath_tx.c:2075: warning: unused variable 'ic' [-Wunused-variable]
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath_tx.c: In function 'ath_tx_tid_drain_print':
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath_tx.c:3804: error: expected ')' before 'ieee80211_dump_pkt'
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath_tx.c:3807: error: expected expression before '}' token
--- if_ath_tx.o ---
*** [if_ath_tx.o] Error code 1

bmake: stopped in /storage/head/obj/mips.mips/scratch/tmp/bz/head.svn/sys/AP135
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath_tdma.c: In function 'ath_tdma_config':
/scratch/tmp/bz/head.svn/sys/dev/ath/if_ath_tdma.c:253: error: 'struct ath_softc' has no member named 'sc_ifp'
--- if_ath_tdma.o ---




More information about the svn-src-head mailing list