From owner-freebsd-stable@FreeBSD.ORG Thu Aug 21 11:13:19 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E2C7454 for ; Thu, 21 Aug 2014 11:13:19 +0000 (UTC) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C04413809 for ; Thu, 21 Aug 2014 11:13:18 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id pv20so8524367lab.15 for ; Thu, 21 Aug 2014 04:13:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=F5sDwLFDVpsyuRDwjOJhZPUWTBa1aW0NTy2830/c2d8=; b=YmRT587VjZ8Tv/dwMJk0xA9u85uFPhaepvPe+35DDiZ2Rjqcj6gjj0xcDK3nnYefMC gt7KAqqCybl5GI0b0rCpZ2zvyd49wchhkjpdgkR/AyYag0qbuz2DJ4obNuFVMA/6JgeF O5CUPoeT4eO70EJ6t9ldsr738kJETwRibtp3SZc9pWWKMcPjqjRdhqT3c7qfsNLa/Sd+ 5QXsV1fWcnQzZa2JfiJia+zT5gg2ybdVejWSfAy3+/VGbLuNv8KNudvWLZ1l1fMJE8MY AoYtwAQVlc9VkgScWp6VOQxb2dFqaMqshbvGInm6LpAyHex4tLNO4TCY9ExYVpmEyyyz 2Z1A== MIME-Version: 1.0 X-Received: by 10.152.7.70 with SMTP id h6mr1655723laa.96.1408619596467; Thu, 21 Aug 2014 04:13:16 -0700 (PDT) Sender: rizzo.unipi@gmail.com Received: by 10.114.244.2 with HTTP; Thu, 21 Aug 2014 04:13:16 -0700 (PDT) In-Reply-To: References: Date: Thu, 21 Aug 2014 13:13:16 +0200 X-Google-Sender-Auth: N6YM9UXH07OMvVHQqqz63aRfBTo Message-ID: Subject: Re: Errors building a new kernel this morning (r270260) From: Luigi Rizzo To: "C. L. Martinez" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-stable@freebsd.org" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2014 11:13:19 -0000 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 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 mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org > " > -- -----------------------------------------+------------------------------- 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) -----------------------------------------+-------------------------------