From owner-svn-src-head@freebsd.org Wed Aug 31 22:49:35 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4BDABCA9C1; Wed, 31 Aug 2016 22:49:35 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qk0-x22d.google.com (mail-qk0-x22d.google.com [IPv6:2607:f8b0:400d:c09::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8F429A5C; Wed, 31 Aug 2016 22:49:35 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-qk0-x22d.google.com with SMTP id v123so67378866qkh.2; Wed, 31 Aug 2016 15:49:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=o5sYKhH8EZ2NDVCkTHHUatn1OJw3x2wgsvo5IIvEy7I=; b=Hngr45GY4HlYLW+iV6NAX7o3fQPkmufQscaOmUx5LPKHHx8HiSC6qsAbQ/gmz0Wwu1 LADfUeUOyQ5pqRBhg5cZVphf0WwOC8HHh49U4XQAtGBdPusCabG5h5QHEBaQXwdSsXXU u2q68G/fPyEOcGRO9qO54SflA1xJoYUY89Xxor61yDIyikxy7taaOc6grHJPE1kzS+M/ GbiJvl0nYYPajTlo8dN6k05WXoigRbdI/IclO8ZGdnHkDrW103L2399pTrhxVsAyMHwz ZJoM+fdjoT3m3qEKgJicb7zOhboqt2e+a+y+GkCIaR4/BfuWLXt611yhoj9G0uQ82R5p T4/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=o5sYKhH8EZ2NDVCkTHHUatn1OJw3x2wgsvo5IIvEy7I=; b=EBNs7M1s2jHUPxfkfbBCe5cGAc0RROmSV+qetwIgnzOihfHGcb8/2bL2mJzo8nC5dg yPTH3MWcPo3w155mkmbZNckbwy7n0T+ah4gRuKa8jTAiL7z6l7mrY0EwLGYMj45/sk44 Fi25StC0KFSSAkM52k8bgowJuevaSwmF7cNdAyNjmJJmucXxsbR81SnvlSeZIg2nOI9B 4wUsng7Csd01R5JQWxfEfGU3UDQadipCAdPsd8FR7spnMW1HKxyuPAxaHtXPt21tzkIm 6p6KVfONkQPHhhPEefRsKWPLshqh5BlitXX3aeNxWoCNG/LPZtQ68Egt/KrIGGR1EqF+ Iiow== X-Gm-Message-State: AE9vXwM98w8tlB6NMO1lPizHHicppzA2W8Z7TcHVcXDlesGGwSfu6f6fyHvzj7HoMc+PwCLG6Y4irUtqhuKQLQ== X-Received: by 10.55.87.135 with SMTP id l129mr14425396qkb.0.1472683774583; Wed, 31 Aug 2016 15:49:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.55.182.134 with HTTP; Wed, 31 Aug 2016 15:49:34 -0700 (PDT) In-Reply-To: <8A65E29F-1DF1-44F4-9E38-FFC038EE52E7@FreeBSD.org> References: <201608200008.u7K08Bok069627@repo.freebsd.org> <8A65E29F-1DF1-44F4-9E38-FFC038EE52E7@FreeBSD.org> From: Ngie Cooper Date: Wed, 31 Aug 2016 15:49:34 -0700 Message-ID: Subject: Re: svn commit: r304510 - head/sys/dev/ixl To: Dimitry Andric Cc: Ed Maste , Eric Joyner , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 22:49:35 -0000 On Wed, Aug 31, 2016 at 2:15 PM, Dimitry Andric wrote: ... > Interestingly, with the external gcc build, it is even an error: > > --- kernel.full --- > linking kernel.full > if_ixlv.o:(.bss+0x0): multiple definition of `ixl_crcstrip' > if_ixl.o:(.data+0xb8): first defined here > if_ixlv.o: In function `ixlv_media_change': > /builds/FreeBSD_HEAD_amd64_gcc/sys/dev/ixl/if_ixlv.c:2252: multiple definition of `ixl_rx_miss_bufs' > if_ixl.o:/builds/FreeBSD_HEAD_amd64_gcc/sys/dev/ixl/if_ixl.c:680: first defined here > if_ixlv.o: In function `ixlv_media_change': > /builds/FreeBSD_HEAD_amd64_gcc/sys/dev/ixl/if_ixlv.c:2262: multiple definition of `ixl_rx_miss' > if_ixl.o:/builds/FreeBSD_HEAD_amd64_gcc/sys/dev/ixl/if_ixl.c:681: first defined here > *** [kernel.full] Error code 1 > > See e.g. https://jenkins.freebsd.org/job/FreeBSD_HEAD_amd64_gcc/1505/console +1: linking kernel.full if_ixlv.o: warning: common of `ixl_crcstrip' overridden by definition if_ixl.o: warning: defined here if_ixlv.o: warning: multiple common of `ixl_rx_miss' if_ixl.o: warning: previous common is here if_ixlv.o: warning: multiple common of `ixl_rx_miss_bufs' if_ixl.o: warning: previous common is here