Date: Thu, 21 Aug 2014 13:13:16 +0200 From: Luigi Rizzo <rizzo@iet.unipi.it> To: "C. L. Martinez" <carlopmart@gmail.com> Cc: "freebsd-stable@freebsd.org" <freebsd-stable@freebsd.org> Subject: Re: Errors building a new kernel this morning (r270260) Message-ID: <CA%2BhQ2%2Bg_U%2B=1i90HAvq_bK441uFkS8kZF%2BhgcdA2xSwW0ZK%2B6w@mail.gmail.com> In-Reply-To: <CAEjQA5LdC40jNY6daPd1whubY1gdN2aeNpuZS%2BLxPteCNA5WGw@mail.gmail.com> References: <CAEjQA5LdC40jNY6daPd1whubY1gdN2aeNpuZS%2BLxPteCNA5WGw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
My bad, I forgot to commit sys/net/netmap*.h . They are the same as in head if someone wants to do the merge before I I am back online Sorry for the inconvenience Luigi On Thursday, August 21, 2014, C. L. Martinez <carlopmart@gmail.com> wrote: > Hi all, > > I had updated my /usr/src to r270260 (FreeBSD 10-STABLE amd64 host) > this morning. "make buildworld" > works without problem, but when I try to compile a new kernel, fails. > Log: > > :> export_syms > awk -f /usr/src/sys/conf/kmod_syms. > awk dtnfscl.ko.debug export_syms | > xargs -J% objcopy % dtnfscl.ko.debug > --- all_subdir_cxgb --- > ctfconvert -L VERSION -g cxgb_t3fw.o > --- all_subdir_dtrace --- > A failure has been detected in another branch of the parallel make > > make[5]: stopped in /usr/src/sys/modules/dtrace/dtnfscl > --- all_subdir_cxgbe --- > ctfmerge -L VERSION -g -o t4fw_cfg.ko.debug t4fw_cfg.txt.fwo > t4fw_cfg_uwire.txt.fwo t4fw.fw.fwo t4fw_cfg.o > --- all_subdir_drm2 --- > --- drm_drv.o --- > ctfconvert -L VERSION -g drm_drv.o > --- all_subdir_cxgbe --- > :> export_syms > awk -f /usr/src/sys/conf/kmod_syms.awk t4fw_cfg.ko.debug export_syms > | xargs -J% objcopy % t4fw_cfg.ko.debug > --- all_subdir_dtrace --- > *** [_sub.all] Error code 2 > > make[4]: stopped in /usr/src/sys/modules/dtrace > 1 error > > make[4]: stopped in /usr/src/sys/modules/dtrace > --- all_subdir_cxgb --- > A failure has been detected in another branch of the parallel make > > make[5]: stopped in /usr/src/sys/modules/cxgb/cxgb_t3fw > --- psopinfo.o --- > ctfconvert -L VERSION -g psopinfo.o > --- modules-all --- > --- all_subdir_em --- > --- if_lem.o --- > In file included from /usr/src/sys/modules/em/../../dev/e1000/if_lem.c:337: > In file included from @/dev/netmap/if_lem_netmap.h:40: > @/dev/netmap/netmap_kern.h:1067:39: error: declaration of 'struct > nm_ifreq' will not be visible outside of this function > [-Werror,-Wvisibility] > typedef int (*bdg_config_fn_t)(struct nm_ifreq *); > ^ > --- all_subdir_dtrace --- > *** [all_subdir_dtrace] Error code 2 > > make[3]: stopped in /usr/src/sys/modules > --- all_subdir_cxgb --- > *** [_sub.all] Error code 2 > > make[4]: stopped in /usr/src/sys/modules/cxgb > 1 error > > make[4]: stopped in /usr/src/sys/modules/cxgb > --- all_subdir_cxgbe --- > A failure has been detected in another branch of the parallel make > > make[5]: stopped in /usr/src/sys/modules/cxgbe/t4_firmware > --- all_subdir_cxgb --- > *** [all_subdir_cxgb] Error code 2 > > make[3]: stopped in /usr/src/sys/modules > --- all_subdir_cxgbe --- > *** [_sub.all] Error code 2 > > make[4]: stopped in /usr/src/sys/modules/cxgbe > 1 error > > make[4]: stopped in /usr/src/sys/modules/cxgbe > *** [all_subdir_cxgbe] Error code 2 > > make[3]: stopped in /usr/src/sys/modules > --- all_subdir_ed --- > ctfconvert -L VERSION -g if_ed_novell.o > --- all_subdir_ath --- > ctfconvert -L VERSION -g ar9285_btcoex.o > --- all_subdir_em --- > 1 error generated. > *** [if_lem.o] Error code 1 > > make[4]: stopped in /usr/src/sys/modules/em > 2 errors > > make[4]: stopped in /usr/src/sys/modules/em > *** [all_subdir_em] Error code 2 > > make[3]: stopped in /usr/src/sys/modules > --- all_subdir_dummynet --- > ctfconvert -L VERSION -g dn_sched_qfq.o > A failure has been detected in another branch of the parallel make > > make[4]: stopped in /usr/src/sys/modules/dummynet > --- all_subdir_drm --- > ctfconvert -L VERSION -g drm_irq.o > --- all_subdir_ath --- > A failure has been detected in another branch of the parallel make > > make[4]: stopped in /usr/src/sys/modules/ath > --- all_subdir_ed --- > --- if_ed.o --- > ctfconvert -L VERSION -g if_ed.o > --- all_subdir_dummynet --- > *** [all_subdir_dummynet] Error code 2 > > make[3]: stopped in /usr/src/sys/modules > --- all_subdir_ath --- > *** [all_subdir_ath] Error code 2 > > make[3]: stopped in /usr/src/sys/modules > --- all_subdir_drm --- > A failure has been detected in another branch of the parallel make > > make[5]: stopped in /usr/src/sys/modules/drm/drm > --- all_subdir_ed --- > A failure has been detected in another branch of the parallel make > > make[4]: stopped in /usr/src/sys/modules/ed > --- all_subdir_drm --- > *** [_sub.all] Error code 2 > > make[4]: stopped in /usr/src/sys/modules/drm > 1 error > > make[4]: stopped in /usr/src/sys/modules/drm > --- all_subdir_ed --- > *** [all_subdir_ed] Error code 2 > > make[3]: stopped in /usr/src/sys/modules > --- all_subdir_drm --- > *** [all_subdir_drm] Error code 2 > > make[3]: stopped in /usr/src/sys/modules > --- all_subdir_drm2 --- > --- drm_fb_helper.o --- > ctfconvert -L VERSION -g drm_fb_helper.o > --- all_subdir_en --- > ctfconvert -L VERSION -g if_en_pci.o > --- all_subdir_drm2 --- > A failure has been detected in another branch of the parallel make > > make[5]: stopped in /usr/src/sys/modules/drm2/drm2 > *** [_sub.all] Error code 2 > > make[4]: stopped in /usr/src/sys/modules/drm2 > 1 error > > make[4]: stopped in /usr/src/sys/modules/drm2 > *** [all_subdir_drm2] Error code 2 > > make[3]: stopped in /usr/src/sys/modules > --- all_subdir_en --- > --- midway.o --- > ctfconvert -L VERSION -g midway.o > A failure has been detected in another branch of the parallel make > > make[4]: stopped in /usr/src/sys/modules/en > *** [all_subdir_en] Error code 2 > > make[3]: stopped in /usr/src/sys/modules > 10 errors > > make[3]: stopped in /usr/src/sys/modules > *** [modules-all] Error code 2 > > make[2]: stopped in /usr/obj/usr/src/sys/FBSDNSM03 > 1 error > > make[2]: stopped in /usr/obj/usr/src/sys/FBSDNSM03 > *** [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 > > Any idea why?? My customized kernel conf file works without problems > over four months until today :( > > Thanks. > _______________________________________________ > freebsd-stable@freebsd.org <javascript:;> mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org > <javascript:;>" > -- -----------------------------------------+------------------------------- Prof. Luigi RIZZO, rizzo@iet.unipi.it . Dip. di Ing. dell'Informazione http://www.iet.unipi.it/~luigi/ . Universita` di Pisa TEL +39-050-2211611 . via Diotisalvi 2 Mobile +39-338-6809875 . 56122 PISA (Italy) -----------------------------------------+-------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2BhQ2%2Bg_U%2B=1i90HAvq_bK441uFkS8kZF%2BhgcdA2xSwW0ZK%2B6w>