Date: Mon, 29 Jan 2007 01:02:32 +0100 From: Harald Schmalzbauer <harry@schmalzbauer.de> To: freebsd-stable@freebsd.org Subject: ath buildkernel problem with recent RELENG_6 [Was: Re: buildkernel (zlib module) broken?] Message-ID: <200701290102.33180.harry@schmalzbauer.de> In-Reply-To: <20070128221705.GA64536@xor.obsecurity.org> References: <200701282212.27004.harry@schmalzbauer.de> <20070128221705.GA64536@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Am Sonntag, 28. Januar 2007 23:17 schrieb Kris Kennaway: > On Sun, Jan 28, 2007 at 10:12:26PM +0100, Harald Schmalzbauer wrote: > > Hello, > > > > I don't understand this error: > > ===> zlib (all) [...] > > 1 error > > *** Error code 2 > > > > Any hints? > > Rerun make without -j and discover the real error which was some > distance back in the interleaved output from your parallel make > command. Ahh, ok, sorry, it's my first SMP system so I'm not used to this parallel build stuff... ath seems to be the problem: MAKE=/FlashBSD/obj/i686/FlashBSD/src/make.i386/make sh /FlashBSD/src/sys/conf/newvers.sh CUV-LV cc -c -O -pipe -march=pentium3 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/FlashBSD/src/sys -I/FlashBSD/src/sys/contrib/altq -I/FlashBSD/src/sys/contrib/ipfilter -I/FlashBSD/src/sys/contrib/pf -I/FlashBSD/src/sys/dev/ath -I/FlashBSD/src/sys/contrib/ngatm -I/FlashBSD/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror vers.c linking kernel.debug sample.o(.text+0x1a3a): In function `ath_rate_newstate': /FlashBSD/src/sys/dev/ath/ath_rate/sample/sample.c:803: undefined reference to `ieee80211_iterate_nodes' if_ath.o(.text+0x53c): In function `ath_attach': /FlashBSD/src/sys/dev/ath/if_ath.c:417: undefined reference to `ieee80211_wme_acnames' if_ath.o(.text+0xb92):/FlashBSD/src/sys/dev/ath/if_ath.c:599: undefined reference to `ieee80211_ifattach' if_ath.o(.text+0xc3e):/FlashBSD/src/sys/dev/ath/if_ath.c:617: undefined reference to `ieee80211_media_status' if_ath.o(.text+0xc4e):/FlashBSD/src/sys/dev/ath/if_ath.c:617: undefined reference to `ieee80211_media_init' if_ath.o(.text+0xc72):/FlashBSD/src/sys/dev/ath/if_ath.c:627: undefined reference to `ieee80211_announce' if_ath.o(.text+0xcf7): In function `ath_detach': /FlashBSD/src/sys/dev/ath/if_ath.c:664: undefined reference to `ieee80211_ifdetach' if_ath.o(.text+0x11af): In function `ath_bmiss_proc': /FlashBSD/src/sys/dev/ath/if_ath.c:877: undefined reference to `ieee80211_beacon_miss' if_ath.o(.text+0x1239): In function `ath_mapchan': /FlashBSD/src/sys/dev/ath/if_ath.c:903: undefined reference to `ieee80211_chan2mode' if_ath.o(.text+0x1fef): In function `ath_start': /FlashBSD/src/sys/dev/ath/if_ath.c:1205: undefined reference to `ieee80211_find_txnode' if_ath.o(.text+0x2025):/FlashBSD/src/sys/dev/ath/if_ath.c:1218: undefined reference to `ieee80211_pwrsave' if_ath.o(.text+0x2042):/FlashBSD/src/sys/dev/ath/if_ath.c:1222: undefined reference to `ieee80211_classify' if_ath.o(.text+0x2092):/FlashBSD/src/sys/dev/ath/if_ath.c:1234: undefined reference to `ieee80211_encap' if_ath.o(.text+0x21d1):/FlashBSD/src/sys/dev/ath/if_ath.c:1280: undefined reference to `ieee80211_free_node' if_ath.o(.text+0x220e): In function `ath_media_change': /FlashBSD/src/sys/dev/ath/if_ath.c:1296: undefined reference to `ieee80211_media_change' if_ath.o(.text+0x3016): In function `ath_beacon_alloc': /FlashBSD/src/sys/dev/ath/if_ath.c:1987: undefined reference to `ieee80211_beacon_alloc' if_ath.o(.text+0x336e): In function `ath_beacon_proc': /FlashBSD/src/sys/dev/ath/if_ath.c:2155: undefined reference to `ieee80211_beacon_update' if_ath.o(.text+0x374f): In function `ath_beacon_free': /FlashBSD/src/sys/dev/ath/if_ath.c:2289: undefined reference to `ieee80211_free_node' if_ath.o(.text+0x3ef2): In function `ath_descdma_cleanup': /FlashBSD/src/sys/dev/ath/if_ath.c:2624: undefined reference to `ieee80211_free_node' if_ath.o(.text+0x412b): In function `ath_node_alloc': /FlashBSD/src/sys/dev/ath/if_ath.c:2680: undefined reference to `M_80211_NODE' if_ath.o(.text+0x44bc): In function `ath_recv_mgmt': /FlashBSD/src/sys/dev/ath/if_ath.c:2858: undefined reference to `ieee80211_ibss_merge' if_ath.o(.text+0x48ea): In function `ath_rx_proc': /FlashBSD/src/sys/dev/ath/if_ath.c:3036: undefined reference to `ieee80211_notify_michael_failure' if_ath.o(.text+0x4a87):/FlashBSD/src/sys/dev/ath/if_ath.c:3100: undefined reference to `ieee80211_dump_pkt' if_ath.o(.text+0x4ac7):/FlashBSD/src/sys/dev/ath/if_ath.c:3112: undefined reference to `ieee80211_find_rxnode_withkey' if_ath.o(.text+0x4b82):/FlashBSD/src/sys/dev/ath/if_ath.c:3125: undefined reference to `ieee80211_input' if_ath.o(.text+0x4b8d):/FlashBSD/src/sys/dev/ath/if_ath.c:3126: undefined reference to `ieee80211_free_node' if_ath.o(.text+0x4fb4): In function `ath_txq_update': /FlashBSD/src/sys/dev/ath/if_ath.c:3286: undefined reference to `ieee80211_wme_acnames' if_ath.o(.text+0x57c0): In function `ath_tx_start': /FlashBSD/src/sys/dev/ath/if_ath.c:3598: undefined reference to `ieee80211_crypto_encap' if_ath.o(.text+0x5814):/FlashBSD/src/sys/dev/ath/if_ath.c:3626: undefined reference to `ieee80211_cipher_none' if_ath.o(.text+0x5d25):/FlashBSD/src/sys/dev/ath/if_ath.c:3860: undefined reference to `ieee80211_dump_pkt' if_ath.o(.text+0x61f7): In function `ath_tx_processq': /FlashBSD/src/sys/dev/ath/if_ath.c:4027: undefined reference to `ieee80211_free_node' if_ath.o(.text+0x67f4): In function `ath_tx_draintxq': /FlashBSD/src/sys/dev/ath/if_ath.c:4182: undefined reference to `ieee80211_free_node' if_ath.o(.text+0x6ae3): In function `ath_chan_change': /FlashBSD/src/sys/dev/ath/if_ath.c:4329: undefined reference to `ieee80211_chan2mode' if_ath.o(.text+0x6d21): In function `ath_chan_set': /FlashBSD/src/sys/dev/ath/if_ath.c:4433: undefined reference to `ieee80211_chan2ieee' if_ath.o(.text+0x6ecb): In function `ath_next_scan': /FlashBSD/src/sys/dev/ath/if_ath.c:4495: undefined reference to `ieee80211_next_scan' if_ath.o(.text+0x76ec): In function `ath_getchannels': /FlashBSD/src/sys/dev/ath/if_ath.c:4853: undefined reference to `ieee80211_mhz2ieee' if_ath.o(.text+0x7d77): In function `ath_watchdog': /FlashBSD/src/sys/dev/ath/if_ath.c:5127: undefined reference to `ieee80211_watchdog' if_ath.o(.text+0x7ee0): In function `ath_ioctl': /FlashBSD/src/sys/dev/ath/if_ath.c:5242: undefined reference to `ieee80211_getrssi' if_ath.o(.text+0x7fa2):/FlashBSD/src/sys/dev/ath/if_ath.c:5263: undefined reference to `ieee80211_ioctl' if_ath.o(.text+0x88f2): In function `ath_sysctl_countrycode': /FlashBSD/src/sys/dev/ath/if_ath.c:5465: undefined reference to `ieee80211_media_status' if_ath.o(.text+0x8902):/FlashBSD/src/sys/dev/ath/if_ath.c:5465: undefined reference to `ieee80211_media_init' if_ath.o(.text+0x89dd): In function `ath_sysctl_regdomain': /FlashBSD/src/sys/dev/ath/if_ath.c:5487: undefined reference to `ieee80211_media_status' if_ath.o(.text+0x89ed):/FlashBSD/src/sys/dev/ath/if_ath.c:5487: undefined reference to `ieee80211_media_init' if_ath.o(.text+0x943a): In function `ath_announce': /FlashBSD/src/sys/dev/ath/if_ath.c:5670: undefined reference to `ieee80211_wme_acnames' ieee80211_crypto_ccmp.o(.text+0xb1): In function `ccmp_setkey': /FlashBSD/src/sys/net80211/ieee80211_crypto_ccmp.c:129: undefined reference to `ieee80211_note' ieee80211_crypto_ccmp.o(.text+0x33b): In function `ccmp_decap': /FlashBSD/src/sys/net80211/ieee80211_crypto_ccmp.c:223: undefined reference to `ieee80211_note' ieee80211_crypto_ccmp.o(.text+0x3c6):/FlashBSD/src/sys/net80211/ieee80211_crypto_ccmp.c:234: undefined reference to `ieee80211_notify_replay_failure' ieee80211_crypto_ccmp.o(.text+0xfca): In function `ccmp_decrypt': /FlashBSD/src/sys/net80211/ieee80211_crypto_ccmp.c:625: undefined reference to `ieee80211_note' ieee80211_crypto_ccmp.o(.text+0x101f): In function `ccmp_modevent': /FlashBSD/src/sys/net80211/ieee80211_crypto_ccmp.c:643: undefined reference to `ieee80211_crypto_register' ieee80211_crypto_ccmp.o(.text+0x1062):/FlashBSD/src/sys/net80211/ieee80211_crypto_ccmp.c:653: undefined reference to `ieee80211_crypto_unregister' ieee80211_crypto_tkip.o(.text+0xb1): In function `tkip_setkey': /FlashBSD/src/sys/net80211/ieee80211_crypto_tkip.c:146: undefined reference to `ieee80211_note' ieee80211_crypto_tkip.o(.text+0x14c): In function `tkip_encap': /FlashBSD/src/sys/net80211/ieee80211_crypto_tkip.c:174: undefined reference to `ieee80211_note' ieee80211_crypto_tkip.o(.text+0x42b): In function `tkip_decap': /FlashBSD/src/sys/net80211/ieee80211_crypto_tkip.c:270: undefined reference to `ieee80211_note' ieee80211_crypto_tkip.o(.text+0x47d):/FlashBSD/src/sys/net80211/ieee80211_crypto_tkip.c:280: undefined reference to `ieee80211_note' ieee80211_crypto_tkip.o(.text+0x520):/FlashBSD/src/sys/net80211/ieee80211_crypto_tkip.c:292: undefined reference to `ieee80211_notify_replay_failure' ieee80211_crypto_tkip.o(.text+0x6df): In function `tkip_demic': /FlashBSD/src/sys/net80211/ieee80211_crypto_tkip.c:348: undefined reference to `ieee80211_notify_michael_failure' ieee80211_crypto_tkip.o(.text+0x17b9): In function `tkip_decrypt': /FlashBSD/src/sys/net80211/ieee80211_crypto_tkip.c:967: undefined reference to `ieee80211_note' ieee80211_crypto_tkip.o(.text+0x180f): In function `tkip_modevent': /FlashBSD/src/sys/net80211/ieee80211_crypto_tkip.c:984: undefined reference to `ieee80211_crypto_register' ieee80211_crypto_tkip.o(.text+0x1852):/FlashBSD/src/sys/net80211/ieee80211_crypto_tkip.c:994: undefined reference to `ieee80211_crypto_unregister' ieee80211_crypto_wep.o(.text+0x51): In function `wep_attach': /FlashBSD/src/sys/net80211/ieee80211_crypto_wep.c:101: undefined reference to `get_random_bytes' ieee80211_crypto_wep.o(.text+0x2f6): In function `wep_decap': /FlashBSD/src/sys/net80211/ieee80211_crypto_wep.c:228: undefined reference to `ieee80211_note' ieee80211_crypto_wep.o(.text+0x599): In function `wep_encrypt': /FlashBSD/src/sys/net80211/ieee80211_crypto_wep.c:360: undefined reference to `ieee80211_note' ieee80211_crypto_wep.o(.text+0x8c4): In function `wep_decrypt': /FlashBSD/src/sys/net80211/ieee80211_crypto_wep.c:444: undefined reference to `ieee80211_note' ieee80211_crypto_wep.o(.text+0x9df): In function `wep_modevent': /FlashBSD/src/sys/net80211/ieee80211_crypto_wep.c:487: undefined reference to `ieee80211_crypto_register' ieee80211_crypto_wep.o(.text+0xa22):/FlashBSD/src/sys/net80211/ieee80211_crypto_wep.c:497: undefined reference to `ieee80211_crypto_unregister' *** Error code 1 Stop in /FlashBSD/obj/i686/FlashBSD/src/sys/i686.intern-korso. *** Error code 1 Stop in /FlashBSD/src. *** Error code 1 Stop in /FlashBSD/src. *** Error code 1 > > kris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701290102.33180.harry>