Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2015 14:22:33 +0800
From:      Alastair Hogge <agh@fastmail.fm>
To:        Gleb Smirnoff <glebius@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r278979 - head/sys/netinet6
Message-ID:  <20150219062233.GB2330@kropotkin.auxio>
In-Reply-To: <20150219043237.GH15484@FreeBSD.org>
References:  <201502190121.t1J1LOwU028918@svn.freebsd.org> <20150219024922.GA2330@kropotkin.auxio> <20150219043237.GH15484@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2015-02-19 Thu 07:32:37 +0300, Gleb Smirnoff wrote:
> On Thu, Feb 19, 2015 at 10:49:22AM +0800, Alastair Hogge wrote:
> A> On 2015-02-19 Thu 01:21:24 +0000, Gleb Smirnoff wrote:
> A>
> A> Hi Gleb,
> A>
> A> I think this commit the whole economy^W buildworld?
>
> Here is preliminary patch, that I'm testing now.

Ta, the build continues, tho, it breaks on sys/netinet/in_var.h now:

cc  -O2 -pipe -march=corei7-avx  -DINET6 -DINET -Wall -Wmissing-prototypes
-Wcast-qual -Wwrite-strings -Wnested-externs -DRESCUE -std=gnu99
-fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k
-Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int
-Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value
-Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion
-Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments
-c /usr/src/sbin/ifconfig/ifconfig.c
In file included from /usr/src/sbin/ifconfig/ifconfig.c:61:
/tmp/corei7-avx/usr/src/tmp/usr/include/netinet/in_var.h:213:16: error:
field has incomplete type 'struct mbufq'
        struct mbufq     igi_gq;        /* queue of general query responses
*/
                         ^
/tmp/corei7-avx/usr/src/tmp/usr/include/netinet/in_var.h:213:9: note:
forward declaration of 'struct mbufq'
        struct mbufq     igi_gq;        /* queue of general query responses
*/
               ^
/tmp/corei7-avx/usr/src/tmp/usr/include/netinet/in_var.h:302:17: error:
field has incomplete type 'struct mbufq'
        struct mbufq             inm_scq;       /* queue of pending
                                 ^
/tmp/corei7-avx/usr/src/tmp/usr/include/netinet/in_var.h:213:9: note:
forward declaration of 'struct mbufq'
        struct mbufq     igi_gq;        /* queue of general query responses
*/
               ^
2 errors generated.
*** [ifconfig.o] Error code 1

make[6]: stopped in /usr/src/sbin/ifconfig
1 error

make[6]: stopped in /usr/src/sbin/ifconfig
*** [ifconfig_make] Error code 2

make[5]: stopped in /tmp/corei7-avx/usr/src/rescue/rescue
1 error

make[5]: stopped in /tmp/corei7-avx/usr/src/rescue/rescue
*** [objs] Error code 2

make[4]: stopped in /usr/src/rescue/rescue
1 error

make[4]: stopped in /usr/src/rescue/rescue
*** [_sub.all] Error code 2

make[3]: stopped in /usr/src/rescue
1 error

make[3]: stopped in /usr/src/rescue
*** [rescue.all__D] Error code 2

make[2]: stopped in /usr/src
1 error

make[2]: stopped in /usr/src
*** [everything] Error code 2

make[1]: stopped in /usr/src
1 error

make[1]: stopped in /usr/src
*** [buildworld] Error code 2

make: stopped in /usr/src
1 error

make: stopped in /usr/src

Salud,
al
--
Washington, D.C: Fifty square miles almost completely surrounded by reality.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150219062233.GB2330>