From owner-freebsd-stable@freebsd.org Thu Dec 29 22:51:47 2016 Return-Path: Delivered-To: freebsd-stable@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 14409C9717C for ; Thu, 29 Dec 2016 22:51:47 +0000 (UTC) (envelope-from jakub_lach@mailplus.pl) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1.freebsd.org (Postfix) with ESMTP id EEEB2173B for ; Thu, 29 Dec 2016 22:51:46 +0000 (UTC) (envelope-from jakub_lach@mailplus.pl) Received: from static.162.255.23.37.macminivault.com (unknown [162.255.23.37]) by mbob.nabble.com (Postfix) with ESMTP id D424F393013A for ; Thu, 29 Dec 2016 14:36:38 -0800 (PST) Date: Thu, 29 Dec 2016 15:51:46 -0700 (MST) From: Jakub Lach To: freebsd-stable@freebsd.org Message-ID: <1483051906021-6155011.post@n6.nabble.com> Subject: Cannot buildworld r310779 on FreeBSD 11.0-STABLE #0 r310265 amd64 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 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, 29 Dec 2016 22:51:47 -0000 Hello, I'm quite puzzled. Emptied /usr/obj, make cleandir and # make buildworld && make buildkernel... svn st is clear. <...> ===> usr.bin/dtc (all) echo dtc: /usr/obj/usr/src/tmp/usr/lib/libc.a >> .depend echo dtc: /usr/obj/usr/src/tmp/usr/lib/libc++.a >> .depend c++ -O2 -pipe -march=native -DNDEBUG -MD -MF.depend.dtc.o -MTdtc.o -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-uninitialized -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-unused-local-typedef -Qunused-arguments -std=c++11 -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /usr/src/usr.bin/dtc/dtc.cc -o dtc.o c++ -O2 -pipe -march=native -DNDEBUG -MD -MF.depend.input_buffer.o -MTinput_buffer.o -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-uninitialized -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-unused-local-typedef -Qunused-arguments -std=c++11 -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /usr/src/usr.bin/dtc/input_buffer.cc -o input_buffer.o c++ -O2 -pipe -march=native -DNDEBUG -MD -MF.depend.string.o -MTstring.o -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-uninitialized -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-unused-local-typedef -Qunused-arguments -std=c++11 -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /usr/src/usr.bin/dtc/string.cc -o string.o c++ -O2 -pipe -march=native -DNDEBUG -MD -MF.depend.dtb.o -MTdtb.o -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-uninitialized -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-unused-local-typedef -Qunused-arguments -std=c++11 -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /usr/src/usr.bin/dtc/dtb.cc -o dtb.o c++ -O2 -pipe -march=native -DNDEBUG -MD -MF.depend.fdt.o -MTfdt.o -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-uninitialized -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-unused-local-typedef -Qunused-arguments -std=c++11 -fno-rtti -fno-exceptions -Wno-c++11-extensions -c /usr/src/usr.bin/dtc/fdt.cc -o fdt.o /usr/src/usr.bin/dtc/fdt.cc:1593:8: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *val = strchr(def, '='); ^ ~~~~~~~~~~~~~~~~ 1 error generated. *** Error code 1 Stop. make[4]: stopped in /usr/src/usr.bin/dtc *** Error code 1 -- View this message in context: http://freebsd.1045724.x6.nabble.com/Cannot-buildworld-r310779-on-FreeBSD-11-0-STABLE-0-r310265-amd64-tp6155011.html Sent from the freebsd-stable mailing list archive at Nabble.com.