From owner-freebsd-current@FreeBSD.ORG Sat Jul 26 09:03:11 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4AC995BB for ; Sat, 26 Jul 2014 09:03:11 +0000 (UTC) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B0BA26DB for ; Sat, 26 Jul 2014 09:03:10 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1XAxsj-0007dU-CD for freebsd-current@freebsd.org; Sat, 26 Jul 2014 02:03:09 -0700 Date: Sat, 26 Jul 2014 02:03:09 -0700 (PDT) From: Beeblebrox To: freebsd-current@freebsd.org Message-ID: <20140726120247.3b763085@rsbsd.rsb> In-Reply-To: <53D2A73D.3010404@sasktel.net> References: <1406282699515-5931653.post@n5.nabble.com> <53D2A73D.3010404@sasktel.net> Subject: Re: Several minor annoyances on Current MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jul 2014 09:03:11 -0000 @ Ian: I added your code and rebuilt the kernel. /boot/loader.conf also has vfs.nfs.bootp_disable="YES" Previously described problem persists. SEPARATE KBD_KEYMAP ISSUE: The keymap for keyboard fails to be set from rc.conf with keymap="fr.iso.kbd" Boot message shows this but there is no record of the message in log files/dmesg: "Configuring syscons: keymapkbdcontrol: keymap file "fr.iso.kbd" not found: No such file or directory" Keymap gets set when I change rc.conf entry to: keymap="/usr/share/syscons/keymaps/fr.iso.kbd" ----- FreeBSD-11-current_amd64_root-on-zfs_RadeonKMS -- View this message in context: http://freebsd.1045724.n5.nabble.com/Several-minor-annoyances-on-Current-tp5931653p5931938.html Sent from the freebsd-current mailing list archive at Nabble.com. From owner-freebsd-current@FreeBSD.ORG Sat Jul 26 10:48:11 2014 Return-Path: Delivered-To: freebsd-current@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 8034BB57; Sat, 26 Jul 2014 10:48:11 +0000 (UTC) Received: from forward8l.mail.yandex.net (forward8l.mail.yandex.net [IPv6:2a02:6b8:0:1819::8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 12D6F2F0D; Sat, 26 Jul 2014 10:48:10 +0000 (UTC) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward8l.mail.yandex.net (Yandex) with ESMTP id 5C8381A40F9B; Sat, 26 Jul 2014 14:48:07 +0400 (MSK) Received: from smtp1h.mail.yandex.net (localhost [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id E0049134013C; Sat, 26 Jul 2014 14:48:06 +0400 (MSK) Received: from 93.91.10.59.tel.ru (93.91.10.59.tel.ru [93.91.10.59]) by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id ISDRm7kPaQ-m6WaBjmS; Sat, 26 Jul 2014 14:48:06 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 7710cf11-035f-4c95-9c2b-f4e4b9bf1d4f Message-ID: <53D38766.9090407@passap.ru> Date: Sat, 26 Jul 2014 14:48:06 +0400 From: Boris Samorodov Organization: =?UTF-8?B?0JfQkNCeICLQktCQ0KDQoiI=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: sbruno@freebsd.org Subject: Re: [make xdev, libatf]: error: cstdarg: No such file or directory References: <53D28899.3080704@passap.ru> <1406311201.1080.7.camel@bruno> In-Reply-To: <1406311201.1080.7.camel@bruno> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: freebsd-current@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jul 2014 10:48:11 -0000 Hi Sean, All, Sean, thanks for your help. 25.07.2014 22:00, Sean Bruno пишет: > On Fri, 2014-07-25 at 20:40 +0400, Boris Samorodov wrote: >> >> Here are errors I get with sources at r269089. >> > I am at 269090. make xdev TARGET=mips TARGET_ARCH=mips64 just finished > for me. At this point, drop the rest of the options from the build as > dim, bsdimp and sjg have fixed most of the issues requiring that. Uboot (at least the version supported by crochet) needs gcc to build. > There is a fatal depend bug of some kind occuring if /usr/obj/ has > builds in it. Try removing /usr/obj/* and then build again. That didn't help, the same error. And a discussion at arm@ ML shows that there are problems with xdev gcc build at recent HEAD. >> ----- >> % uname -a >> FreeBSD bb052.bsnet 11.0-CURRENT FreeBSD 11.0-CURRENT #113 r269019: Wed >> Jul 23 23:24:47 SAMT 2014 >> bsam@bb052.bsnet:/usr/obj/usr/src/sys/BB64X amd64 >> >> % sudo make -C /usr/src TARGET=arm TARGET_ARCH=armv6 WITH_GCC=1 >> WITH_GCC_BOOTSTRAP=1 WITHOUT_CLANG=1 WITHOUT_CLANG_BOOTSTRAP=1 >> WITHOUT_CLANG_IS_CC=1 xdev >> [...] >> ===> lib/atf (obj,depend,all,install) >> ===> lib/atf/libatf-c (obj) >> ===> lib/atf/libatf-c++ (obj) >> ===> lib/atf/libatf-c (depend) >> ===> lib/atf/libatf-c++ (depend) >> rm -f .depend >> CC='cc -isystem //usr/armv6-freebsd/usr/include >> -L//usr/armv6-freebsd/usr/lib --sysroot=//usr/armv6-freebsd/ >> -B//usr/armv6-fr >> eebsd/usr/libexec -B//usr/armv6-freebsd/usr/bin >> -B//usr/armv6-freebsd/usr/lib' mkdep -f .depend -a -DHAVE_CONFIG_H >> -DATF_A >> RCH='"arm"' -DATF_BUILD_CC='"cc -isystem //usr/armv6-freebsd/usr/include >> -L//usr/armv6-freebsd/usr/lib --sysroot=//usr/armv6- >> freebsd/ -B//usr/armv6-freebsd/usr/libexec >> -B//usr/armv6-freebsd/usr/bin -B//usr/armv6-freebsd/usr/lib"' >> -DATF_BUILD_CFLAGS=' >> "-O -pipe "' -DATF_BUILD_CPP='"cpp -isystem >> //usr/armv6-freebsd/usr/include -L//usr/armv6-freebsd/usr/lib >> --sysroot=//usr/ar >> mv6-freebsd/ -B//usr/armv6-freebsd/usr/libexec >> -B//usr/armv6-freebsd/usr/bin -B//usr/armv6-freebsd/usr/lib"' >> -DATF_BUILD_CPPF >> LAGS='""' -DATF_BUILD_CXX='"c++ -isystem //usr/armv6-freebsd/usr/include >> -L//usr/armv6-freebsd/usr/lib --sysroot=//usr/armv6- >> freebsd/ -B//usr/armv6-freebsd/usr/libexec >> -B//usr/armv6-freebsd/usr/bin -B//usr/armv6-freebsd/usr/lib"' >> -DATF_BUILD_CXXFLAGS >> ='"-O -pipe "' -DATF_CONFDIR='"/etc/atf"' >> -DATF_C_TESTS_BASE='"/usr/tests/lib/atf/libatf-c"' >> -DATF_INCLUDEDIR='"/usr/include" >> ' -DATF_LIBDIR='"/usr/lib"' -DATF_LIBEXECDIR='"/usr/libexec"' >> -DATF_MACHINE='"armv6"' -DATF_M4='"/usr/bin/m4"' -DATF_PKGDATADI >> R='"/usr/share/atf"' -DATF_SHELL='"/bin/sh"' -DATF_WORKDIR='"/tmp"' >> -I/usr/src/contrib/atf -I/usr/src/lib/atf/libatf-c++/../li >> batf-c -I. -DHAVE_CONFIG_H >> /usr/src/contrib/atf/atf-c++/detail/application.cpp >> /usr/src/contrib/atf/atf-c++/build.cpp / >> usr/src/contrib/atf/atf-c++/check.cpp >> /usr/src/contrib/atf/atf-c++/config.cpp >> /usr/src/contrib/atf/atf-c++/detail/env.cpp /usr >> /src/contrib/atf/atf-c++/detail/exceptions.cpp >> /usr/src/contrib/atf/atf-c++/detail/fs.cpp >> /usr/src/contrib/atf/atf-c++/detail/ >> process.cpp /usr/src/contrib/atf/atf-c++/tests.cpp >> /usr/src/contrib/atf/atf-c++/detail/text.cpp /usr/src/contrib/atf/atf-c++/u >> tils.cpp >> /usr/src/contrib/atf/atf-c++/detail/application.cpp:38:19: error: >> cstdarg: No such file or directory >> /usr/src/contrib/atf/atf-c++/detail/application.cpp:39:18: error: >> cstdio: No such file or directory >> /usr/src/contrib/atf/atf-c++/detail/application.cpp:40:19: error: >> cstdlib: No such file or directory >> [...] >> ----- >> > > -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve