Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2013 17:37:32 -0300
From:      "Nilton Jose Rizzo" <rizzo@i805.com.br>
To:        freebsd-current@freebsd.org
Subject:   build error 
Message-ID:  <20130919203706.M91012@i805.com.br>
In-Reply-To: <20130919163417.M60967@i805.com.br>

next in thread | previous in thread | raw e-mail | index | archive | help


cc  -pg  -O2 -pipe  -I/usr/src/lib/libngatm/../../sys/contrib/ngatm
-I/usr/obj/usr/src/
lib/libngatm -I/usr/src/lib/libngatm/../../contrib/ngatm/libngatm -std=gnu99
-Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings
-Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline
-Wnested-externs -Wredundant-decls -Wold-style-definition
-Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body
-Wno-string-plus-int -c
/usr/src/lib/libngatm/../../sys/contrib/ngatm/netnatm/msg/uni_msg.c -o uni_msg.po
/usr/src/lib/libngatm/../../sys/contrib/ngatm/netnatm/msg/uni_msg.c:103:30:
error: no
      member named 'r_wptr' in 'struct uni_msg'; did you mean 'b_wptr'?
        msg->b_buf[mlen+1] = ((msg->r_wptr-msg->b_rptr)-mlen-2) >> 0;
                                    ^~~~~~
                                    b_wptr
/usr/src/lib/libngatm/../../sys/contrib/ngatm/netnatm/unimsg.h:48:11: note:
'b_wptr'
      declared here
        u_char          *b_wptr;        /* tail pointer */
                         ^
1 error generated.
*** Error code 1

Stop.
make[4]: stopped in /usr/src/lib/libngatm
*** Error code 1

Stop.
make[3]: stopped in /usr/src/lib
*** Error code 1

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

Stop.
make[1]: stopped in /usr/src
*** Error code 1

Stop.
make: stopped in /usr/src

I'm not recompile any version from world and kernel lastest from

root@valfenda:/usr # uname -a
FreeBSD valfenda 10.0-ALPHA1 FreeBSD 10.0-ALPHA1 #4 r255503: Fri Sep 13
08:18:27 BRT 2013     rizzo@valfenda:/usr/obj/usr/src/sys/VALFENDA  amd64
root@valfenda:/usr #

now I'm purge the src dir and re checkout all again.   I'll report some news

rizzo





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