From owner-freebsd-arm@freebsd.org Sun Mar 13 19:58:52 2016 Return-Path: Delivered-To: freebsd-arm@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 57C5BACF915 for ; Sun, 13 Mar 2016 19:58:52 +0000 (UTC) (envelope-from paul@gromit.dlib.vt.edu) Received: from gromit.dlib.vt.edu (gromit.dlib.vt.edu [128.173.126.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gromit.dlib.vt.edu", Issuer "Chumby Certificate Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 38A5A98F for ; Sun, 13 Mar 2016 19:58:51 +0000 (UTC) (envelope-from paul@gromit.dlib.vt.edu) Received: from gromit.chumby.lan (c-71-63-91-41.hsd1.va.comcast.net [71.63.91.41]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gromit.dlib.vt.edu (Postfix) with ESMTPSA id 919EF45B for ; Sun, 13 Mar 2016 15:58:45 -0400 (EDT) From: Paul Mather Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: WITH_DIRDEPS_BUILD on FreeBSD/arm -CURRENT? Message-Id: Date: Sun, 13 Mar 2016 15:58:44 -0400 To: freebsd-arm Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2016 19:58:52 -0000 The good news: I just successfully completed a build and install of = FreeBSD/arm with clang 3.8.0.: FreeBSD 11.0-CURRENT #0 r296611: Sun Mar 13 03:18:03 EDT 2016 pmather@beaglebone:/usr/obj/usr/src/sys/BEAGLEBONE-NO_WITNESS arm FreeBSD clang version 3.8.0 (tags/RELEASE_380/final 262564) (based on = LLVM 3.8.0) Everything appears to be working fine so far. :-) The bad news: this appears to have added 24 hours to my build time (from = 41 to 65 hours for a native build). :-( To try and cut down future build times, I tried enabling = WITH_DIRDEPS_BUILD in /etc/src-env.conf. Unfortunately, this fails = immediately with a complain that /dev/filemon is not available: root@beaglebone:/usr/src # make buildworld make: "/usr/src/share/mk/meta.sys.mk" line 120: ERROR: The filemon module (/dev/filemon) is not loaded. My reading of the src.conf man page leads me to believe /dev/filemon is = optional with the WITH_DIRDEPS_BUILD option: WITH_DIRDEPS_BUILD Enable building in meta mode. This is an experimental = build feature. For details see = http://www.crufty.net/sjg/docs/freebsd- meta-mode.htm. [[...]] As each target is made make(1) produces a meta file which = is used to capture (and compare) the command line, as well as any = command output. If filemon(4) is available the meta file will also capture a record of files used to produce the target by = tracking syscalls. [[...]] Is this in fact the case? I have a filemon man page but no /dev/filemon. I can't load the filemon = kernel module: root@beaglebone:/usr/src # kldload -v filemon kldload: can't load filemon: No such file or directory There is no filemon.ko in /boot/kernel. It appears filemon is not built by default in the regular FreeBSD/arm = build. Is this an oversight, or is it because it doesn't work on = FreeBSD/arm? Has anyone used a meta-mode build on FreeBSD/arm? Cheers, Paul.= From owner-freebsd-arm@freebsd.org Sun Mar 13 21:20:35 2016 Return-Path: Delivered-To: freebsd-arm@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 A6829ACDF43 for ; Sun, 13 Mar 2016 21:20:35 +0000 (UTC) (envelope-from paul@gromit.dlib.vt.edu) Received: from gromit.dlib.vt.edu (gromit.dlib.vt.edu [128.173.126.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gromit.dlib.vt.edu", Issuer "Chumby Certificate Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6389215CF for ; Sun, 13 Mar 2016 21:20:35 +0000 (UTC) (envelope-from paul@gromit.dlib.vt.edu) Received: from gromit.chumby.lan (c-71-63-91-41.hsd1.va.comcast.net [71.63.91.41]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gromit.dlib.vt.edu (Postfix) with ESMTPSA id 1778F45F for ; Sun, 13 Mar 2016 17:20:34 -0400 (EDT) From: Paul Mather Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: filemon module on BeagleBone Black and cp15_pmccntr_get() Message-Id: <3875EACE-DAD6-41EF-A301-664CEDE35137@gromit.dlib.vt.edu> Date: Sun, 13 Mar 2016 17:20:33 -0400 To: freebsd-arm Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2016 21:20:35 -0000 I just tried building the filemon kernel module on FreeBSD/arm = 11-CURRENT (r296804) on my BeagleBone Black. It fails: root@beaglebone:/usr/src/sys/modules/filemon # make cc -O -pipe -mfloat-abi=3Dsoftfp -Werror -D_KERNEL -DKLD_MODULE = -nostdinc -I. -I/usr/src/sys/modules/filemon/../.. -fno-common = -funwind-tables -MD -MP -MF.depend.filemon.o -MTfilemon.o = -ffreestanding -fwrapv -Wall -Wredundant-decls -Wnested-externs = -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline = -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ = -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas = -Wno-error-tautological-compare -Wno-error-empty-body = -Wno-error-parentheses-equality -Wno-error-unused-function = -Wno-error-pointer-sign -Wno-error-shift-negative-value -mno-movt = -mfpu=3Dnone -std=3Diso9899:1999 -c = /usr/src/sys/modules/filemon/../../dev/filemon/filemon.c -o filemon.o In file included from = /usr/src/sys/modules/filemon/../../dev/filemon/filemon.c:37: In file included from /usr/src/sys/modules/filemon/../../sys/buf.h:263: In file included from /usr/src/sys/modules/filemon/../../sys/proc.h:66: In file included from = /usr/src/sys/modules/filemon/../../sys/_vm_domain.h:34: In file included from /usr/src/sys/modules/filemon/../../sys/seq.h:70: ./machine/cpu.h:48:10: error: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99 [-Werror,-Wimplicit-function-declaration] return cp15_pmccntr_get(); ^ 1 error generated. *** Error code 1 Stop. make: stopped in /usr/src/sys/modules/filemon root@beaglebone:/usr/src/sys/modules/filemon # I notice that cp15_pmcr_get() is defined in = /usr/src/sys/arm/include/cpu-v6.h: [[...]] /* Performance Monitor registers */ #if __ARM_ARCH =3D=3D 6 && defined(CPU_ARM1176) _RF0(cp15_pmuserenr_get, CP15_PMUSERENR(%0)) _WF1(cp15_pmuserenr_set, CP15_PMUSERENR(%0)) _RF0(cp15_pmcr_get, CP15_PMCR(%0)) _WF1(cp15_pmcr_set, CP15_PMCR(%0)) _RF0(cp15_pmccntr_get, CP15_PMCCNTR(%0)) _WF1(cp15_pmccntr_set, CP15_PMCCNTR(%0)) #elif __ARM_ARCH > 6 _RF0(cp15_pmcr_get, CP15_PMCR(%0)) _WF1(cp15_pmcr_set, CP15_PMCR(%0)) _RF0(cp15_pmcnten_get, CP15_PMCNTENSET(%0)) _WF1(cp15_pmcnten_set, CP15_PMCNTENSET(%0)) _WF1(cp15_pmcnten_clr, CP15_PMCNTENCLR(%0)) _RF0(cp15_pmovsr_get, CP15_PMOVSR(%0)) _WF1(cp15_pmovsr_set, CP15_PMOVSR(%0)) _WF1(cp15_pmswinc_set, CP15_PMSWINC(%0)) _RF0(cp15_pmselr_get, CP15_PMSELR(%0)) _WF1(cp15_pmselr_set, CP15_PMSELR(%0)) _RF0(cp15_pmccntr_get, CP15_PMCCNTR(%0)) _WF1(cp15_pmccntr_set, CP15_PMCCNTR(%0)) _RF0(cp15_pmxevtyper_get, CP15_PMXEVTYPER(%0)) _WF1(cp15_pmxevtyper_set, CP15_PMXEVTYPER(%0)) _RF0(cp15_pmxevcntr_get, CP15_PMXEVCNTRR(%0)) _WF1(cp15_pmxevcntr_set, CP15_PMXEVCNTRR(%0)) _RF0(cp15_pmuserenr_get, CP15_PMUSERENR(%0)) _WF1(cp15_pmuserenr_set, CP15_PMUSERENR(%0)) _RF0(cp15_pminten_get, CP15_PMINTENSET(%0)) _WF1(cp15_pminten_set, CP15_PMINTENSET(%0)) _WF1(cp15_pminten_clr, CP15_PMINTENCLR(%0)) #endif If I read that right, for __ARM_ARCH=3D=3D6, cp15_pmccntr_get() is only = defined for CPU types CPU_ARM1176, i.e. those in the Raspberry Pi. = Isn't the BeagleBone Black also __ARM_ARCH=3D=3D6? Is the CPU_ARM1176 = CPU the only __ARM_ARCH=3D=3D6 CPU that supports these operations? Cheers, Paul.= From owner-freebsd-arm@freebsd.org Sun Mar 13 23:28:11 2016 Return-Path: Delivered-To: freebsd-arm@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 702BFACFE8B for ; Sun, 13 Mar 2016 23:28:11 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from erouter6.ore.mailhop.org (erouter6.ore.mailhop.org [54.187.213.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51BC3679 for ; Sun, 13 Mar 2016 23:28:11 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 8b0b586c-e972-11e5-a023-11ad6df26ed1 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.34.117.227 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.34.117.227]) by outbound3.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Sun, 13 Mar 2016 23:23:06 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.14.9) with ESMTP id u2DNR1DJ019112; Sun, 13 Mar 2016 17:27:01 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1457911621.1406.110.camel@freebsd.org> Subject: Re: filemon module on BeagleBone Black and cp15_pmccntr_get() From: Ian Lepore To: Paul Mather , freebsd-arm Date: Sun, 13 Mar 2016 17:27:01 -0600 In-Reply-To: <3875EACE-DAD6-41EF-A301-664CEDE35137@gromit.dlib.vt.edu> References: <3875EACE-DAD6-41EF-A301-664CEDE35137@gromit.dlib.vt.edu> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2016 23:28:11 -0000 On Sun, 2016-03-13 at 17:20 -0400, Paul Mather wrote: > I just tried building the filemon kernel module on FreeBSD/arm 11 > -CURRENT (r296804) on my BeagleBone Black. It fails: > > root@beaglebone:/usr/src/sys/modules/filemon # make > cc -O -pipe -mfloat-abi=softfp -Werror -D_KERNEL -DKLD_MODULE > -nostdinc -I. -I/usr/src/sys/modules/filemon/../.. -fno-common > -funwind-tables -MD -MP -MF.depend.filemon.o -MTfilemon.o > -ffreestanding -fwrapv -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -Wundef -Wno-pointer-sign > -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs > -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error > -tautological-compare -Wno-error-empty-body -Wno-error-parentheses > -equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno > -error-shift-negative-value -mno-movt -mfpu=none -std=iso9899:1999 > -c /usr/src/sys/modules/filemon/../../dev/filemon/filemon.c -o > filemon.o > In file included from > /usr/src/sys/modules/filemon/../../dev/filemon/filemon.c:37: > In file included from > /usr/src/sys/modules/filemon/../../sys/buf.h:263: > In file included from > /usr/src/sys/modules/filemon/../../sys/proc.h:66: > In file included from > /usr/src/sys/modules/filemon/../../sys/_vm_domain.h:34: > In file included from > /usr/src/sys/modules/filemon/../../sys/seq.h:70: > ./machine/cpu.h:48:10: error: implicit declaration of function > 'cp15_pmccntr_get' is invalid in C99 > [-Werror,-Wimplicit-function-declaration] > return cp15_pmccntr_get(); > ^ > 1 error generated. > *** Error code 1 > > Stop. > make: stopped in /usr/src/sys/modules/filemon > root@beaglebone:/usr/src/sys/modules/filemon # Try: make CONF_CFLAGS=-march=armv7a Even though armv7 is the native arch for a BB, we've lied and tried to pretend that armv6 and armv7 are the same thing, and increasingly that lie is screwing us, especially when building ports. It looks like building modules is another place the lie gets exposed. BTW, *don't* set arch to v7 in make.conf or src.conf, you'll end up with a broken world. The kernel must be built with arch set to v7 and world must be set to v6, at least until some bugs get fixed. (What a mess we've made for ourselves with this v6/v7 stuff.) -- Ian From owner-freebsd-arm@freebsd.org Mon Mar 14 09:53:14 2016 Return-Path: Delivered-To: freebsd-arm@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 1642FAD0352 for ; Mon, 14 Mar 2016 09:53:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 078B27DA for ; Mon, 14 Mar 2016 09:53:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2E9rDBw042609 for ; Mon, 14 Mar 2016 09:53:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-arm@FreeBSD.org Subject: [Bug 207970] Banana Pi USB issues Date: Mon, 14 Mar 2016 09:53:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: arm X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: allcoms@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-arm@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2016 09:53:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207970 Bug ID: 207970 Summary: Banana Pi USB issues Product: Base System Version: 11.0-CURRENT Hardware: arm OS: Any Status: New Severity: Affects Many People Priority: --- Component: arm Assignee: freebsd-arm@FreeBSD.org Reporter: allcoms@gmail.com I have been unable to get any USB devices to work under FreeBSD-11.0-CURRENT-arm-armv6-BANANAPI-20160308-r296485. I have so far tried a (Apple) USB keyboard (with integrated hub), a USB 2.0 card reader / hub and a USB memory card but none have produced any output to dmesg when they were connected or removed from either of the BPi's USB port= s. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-arm@freebsd.org Mon Mar 14 20:05:41 2016 Return-Path: Delivered-To: freebsd-arm@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 63928ACFF9C for ; Mon, 14 Mar 2016 20:05:41 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FAA4243 for ; Mon, 14 Mar 2016 20:05:39 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1afYk6-000182-H0 for freebsd-arm@freebsd.org; Mon, 14 Mar 2016 21:05:31 +0100 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-arm@freebsd.org Date: Mon, 14 Mar 2016 21:05:29 +0100 Subject: libunwind does not compile MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: User-Agent: Opera Mail/12.16 (FreeBSD) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.2 X-Spam-Status: No, score=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 autolearn=disabled version=3.4.0 X-Scan-Signature: 96329e479c93ffb0716cf569fedf443d X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2016 20:05:41 -0000 Hello, I'm cross compiling for Sheevaplug on a recent amd64/11-CURRENT with clang 3.8.0. uname: FreeBSD sjakie.klop.ws 11.0-CURRENT FreeBSD 11.0-CURRENT #8 r296724M: Sun Mar 13 16:03:31 CET 2016 root@sjakie.klop.ws:/usr/obj/usr/src/sys/GENERIC-NODEBUG amd64 Using these settings: export TARGET_ARCH=arm export MAKEOBJDIRPREFIX=/usr/obj-arm export KERNCONF=SHEEVAPLUG export WITH_NAND=yes export WITH_ARM_EABI=yes export WITH_GCC=yes export WITH_GNUCXX=yes export WITHOUT_CLANG_IS_CC=yes export NO_CLEAN=yes export DESTDIR=/mnt/usbdisk I get the error below. Is this known/expected? What can I do to fix it? I build gcc because clang 3.7 did not work on arm (although it could cross-compile to arm). ===> gnu/lib/libgcc (obj,depend,all,install) (cd /usr/src-arm/gnu/lib/libgcc; make -f /usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile MFILE=/usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile GCCDIR=/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc gthr-default.h) `gthr-default.h' is up to date. (cd /usr/src-arm/gnu/lib/libgcc; make -f /usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile MFILE=/usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile GCCDIR=/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc unwind.h) `unwind.h' is up to date. cc -O -pipe -DTARGET_ARM_EABI -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -DHAVE_GTHR_DEFAULT -I/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcclibs/include -I/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc/config -I/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc -I. -I/usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools -Dinhibit_libc -fno-inline -std=gnu99 -fheinous-gnu-extensions -Qunused-arguments -c /usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc/config/arm/libunwind.S -o libunwind.o /usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc/config/arm/libunwind.S:29:10: fatal error: 'machine/acle-compat.h' file not found #include ^ 1 error generated. *** [libunwind.o] Error code 1 make[4]: stopped in /usr/src-arm/gnu/lib/libgcc 1 error make[4]: stopped in /usr/src-arm/gnu/lib/libgcc *** [gnu/lib/libgcc__PL] Error code 2 make[3]: stopped in /usr/src-arm 1 error make[3]: stopped in /usr/src-arm *** [libraries] Error code 2 make[2]: stopped in /usr/src-arm 1 error make[2]: stopped in /usr/src-arm *** [_libraries] Error code 2 make[1]: stopped in /usr/src-arm 1 error make[1]: stopped in /usr/src-arm *** [buildworld] Error code 2 make: stopped in /usr/src-arm 1 error make: stopped in /usr/src-arm If I hardcode libunwind.S to use /usr/src-arm/sys/arm/include/acle-compat.h I get this error: ===> gnu/lib/libgcc (obj,depend,all,install) (cd /usr/src-arm/gnu/lib/libgcc; make -f /usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile MFILE=/usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile GCCDIR=/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc gthr-default.h) `gthr-default.h' is up to date. (cd /usr/src-arm/gnu/lib/libgcc; make -f /usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile MFILE=/usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile GCCDIR=/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc unwind.h) `unwind.h' is up to date. cc -O -pipe -DTARGET_ARM_EABI -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -DHAVE_GTHR_DEFAULT -I/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcclibs/include -I/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc/config -I/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc -I. -I/usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools -Dinhibit_libc -fno-inline -std=gnu99 -fheinous-gnu-extensions -Qunused-arguments -c /usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc/config/arm/libunwind.S -o libunwind.o In file included from /usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc/config/arm/libunwind.S:29: /usr/src-arm/sys/arm/include/acle-compat.h:182:4: error: Unable to determine architecture version. # error Unable to determine architecture version. ^ 1 error generated. *** [libunwind.o] Error code 1 make[4]: stopped in /usr/src-arm/gnu/lib/libgcc 1 error make[4]: stopped in /usr/src-arm/gnu/lib/libgcc *** [gnu/lib/libgcc__PL] Error code 2 make[3]: stopped in /usr/src-arm 1 error make[3]: stopped in /usr/src-arm *** [libraries] Error code 2 make[2]: stopped in /usr/src-arm 1 error make[2]: stopped in /usr/src-arm *** [_libraries] Error code 2 make[1]: stopped in /usr/src-arm 1 error make[1]: stopped in /usr/src-arm *** [buildworld] Error code 2 make: stopped in /usr/src-arm 1 error make: stopped in /usr/src-arm Regards, Ronald. From owner-freebsd-arm@freebsd.org Tue Mar 15 06:09:16 2016 Return-Path: Delivered-To: freebsd-arm@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 7FDC9AD0DF1 for ; Tue, 15 Mar 2016 06:09:16 +0000 (UTC) (envelope-from hmurray@megapathdsl.net) Received: from ip-64-139-1-69.sjc.megapath.net (ip-64-139-1-69.sjc.megapath.net [64.139.1.69]) by mx1.freebsd.org (Postfix) with ESMTP id 5D9B41127 for ; Tue, 15 Mar 2016 06:09:15 +0000 (UTC) (envelope-from hmurray@megapathdsl.net) Received: from shuksan (localhost [127.0.0.1]) by ip-64-139-1-69.sjc.megapath.net (Postfix) with ESMTP id 4BDF6406057; Mon, 14 Mar 2016 23:09:07 -0700 (PDT) X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.3 Subject: FreeBSD on R-Pi and BBB: Odds and ends From: Hal Murray To: freebsd-arm@freebsd.org Date: Mon, 14 Mar 2016 23:09:07 -0700 Message-Id: <20160315060907.4BDF6406057@ip-64-139-1-69.sjc.megapath.net> X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2016 06:09:16 -0000 Thanks for all the good work. The link behind FreeBSD 10.2-STABLE at the bottom of https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi is broken. My browser gives a popup saying "550 Failed to change directory" Maybe that should be 10.3, but that hasn't been updated since late Jan. There is nothing on the R-Pi web page that tells you that there are 2 different packages to download for the Raspberry Pi: RPI-B and RPI2. The RPI-B version doesn't work on the Pi-2. I haven't found a RPI2 version for 10.x 11.0 is working for me. (As you might guess, I banged my head against the wall for a while trying to run the RPI-B version from ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/10.2/ on a Pi-2.) Will the Pi-2 version run on older Pi-s? Or would it be reasonable to make it? Is there a good reason for the two versions? The RPI-B version doesn't work on an A+. It goes into a reboot loop. I didn't catch the printout on the screen. Poking an a USB keybord at the "poke any key" delay didn't do anything. Neither the R-Pi page nor the BBB page contains the recipe (or a link to it) for putting the downloaded bits on to an SD card. Yes, it's trivial after you know the recipe, but I think not finding that simple paragraph was one of my stumbling blocks when I was looking around weeks ago. I forget where I found the recipe. As a sanity check, it might help to include the output from fdisk/gpart to show what the SD card should look like and mention that on first boot it gets expanded to use all the space on the card. Will user-land binaries built on one armv6 platform run on other armv6 platforms? If so, one set of pkg binaries could support several/all hardware platforms in the family. It would be worth a note on the BBB page pointing out that if you get to a Linux system you forgot to hold down the button when you connected power. (It took me a while to figure that out.) Is there a way to tell a BBB to boot from the SD card even if the button isn't down? I thought I saw that recipe once while browsing around the web but I couldn't find it when I wanted it. It does stick over reboot commands, but that won't help recover after a power glitch. Is there a way to read the temperature on the BBB? I didn't find anything in sysctl -a -- These are my opinions. I hate spam. From owner-freebsd-arm@freebsd.org Tue Mar 15 06:50:17 2016 Return-Path: Delivered-To: freebsd-arm@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 7CC49AD1EB9 for ; Tue, 15 Mar 2016 06:50:17 +0000 (UTC) (envelope-from berend@pobox.com) Received: from sasl.smtp.pobox.com (pb-sasl0.int.icgroup.com [208.72.237.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C42FC8E for ; Tue, 15 Mar 2016 06:50:16 +0000 (UTC) (envelope-from berend@pobox.com) Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl0.pobox.com (Postfix) with ESMTP id 6720A47317; Tue, 15 Mar 2016 02:50:08 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=sasl; bh=0Fe8Xr/D850kHTpQlvSoxlZ+u70=; b=ivX6Wtiv9Gh3RmSywEzz3non01+H t0x0zcP1jWVEucTb7+frfWTTXcIZ5b5mVvQRuDDmJ+T9C9aCzhYbKggs1t3x8X0m 3OuWdpoQvsxdr0QMxm+VwRinIFvFFqWDDF/nYbomXvQ+MIxu+KfIiBt+QtULYW3c 1S+3pene9IIB9wQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=date:message-id :from:to:cc:subject:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=sasl; b=cS0GWY CqFs5VX/iYgAGDoD5ZthsNTamiAdeZMG8cXiJaBy6GpUzZdoM6Y8KiIeDWMUfvFS 45tiSzX5EQb+qI6OLKIxPkT7DpoGoDFHuqNjBzJxSucNXbTCEtxXbvAqAP0KPHRu tQmfWwu38DWuEh0BKZV89ITKzqVwMpK0lnSpI= Received: from pb-sasl0.int.icgroup.com (unknown [127.0.0.1]) by pb-sasl0.pobox.com (Postfix) with ESMTP id 526AE47316; Tue, 15 Mar 2016 02:50:08 -0400 (EDT) Received: from bmach.nederware.nl (unknown [27.252.226.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-sasl0.pobox.com (Postfix) with ESMTPSA id BCCD347315; Tue, 15 Mar 2016 02:50:07 -0400 (EDT) Received: from bonobo.nederware.nl (bonobo.local [192.168.33.56]) by bmach.nederware.nl (Postfix) with ESMTP id C20FD43101; Tue, 15 Mar 2016 19:50:05 +1300 (NZDT) Received: from bonobo.nederware.nl (localhost [127.0.0.1]) by bonobo.nederware.nl (Postfix) with ESMTP id A4FB01981434; Tue, 15 Mar 2016 19:50:05 +1300 (NZDT) Date: Tue, 15 Mar 2016 19:50:05 +1300 Message-ID: <87fuvsz142.wl-berend@pobox.com> From: Berend de Boer To: Hal Murray Cc: freebsd-arm@freebsd.org Subject: Re: FreeBSD on R-Pi and BBB: Odds and ends In-Reply-To: <20160315060907.4BDF6406057@ip-64-139-1-69.sjc.megapath.net> References: <20160315060907.4BDF6406057@ip-64-139-1-69.sjc.megapath.net> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.5 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Tue_Mar_15_19:50:05_2016-1"; micalg=pgp-sha256; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: 27B6691C-EA7A-11E5-B130-3C811E2D4245-48001098!pb-sasl0.pobox.com X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2016 06:50:17 -0000 --pgp-sign-Multipart_Tue_Mar_15_19:50:05_2016-1 Content-Type: text/plain; format=flowed; charset=US-ASCII >>>>> "Hal" == Hal Murray writes: Hal> The RPI-B version doesn't work on an A+. It goes into a Hal> reboot loop. I didn't catch the printout on the screen. Hal> Poking an a USB keybord at the "poke any key" delay didn't do Hal> anything. This version works for me: FreeBSD-10.3-PRERELEASE-arm-armv6-RPI-B-20160127-r294913.img I have: hdmi_safe=1 in CONFIG.TXT. I had a bootloop with the latest 11-CURRENT. -- All the best, Berend de Boer --pgp-sign-Multipart_Tue_Mar_15_19:50:05_2016-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit Content-Description: OpenPGP Digital Signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAABCAAGBQJW57CdAAoJEKOfeD48G3g5FhIP/1WUMloMrpzvwRCUmx0lMM7i W6thyjZPsPvGuMHgtL8fCoHmk6GCeYBgpVxnXv9JBSMTir3P2HodODAgJiDkWIP9 7JpFVl9cT92FIPM+W3WyzKRvOB5NwTQH/e2KkFXfqibJe1ALcP14vneC1jT0sTsH SoVREa4CPMaIuobCALk9Jmtpx1YOLrNseYFLDsdby/jDr18eu3tMJve3tXAmr3Ei akpupY7gocQ4KxgyTBwK/VwIxuKyqn9nyxW3wz0IYSGOOnIgbnUN9mEVRFJgQ0u3 2E6Aye07AZ7lKB0dtQKbo3b618Pb6YfpsucfYHGTjduLiDaDzrtwZti3IKuM1b3s NzLKi3gd8GtTFBiesGV/fTDJ93/eQhnpcM8cv/8JgWA8XKxwpbYOoxxMtYt21/4t 8Hsji4C4arRDmM4U7U4X/yZUhWlgIqAbf+vY7NAz3pPmuOTzQ0JO6n/b20fP6R2G DHIkILcb1UQGYscibOnNecFM8tyYEPrOT5yUFv8+LtVUZQPZFMFWF6kBZU9NkzU0 uKVedPzvY4ADDLyayQFGx7QuhZeyAZ+Mj2F1LoCXjJcPKXBc0bf9nbxboGKgS7xV al18xT+nTyaL/TtQ4ZV5p4duL18sm8fMJbsQZPoZApGbTJHZQZlB0AMyk1FgaLro /KohmaiDtgK5OQ7VkBm2 =uEOg -----END PGP SIGNATURE----- --pgp-sign-Multipart_Tue_Mar_15_19:50:05_2016-1-- From owner-freebsd-arm@freebsd.org Tue Mar 15 15:26:21 2016 Return-Path: Delivered-To: freebsd-arm@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 DFD5DAD1820 for ; Tue, 15 Mar 2016 15:26:20 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from erouter6.ore.mailhop.org (erouter6.ore.mailhop.org [54.187.213.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C76EF1154 for ; Tue, 15 Mar 2016 15:26:20 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 74a41dec-eabf-11e5-a023-11ad6df26ed1 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.34.117.227 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.34.117.227]) by outbound3.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Tue, 15 Mar 2016 15:06:11 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.14.9) with ESMTP id u2FFAAqf023292; Tue, 15 Mar 2016 09:10:10 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1458054610.68920.17.camel@freebsd.org> Subject: Re: libunwind does not compile From: Ian Lepore To: Ronald Klop , freebsd-arm@freebsd.org Date: Tue, 15 Mar 2016 09:10:10 -0600 In-Reply-To: References: Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2016 15:26:21 -0000 On Mon, 2016-03-14 at 21:05 +0100, Ronald Klop wrote: > Hello, > > I'm cross compiling for Sheevaplug on a recent amd64/11-CURRENT with > clang > 3.8.0. > uname: FreeBSD sjakie.klop.ws 11.0-CURRENT FreeBSD 11.0-CURRENT #8 > r296724M: Sun Mar 13 16:03:31 CET 2016 > root@sjakie.klop.ws:/usr/obj/usr/src/sys/GENERIC-NODEBUG amd64 > > Using these settings: > export TARGET_ARCH=arm > export MAKEOBJDIRPREFIX=/usr/obj-arm > export KERNCONF=SHEEVAPLUG > export WITH_NAND=yes > export WITH_ARM_EABI=yes > export WITH_GCC=yes > export WITH_GNUCXX=yes > export WITHOUT_CLANG_IS_CC=yes > export NO_CLEAN=yes > export DESTDIR=/mnt/usbdisk > > I get the error below. Is this known/expected? What can I do to fix > it? I > build gcc because clang 3.7 did not work on arm (although it could > cross-compile to arm). > > > ===> gnu/lib/libgcc (obj,depend,all,install) > (cd /usr/src-arm/gnu/lib/libgcc; make -f > /usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > MFILE=/usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > GCCDIR=/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc gthr > -default.h) > `gthr-default.h' is up to date. > (cd /usr/src-arm/gnu/lib/libgcc; make -f > /usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > MFILE=/usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile > GCCDIR=/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc unwind.h) > `unwind.h' is up to date. > cc -O -pipe -DTARGET_ARM_EABI -DIN_GCC -DIN_LIBGCC2 > -D__GCC_FLOAT_NOT_NEEDED -DHAVE_GTHR_DEFAULT > -I/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcclibs/include > -I/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc/config > -I/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc -I. > -I/usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools > -Dinhibit_libc > -fno-inline -std=gnu99 -fheinous-gnu-extensions -Qunused-arguments > -c > /usr/src > -arm/gnu/lib/libgcc/../../../contrib/gcc/config/arm/libunwind.S -o > libunwind.o > /usr/src > -arm/gnu/lib/libgcc/../../../contrib/gcc/config/arm/libunwind.S:29:10 > : > fatal error: 'machine/acle-compat.h' file not found > #include > ^ > 1 error generated. > *** [libunwind.o] Error code 1 When I crossbuild -current for dreamplug and I want gcc instead of clang, I use these settings: WITH_GCC=yes WITH_GNUCXX=yes WITH_GCC_BOOTSTRAP=yes WITHOUT_CLANG=yes WITHOUT_CLANG_IS_CC=yes WITHOUT_CLANG_BOOTSTRAP=yes That said, you may also be interested to hear that clang 3.8 runs fine on a *plug on -current. I've been using clang 3.8 (from the project branch before the recent merge to current) and gcc on my dreamplug within the past month. -- Ian From owner-freebsd-arm@freebsd.org Tue Mar 15 19:32:57 2016 Return-Path: Delivered-To: freebsd-arm@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 8CEABAD1B9C for ; Tue, 15 Mar 2016 19:32:57 +0000 (UTC) (envelope-from onborodin@gmail.com) Received: from mail-lb0-x22d.google.com (mail-lb0-x22d.google.com [IPv6:2a00:1450:4010:c04::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 13AC324E4 for ; Tue, 15 Mar 2016 19:32:57 +0000 (UTC) (envelope-from onborodin@gmail.com) Received: by mail-lb0-x22d.google.com with SMTP id bc4so33939160lbc.2 for ; Tue, 15 Mar 2016 12:32:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=Swo3ydpCh2Qwswq47z7xQdAeIgLv+papLcauZnmqhL8=; b=ofjnWhZjWqU0mGDOGYx+P8ezhauWwaNsyJu0LyTtTBEl7jqEhxjuzZ/9AsXYA341TW 8JRDR9eutdrftbzPDSH0KzRGJuu5XukVNAK/Kl9a6Uri/DaGrrvksRcOI2YCSIHk09em ne1ukFmx+lq0Cnu4MiraFOMoOia1kuteHHlpXrNUhFHWZakIszamAW6P4/V8B02TwsRZ I5vDYCb2pd+DGY6JgegVbW58+/yKqEdKqIywzG1UTS61U4fzUBzKDMnHHq0eVaeDQ4Mr 3k1hT8bKQbJIAqysG3iwqNA+RLy8cfapsokVaZg8df9wYVjDSUZJhXfAUtdmlXir2zY6 IIww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:organization:mime-version:content-transfer-encoding; bh=Swo3ydpCh2Qwswq47z7xQdAeIgLv+papLcauZnmqhL8=; b=f6ajAIw2mgcP/daqB4md6cnHJUQhCkEaJ/vKU2k2W+O7vyonbwe+ZQQmRTa150eDv5 zMNRcrLxvL8QDxiszYC4V693ujMP3BCd6HWayyn0UG2SQuf0ZXW0ocqAVFRovZ79jH2o puBwzzrSd52fV9qC1sxxQudtxSDly1ejxrnvkRUv0z2MXANcSGbvcDGl/xcvoUqaVA6F qV4r5LAiyG0wu1nzgns2MkSymgZY1EyV3d9em00otSPXqgBkDYb+z6Qf70lOm743Nac5 h7rwFKCagLW5QXYmIvfoTfRcH0cJds0Ub5xq3v9Ot0BS56i7mr2IbtqAwNBLXPOgFCzB q2tQ== X-Gm-Message-State: AD7BkJItf1iEwC+jQ412yykRk+7Unn/hguY0IS/n02Yhfk3yqA1IFqJ5ByHYDOgj/dhDVg== X-Received: by 10.112.50.144 with SMTP id c16mr10494250lbo.128.1458070375315; Tue, 15 Mar 2016 12:32:55 -0700 (PDT) Received: from localhost.home (239-201-36-78.baltnet.ru. [78.36.201.239]) by smtp.gmail.com with ESMTPSA id n7sm4473429lfn.25.2016.03.15.12.32.54 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 15 Mar 2016 12:32:54 -0700 (PDT) Date: Tue, 15 Mar 2016 21:32:46 +0200 From: Borodin Oleg To: Hal Murray Cc: freebsd-arm@freebsd.org Subject: Re: FreeBSD on R-Pi and BBB: Odds and ends Message-ID: <20160315213246.00a9cbc9@gmail.com> In-Reply-To: <20160315060907.4BDF6406057@ip-64-139-1-69.sjc.megapath.net> References: <20160315060907.4BDF6406057@ip-64-139-1-69.sjc.megapath.net> Organization: Unix7.pro X-Mailer: Claws Mail 3.13.1 (GTK+ 2.24.28; i386-pc-freebsd10) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2016 19:32:57 -0000 On Mon, 14 Mar 2016 23:09:07 -0700 Hal Murray wrote: > There is nothing on the R-Pi web page that tells you that there are 2 > different packages to download for the Raspberry Pi: RPI-B and RPI2. RPI2 in development. https://www.freebsd.org/doc/handbook/current-stable.html "You can return the product and get back your money" > It does stick over reboot commands, but that won't help recover after a power glitch. I cut off power of my board RPI2 more 40-50 times and never had a failed download. About a glitch you write? >Is there a way to read the temperature on the BBB? I didn't find anything in sysctl -a # sysctl -a | grep temper hw.cpufreq.temperature: 59990 dev.cpu.0.temperature: 60.0C # uname -msri FreeBSD 11.0-CURRENT arm RPI2 --- With best regards, Oleg Borodin onborodin@gmail.com From owner-freebsd-arm@freebsd.org Tue Mar 15 23:08:01 2016 Return-Path: Delivered-To: freebsd-arm@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 650EAAD1AC1 for ; Tue, 15 Mar 2016 23:08:01 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F18778F for ; Tue, 15 Mar 2016 23:08:00 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1afy47-0008Qh-Dw for freebsd-arm@freebsd.org; Wed, 16 Mar 2016 00:07:52 +0100 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-arm@freebsd.org Subject: Re: libunwind does not compile References: <1458054610.68920.17.camel@freebsd.org> Date: Wed, 16 Mar 2016 00:07:50 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <1458054610.68920.17.camel@freebsd.org> User-Agent: Opera Mail/12.16 (FreeBSD) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.2 X-Spam-Status: No, score=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 autolearn=disabled version=3.4.0 X-Scan-Signature: 6c56b5a68734eff3bb82063186e8a5cf X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2016 23:08:01 -0000 On Tue, 15 Mar 2016 16:10:10 +0100, Ian Lepore wrote: > On Mon, 2016-03-14 at 21:05 +0100, Ronald Klop wrote: >> Hello, >> >> I'm cross compiling for Sheevaplug on a recent amd64/11-CURRENT with >> clang >> 3.8.0. >> uname: FreeBSD sjakie.klop.ws 11.0-CURRENT FreeBSD 11.0-CURRENT #8 >> r296724M: Sun Mar 13 16:03:31 CET 2016 >> root@sjakie.klop.ws:/usr/obj/usr/src/sys/GENERIC-NODEBUG amd64 >> >> Using these settings: >> export TARGET_ARCH=arm >> export MAKEOBJDIRPREFIX=/usr/obj-arm >> export KERNCONF=SHEEVAPLUG >> export WITH_NAND=yes >> export WITH_ARM_EABI=yes >> export WITH_GCC=yes >> export WITH_GNUCXX=yes >> export WITHOUT_CLANG_IS_CC=yes >> export NO_CLEAN=yes >> export DESTDIR=/mnt/usbdisk >> >> I get the error below. Is this known/expected? What can I do to fix >> it? I >> build gcc because clang 3.7 did not work on arm (although it could >> cross-compile to arm). >> >> >> ===> gnu/lib/libgcc (obj,depend,all,install) >> (cd /usr/src-arm/gnu/lib/libgcc; make -f >> /usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile >> MFILE=/usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile >> GCCDIR=/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc gthr >> -default.h) >> `gthr-default.h' is up to date. >> (cd /usr/src-arm/gnu/lib/libgcc; make -f >> /usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile >> MFILE=/usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile >> GCCDIR=/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc unwind.h) >> `unwind.h' is up to date. >> cc -O -pipe -DTARGET_ARM_EABI -DIN_GCC -DIN_LIBGCC2 >> -D__GCC_FLOAT_NOT_NEEDED -DHAVE_GTHR_DEFAULT >> -I/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcclibs/include >> -I/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc/config >> -I/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc -I. >> -I/usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools >> -Dinhibit_libc >> -fno-inline -std=gnu99 -fheinous-gnu-extensions -Qunused-arguments >> -c >> /usr/src >> -arm/gnu/lib/libgcc/../../../contrib/gcc/config/arm/libunwind.S -o >> libunwind.o >> /usr/src >> -arm/gnu/lib/libgcc/../../../contrib/gcc/config/arm/libunwind.S:29:10 >> : >> fatal error: 'machine/acle-compat.h' file not found >> #include >> ^ >> 1 error generated. >> *** [libunwind.o] Error code 1 > > When I crossbuild -current for dreamplug and I want gcc instead of > clang, I use these settings: > > WITH_GCC=yes > WITH_GNUCXX=yes > WITH_GCC_BOOTSTRAP=yes > WITHOUT_CLANG=yes > WITHOUT_CLANG_IS_CC=yes > WITHOUT_CLANG_BOOTSTRAP=yes > > That said, you may also be interested to hear that clang 3.8 runs fine > on a *plug on -current. I've been using clang 3.8 (from the project > branch before the recent merge to current) and gcc on my dreamplug > within the past month. > > -- Ian > Ah, ok. I don't want to cross-build everything with gcc. I only had gcc installed as cc, because clang did not work on the arm machine. Does WITHOUT_CLANG_IS_CC does something more than 'man src.conf' mentions? I just removed WITHOUT_CLANG_IS_CC=yes and now the build continues. See what happens after a night sleep while clang compiles. :-) Ronald. From owner-freebsd-arm@freebsd.org Wed Mar 16 03:52:22 2016 Return-Path: Delivered-To: freebsd-arm@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 E2CC4AD1CE1 for ; Wed, 16 Mar 2016 03:52:22 +0000 (UTC) (envelope-from hmurray@megapathdsl.net) Received: from ip-64-139-1-69.sjc.megapath.net (ip-64-139-1-69.sjc.megapath.net [64.139.1.69]) by mx1.freebsd.org (Postfix) with ESMTP id C43851C00 for ; Wed, 16 Mar 2016 03:52:22 +0000 (UTC) (envelope-from hmurray@megapathdsl.net) Received: from shuksan (localhost [127.0.0.1]) by ip-64-139-1-69.sjc.megapath.net (Postfix) with ESMTP id 0C49F406057; Tue, 15 Mar 2016 20:52:20 -0700 (PDT) X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.3 To: Borodin Oleg cc: Hal Murray , freebsd-arm@freebsd.org From: Hal Murray Subject: Re: FreeBSD on R-Pi and BBB: Odds and ends In-Reply-To: Message from Borodin Oleg of "Tue, 15 Mar 2016 21:32:46 +0200." <20160315213246.00a9cbc9@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 15 Mar 2016 20:52:20 -0700 Message-Id: <20160316035220.0C49F406057@ip-64-139-1-69.sjc.megapath.net> X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2016 03:52:23 -0000 onborodin@gmail.com said: >> There is nothing on the R-Pi web page that tells you that there are 2 >> different packages to download for the Raspberry Pi: RPI-B and RPI2. > RPI2 in development. OK. I was commenting on the wiki page for Raspberry Pi at: https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi It doesn't use either "RPI2" or "development". I was pointing out what confused me in case anybody wanted to improve that page. I think a paragraph that said something like "FreeBSD-10.2-RELEASE-arm-armv6-RPI-B" works on B and B+. For Pi 2, you need "FreeBSD-11.0-CURRENT-arm-armv6-RPI2". would have been very helpful to me. > I cut off power of my board RPI2 more 40-50 times and never had a failed > download. About a glitch you write? The BeagleBone Black has a bitton that you need to hold down in order to boot from the SD card. >>Is there a way to read the temperature on the BBB? I didn't find anything >> in sysctl -a > # sysctl -a | grep temper hw.cpufreq.temperature: 59990 dev.cpu.0.temperature > : 60.0C > # uname -msri FreeBSD 11.0-CURRENT arm RPI2 Again, that's on R-Pi. On a BBB I get: [~]$ sysctl -a | grep temp net.inet6.ip6.use_tempaddr: 0 net.inet6.ip6.temppltime: 86400 net.inet6.ip6.tempvltime: 604800 net.inet6.ip6.prefer_tempaddr: 0 hw.usb.template: 0 [~]$ -- These are my opinions. I hate spam. From owner-freebsd-arm@freebsd.org Wed Mar 16 09:27:16 2016 Return-Path: Delivered-To: freebsd-arm@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 DCC33AD2F29 for ; Wed, 16 Mar 2016 09:27:16 +0000 (UTC) (envelope-from onborodin@gmail.com) Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c: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 7435D8FB for ; Wed, 16 Mar 2016 09:27:16 +0000 (UTC) (envelope-from onborodin@gmail.com) Received: by mail-wm0-x22d.google.com with SMTP id p65so62896459wmp.0 for ; Wed, 16 Mar 2016 02:27:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=oF1aOdQid+AX344y+TcyrhscZhRZCM/lM8rG1N+2X/o=; b=PWP+96cTI8QaTTpRSMVQM1oJUHwuvv2ChReNFgFvBYX7zF3qRuIGItOf5O3d5ixEoM SUxL3JalEgu1QCCH0yS823x49uTDcWwmKYGJe9kO/9u1t92ziEZxDDB5z+w3kMhKXJ5X F5O1vM1e4NapHOgXErXNBCYiGSo7838ihgyJ0nVaE6A8TPjVw4UPHkW4u74W6UxL9Zyi ZuYoOHCnUWLSC3TbpUwtsfY2G2Q6AOtex3LOYK/Evy0cEQJuYCnUeJUgsIgFw90d1gaI EBISReo/rBfDNmxZF+L/UizAPsw+2BQaVPtjernmLBc1uHuunzdS/ePmCaHoQ7GV64KQ 1Isg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:organization:mime-version:content-transfer-encoding; bh=oF1aOdQid+AX344y+TcyrhscZhRZCM/lM8rG1N+2X/o=; b=FRKOIedxCGTe5obtm3RbVvhoogjfbdHouMg1PMCWsDSSgbxleizVKfexf2U1VCNV78 WqHqtlHNDeAc08+Yym7qWu12Whw1pcWBSRrQIvyKizOFMP9l2jl4Pr5Rc9NlRX6JilXZ bI/4YjcLgIx/hAsosWBbGVuDiR71ZvcU5aKr49C0UL8j/SAbHPoWzvPIR1mjQexxANNN MBv1lvX61GGZddf2rS4diZAg/PGIutXrWEsLI1VsKUEpdbfSlMtP4V5WxMMSm4NkMPpa Dkus4tDlY39InyNFYYfoUSSl5dJ4sNwKgQcc2cYGXCQ6ItdrZnEd0eyA8Bq9J/nfIkH/ 3cWg== X-Gm-Message-State: AD7BkJJpO+cEq03LDR0PaRKOacXSrxsUI02WjMpu7qQSa/i8HGKx58UFWisnK/w37PBHnQ== X-Received: by 10.195.12.113 with SMTP id ep17mr2503645wjd.102.1458120435056; Wed, 16 Mar 2016 02:27:15 -0700 (PDT) Received: from zee.home (mail-kgd.lazurit.us. [195.191.50.4]) by smtp.gmail.com with ESMTPSA id js8sm2102516wjc.37.2016.03.16.02.27.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Mar 2016 02:27:14 -0700 (PDT) Date: Wed, 16 Mar 2016 11:27:10 +0200 From: Borodin Oleg To: freebsd-arm@freebsd.org Subject: Re: FreeBSD on R-Pi and BBB: Odds and ends Message-ID: <20160316112710.2065ac2c@zee.home> In-Reply-To: <20160316035220.0C49F406057@ip-64-139-1-69.sjc.megapath.net> References: <20160315213246.00a9cbc9@gmail.com> <20160316035220.0C49F406057@ip-64-139-1-69.sjc.megapath.net> Organization: The Home X-Mailer: Claws Mail 3.13.1 (GTK+ 2.24.28; i386-pc-freebsd10) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2016 09:27:17 -0000 On Tue, 15 Mar 2016 20:52:20 -0700 Hal Murray wrote: > onborodin@gmail.com said: > >> There is nothing on the R-Pi web page that tells you that there are 2 > >> different packages to download for the Raspberry Pi: RPI-B and RPI2. > > > RPI2 in development. > > OK. I was commenting on the wiki page for Raspberry Pi at: > https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi > > It doesn't use either "RPI2" or "development". > I was pointing out what confused me in case anybody wanted to improve that > page. > I think a paragraph that said something like > "FreeBSD-10.2-RELEASE-arm-armv6-RPI-B" works on B and B+. > For Pi 2, you need "FreeBSD-11.0-CURRENT-arm-armv6-RPI2". > would have been very helpful to me. > I agree, the page can misinform novices and have some information lag. Sorry, I have not right to edit this. ==== To all: Who is responsible for this page and/or can edit, or give right for editing? ==== >>Is there a way to read the temperature on the BBB? I didn't find anything >> in sysctl -a If I right, code for cpu temperature censor not yet released for the board, I cannot found about it in /usr/src/sys/arm/ti/am335x/ (11-CURRENT). With best regards, Oleg Borodin onborodin@gmail.com From owner-freebsd-arm@freebsd.org Wed Mar 16 09:34:06 2016 Return-Path: Delivered-To: freebsd-arm@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 6F2F6AD2195 for ; Wed, 16 Mar 2016 09:34:06 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30870BF0 for ; Wed, 16 Mar 2016 09:34:06 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.86_2 (FreeBSD)) (envelope-from ) id 1ag7q7-00002s-Qd; Wed, 16 Mar 2016 10:34:03 +0100 Date: Wed, 16 Mar 2016 10:34:03 +0100 From: Kurt Jaeger To: Borodin Oleg Cc: freebsd-arm@freebsd.org Subject: Re: FreeBSD on R-Pi and BBB: Odds and ends Message-ID: <20160316093403.GZ35640@home.opsec.eu> References: <20160315213246.00a9cbc9@gmail.com> <20160316035220.0C49F406057@ip-64-139-1-69.sjc.megapath.net> <20160316112710.2065ac2c@zee.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160316112710.2065ac2c@zee.home> X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2016 09:34:06 -0000 Hi! > > onborodin@gmail.com said: > > >> There is nothing on the R-Pi web page that tells you that there are 2 > > >> different packages to download for the Raspberry Pi: RPI-B and RPI2. > > > > > RPI2 in development. > > > > OK. I was commenting on the wiki page for Raspberry Pi at: > > https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi > > > > It doesn't use either "RPI2" or "development". > > I was pointing out what confused me in case anybody wanted to improve that > > page. > > > I think a paragraph that said something like > > "FreeBSD-10.2-RELEASE-arm-armv6-RPI-B" works on B and B+. > > For Pi 2, you need "FreeBSD-11.0-CURRENT-arm-armv6-RPI2". > > would have been very helpful to me. > > > > I agree, the page can misinform novices and have some information > lag. Sorry, I have not right to edit this. Please create a wiki account and fix the wikipage: https://wiki.freebsd.org/action/newaccount/FrontPage?action=newaccount -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-arm@freebsd.org Wed Mar 16 09:54:49 2016 Return-Path: Delivered-To: freebsd-arm@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 A44B5AD28EC for ; Wed, 16 Mar 2016 09:54:49 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7032477F for ; Wed, 16 Mar 2016 09:54:48 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1ag8A9-0008QA-5c for freebsd-arm@freebsd.org; Wed, 16 Mar 2016 10:54:45 +0100 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-arm@freebsd.org Subject: Re: libunwind does not compile References: <1458054610.68920.17.camel@freebsd.org> Date: Wed, 16 Mar 2016 10:54:39 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.16 (FreeBSD) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.2 X-Spam-Status: No, score=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 autolearn=disabled version=3.4.0 X-Scan-Signature: d9b0ae15ee993d77aea4f0208a5c5b8c X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2016 09:54:49 -0000 On Wed, 16 Mar 2016 00:07:50 +0100, Ronald Klop wrote: > On Tue, 15 Mar 2016 16:10:10 +0100, Ian Lepore wrote: > >> On Mon, 2016-03-14 at 21:05 +0100, Ronald Klop wrote: >>> Hello, >>> >>> I'm cross compiling for Sheevaplug on a recent amd64/11-CURRENT with >>> clang >>> 3.8.0. >>> uname: FreeBSD sjakie.klop.ws 11.0-CURRENT FreeBSD 11.0-CURRENT #8 >>> r296724M: Sun Mar 13 16:03:31 CET 2016 >>> root@sjakie.klop.ws:/usr/obj/usr/src/sys/GENERIC-NODEBUG amd64 >>> >>> Using these settings: >>> export TARGET_ARCH=arm >>> export MAKEOBJDIRPREFIX=/usr/obj-arm >>> export KERNCONF=SHEEVAPLUG >>> export WITH_NAND=yes >>> export WITH_ARM_EABI=yes >>> export WITH_GCC=yes >>> export WITH_GNUCXX=yes >>> export WITHOUT_CLANG_IS_CC=yes >>> export NO_CLEAN=yes >>> export DESTDIR=/mnt/usbdisk >>> >>> I get the error below. Is this known/expected? What can I do to fix >>> it? I >>> build gcc because clang 3.7 did not work on arm (although it could >>> cross-compile to arm). >>> >>> >>> ===> gnu/lib/libgcc (obj,depend,all,install) >>> (cd /usr/src-arm/gnu/lib/libgcc; make -f >>> /usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile >>> MFILE=/usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile >>> GCCDIR=/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc gthr >>> -default.h) >>> `gthr-default.h' is up to date. >>> (cd /usr/src-arm/gnu/lib/libgcc; make -f >>> /usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile >>> MFILE=/usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile >>> GCCDIR=/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc unwind.h) >>> `unwind.h' is up to date. >>> cc -O -pipe -DTARGET_ARM_EABI -DIN_GCC -DIN_LIBGCC2 >>> -D__GCC_FLOAT_NOT_NEEDED -DHAVE_GTHR_DEFAULT >>> -I/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcclibs/include >>> -I/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc/config >>> -I/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc -I. >>> -I/usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools >>> -Dinhibit_libc >>> -fno-inline -std=gnu99 -fheinous-gnu-extensions -Qunused-arguments >>> -c >>> /usr/src >>> -arm/gnu/lib/libgcc/../../../contrib/gcc/config/arm/libunwind.S -o >>> libunwind.o >>> /usr/src >>> -arm/gnu/lib/libgcc/../../../contrib/gcc/config/arm/libunwind.S:29:10 >>> : >>> fatal error: 'machine/acle-compat.h' file not found >>> #include >>> ^ >>> 1 error generated. >>> *** [libunwind.o] Error code 1 >> >> When I crossbuild -current for dreamplug and I want gcc instead of >> clang, I use these settings: >> >> WITH_GCC=yes >> WITH_GNUCXX=yes >> WITH_GCC_BOOTSTRAP=yes >> WITHOUT_CLANG=yes >> WITHOUT_CLANG_IS_CC=yes >> WITHOUT_CLANG_BOOTSTRAP=yes >> >> That said, you may also be interested to hear that clang 3.8 runs fine >> on a *plug on -current. I've been using clang 3.8 (from the project >> branch before the recent merge to current) and gcc on my dreamplug >> within the past month. >> >> -- Ian >> > > Ah, ok. > I don't want to cross-build everything with gcc. I only had gcc > installed as cc, because clang did not work on the arm machine. Does > WITHOUT_CLANG_IS_CC does something more than 'man src.conf' mentions? > I just removed WITHOUT_CLANG_IS_CC=yes and now the build continues. > > See what happens after a night sleep while clang compiles. :-) > > Ronald. Things build correctly again. Thanks for the pointer. Ronald. From owner-freebsd-arm@freebsd.org Wed Mar 16 10:04:57 2016 Return-Path: Delivered-To: freebsd-arm@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 C437EAD2D65 for ; Wed, 16 Mar 2016 10:04:57 +0000 (UTC) (envelope-from hmurray@megapathdsl.net) Received: from ip-64-139-1-69.sjc.megapath.net (ip-64-139-1-69.sjc.megapath.net [64.139.1.69]) by mx1.freebsd.org (Postfix) with ESMTP id AC278BC6 for ; Wed, 16 Mar 2016 10:04:57 +0000 (UTC) (envelope-from hmurray@megapathdsl.net) Received: from shuksan (localhost [127.0.0.1]) by ip-64-139-1-69.sjc.megapath.net (Postfix) with ESMTP id 81BDC406060; Wed, 16 Mar 2016 03:04:47 -0700 (PDT) X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.3 To: Borodin Oleg cc: freebsd-arm@freebsd.org, Hal Murray From: Hal Murray Subject: Re: FreeBSD on R-Pi and BBB: Odds and ends In-Reply-To: Message from Borodin Oleg of "Wed, 16 Mar 2016 11:27:10 +0200." <20160316112710.2065ac2c@zee.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 16 Mar 2016 03:04:47 -0700 Message-Id: <20160316100447.81BDC406060@ip-64-139-1-69.sjc.megapath.net> X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2016 10:04:57 -0000 onborodin@gmail.com said: > If I right, code for cpu temperature censor not yet released for the board, > I cannot found about it in /usr/src/sys/arm/ti/am335x/ (11-CURRENT). There is working code in the Linux kernel. bb1:~/mon$ cat /sys/class/hwmon/hwmon0/device/temp1_input 56000 bb1:~/mon$ -- These are my opinions. I hate spam. From owner-freebsd-arm@freebsd.org Wed Mar 16 10:24:43 2016 Return-Path: Delivered-To: freebsd-arm@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 205E1AD338B for ; Wed, 16 Mar 2016 10:24:43 +0000 (UTC) (envelope-from onborodin@gmail.com) Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c: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 AC9D0819 for ; Wed, 16 Mar 2016 10:24:42 +0000 (UTC) (envelope-from onborodin@gmail.com) Received: by mail-wm0-x22d.google.com with SMTP id l68so65171241wml.1 for ; Wed, 16 Mar 2016 03:24:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=k99HdoOrJk/DsZjxl+kZ80VehdWkVqC8zx0gh8yyIxk=; b=zZdSdU+i5H7aUS4qeBXWyHTchYuI1kcLq7nwVZhdAsDCHmMVTwJvenk+6AqRzJ31hX kpJNxLtQP/8rNO7y0c+ZqGunCALdDLJIpKZNha3gRHQd/5JQ/df8BH8snVB9TywwkJGv tXY4Hyp+snoOJHpKKO28cPbsGKArqqj0KqeA3q/v5TeWu7W+aTKgfx2hmhOjCOjpBZ3f D23wvcCZ4TC+eTzvwNbZ76gBoQ9Fr2djkNT4KnmaBHlfyrcDsPZd6mugkVPEQB+LYhVq PdrymY7RTHWBvF+oitdG5ivs+Kogm6RCW6Kt7KTN8/Hd0QG4D+1LzIXmVpntnk96Xt37 5HuQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:organization:mime-version:content-transfer-encoding; bh=k99HdoOrJk/DsZjxl+kZ80VehdWkVqC8zx0gh8yyIxk=; b=ayai+6EYVfsayz2WbBQK6l2FtvUFv2UOIpGiHz+VcgeKlHFA+r4KCj1SXz+qUo0oFQ 1K9Wt+XFJVh3F04aOHES2wLeYEznWWMS9KSpUhI9wcO+R0wRqxWzfoOG3kGe9LE4iDpn zOH0g2smbW/aUfy/ycLkv2kzxs3nfCwRkWlhkUaU9mt5HHk49og9hTjUxoWJDHfgoDOb D0nVpzNBEh4S2jLWKwFqip4ByEwrOuE0B/kLHEBGrTxWBOK6FWcNWx0nBU8DD7zyqdAf SN2RRJCRCwjYDloi0rTeXkiTlt3VQXFA23Dpqg028Z7A9DpvfzCj4rCkUGbPgk1l9xXt uIJA== X-Gm-Message-State: AD7BkJJEe3M0W/gRMbMcbX3tywUEg/COFbytQs9DN9kmPJf+7EBXITpNji6hNwVFiNEakA== X-Received: by 10.28.140.11 with SMTP id o11mr27866012wmd.81.1458123881380; Wed, 16 Mar 2016 03:24:41 -0700 (PDT) Received: from zee.home (mail-kgd.lazurit.us. [195.191.50.4]) by smtp.gmail.com with ESMTPSA id i2sm2359697wje.22.2016.03.16.03.24.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Mar 2016 03:24:41 -0700 (PDT) Date: Wed, 16 Mar 2016 12:24:33 +0200 From: Borodin Oleg To: Kurt Jaeger Cc: freebsd-arm@freebsd.org Subject: Re: FreeBSD on R-Pi and BBB: Odds and ends Message-ID: <20160316122433.1b9532af@zee.home> In-Reply-To: <20160316093403.GZ35640@home.opsec.eu> References: <20160315213246.00a9cbc9@gmail.com> <20160316035220.0C49F406057@ip-64-139-1-69.sjc.megapath.net> <20160316112710.2065ac2c@zee.home> <20160316093403.GZ35640@home.opsec.eu> Organization: The Home X-Mailer: Claws Mail 3.13.1 (GTK+ 2.24.28; i386-pc-freebsd10) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2016 10:24:43 -0000 On Wed, 16 Mar 2016 10:34:03 +0100 Kurt Jaeger wrote: > Hi! > > > > onborodin@gmail.com said: > > > >> There is nothing on the R-Pi web page that tells you that there are 2 > > > >> different packages to download for the Raspberry Pi: RPI-B and RPI2. > > > > > > > RPI2 in development. > > > > > > OK. I was commenting on the wiki page for Raspberry Pi at: > > > https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi > > > > > > It doesn't use either "RPI2" or "development". > > > I was pointing out what confused me in case anybody wanted to improve that > > > page. > > > > > I think a paragraph that said something like > > > "FreeBSD-10.2-RELEASE-arm-armv6-RPI-B" works on B and B+. > > > For Pi 2, you need "FreeBSD-11.0-CURRENT-arm-armv6-RPI2". > > > would have been very helpful to me. > > > > > > > I agree, the page can misinform novices and have some information > > lag. Sorry, I have not right to edit this. > > Please create a wiki account and fix the wikipage: > > https://wiki.freebsd.org/action/newaccount/FrontPage?action=newaccount > Hmm, I made login to the wiki and check right for editing _before_ send mail to maillist. I have on top "Immutable Page" and "You are not allowed to edit this page" after raise edit action. With best regards, Oleg Borodin onborodin@gmail.com From owner-freebsd-arm@freebsd.org Wed Mar 16 10:25:35 2016 Return-Path: Delivered-To: freebsd-arm@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 F0B2FAD33BB for ; Wed, 16 Mar 2016 10:25:35 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBD7B871 for ; Wed, 16 Mar 2016 10:25:35 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1ag8dx-0005Tv-IW for freebsd-arm@freebsd.org; Wed, 16 Mar 2016 11:25:33 +0100 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-arm@freebsd.org Subject: Re: libunwind does not compile References: <1458054610.68920.17.camel@freebsd.org> Date: Wed, 16 Mar 2016 11:25:32 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.16 (FreeBSD) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.2 X-Spam-Status: No, score=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 autolearn=disabled version=3.4.0 X-Scan-Signature: 10fb2eeb1e6a32429c7ce102d6ec6cdf X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2016 10:25:36 -0000 On Wed, 16 Mar 2016 10:54:39 +0100, Ronald Klop wrote: > On Wed, 16 Mar 2016 00:07:50 +0100, Ronald Klop > wrote: > >> On Tue, 15 Mar 2016 16:10:10 +0100, Ian Lepore wrote: >> >>> On Mon, 2016-03-14 at 21:05 +0100, Ronald Klop wrote: >>>> Hello, >>>> >>>> I'm cross compiling for Sheevaplug on a recent amd64/11-CURRENT with >>>> clang >>>> 3.8.0. >>>> uname: FreeBSD sjakie.klop.ws 11.0-CURRENT FreeBSD 11.0-CURRENT #8 >>>> r296724M: Sun Mar 13 16:03:31 CET 2016 >>>> root@sjakie.klop.ws:/usr/obj/usr/src/sys/GENERIC-NODEBUG amd64 >>>> >>>> Using these settings: >>>> export TARGET_ARCH=arm >>>> export MAKEOBJDIRPREFIX=/usr/obj-arm >>>> export KERNCONF=SHEEVAPLUG >>>> export WITH_NAND=yes >>>> export WITH_ARM_EABI=yes >>>> export WITH_GCC=yes >>>> export WITH_GNUCXX=yes >>>> export WITHOUT_CLANG_IS_CC=yes >>>> export NO_CLEAN=yes >>>> export DESTDIR=/mnt/usbdisk >>>> >>>> I get the error below. Is this known/expected? What can I do to fix >>>> it? I >>>> build gcc because clang 3.7 did not work on arm (although it could >>>> cross-compile to arm). >>>> >>>> >>>> ===> gnu/lib/libgcc (obj,depend,all,install) >>>> (cd /usr/src-arm/gnu/lib/libgcc; make -f >>>> /usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile >>>> MFILE=/usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile >>>> GCCDIR=/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc gthr >>>> -default.h) >>>> `gthr-default.h' is up to date. >>>> (cd /usr/src-arm/gnu/lib/libgcc; make -f >>>> /usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile >>>> MFILE=/usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile >>>> GCCDIR=/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc unwind.h) >>>> `unwind.h' is up to date. >>>> cc -O -pipe -DTARGET_ARM_EABI -DIN_GCC -DIN_LIBGCC2 >>>> -D__GCC_FLOAT_NOT_NEEDED -DHAVE_GTHR_DEFAULT >>>> -I/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcclibs/include >>>> -I/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc/config >>>> -I/usr/src-arm/gnu/lib/libgcc/../../../contrib/gcc -I. >>>> -I/usr/src-arm/gnu/lib/libgcc/../../usr.bin/cc/cc_tools >>>> -Dinhibit_libc >>>> -fno-inline -std=gnu99 -fheinous-gnu-extensions -Qunused-arguments >>>> -c >>>> /usr/src >>>> -arm/gnu/lib/libgcc/../../../contrib/gcc/config/arm/libunwind.S -o >>>> libunwind.o >>>> /usr/src >>>> -arm/gnu/lib/libgcc/../../../contrib/gcc/config/arm/libunwind.S:29:10 >>>> : >>>> fatal error: 'machine/acle-compat.h' file not found >>>> #include >>>> ^ >>>> 1 error generated. >>>> *** [libunwind.o] Error code 1 >>> >>> When I crossbuild -current for dreamplug and I want gcc instead of >>> clang, I use these settings: >>> >>> WITH_GCC=yes >>> WITH_GNUCXX=yes >>> WITH_GCC_BOOTSTRAP=yes >>> WITHOUT_CLANG=yes >>> WITHOUT_CLANG_IS_CC=yes >>> WITHOUT_CLANG_BOOTSTRAP=yes >>> >>> That said, you may also be interested to hear that clang 3.8 runs fine >>> on a *plug on -current. I've been using clang 3.8 (from the project >>> branch before the recent merge to current) and gcc on my dreamplug >>> within the past month. >>> >>> -- Ian >>> >> >> Ah, ok. >> I don't want to cross-build everything with gcc. I only had gcc >> installed as cc, because clang did not work on the arm machine. Does >> WITHOUT_CLANG_IS_CC does something more than 'man src.conf' mentions? >> I just removed WITHOUT_CLANG_IS_CC=yes and now the build continues. >> >> See what happens after a night sleep while clang compiles. :-) >> >> Ronald. > > Things build correctly again. Thanks for the pointer. > > Ronald. And clang 3.8.0 works again on the arm Sheevaplug. Ronald. From owner-freebsd-arm@freebsd.org Wed Mar 16 10:33:28 2016 Return-Path: Delivered-To: freebsd-arm@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 0CB8EAD35EC for ; Wed, 16 Mar 2016 10:33:28 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF64EBCC; Wed, 16 Mar 2016 10:33:27 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.86_2 (FreeBSD)) (envelope-from ) id 1ag8la-0000LW-Vv; Wed, 16 Mar 2016 11:33:27 +0100 Date: Wed, 16 Mar 2016 11:33:26 +0100 From: Kurt Jaeger To: Borodin Oleg Cc: freebsd-arm@freebsd.org Subject: Re: FreeBSD on R-Pi and BBB: Odds and ends Message-ID: <20160316103326.GA35640@home.opsec.eu> References: <20160315213246.00a9cbc9@gmail.com> <20160316035220.0C49F406057@ip-64-139-1-69.sjc.megapath.net> <20160316112710.2065ac2c@zee.home> <20160316093403.GZ35640@home.opsec.eu> <20160316122433.1b9532af@zee.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160316122433.1b9532af@zee.home> X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2016 10:33:28 -0000 Hi! > > Please create a wiki account and fix the wikipage: > > https://wiki.freebsd.org/action/newaccount/FrontPage?action=newaccount > Hmm, I made login to the wiki and check right for editing _before_ > send mail to maillist. Ah, sorry. Which username did you use ? > I have on top "Immutable Page" and "You are not allowed to edit > this page" after raise edit action. I'll ask the wiki-admins if this can be fixed. The https://wiki.freebsd.org/AboutWiki says that "For guest accounts the guest must be vouched for by a committer". Maybe that's why... -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-arm@freebsd.org Wed Mar 16 10:52:16 2016 Return-Path: Delivered-To: freebsd-arm@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 CE7BBAD3CE4 for ; Wed, 16 Mar 2016 10:52:16 +0000 (UTC) (envelope-from lars@e-new.0x20.net) Received: from mail.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.0x20.net", Issuer "mail.0x20.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 94CDBDD5 for ; Wed, 16 Mar 2016 10:52:16 +0000 (UTC) (envelope-from lars@e-new.0x20.net) Received: from e-new.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id E88286DF91B; Wed, 16 Mar 2016 11:52:13 +0100 (CET) Received: from e-new.0x20.net (localhost [127.0.0.1]) by e-new.0x20.net (8.14.7/8.14.7) with ESMTP id u2GAqDxF021590; Wed, 16 Mar 2016 11:52:13 +0100 (CET) (envelope-from lars@e-new.0x20.net) Received: (from lars@localhost) by e-new.0x20.net (8.14.7/8.14.7/Submit) id u2GAqBtp019030; Wed, 16 Mar 2016 11:52:11 +0100 (CET) (envelope-from lars) Date: Wed, 16 Mar 2016 11:52:11 +0100 From: Lars Engels To: Hal Murray Cc: Borodin Oleg , freebsd-arm@freebsd.org Subject: Re: FreeBSD on R-Pi and BBB: Odds and ends Message-ID: <20160316105211.GG31139@e-new.0x20.net> References: <20160315213246.00a9cbc9@gmail.com> <20160316035220.0C49F406057@ip-64-139-1-69.sjc.megapath.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="lHGcFxmlz1yfXmOs" Content-Disposition: inline In-Reply-To: <20160316035220.0C49F406057@ip-64-139-1-69.sjc.megapath.net> X-Editor: VIM - Vi IMproved 7.4 X-Operation-System: FreeBSD 8.4-RELEASE-p23 User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2016 10:52:16 -0000 --lHGcFxmlz1yfXmOs Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 15, 2016 at 08:52:20PM -0700, Hal Murray wrote: >=20 > onborodin@gmail.com said: > >> There is nothing on the R-Pi web page that tells you that there are 2= =20 > >> different packages to download for the Raspberry Pi: RPI-B and RPI2. = =20 >=20 > > RPI2 in development. >=20 > OK. I was commenting on the wiki page for Raspberry Pi at: > https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi >=20 > It doesn't use either "RPI2" or "development". >=20 > I was pointing out what confused me in case anybody wanted to improve tha= t=20 > page. >=20 > I think a paragraph that said something like > "FreeBSD-10.2-RELEASE-arm-armv6-RPI-B" works on B and B+.=20 > For Pi 2, you need "FreeBSD-11.0-CURRENT-arm-armv6-RPI2". > would have been very helpful to me. >=20 >=20 >=20 >=20 > > I cut off power of my board RPI2 more 40-50 times and never had a failed > > download. About a glitch you write? >=20 > The BeagleBone Black has a bitton that you need to hold down in order to = boot=20 > from the SD card. >=20 > >>Is there a way to read the temperature on the BBB? I didn't find anyth= ing > >> in sysctl -a >=20 > > # sysctl -a | grep temper hw.cpufreq.temperature: 59990 dev.cpu.0.tempe= rature > > : 60.0C > > # uname -msri FreeBSD 11.0-CURRENT arm RPI2=20 >=20 > Again, that's on R-Pi. On a BBB I get: > [~]$ sysctl -a | grep temp > net.inet6.ip6.use_tempaddr: 0 > net.inet6.ip6.temppltime: 86400 > net.inet6.ip6.tempvltime: 604800 > net.inet6.ip6.prefer_tempaddr: 0 > hw.usb.template: 0 > [~]$=20 Is the cpufreq kernel module loaded? kldstat -v | grep cpufreq --lHGcFxmlz1yfXmOs Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJW6TrbXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RjQwMDE3RTRERjUzMTI1N0FGRTUxNDlF NTRDQjM3RDNBMDg5RDZEAAoJEOVMs306CJ1trjIIAIoMNye+9bZNwX+kPaDLBCjl Ky2fIEcXux4HfrqYL5VVtKBhdgwbvCL7juFuLxGJK9i8M2OZmOQA/6xshpQXl9wE BehaQfuyO8Wl12Et++4mw7qpywoSj1eqg0Kjl3a+/OBuiNgFqv/IjotGCQpxK8ac tiUTDlJDHi3t3bW4LFWTElPPDjZOgkD7EEyrQpmhMASV7ZPFk4p+olTr/t+6X6Uu XC9ccW7iWdfd3aWLH8PFOEtJZYt+4gt4taTzrqFUy4zPHrSRv5wDkZgFXjyrjbEc LOKfI54Kevi/GLkUB+MV+l88wzYqDU7OvNkvkkO+yPp0n87Ju5nPMWLj4xDSJeY= =DfYC -----END PGP SIGNATURE----- --lHGcFxmlz1yfXmOs-- From owner-freebsd-arm@freebsd.org Wed Mar 16 10:55:30 2016 Return-Path: Delivered-To: freebsd-arm@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 ED529AD3D82 for ; Wed, 16 Mar 2016 10:55:30 +0000 (UTC) (envelope-from onborodin@gmail.com) Received: from mail-wm0-x22e.google.com (mail-wm0-x22e.google.com [IPv6:2a00:1450:400c:c09::22e]) (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 8532FED7 for ; Wed, 16 Mar 2016 10:55:30 +0000 (UTC) (envelope-from onborodin@gmail.com) Received: by mail-wm0-x22e.google.com with SMTP id l68so183634324wml.0 for ; Wed, 16 Mar 2016 03:55:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=3KZVcz8Ftia0VStJACeQ9lNC9+G1UYen+V0RXxRy4oA=; b=HFdw1s+AUx00D//mVdyqGz642TkS2G5XAzMnv90vPrme39acFcg2tlT+BAP7Ab3Bw+ mL4/gbANJSpJajVNtCZXfx6/B5uE84LW/x6fktI9N/0iDc1Jna8YH9taKfCCVkAndRke B7uzJIL/FHX/8+JLtHnUXt4SJbYp/8U2sNDppbo0yt7yvYdaeekAQVuUaYYdiPgIOK/x lur1ao+wEcVZGVmLSAoKp6Q7WbaVCVqlUuuCOfb0t33IcgEMDKfUjNf095nCSgv5j/Fx SLRgg8h0dyDBQCVZI0F/d2np/Cpj+v75qaie6LbOAPZQ7UOCK/vT03ycPf1IxDmkZHlf uiHw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:organization:mime-version:content-transfer-encoding; bh=3KZVcz8Ftia0VStJACeQ9lNC9+G1UYen+V0RXxRy4oA=; b=eKC9RCwENFQCGwhxKmmt5oT23Gz5yklEdAFIWInHaOxwU7TSlxN67NigdDid41MtOp MVHrYa2jH4oZZCkpi2AoocbKPFidRLA11sHojiTr2e8kuum60VLv8irJymQNkV/N8LPM Pi96W/uLuN6TDTO/1WLFjvunYTdVm7k4Y344jEQOp+xm9iKnlmec3I92M3UfI5UhSn0W 3L/XLjMB6iMImKGhZxLcqlU5bZs6VbTSjRKdlZ+jIAQGvYfVRmustSqhOZdN65veFR8+ t/kP89jgx/+t0qwAiVNYi2HCAr3tB1r9rRudt76djY3jpMDVsCqJ9tLMvCxM/hrf1z4O nblQ== X-Gm-Message-State: AD7BkJKTTfLuV5xRNH0b+rLM3L94C0FVmdKfWguoxpcbfLPmAkeM8fuxGHo/4tmx0ZmRXw== X-Received: by 10.28.34.69 with SMTP id i66mr8741827wmi.91.1458125728993; Wed, 16 Mar 2016 03:55:28 -0700 (PDT) Received: from zee.home (mail-kgd.lazurit.us. [195.191.50.4]) by smtp.gmail.com with ESMTPSA id t7sm2460147wjf.39.2016.03.16.03.55.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Mar 2016 03:55:28 -0700 (PDT) Date: Wed, 16 Mar 2016 12:55:22 +0200 From: Borodin Oleg To: Hal Murray Cc: freebsd-arm@freebsd.org Subject: Re: FreeBSD on R-Pi and BBB: Odds and ends Message-ID: <20160316125522.0fe396b9@zee.home> In-Reply-To: <20160316100447.81BDC406060@ip-64-139-1-69.sjc.megapath.net> References: <20160316112710.2065ac2c@zee.home> <20160316100447.81BDC406060@ip-64-139-1-69.sjc.megapath.net> Organization: The Home X-Mailer: Claws Mail 3.13.1 (GTK+ 2.24.28; i386-pc-freebsd10) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2016 10:55:31 -0000 On Wed, 16 Mar 2016 03:04:47 -0700 Hal Murray wrote: > onborodin@gmail.com said: > > If I right, code for cpu temperature censor not yet released for the board, > > I cannot found about it in /usr/src/sys/arm/ti/am335x/ (11-CURRENT). > > There is working code in the Linux kernel. > > bb1:~/mon$ cat /sys/class/hwmon/hwmon0/device/temp1_input > 56000 > bb1:~/mon$ Hmm, I'm novice in some items, but I think you have a lot of better ways for sponsoring and/or development the option, if you have actual needs. --- With best regards, Oleg Borodin onborodin@gmail.com From owner-freebsd-arm@freebsd.org Wed Mar 16 11:02:57 2016 Return-Path: Delivered-To: freebsd-arm@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 79D71AD209C for ; Wed, 16 Mar 2016 11:02:57 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 6E5073DF; Wed, 16 Mar 2016 11:02:57 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 71174713; Wed, 16 Mar 2016 11:02:57 +0000 (UTC) Date: Wed, 16 Mar 2016 11:02:55 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: hselasky@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org Message-ID: <1749732541.57.1458126177403.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_arm64 - Build #2624 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_arm64 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2016 11:02:57 -0000 FreeBSD_HEAD_arm64 - Build #2624 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2624/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2624/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2624/console Change summaries: 296934 by hselasky: Fix crash in krping when run as a client due to NULL pointer access. Initialize pointer in question which is used only when fast registers mode is selected. Sponsored by: Mellanox Technologies MFC after: 1 week 296933 by hselasky: Improve the implementation and documentation of the SYSCTL_COUNTER_U64_ARRAY() macro. - Add proper asserts to the SYSCTL_COUNTER_U64_ARRAY() macro that checks the size of the first element of the array. - Add an example to the counter(9) manual page how to use the SYSCTL_COUNTER_U64_ARRAY() macro. - Add some missing symbolic links for counter(9) while at it. The end of the build log: [...truncated 172142 lines...] --- if_mib.o --- ctfconvert -L VERSION -g if_mib.o --- netisr.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.netisr.o -MTnetisr.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/net/netisr.c --- zlib.o --- ctfconvert -L VERSION -g zlib.o --- pfil.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.pfil.o -MTpfil.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/net/pfil.c --- if_tun.o --- ctfconvert -L VERSION -g if_tun.o --- radix.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.radix.o -MTradix.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/net/radix.c --- pfil.o --- ctfconvert -L VERSION -g pfil.o --- radix_mpath.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.radix_mpath.o -MTradix_mpath.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/net/radix_mpath.c --- netisr.o --- ctfconvert -L VERSION -g netisr.o --- raw_cb.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.raw_cb.o -MTraw_cb.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/net/raw_cb.c --- if_vlan.o --- ctfconvert -L VERSION -g if_vlan.o --- raw_usrreq.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.raw_usrreq.o -MTraw_usrreq.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/net/raw_usrreq.c --- radix_mpath.o --- ctfconvert -L VERSION -g radix_mpath.o --- route.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.route.o -MTroute.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/net/route.c --- raw_cb.o --- ctfconvert -L VERSION -g raw_cb.o --- rtsock.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.rtsock.o -MTrtsock.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/net/rtsock.c --- raw_usrreq.o --- ctfconvert -L VERSION -g raw_usrreq.o --- if_ether.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.if_ether.o -MTif_ether.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/if_ether.c --- radix.o --- ctfconvert -L VERSION -g radix.o --- igmp.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.igmp.o -MTigmp.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/igmp.c --- route.o --- ctfconvert -L VERSION -g route.o --- in.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.in.o -MTin.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/in.c --- rtsock.o --- ctfconvert -L VERSION -g rtsock.o --- if_ether.o --- ctfconvert -L VERSION -g if_ether.o --- in_debug.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.in_debug.o -MTin_debug.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/in_debug.c --- in_kdtrace.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.in_kdtrace.o -MTin_kdtrace.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/in_kdtrace.c ctfconvert -L VERSION -g in_kdtrace.o --- in_fib.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.in_fib.o -MTin_fib.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/in_fib.c --- in_debug.o --- ctfconvert -L VERSION -g in_debug.o --- in_gif.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.in_gif.o -MTin_gif.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/in_gif.c --- in_fib.o --- ctfconvert -L VERSION -g in_fib.o --- ip_id.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ip_id.o -MTip_id.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/ip_id.c --- in_gif.o --- ctfconvert -L VERSION -g in_gif.o --- in_mcast.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.in_mcast.o -MTin_mcast.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/in_mcast.c --- igmp.o --- ctfconvert -L VERSION -g igmp.o --- in_pcb.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.in_pcb.o -MTin_pcb.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/in_pcb.c --- ip_id.o --- ctfconvert -L VERSION -g ip_id.o --- in_proto.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.in_proto.o -MTin_proto.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/in_proto.c --- in.o --- ctfconvert -L VERSION -g in.o --- in_rmx.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.in_rmx.o -MTin_rmx.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/in_rmx.c --- in_proto.o --- ctfconvert -L VERSION -g in_proto.o --- in_rmx.o --- ctfconvert -L VERSION -g in_rmx.o --- ip_ecn.o --- --- ip_encap.o --- --- ip_ecn.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ip_ecn.o -MTip_ecn.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/ip_ecn.c --- ip_encap.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ip_encap.o -MTip_encap.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/ip_encap.c --- ip_ecn.o --- ctfconvert -L VERSION -g ip_ecn.o --- ip_fastfwd.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ip_fastfwd.o -MTip_fastfwd.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/ip_fastfwd.c --- ip_encap.o --- ctfconvert -L VERSION -g ip_encap.o --- ip_icmp.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ip_icmp.o -MTip_icmp.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/ip_icmp.c --- ip_fastfwd.o --- ctfconvert -L VERSION -g ip_fastfwd.o --- ip_input.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ip_input.o -MTip_input.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/ip_input.c --- in_pcb.o --- ctfconvert -L VERSION -g in_pcb.o --- ip_ipsec.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ip_ipsec.o -MTip_ipsec.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/ip_ipsec.c ctfconvert -L VERSION -g ip_ipsec.o --- ip_icmp.o --- ctfconvert -L VERSION -g ip_icmp.o --- ip_options.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ip_options.o -MTip_options.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/ip_options.c --- ip_output.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ip_output.o -MTip_output.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/ip_output.c --- in_mcast.o --- ctfconvert -L VERSION -g in_mcast.o --- ip_reass.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ip_reass.o -MTip_reass.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/ip_reass.c --- ip_input.o --- ctfconvert -L VERSION -g ip_input.o --- raw_ip.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.raw_ip.o -MTraw_ip.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/raw_ip.c --- ip_options.o --- ctfconvert -L VERSION -g ip_options.o --- cc.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.cc.o -MTcc.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/cc/cc.c --- ip_reass.o --- ctfconvert -L VERSION -g ip_reass.o --- cc_newreno.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.cc_newreno.o -MTcc_newreno.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/cc/cc_newreno.c --- cc.o --- ctfconvert -L VERSION -g cc.o --- sctp_asconf.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.sctp_asconf.o -MTsctp_asconf.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/sctp_asconf.c --- ip_output.o --- ctfconvert -L VERSION -g ip_output.o --- cc_newreno.o --- ctfconvert -L VERSION -g cc_newreno.o --- sctp_auth.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.sctp_auth.o -MTsctp_auth.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/sctp_auth.c --- sctp_bsd_addr.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.sctp_bsd_addr.o -MTsctp_bsd_addr.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/sctp_bsd_addr.c --- raw_ip.o --- ctfconvert -L VERSION -g raw_ip.o --- sctp_cc_functions.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.sctp_cc_functions.o -MTsctp_cc_functions.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/sctp_cc_functions.c --- sctp_bsd_addr.o --- ctfconvert -L VERSION -g sctp_bsd_addr.o --- sctp_crc32.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.sctp_crc32.o -MTsctp_crc32.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/sctp_crc32.c ctfconvert -L VERSION -g sctp_crc32.o --- sctp_indata.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.sctp_indata.o -MTsctp_indata.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/sctp_indata.c --- sctp_auth.o --- ctfconvert -L VERSION -g sctp_auth.o --- sctp_input.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.sctp_input.o -MTsctp_input.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/sctp_input.c --- sctp_cc_functions.o --- ctfconvert -L VERSION -g sctp_cc_functions.o --- sctp_output.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.sctp_output.o -MTsctp_output.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/sctp_output.c --- sctp_asconf.o --- ctfconvert -L VERSION -g sctp_asconf.o --- sctp_pcb.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.sctp_pcb.o -MTsctp_pcb.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/sctp_pcb.c --- sctp_indata.o --- ctfconvert -L VERSION -g sctp_indata.o --- sctp_peeloff.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.sctp_peeloff.o -MTsctp_peeloff.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/sctp_peeloff.c --- sctp_pcb.o --- ctfconvert -L VERSION -g sctp_pcb.o --- sctp_peeloff.o --- ctfconvert -L VERSION -g sctp_peeloff.o --- sctp_ss_functions.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.sctp_ss_functions.o -MTsctp_ss_functions.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/sctp_ss_functions.c --- sctp_syscalls.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.sctp_syscalls.o -MTsctp_syscalls.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/sctp_syscalls.c --- sctp_input.o --- ctfconvert -L VERSION -g sctp_input.o --- sctp_sysctl.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.sctp_sysctl.o -MTsctp_sysctl.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/sctp_sysctl.c --- sctp_syscalls.o --- ctfconvert -L VERSION -g sctp_syscalls.o --- sctp_ss_functions.o --- ctfconvert -L VERSION -g sctp_ss_functions.o --- sctp_timer.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.sctp_timer.o -MTsctp_timer.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/sctp_timer.c --- sctp_usrreq.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.sctp_usrreq.o -MTsctp_usrreq.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/sctp_usrreq.c --- sctp_sysctl.o --- ctfconvert -L VERSION -g sctp_sysctl.o --- sctputil.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.sctputil.o -MTsctputil.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/sctputil.c --- sctp_timer.o --- ctfconvert -L VERSION -g sctp_timer.o --- tcp_hostcache.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.tcp_hostcache.o -MTtcp_hostcache.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/tcp_hostcache.c ctfconvert -L VERSION -g tcp_hostcache.o --- tcp_input.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.tcp_input.o -MTtcp_input.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/netinet/tcp_input.c /usr/src/sys/netinet/tcp_input.c:245:1: error: static_assert failed "compile-time assertion failed" SYSCTL_COUNTER_U64_ARRAY(_net_inet_tcp, TCPCTL_STATES, states, CTLFLAG_RD | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/sys/sysctl.h:657:2: note: expanded from macro 'SYSCTL_COUNTER_U64_ARRAY' CTASSERT((((access) & CTLTYPE) == 0 || \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/sys/sys/systm.h:103:21: note: expanded from macro 'CTASSERT' #define CTASSERT(x) _Static_assert(x, "compile-time assertion failed") ^ ~ 1 error generated. *** [tcp_input.o] Error code 1 bmake[2]: stopped in /usr/obj/arm64.aarch64/usr/src/sys/GENERIC --- sctp_output.o --- ctfconvert -L VERSION -g sctp_output.o --- sctp_usrreq.o --- ctfconvert -L VERSION -g sctp_usrreq.o --- sctputil.o --- ctfconvert -L VERSION -g sctputil.o 1 error bmake[2]: stopped in /usr/obj/arm64.aarch64/usr/src/sys/GENERIC *** [buildkernel] Error code 2 bmake[1]: stopped in /usr/src 1 error bmake[1]: stopped in /usr/src *** [buildkernel] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_arm64] $ /bin/sh -xe /tmp/hudson4490771530954273958.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_arm64' + echo 'clean up jail FreeBSD_HEAD_arm64' clean up jail FreeBSD_HEAD_arm64 + sudo jail -r FreeBSD_HEAD_arm64 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::104:1 -alias + sudo umount FreeBSD_HEAD_arm64/usr/src + sudo umount FreeBSD_HEAD_arm64/dev + sudo rm -fr FreeBSD_HEAD_arm64 + true + sudo chflags -R noschg FreeBSD_HEAD_arm64 + sudo rm -fr FreeBSD_HEAD_arm64 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-arm@freebsd.org Wed Mar 16 11:18:41 2016 Return-Path: Delivered-To: freebsd-arm@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 495DEAD2823 for ; Wed, 16 Mar 2016 11:18:41 +0000 (UTC) (envelope-from hmurray@megapathdsl.net) Received: from ip-64-139-1-69.sjc.megapath.net (ip-64-139-1-69.sjc.megapath.net [64.139.1.69]) by mx1.freebsd.org (Postfix) with ESMTP id 8AA8DF7F for ; Wed, 16 Mar 2016 11:18:39 +0000 (UTC) (envelope-from hmurray@megapathdsl.net) Received: from shuksan (localhost [127.0.0.1]) by ip-64-139-1-69.sjc.megapath.net (Postfix) with ESMTP id 376BE406057; Wed, 16 Mar 2016 04:18:31 -0700 (PDT) X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.3 To: Lars Engels cc: Hal Murray , freebsd-arm@freebsd.org From: Hal Murray Subject: Re: FreeBSD on R-Pi and BBB: Odds and ends In-Reply-To: Message from Lars Engels of "Wed, 16 Mar 2016 11:52:11 BST." <20160316105211.GG31139@e-new.0x20.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 16 Mar 2016 04:18:31 -0700 Message-Id: <20160316111831.376BE406057@ip-64-139-1-69.sjc.megapath.net> X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2016 11:18:41 -0000 [Context is reading temperature on BeagleBone Black] lars.engels@0x20.net said: > Is the cpufreq kernel module loaded? kldstat -v | grep cpufreq I think so. Does this mean that it's included in the kernel? [ ~]$ kldstat -v | grep cpufreq 104 cpu/cpufreq [ ~]$ kldstat Id Refs Address Size Name 1 3 0xc0200000 687218 kernel 2 1 0xc2fb2000 b000 fdescfs.ko [ ~]$ locate doesn't find a cpufreq.ko and it's not in /boot/kernel/ with other .ko-s, so I can't load it if it isn't loaded. -- These are my opinions. I hate spam. From owner-freebsd-arm@freebsd.org Wed Mar 16 11:39:34 2016 Return-Path: Delivered-To: freebsd-arm@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 DE5C0AD1124 for ; Wed, 16 Mar 2016 11:39:34 +0000 (UTC) (envelope-from lars@e-new.0x20.net) Received: from mail.0x20.net (mail.0x20.net [217.69.76.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.0x20.net", Issuer "mail.0x20.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F23F1ADA for ; Wed, 16 Mar 2016 11:39:34 +0000 (UTC) (envelope-from lars@e-new.0x20.net) Received: from e-new.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id 4F5666E005D; Wed, 16 Mar 2016 12:39:31 +0100 (CET) Received: from e-new.0x20.net (localhost [127.0.0.1]) by e-new.0x20.net (8.14.7/8.14.7) with ESMTP id u2GBdUvO068304; Wed, 16 Mar 2016 12:39:30 +0100 (CET) (envelope-from lars@e-new.0x20.net) Received: (from lars@localhost) by e-new.0x20.net (8.14.7/8.14.7/Submit) id u2GBdUct067691; Wed, 16 Mar 2016 12:39:30 +0100 (CET) (envelope-from lars) Date: Wed, 16 Mar 2016 12:39:30 +0100 From: Lars Engels To: Hal Murray Cc: freebsd-arm@freebsd.org Subject: Re: FreeBSD on R-Pi and BBB: Odds and ends Message-ID: <20160316113930.GH31139@e-new.0x20.net> References: <20160316105211.GG31139@e-new.0x20.net> <20160316111831.376BE406057@ip-64-139-1-69.sjc.megapath.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="nFBW6CQlri5Qm8JQ" Content-Disposition: inline In-Reply-To: <20160316111831.376BE406057@ip-64-139-1-69.sjc.megapath.net> X-Editor: VIM - Vi IMproved 7.4 X-Operation-System: FreeBSD 8.4-RELEASE-p23 User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2016 11:39:35 -0000 --nFBW6CQlri5Qm8JQ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 16, 2016 at 04:18:31AM -0700, Hal Murray wrote: > [Context is reading temperature on BeagleBone Black] >=20 > lars.engels@0x20.net said: > > Is the cpufreq kernel module loaded? kldstat -v | grep cpufreq=20 >=20 > I think so. Does this mean that it's included in the kernel? >=20 > [ ~]$ kldstat -v | grep cpufreq > 104 cpu/cpufreq > [ ~]$ kldstat > Id Refs Address Size Name > 1 3 0xc0200000 687218 kernel > 2 1 0xc2fb2000 b000 fdescfs.ko > [ ~]$=20 >=20 Yes, it's compiled into the kernel then. So it seems the BBB doesn't support cpufreq. --nFBW6CQlri5Qm8JQ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJW6UXyXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RjQwMDE3RTRERjUzMTI1N0FGRTUxNDlF NTRDQjM3RDNBMDg5RDZEAAoJEOVMs306CJ1tqOcIAKlfCSrOUZjvRNM+FkI6bsKY qOnRMGEcWrKEYYaJ0mhawIVxyK1+fPEhasJiFCnoZP9+P2BCf5OVrm+bGiF5f4Vp i9KYhoEK5nV17UH8IHVjnakIEioW8ASX8ab3HoeDK3uCd46doOwAzkOruvvIeXuH apGQ/lEb/huSG88in05lrD/C0fxlt2pHALUoKKdGuRFEjvx7oaJVf3UJ71HshRzS PQ5E6aByV7478IOaN9HwWDZzp6BqL9S7zgdEAoVcW/PLRAav/IZBxS1YJTkceRzK +n1STIPuGlTjDK7uKtao02FLPs5UkuiHb6t5599Ej1r2zFFX4fBJl/7EVWN99BY= =RJyo -----END PGP SIGNATURE----- --nFBW6CQlri5Qm8JQ-- From owner-freebsd-arm@freebsd.org Wed Mar 16 13:03:22 2016 Return-Path: Delivered-To: freebsd-arm@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 6B0C1AD2C42 for ; Wed, 16 Mar 2016 13:03:22 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 5FA46A20; Wed, 16 Mar 2016 13:03:22 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id AE31A7A3; Wed, 16 Mar 2016 13:03:22 +0000 (UTC) Date: Wed, 16 Mar 2016 13:03:21 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: hselasky@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org Message-ID: <2103312407.61.1458133402655.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1749732541.57.1458126177403.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1749732541.57.1458126177403.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_arm64 - Build #2625 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_arm64 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2016 13:03:22 -0000 FreeBSD_HEAD_arm64 - Build #2625 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2625/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2625/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2625/console Change summaries: 296935 by hselasky: Fix kernel build after adding new sysctl asserts in r296933. From owner-freebsd-arm@freebsd.org Wed Mar 16 17:03:17 2016 Return-Path: Delivered-To: freebsd-arm@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 F3FD6AD32D5 for ; Wed, 16 Mar 2016 17:03:16 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id DA0411EAC; Wed, 16 Mar 2016 17:03:16 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 01A2E84B; Wed, 16 Mar 2016 17:03:16 +0000 (UTC) Date: Wed, 16 Mar 2016 17:03:14 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: trasz@FreeBSD.org, andrew@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org Message-ID: <1518824860.63.1458147796784.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_arm64 - Build #2627 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_arm64 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2016 17:03:17 -0000 FreeBSD_HEAD_arm64 - Build #2627 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2627/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2627/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2627/console Change summaries: 296938 by andrew: Remove old COMPAT_FREEBSD options from the ARM kernel configs. We replaced the ABI in 10.0, and have removed support for the old ABI in 11. As such any of these options to provide compatibility prior to 10 are unneeded. Sponsored by: ABT Systems Ltd 296937 by trasz: Pacify Coverity in a better way, to avoid write-only variable when building without INVARIANTS. MFC after: 1 month Sponsored by: The FreeBSD Foundation The end of the build log: [...truncated 172754 lines...] --- thunder_mdio_fdt.o --- ctfconvert -L VERSION -g thunder_mdio_fdt.o --- lmac_if.o --- awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/dev/vnic/lmac_if.m -c ; cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.lmac_if.o -MTlmac_if.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror lmac_if.c --- thunder_mdio.o --- ctfconvert -L VERSION -g thunder_mdio.o --- kern_clocksource.o --- --- lmac_if.o --- ctfconvert -L VERSION -g lmac_if.o --- kern_clocksource.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.kern_clocksource.o -MTkern_clocksource.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/kern/kern_clocksource.c --- bcmp.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.bcmp.o -MTbcmp.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/bcmp.c --- nicvf_queues.o --- ctfconvert -L VERSION -g nicvf_queues.o --- thunder_bgx.o --- ctfconvert -L VERSION -g thunder_bgx.o --- ffs.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ffs.o -MTffs.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/ffs.c --- ffsl.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ffsl.o -MTffsl.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/ffsl.c --- bcmp.o --- ctfconvert -L VERSION -g bcmp.o --- ffsll.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.ffsll.o -MTffsll.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/ffsll.c --- ffsl.o --- ctfconvert -L VERSION -g ffsl.o --- fls.o --- --- ffs.o --- ctfconvert -L VERSION -g ffs.o --- fls.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.fls.o -MTfls.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/fls.c --- flsl.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.flsl.o -MTflsl.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/flsl.c --- ffsll.o --- ctfconvert -L VERSION -g ffsll.o --- flsll.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.flsll.o -MTflsll.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/flsll.c --- flsl.o --- ctfconvert -L VERSION -g flsl.o --- fls.o --- ctfconvert -L VERSION -g fls.o --- memmove.o --- --- memset.o --- --- memmove.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.memmove.o -MTmemmove.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/memmove.c --- memset.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.memset.o -MTmemset.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror /usr/src/sys/libkern/memset.c --- flsll.o --- ctfconvert -L VERSION -g flsll.o --- config.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.config.o -MTconfig.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror config.c ctfconvert -L VERSION -g config.o --- env.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.env.o -MTenv.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror env.c --- memmove.o --- ctfconvert -L VERSION -g memmove.o --- hints.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.hints.o -MThints.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror hints.c --- memset.o --- ctfconvert -L VERSION -g memset.o --- vnode_if.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD -MF.depend.vnode_if.o -MTvnode_if.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror vnode_if.c --- env.o --- ctfconvert -L VERSION -g env.o --- hack.So --- :> hack.c cc -B/usr/local/aarch64-freebsd/bin/ -shared -nostdlib hack.c -o hack.So --- hints.o --- ctfconvert -L VERSION -g hints.o --- hack.So --- rm -f hack.c --- kern_clocksource.o --- ctfconvert -L VERSION -g kern_clocksource.o --- vnode_if.o --- ctfconvert -L VERSION -g vnode_if.o --- vers.c --- MAKE=/usr/obj/usr/src/make.amd64/bmake sh /usr/src/sys/conf/newvers.sh GENERIC --- vers.o --- cc -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=iso9899:1999 -Werror vers.c ctfconvert -L VERSION -g vers.o --- kernel.full --- linking kernel.full ctfmerge -L VERSION -g -o kernel.full ... text data bss dec hex filename 6915118 543016 3122096 10580230 a17106 kernel.full --- kernel.debug --- /usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug kernel.full kernel.debug --- kernel --- /usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=kernel.debug kernel.full kernel -------------------------------------------------------------- >>> Kernel build for GENERIC completed on Wed Mar 16 17:02:59 UTC 2016 -------------------------------------------------------------- [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_arm64] $ /bin/sh -xe /tmp/hudson5991009299365523349.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_arm64' + echo 'clean up jail FreeBSD_HEAD_arm64' clean up jail FreeBSD_HEAD_arm64 + sudo jail -r FreeBSD_HEAD_arm64 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::104:1 -alias + sudo umount FreeBSD_HEAD_arm64/usr/src + sudo umount FreeBSD_HEAD_arm64/dev + sudo rm -fr FreeBSD_HEAD_arm64 ERROR: Build step failed with exception java.lang.IllegalStateException: Invalid object ID 208 iota=209 at hudson.remoting.ExportTable.diagnoseInvalidId(ExportTable.java:386) at hudson.remoting.ExportTable.get(ExportTable.java:330) at hudson.remoting.Channel.getExportedObject(Channel.java:633) at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:599) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542) at hudson.remoting.UserRequest.perform(UserRequest.java:120) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:326) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at hudson.remoting.Engine$1$1.run(Engine.java:62) at java.lang.Thread.run(Thread.java:745) at ......remote call to kyua4.nyi.freebsd.org(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416) at hudson.remoting.UserResponse.retrieve(UserRequest.java:220) at hudson.remoting.Channel.call(Channel.java:781) at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:250) at com.sun.proxy.$Proxy50.join(Unknown Source) at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:991) at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:135) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:95) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:64) at org.jenkinsci.plugins.postbuildscript.PostBuildScript.processBuildSteps(PostBuildScript.java:204) at org.jenkinsci.plugins.postbuildscript.PostBuildScript.processScripts(PostBuildScript.java:143) at org.jenkinsci.plugins.postbuildscript.PostBuildScript._perform(PostBuildScript.java:105) at org.jenkinsci.plugins.postbuildscript.PostBuildScript.perform(PostBuildScript.java:85) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:723) at hudson.model.Build$BuildExecution.post2(Build.java:185) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:668) at hudson.model.Run.execute(Run.java:1763) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410) Caused by: java.lang.Exception: Object was recently deallocated #208 (ref.0) : object=null type=hudson.Launcher$RemoteLaunchCallable$1 interfaces=[hudson.Launcher$RemoteProcess] Created at Wed Mar 16 17:03:07 GMT 2016 at hudson.remoting.ExportTable$Entry.(ExportTable.java:99) at hudson.remoting.ExportTable.export(ExportTable.java:305) at hudson.remoting.Channel.internalExport(Channel.java:629) at hudson.remoting.Channel.export(Channel.java:620) at hudson.remoting.Channel.export(Channel.java:590) at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1150) at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1113) at hudson.remoting.UserRequest.perform(UserRequest.java:120) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:326) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at hudson.remoting.Engine$1$1.run(Engine.java:62) at java.lang.Thread.run(Thread.java:745) Released at Wed Mar 16 17:03:07 GMT 2016 at hudson.remoting.ExportTable$Entry.release(ExportTable.java:131) at hudson.remoting.ExportTable.unexportByOid(ExportTable.java:414) at hudson.remoting.Channel.unexport(Channel.java:641) at hudson.remoting.UnexportCommand.execute(UnexportCommand.java:43) at hudson.remoting.Channel$1.handle(Channel.java:501) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60) Caused by: Command hudson.remoting.UnexportCommand@270361c7 created at at hudson.remoting.Command.(Command.java:67) at hudson.remoting.Command.(Command.java:50) at hudson.remoting.UnexportCommand.(UnexportCommand.java:33) at hudson.remoting.RemoteInvocationHandler$PhantomReferenceImpl.cleanup(RemoteInvocationHandler.java:360) at hudson.remoting.RemoteInvocationHandler$PhantomReferenceImpl.access$700(RemoteInvocationHandler.java:319) at hudson.remoting.RemoteInvocationHandler$Unexporter.run(RemoteInvocationHandler.java:420) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:110) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.Exception: Proxy hudson.remoting.RemoteInvocationHandler@d0 was created for interface hudson.Launcher$RemoteProcess at hudson.remoting.RemoteInvocationHandler.(RemoteInvocationHandler.java:125) at hudson.remoting.RemoteInvocationHandler.wrap(RemoteInvocationHandler.java:137) at hudson.remoting.Channel.export(Channel.java:621) at hudson.remoting.Channel.export(Channel.java:590) at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1150) at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1113) at hudson.remoting.UserRequest.perform(UserRequest.java:120) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:326) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at hudson.remoting.Engine$1$1.run(Engine.java:62) ... 1 more at hudson.remoting.ExportTable.diagnoseInvalidId(ExportTable.java:379) at hudson.remoting.ExportTable.get(ExportTable.java:330) at hudson.remoting.Channel.getExportedObject(Channel.java:633) at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:599) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:583) at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:542) at hudson.remoting.UserRequest.perform(UserRequest.java:120) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:326) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at hudson.remoting.Engine$1$1.run(Engine.java:62) at java.lang.Thread.run(Thread.java:745) Caused by: Released at Wed Mar 16 17:03:07 GMT 2016 at hudson.remoting.ExportTable$Entry.release(ExportTable.java:131) at hudson.remoting.ExportTable.unexportByOid(ExportTable.java:414) at hudson.remoting.Channel.unexport(Channel.java:641) at hudson.remoting.UnexportCommand.execute(UnexportCommand.java:43) at hudson.remoting.Channel$1.handle(Channel.java:501) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60) Caused by: Command hudson.remoting.UnexportCommand@5e210790 created at at hudson.remoting.Command.(Command.java:67) at hudson.remoting.Command.(Command.java:50) at hudson.remoting.UnexportCommand.(UnexportCommand.java:33) at hudson.remoting.RemoteInvocationHandler$PhantomReferenceImpl.cleanup(RemoteInvocationHandler.java:360) at hudson.remoting.RemoteInvocationHandler$PhantomReferenceImpl.access$700(RemoteInvocationHandler.java:319) at hudson.remoting.RemoteInvocationHandler$Unexporter.run(RemoteInvocationHandler.java:420) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:110) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.Exception: Proxy hudson.remoting.RemoteInvocationHandler@d0 was created for interface hudson.Launcher$RemoteProcess at hudson.remoting.RemoteInvocationHandler.(RemoteInvocationHandler.java:125) at hudson.remoting.RemoteInvocationHandler.wrap(RemoteInvocationHandler.java:137) at hudson.remoting.Channel.export(Channel.java:621) at hudson.remoting.Channel.export(Channel.java:590) at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1150) at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1113) at hudson.remoting.UserRequest.perform(UserRequest.java:120) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:326) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at hudson.remoting.Engine$1$1.run(Engine.java:62) ... 1 more Build step 'Execute a set of scripts' marked build as failure Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-arm@freebsd.org Wed Mar 16 18:31:07 2016 Return-Path: Delivered-To: freebsd-arm@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 3B2BEAD2FFD for ; Wed, 16 Mar 2016 18:31:07 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 3001FEF6; Wed, 16 Mar 2016 18:31:07 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 5277C891; Wed, 16 Mar 2016 18:31:07 +0000 (UTC) Date: Wed, 16 Mar 2016 18:31:05 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: imp@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org Message-ID: <1280578877.67.1458153066748.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1518824860.63.1458147796784.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1518824860.63.1458147796784.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_arm64 - Build #2628 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_arm64 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2016 18:31:07 -0000 FreeBSD_HEAD_arm64 - Build #2628 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2628/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2628/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2628/console Change summaries: 296944 by imp: Fix debug printf From owner-freebsd-arm@freebsd.org Thu Mar 17 00:54:13 2016 Return-Path: Delivered-To: freebsd-arm@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 012D5AD3389 for ; Thu, 17 Mar 2016 00:54:13 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id D687CE8; Thu, 17 Mar 2016 00:54:12 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 9157698F; Thu, 17 Mar 2016 00:54:12 +0000 (UTC) Date: Thu, 17 Mar 2016 00:54:08 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: allanjude@FreeBSD.org, obrien@FreeBSD.org, phil@FreeBSD.org, glebius@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org Message-ID: <129948576.75.1458176052269.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_arm64 - Build #2630 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_arm64 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2016 00:54:13 -0000 FreeBSD_HEAD_arm64 - Build #2630 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2630/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2630/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2630/console Change summaries: 296967 by phil: Move generated file from contrib to build directory. Reviewed by: obrien Approved by: sjg 296966 by obrien: Block the r296965 vendor/Juniper/libxo cleanup (to match the release tarball) from being merged in -- backing out FreeBSD localizations. 296963 by allanjude: Implement GELI (AES-XTS and AES-CBC only) in gptboot and gptzfsboot Allows booting from a GELI encrypted root file system, via UFS or ZFS Reviewed by: gnn, smh (previous version), delphij (previous version) Relnotes: yes Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D4593 296956 by glebius: Due to invalid use of a signed intermediate value in the bounds checking during argument validity verification, unbound zero'ing of the process LDT and adjacent memory can be initiated from usermode. Submitted by: CORE Security Patch by: kib Security: SA-16:15 The end of the build log: [...truncated 120617 lines...] --- all_subdir_usr.bin --- --- touch.1.gz --- gzip -cn /usr/src/usr.bin/touch/touch.1 > touch.1.gz --- touch.debug --- /usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug touch.full touch.debug --- all_subdir_usr.sbin --- --- .depend --- echo daemon.full: /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libc.a /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libutil.a >> .depend --- all_subdir_usr.bin --- --- touch --- --- all_subdir_usr.sbin --- --- daemon.o --- --- all_subdir_usr.bin --- /usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=touch.debug touch.full touch --- all_subdir_usr.sbin --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -g -MD -MP -MF.depend.daemon.o -MTdaemon.o -std=gnu99 -fstack-protector-strong -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 -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /usr/src/usr.sbin/daemon/daemon.c -o daemon.o --- all_subdir_usr.bin --- --- all_subdir_usr.bin/tput --- ===> usr.bin/tput (all) --- all_subdir_lib --- --- test_01 --- (cd /usr/src/lib/libxo/tests && DEPENDFILE=.depend.test_01 NO_SUBDIR=1 make -f /usr/src/lib/libxo/tests/Makefile _RECURSING_PROGS=t PROG=test_01 ) --- all_subdir_usr.bin --- --- .depend --- echo tput.full: /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libc.a /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libncursesw.a >> .depend --- tput.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -g -MD -MP -MF.depend.tput.o -MTtput.o -std=gnu99 -fstack-protector-strong -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 -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /usr/src/usr.bin/tput/tput.c -o tput.o --- all_subdir_lib --- --- .depend.test_01 --- echo test_01.full: /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libc.a /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libxo.a >> .depend.test_01 --- test_01.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/contrib/libxo/libxo -g -MD -MP -MF.depend.test_01.test_01.o -MTtest_01.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libxo/tests/core/test_01.c -o test_01.o --- all_subdir_usr.sbin --- --- daemon.full --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -g -std=gnu99 -fstack-protector-strong -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 -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -o daemon.full daemon.o -lutil --- all_subdir_usr.bin --- --- tput.full --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -g -std=gnu99 -fstack-protector-strong -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 -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -o tput.full tput.o -lncursesw --- all_subdir_lib --- --- test_01.full --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/contrib/libxo/libxo -g -std=gnu99 -fstack-protector-strong -Qunused-arguments -o test_01.full test_01.o -lxo --- all_subdir_usr.sbin --- --- daemon.8.gz --- gzip -cn /usr/src/usr.sbin/daemon/daemon.8 > daemon.8.gz --- daemon.debug --- /usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug daemon.full daemon.debug --- daemon --- /usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=daemon.debug daemon.full daemon --- all_subdir_usr.sbin/dconschat --- ===> usr.sbin/dconschat (all) --- all_subdir_usr.bin --- --- tput.1.gz --- gzip -cn /usr/src/usr.bin/tput/tput.1 > tput.1.gz --- all_subdir_lib --- --- test_01.debug --- /usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug test_01.full test_01.debug --- test_01 --- /usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=test_01.debug test_01.full test_01 --- test_02 --- (cd /usr/src/lib/libxo/tests && DEPENDFILE=.depend.test_02 NO_SUBDIR=1 make -f /usr/src/lib/libxo/tests/Makefile _RECURSING_PROGS=t PROG=test_02 ) --- all_subdir_usr.bin --- --- tput.debug --- /usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug tput.full tput.debug --- tput --- /usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=tput.debug tput.full tput --- all_subdir_usr.bin/tr --- ===> usr.bin/tr (all) --- all_subdir_lib --- --- .depend.test_02 --- echo test_02.full: /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libc.a /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libxo.a >> .depend.test_02 --- test_02.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/contrib/libxo/libxo -g -MD -MP -MF.depend.test_02.test_02.o -MTtest_02.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libxo/tests/core/test_02.c -o test_02.o --- all_subdir_usr.sbin --- --- .depend --- echo dconschat.full: /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libc.a /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libkvm.a >> .depend --- dconschat.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/usr.sbin/dconschat/../../sys -g -MD -MP -MF.depend.dconschat.o -MTdconschat.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c /usr/src/usr.sbin/dconschat/dconschat.c -o dconschat.o --- all_subdir_usr.bin --- --- .depend --- echo tr.full: /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libc.a >> .depend --- cmap.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -g -MD -MP -MF.depend.cmap.o -MTcmap.o -std=gnu99 -fstack-protector-strong -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 -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /usr/src/usr.bin/tr/cmap.c -o cmap.o --- all_subdir_lib --- --- test_02.full --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/contrib/libxo/libxo -g -std=gnu99 -fstack-protector-strong -Qunused-arguments -o test_02.full test_02.o -lxo --- all_subdir_usr.bin --- --- cset.o --- --- all_subdir_lib --- --- test_02.debug --- --- all_subdir_usr.bin --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -g -MD -MP -MF.depend.cset.o -MTcset.o -std=gnu99 -fstack-protector-strong -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 -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /usr/src/usr.bin/tr/cset.c -o cset.o --- all_subdir_lib --- /usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug test_02.full test_02.debug --- test_02 --- /usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=test_02.debug test_02.full test_02 --- test_03 --- (cd /usr/src/lib/libxo/tests && DEPENDFILE=.depend.test_03 NO_SUBDIR=1 make -f /usr/src/lib/libxo/tests/Makefile _RECURSING_PROGS=t PROG=test_03 ) --- .depend.test_03 --- echo test_03.full: /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libc.a /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libxo.a >> .depend.test_03 --- test_03.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/contrib/libxo/libxo -g -MD -MP -MF.depend.test_03.test_03.o -MTtest_03.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libxo/tests/core/test_03.c -o test_03.o --- all_subdir_secure --- --- sftp-common.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -include ssh_namespace.h -DHAVE_LDNS=1 -g -MD -MP -MF.depend.sftp-common.o -MTsftp-common.o -std=gnu99 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/sftp-common.c -o sftp-common.o --- all_subdir_lib --- --- test_03.full --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/contrib/libxo/libxo -g -std=gnu99 -fstack-protector-strong -Qunused-arguments -o test_03.full test_03.o -lxo --- all_subdir_usr.bin --- --- str.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -g -MD -MP -MF.depend.str.o -MTstr.o -std=gnu99 -fstack-protector-strong -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 -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /usr/src/usr.bin/tr/str.c -o str.o --- all_subdir_lib --- --- test_03.debug --- /usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug test_03.full test_03.debug --- test_03 --- /usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=test_03.debug test_03.full test_03 --- test_04 --- (cd /usr/src/lib/libxo/tests && DEPENDFILE=.depend.test_04 NO_SUBDIR=1 make -f /usr/src/lib/libxo/tests/Makefile _RECURSING_PROGS=t PROG=test_04 ) --- .depend.test_04 --- echo test_04.full: /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libc.a /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libxo.a >> .depend.test_04 --- test_04.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/contrib/libxo/libxo -g -MD -MP -MF.depend.test_04.test_04.o -MTtest_04.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libxo/tests/core/test_04.c -o test_04.o --- test_04.full --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/contrib/libxo/libxo -g -std=gnu99 -fstack-protector-strong -Qunused-arguments -o test_04.full test_04.o -lxo --- test_04.debug --- /usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug test_04.full test_04.debug --- test_04 --- /usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=test_04.debug test_04.full test_04 --- test_05 --- (cd /usr/src/lib/libxo/tests && DEPENDFILE=.depend.test_05 NO_SUBDIR=1 make -f /usr/src/lib/libxo/tests/Makefile _RECURSING_PROGS=t PROG=test_05 ) --- all_subdir_secure --- --- sftp-glob.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -include ssh_namespace.h -DHAVE_LDNS=1 -g -MD -MP -MF.depend.sftp-glob.o -MTsftp-glob.o -std=gnu99 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/sftp-glob.c -o sftp-glob.o --- all_subdir_lib --- --- .depend.test_05 --- echo test_05.full: /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libc.a /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libxo.a >> .depend.test_05 --- test_05.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/contrib/libxo/libxo -g -MD -MP -MF.depend.test_05.test_05.o -MTtest_05.o -std=gnu99 -fstack-protector-strong -Qunused-arguments -c /usr/src/contrib/libxo/tests/core/test_05.c -o test_05.o --- all_subdir_usr.bin --- --- tr.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -g -MD -MP -MF.depend.tr.o -MTtr.o -std=gnu99 -fstack-protector-strong -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 -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /usr/src/usr.bin/tr/tr.c -o tr.o --- all_subdir_lib --- /usr/src/contrib/libxo/tests/core/test_05.c:17:10: fatal error: 'xo_config.h' file not found #include "xo_config.h" ^ 1 error generated. *** [test_05.o] Error code 1 make[6]: stopped in /usr/src/lib/libxo/tests 1 error make[6]: stopped in /usr/src/lib/libxo/tests *** [test_05] Error code 2 make[5]: stopped in /usr/src/lib/libxo/tests 1 error make[5]: stopped in /usr/src/lib/libxo/tests *** [all] Error code 2 make[4]: stopped in /usr/src/lib/libxo 1 error make[4]: stopped in /usr/src/lib/libxo *** [all_subdir_lib/libxo] Error code 2 make[3]: stopped in /usr/src/lib 1 error make[3]: stopped in /usr/src/lib *** [all_subdir_lib] Error code 2 make[2]: stopped in /usr/src --- all_subdir_secure --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/secure/usr.bin/sftp *** [all_subdir_secure/usr.bin/sftp] Error code 2 make[4]: stopped in /usr/src/secure/usr.bin 1 error make[4]: stopped in /usr/src/secure/usr.bin *** [all_subdir_secure/usr.bin] Error code 2 make[3]: stopped in /usr/src/secure 1 error make[3]: stopped in /usr/src/secure *** [all_subdir_secure] Error code 2 make[2]: stopped in /usr/src --- all_subdir_usr.bin --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/usr.bin/tr *** [all_subdir_usr.bin/tr] Error code 2 make[3]: stopped in /usr/src/usr.bin 1 error make[3]: stopped in /usr/src/usr.bin *** [all_subdir_usr.bin] Error code 2 make[2]: stopped in /usr/src --- all_subdir_usr.sbin --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/usr.sbin/dconschat *** [all_subdir_usr.sbin/dconschat] Error code 2 make[3]: stopped in /usr/src/usr.sbin 1 error make[3]: stopped in /usr/src/usr.sbin *** [all_subdir_usr.sbin] Error code 2 make[2]: stopped in /usr/src 4 errors 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 Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_arm64] $ /bin/sh -xe /tmp/hudson16053580307094393.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_arm64' + echo 'clean up jail FreeBSD_HEAD_arm64' clean up jail FreeBSD_HEAD_arm64 + sudo jail -r FreeBSD_HEAD_arm64 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::104:1 -alias + sudo umount FreeBSD_HEAD_arm64/usr/src + sudo umount FreeBSD_HEAD_arm64/dev + sudo rm -fr FreeBSD_HEAD_arm64 + true + sudo chflags -R noschg FreeBSD_HEAD_arm64 + sudo rm -fr FreeBSD_HEAD_arm64 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-arm@freebsd.org Thu Mar 17 02:54:19 2016 Return-Path: Delivered-To: freebsd-arm@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 6E5B4AD38CD for ; Thu, 17 Mar 2016 02:54:19 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 4FA7E306; Thu, 17 Mar 2016 02:54:19 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 4877C9E4; Thu, 17 Mar 2016 02:54:19 +0000 (UTC) Date: Thu, 17 Mar 2016 02:54:16 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: np@FreeBSD.org, adrian@FreeBSD.org, obrien@FreeBSD.org, cem@FreeBSD.org, sjg@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org Message-ID: <73263762.80.1458183259235.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <129948576.75.1458176052269.JavaMail.jenkins@jenkins-9.freebsd.org> References: <129948576.75.1458176052269.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_arm64 - Build #2631 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_arm64 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2016 02:54:19 -0000 FreeBSD_HEAD_arm64 - Build #2631 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2631/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2631/ch= anges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2631/con= sole Change summaries: 296975 by np: cxgbe(4): Tidy up PAUSE frame accounting. Figure out if the chip is counting PAUSE frames in the "normal" stats and take them out if it is. This fixes a bug in the tx stats because the default hardware behavior is different for Tx and Rx but the driver was treating both the same way. The result was that OPACKETS, OBYTES, and OMCASTS were under-reported (if tx_pause > 0) before this change. Note that the mac_stats sysctl still gives you the raw value of these statistics straight from the device registers. 296974 by adrian: [net80211] Add some more missing IEs. There are a /lot/ more missing; I'll chase these down over time. Obtained from:=09802.11-2012 standard 296973 by cem: fail(9): Only gather/print stacks if STACK is enabled This is a follow-up fix to the earlier r296927. Reported by:=09bz Sponsored by:=09EMC / Isilon Storage Division 296970 by sjg: We need libutil and make it feasible to at least build the tests in situ 296968 by obrien: Bring down 0.4.5 vendor files and other catchups with the distribution tarb= all. Reviewed by:=09phil The end of the build log: [...truncated 120740 lines...] cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DACPI_ASL_COMPILER -I. -I= /usr/src/usr.sbin/acpi/iasl/../../../sys -g -MD -MP -MF.depend.utxface.o -M= Tutxface.o -std=3Dgnu99 -fstack-protector-strong -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 -W= no-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-co= nversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-pr= omoted-parameter -Qunused-arguments -c /usr/src/usr.sbin/acpi/iasl/../../.= ./sys/contrib/dev/acpica/components/utilities/utxface.c -o utxface.o --- all_subdir_lib --- --- ulog_login.po --- cc -B/usr/local/aarch64-freebsd/bin/ -pg -O2 -pipe -MD -MP -MF.depend.ul= og_login.po -MTulog_login.po -std=3Dgnu99 -fstack-protector-strong -Wsystem= -headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-pr= ototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Ww= rite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subsc= ripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -W= no-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-= body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c= /usr/src/lib/libulog/ulog_login.c -o ulog_login.po --- all_subdir_secure --- /usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/s_client.c:227= 0:13: warning: implicit declaration of function 'SSL_get_selected_srtp_prof= ile' is invalid in C99 [-Wimplicit-function-declaration] SSL_get_selected_srtp_profile(s); ^ /usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/s_client.c:226= 9:34: warning: incompatible integer to pointer conversion initializing 'SRT= P_PROTECTION_PROFILE *' (aka 'struct srtp_protection_profile_st *') with an= expression of type 'int' [-Wint-conversion] SRTP_PROTECTION_PROFILE *srtp_profile =3D ^ --- all_subdir_lib --- --- ulog_login_pseudo.po --- cc -B/usr/local/aarch64-freebsd/bin/ -pg -O2 -pipe -MD -MP -MF.depend.ul= og_login_pseudo.po -MTulog_login_pseudo.po -std=3Dgnu99 -fstack-protector-s= trong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-paramet= er -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -= Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-alig= n -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style= -definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safe= ty -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunuse= d-arguments -c /usr/src/lib/libulog/ulog_login_pseudo.c -o ulog_login_pseud= o.po --- all_subdir_usr.sbin --- --- utxferror.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DACPI_ASL_COMPILER -I. -I= /usr/src/usr.sbin/acpi/iasl/../../../sys -g -MD -MP -MF.depend.utxferror.o = -MTutxferror.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Werr= or -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-bo= dy -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compar= e -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enu= m-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-kn= r-promoted-parameter -Qunused-arguments -c /usr/src/usr.sbin/acpi/iasl/../= ../../sys/contrib/dev/acpica/components/utilities/utxferror.c -o utxferror.= o --- all_subdir_lib --- --- utempter.po --- cc -B/usr/local/aarch64-freebsd/bin/ -pg -O2 -pipe -MD -MP -MF.depend.ut= empter.po -MTutempter.po -std=3Dgnu99 -fstack-protector-strong -Wsystem-hea= ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite= -strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscript= s -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-p= ointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body= -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /us= r/src/lib/libulog/utempter.c -o utempter.po --- libulog_p.a --- building profiled ulog library /usr/local/aarch64-freebsd/bin/ar -crD libulog_p.a `NM=3D'/usr/local/aarch6= 4-freebsd/bin/nm' NMFLAGS=3D'' lorder ulog_login.po ulog_login_pseudo.po ut= empter.po | tsort -q`=20 --- all_subdir_usr.sbin --- --- oslibcfs.o --- --- all_subdir_lib --- /usr/local/aarch64-freebsd/bin/ranlib -D libulog_p.a --- all_subdir_usr.sbin --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DACPI_ASL_COMPILER -I. -I= /usr/src/usr.sbin/acpi/iasl/../../../sys -g -MD -MP -MF.depend.oslibcfs.o -= MToslibcfs.o -std=3Dgnu99 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-= promoted-parameter -Qunused-arguments -c /usr/src/usr.sbin/acpi/iasl/../..= /../sys/contrib/dev/acpica/os_specific/service_layers/oslibcfs.c -o oslibcf= s.o --- all_subdir_lib --- --- ulog_login.3.gz --- gzip -cn /usr/src/lib/libulog/ulog_login.3 > ulog_login.3.gz --- utempter_add_record.3.gz --- gzip -cn /usr/src/lib/libulog/utempter_add_record.3 > utempter_add_record.3= .gz --- all_subdir_lib/libunbound --- =3D=3D=3D> lib/libunbound (all) --- all_subdir_usr.bin --- --- strnsubst.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -g -MD -MP -MF.depend.strn= subst.o -MTstrnsubst.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-heade= rs -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototyp= es -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-s= trings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts = -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-poi= nter-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -= Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /usr/= src/usr.bin/xargs/strnsubst.c -o strnsubst.o --- all_subdir_usr.sbin --- --- osunixxf.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DACPI_ASL_COMPILER -I. -I= /usr/src/usr.sbin/acpi/iasl/../../../sys -g -MD -MP -MF.depend.osunixxf.o -= MTosunixxf.o -std=3Dgnu99 -fstack-protector-strong -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-= promoted-parameter -Qunused-arguments -c /usr/src/usr.sbin/acpi/iasl/../..= /../sys/contrib/dev/acpica/os_specific/service_layers/osunixxf.c -o osunixx= f.o --- all_subdir_usr.bin --- --- xargs.full --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -g -std=3Dgnu99 -fstack-prot= ector-strong -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 -Wca= st-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wol= d-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthre= ad-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -= Qunused-arguments -o xargs.full xargs.o strnsubst.o =20 --- xargs.1.gz --- gzip -cn /usr/src/usr.bin/xargs/xargs.1 > xargs.1.gz --- xargs.debug --- /usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug xargs.full xargs.d= ebug --- xargs --- /usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=3D= xargs.debug xargs.full xargs --- all --- =3D=3D=3D> usr.bin/xargs/tests (all) --- legacy_test --- cat /usr/src/usr.bin/xargs/tests/legacy_test.sh >legacy_test.tmp chmod +x legacy_test.tmp mv legacy_test.tmp legacy_test --- Kyuafile --- --- all_subdir_usr.bin/xinstall --- =3D=3D=3D> usr.bin/xinstall (all) --- .depend --- echo xinstall.full: /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libc.a /usr/= obj/arm64.aarch64/usr/src/tmp/usr/lib/libmd.a >> .depend --- all_subdir_lib --- --- alloc.po --- --- all_subdir_usr.bin --- --- xinstall.o --- --- all_subdir_lib --- cc -B/usr/local/aarch64-freebsd/bin/ -pg -O2 -pipe -I/usr/src/lib/libunbou= nd/../../contrib/unbound -I/usr/src/lib/libunbound/../../contrib/ldns -I/us= r/obj/arm64.aarch64/usr/src/lib/libunbound -MD -MP -MF.depend.alloc.po -M= Talloc.po -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Werror -W= all -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-= prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-= body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-comp= are -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-e= num-conversion -Wno-unused-local-typedef -Qunused-arguments -c /usr/src/li= b/libunbound/../../contrib/unbound/util/alloc.c -o alloc.po --- all_subdir_usr.bin --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/usr.bin/xinstall/= ../../contrib/mtree -I/usr/src/usr.bin/xinstall/../../lib/libnetbsd -g -M= D -MP -MF.depend.xinstall.o -MTxinstall.o -std=3Dgnu99 -fstack-protector-st= rong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-paramete= r -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -W= cast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align= -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-= definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safet= y -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused= -arguments -c /usr/src/usr.bin/xinstall/xinstall.c -o xinstall.o --- all_subdir_usr.sbin --- --- iasl.full --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DACPI_ASL_COMPILER -I. -I/u= sr/src/usr.sbin/acpi/iasl/../../../sys -g -std=3Dgnu99 -fstack-protector-st= rong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno= -pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variab= le -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -W= no-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-swit= ch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -o iasl= .full adfile.o adisasm.o adwalk.o ahids.o ahpredef.o ahtable.o ahuuids.o cm= fsize.o dmextern.o dmrestag.o dmtable.o dmtbdump.o dmtbinfo.o getopt.o asla= nalyze.o aslascii.o aslbtypes.o aslcodegen.o aslcompile.o aslcompilerlex.o = aslcompilerparse.o aslerror.o aslfileio.o aslfiles.o aslfold.o aslhex.o asl= length.o asllisting.o asllistsup.o aslload.o asllookup.o aslmain.o aslmap.o= aslmapenter.o aslmapoutput.o aslmaputils.o aslmessages.o aslmethod.o aslna= mesp.o asloffset.o aslopcodes.o asloperands.o aslopt.o asloptions.o aslpred= ef.o aslprepkg.o aslprintf.o aslprune.o aslresource.o aslrestype1.o aslrest= ype1i.o aslrestype2.o aslrestype2d.o aslrestype2e.o aslrestype2q.o aslresty= pe2s.o aslrestype2w.o aslstartup.o aslstubs.o asltransform.o asltree.o aslu= tils.o asluuid.o aslwalks.o aslxref.o dtcompile.o dtexpress.o dtfield.o dti= o.o dtparserlex.o dtparserparse.o dtsubtable.o dttable.o dttemplate.o dtuti= ls.o prexpress.o prmacros.o prparserlex.o prparserparse.o prscan.o prutils.= o dbfileio.o dmbuffer.o dmcstyle.o dmdeferred.o dmnames.o dmopcode.o dmresr= c.o dmresrcl.o dmresrcl2.o dmresrcs.o dmutils.o dmwalk.o dsargs.o dscontrol= .o dsfield.o dsobject.o dsopcode.o dsutils.o dswexec.o dswload.o dswload2.o= dswscope.o dswstate.o exconvrt.o excreate.o exdump.o exmisc.o exmutex.o ex= names.o exoparg1.o exoparg2.o exoparg3.o exoparg6.o exprep.o exresnte.o exr= esolv.o exresop.o exstore.o exstoren.o exstorob.o exsystem.o exutils.o psar= gs.o psloop.o psobject.o psopcode.o psopinfo.o psparse.o psscope.o pstree.o= psutils.o pswalk.o nsaccess.o nsalloc.o nsdump.o nsnames.o nsobject.o nspa= rse.o nssearch.o nsutils.o nswalk.o tbdata.o tbfadt.o tbinstal.o tbprint.o = tbutils.o tbxface.o utaddress.o utalloc.o utbuffer.o utcache.o utcopy.o utd= ebug.o utdecode.o utdelete.o uterror.o utexcep.o utfileio.o utglobal.o uthe= x.o utinit.o utlock.o utmath.o utmisc.o utmutex.o utnonansi.o utobject.o ut= ownerid.o utpredef.o utprint.o utresrc.o utstate.o utstring.o utuuid.o utxf= ace.o utxferror.o oslibcfs.o osunixxf.o =20 --- iasl.8.gz --- gzip -cn /usr/src/usr.sbin/acpi/iasl/iasl.8 > iasl.8.gz --- iasl.debug --- /usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug iasl.full iasl.deb= ug --- all_subdir_lib --- --- as112.po --- cc -B/usr/local/aarch64-freebsd/bin/ -pg -O2 -pipe -I/usr/src/lib/libunbou= nd/../../contrib/unbound -I/usr/src/lib/libunbound/../../contrib/ldns -I/us= r/obj/arm64.aarch64/usr/src/lib/libunbound -MD -MP -MF.depend.as112.po -M= Tas112.po -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Werror -W= all -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-= prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-= body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-comp= are -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-e= num-conversion -Wno-unused-local-typedef -Qunused-arguments -c /usr/src/li= b/libunbound/../../contrib/unbound/util/as112.c -o as112.po --- all_subdir_usr.sbin --- --- iasl --- /usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=3D= iasl.debug iasl.full iasl --- all_subdir_lib --- --- autotrust.po --- cc -B/usr/local/aarch64-freebsd/bin/ -pg -O2 -pipe -I/usr/src/lib/libunbou= nd/../../contrib/unbound -I/usr/src/lib/libunbound/../../contrib/ldns -I/us= r/obj/arm64.aarch64/usr/src/lib/libunbound -MD -MP -MF.depend.autotrust.p= o -MTautotrust.po -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -W= error -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -W= missing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wn= o-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautologi= cal-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-functio= n -Wno-enum-conversion -Wno-unused-local-typedef -Qunused-arguments -c /us= r/src/lib/libunbound/../../contrib/unbound/validator/autotrust.c -o autotru= st.po --- all_subdir_usr.sbin --- --- all_subdir_usr.sbin/adduser --- =3D=3D=3D> usr.sbin/adduser (all) --- adduser.conf.5.gz --- gzip -cn /usr/src/usr.sbin/adduser/adduser.conf.5 > adduser.conf.5.gz --- adduser.8.gz --- gzip -cn /usr/src/usr.sbin/adduser/adduser.8 > adduser.8.gz --- rmuser.8.gz --- gzip -cn /usr/src/usr.sbin/adduser/rmuser.8 > rmuser.8.gz --- all_subdir_usr.sbin/arp --- =3D=3D=3D> usr.sbin/arp (all) --- .depend --- echo arp.full: /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libc.a >> .depen= d --- arp.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -g -MD -MP -MF.depend.arp.= o -MTarp.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Werror -= Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing= -prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty= -body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-com= pare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-= enum-conversion -Wno-unused-local-typedef -Qunused-arguments -c /usr/src/u= sr.sbin/arp/arp.c -o arp.o --- all_subdir_secure --- 2 warnings generated. --- s_server.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/secure/usr.bin/= openssl/../../../crypto/openssl -DTERMIOS -DANSI_SOURCE -DOPENSSL_THREADS -= DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DMONOLITH -g -MD -MP -MF.depend.s_ser= ver.o -MTs_server.o -std=3Dgnu99 -fstack-protector-strong -Wno-pointer-sign= -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tauto= logical-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-fun= ction -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switc= h-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c = /usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/s_server.c -o = s_server.o --- all_subdir_usr.bin --- --- getid.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/usr.bin/xinstall/= ../../contrib/mtree -I/usr/src/usr.bin/xinstall/../../lib/libnetbsd -g -M= D -MP -MF.depend.getid.o -MTgetid.o -std=3Dgnu99 -fstack-protector-strong -= Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wst= rict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-q= ual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wcha= r-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-defini= tion -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno= -empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-argum= ents -c /usr/src/usr.bin/xinstall/../../contrib/mtree/getid.c -o getid.o --- xinstall.full --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/usr.bin/xinstall/= ../../contrib/mtree -I/usr/src/usr.bin/xinstall/../../lib/libnetbsd -g -std= =3Dgnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-forma= t-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wp= ointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -W= unused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -= Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variabl= e-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-un= used-const-variable -Qunused-arguments -o xinstall.full xinstall.o getid.o= -lmd --- install.1.gz --- gzip -cn /usr/src/usr.bin/xinstall/install.1 > install.1.gz --- all_subdir_secure --- /usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/s_server.c:268= 3:15: warning: implicit declaration of function 'SSL_get_selected_srtp_prof= ile' is invalid in C99 [-Wimplicit-function-declaration] =3D SSL_get_selected_srtp_profile(con); ^ /usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/s_server.c:268= 2:34: warning: incompatible integer to pointer conversion initializing 'SRT= P_PROTECTION_PROFILE *' (aka 'struct srtp_protection_profile_st *') with an= expression of type 'int' [-Wint-conversion] SRTP_PROTECTION_PROFILE *srtp_profile ^ --- all_subdir_usr.bin --- --- install.debug --- /usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug xinstall.full inst= all.debug --- xinstall --- /usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=3D= install.debug xinstall.full xinstall --- all_subdir_usr.bin/xo --- =3D=3D=3D> usr.bin/xo (all) --- all_subdir_usr.sbin --- --- arp.full --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -g -std=3Dgnu99 -fstack-prot= ector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-= parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uni= nitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unus= ed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenthe= ses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-ty= pedef -Qunused-arguments -o arp.full arp.o =20 --- all_subdir_usr.bin --- --- .depend --- echo xo.full: /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libc.a /usr/obj/ar= m64.aarch64/usr/src/tmp/usr/lib/libxo.a >> .depend --- xo.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -I/usr/src/contrib/libxo/l= ibxo -g -MD -MP -MF.depend.xo.o -MTxo.o -std=3Dgnu99 -fstack-protector-stro= ng -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter = -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wca= st-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -= Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-de= finition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety = -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-a= rguments -c /usr/src/contrib/libxo/xo/xo.c -o xo.o --- all_subdir_usr.sbin --- --- arp.4.gz --- gzip -cn /usr/src/usr.sbin/arp/arp.4 > arp.4.gz --- arp.8.gz --- gzip -cn /usr/src/usr.sbin/arp/arp.8 > arp.8.gz --- arp.debug --- /usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug arp.full arp.debug --- arp --- /usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=3D= arp.debug arp.full arp --- all_subdir_usr.sbin/binmiscctl --- =3D=3D=3D> usr.sbin/binmiscctl (all) --- all_subdir_usr.bin --- /usr/src/contrib/libxo/xo/xo.c:16:10: fatal error: 'xo_config.h' file not f= ound #include "xo_config.h" ^ --- all_subdir_usr.sbin --- --- .depend --- echo binmiscctl.full: /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libc.a >>= .depend --- binmiscctl.o --- cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -g -MD -MP -MF.depend.binm= iscctl.o -MTbinmiscctl.o -std=3Dgnu99 -fstack-protector-strong -Wsystem-hea= ders -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite= -strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscript= s -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-p= ointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body= -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /us= r/src/usr.sbin/binmiscctl/binmiscctl.c -o binmiscctl.o --- all_subdir_usr.bin --- 1 error generated. *** [xo.o] Error code 1 make[4]: stopped in /usr/src/usr.bin/xo 1 error make[4]: stopped in /usr/src/usr.bin/xo *** [all_subdir_usr.bin/xo] Error code 2 make[3]: stopped in /usr/src/usr.bin 1 error make[3]: stopped in /usr/src/usr.bin *** [all_subdir_usr.bin] Error code 2 make[2]: stopped in /usr/src --- all_subdir_usr.sbin --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/usr.sbin/binmiscctl *** [all_subdir_usr.sbin/binmiscctl] Error code 2 make[3]: stopped in /usr/src/usr.sbin 1 error make[3]: stopped in /usr/src/usr.sbin *** [all_subdir_usr.sbin] Error code 2 make[2]: stopped in /usr/src --- all_subdir_lib --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/lib/libunbound *** [all_subdir_lib/libunbound] Error code 2 make[3]: stopped in /usr/src/lib 1 error make[3]: stopped in /usr/src/lib *** [all_subdir_lib] Error code 2 make[2]: stopped in /usr/src --- all_subdir_secure --- 2 warnings generated. A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/secure/usr.bin/openssl *** [all_subdir_secure/usr.bin/openssl] Error code 2 make[4]: stopped in /usr/src/secure/usr.bin 1 error make[4]: stopped in /usr/src/secure/usr.bin *** [all_subdir_secure/usr.bin] Error code 2 make[3]: stopped in /usr/src/secure 1 error make[3]: stopped in /usr/src/secure *** [all_subdir_secure] Error code 2 make[2]: stopped in /usr/src 4 errors 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 Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_HEAD_arm64] $ /bin/sh -xe /tmp/hudson5660106081729880401.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_HEAD_arm64' + echo 'clean up jail FreeBSD_HEAD_arm64' clean up jail FreeBSD_HEAD_arm64 + sudo jail -r FreeBSD_HEAD_arm64 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::104:1 -alias + sudo umount FreeBSD_HEAD_arm64/usr/src + sudo umount FreeBSD_HEAD_arm64/dev + sudo rm -fr FreeBSD_HEAD_arm64 + true + sudo chflags -R noschg FreeBSD_HEAD_arm64 + sudo rm -fr FreeBSD_HEAD_arm64 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-arm@freebsd.org Thu Mar 17 07:03:30 2016 Return-Path: Delivered-To: freebsd-arm@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 4F1E0AD2D85 for ; Thu, 17 Mar 2016 07:03:30 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 43E53BCE; Thu, 17 Mar 2016 07:03:30 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 61AA3A89; Thu, 17 Mar 2016 07:03:30 +0000 (UTC) Date: Thu, 17 Mar 2016 07:03:28 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: sjg@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org Message-ID: <1283297966.87.1458198210334.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <73263762.80.1458183259235.JavaMail.jenkins@jenkins-9.freebsd.org> References: <73263762.80.1458183259235.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_arm64 - Build #2632 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_arm64 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2016 07:03:30 -0000 FreeBSD_HEAD_arm64 - Build #2632 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2632/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2632/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/2632/console Change summaries: 296979 by sjg: xo_config.h no longer in contrib, so -I's needed PR: /homes/sjg/commit-logs/freebsd/libxo/xo_config.diff Reviewed by: jkim From owner-freebsd-arm@freebsd.org Thu Mar 17 15:50:53 2016 Return-Path: Delivered-To: freebsd-arm@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 96008AD2867 for ; Thu, 17 Mar 2016 15:50:53 +0000 (UTC) (envelope-from ilya@bakulin.de) Received: from olymp.kibab.com (olymp6.kibab.com [IPv6:2a01:4f8:160:84c1::2]) by mx1.freebsd.org (Postfix) with ESMTP id 63D1C3CD for ; Thu, 17 Mar 2016 15:50:51 +0000 (UTC) (envelope-from ilya@bakulin.de) DKIM-Filter: OpenDKIM Filter v2.10.3 olymp.kibab.com B2F634E7C5 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=bakulin.de; s=default; t=1458229848; bh=6gwerFTc/7OLDfrqmgVDfNjBLnWfXgdmgszGGmfleew=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=FECUAsfbbif+X1AUvehfjvTxKcsG3h5M4OX1TUZNCduhAzhF6tzhqBEsKLkWEsqkT N91l6QFIlIKKohMFW5Nn//cun7B+VrsFSZnZFeI3lGqr+4wXl/8xSpnGplWgbH6fBz j2jjXUfn2JAaJ1rUGTt8gNzmHAC7ins9epJ5sPRs= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Thu, 17 Mar 2016 16:50:47 +0100 From: Ilya Bakulin To: Russell Haley Cc: freebsd-arm Subject: Re: SDIO Patch D4761.diff Not Building For Me Organization: Deglitch Networks In-Reply-To: References: Message-ID: X-Sender: ilya@bakulin.de X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2016 15:50:53 -0000 Hi Russel, I have uploaded a new version of my patch to Phabricator. In this version I have removed all "new" kernel config files as they are not required to commit the patch. Please use my Github branch to build the code from: https://github.com/kibab/freebsd/tree/mmccam I think now all problems with building should be fixed. On 2016-03-14 06:16, Russell Haley wrote: > Hello, > > I'm having trouble building IMX6 with the SDIO patch. I ran a build > of the kernel at r296822 and then applied your patch. Build output > attached. Thanks for any help you could give me. > > > Cheers, > > Russ -- Mit freundlichen Grüßen, Ilya Bakulin From owner-freebsd-arm@freebsd.org Thu Mar 17 17:41:54 2016 Return-Path: Delivered-To: freebsd-arm@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 E5A38AD4F97 for ; Thu, 17 Mar 2016 17:41:54 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-vk0-x230.google.com (mail-vk0-x230.google.com [IPv6:2607:f8b0:400c:c05::230]) (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 A0C0883F for ; Thu, 17 Mar 2016 17:41:54 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-vk0-x230.google.com with SMTP id q138so19531316vkb.3 for ; Thu, 17 Mar 2016 10:41:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-transfer-encoding; bh=TaZn6x/BLwS5CWgFxHE5/EKYxEU4Dma1qwhz9JdLmDI=; b=JRci9QK+LfoAw/oshEg7ylnV7etVByHRwWio5fhUFx0wrlM9kmH8YORBpyH9Zy36Wm to/JMaJ3/OGyFwi46+eq1MOfAw/gApGUlU557gDNdNO2myQsl/lR8BJFhfdnQxjbs5EW jfYU+henQs65MMLm+SIGSc92Lf+Sm4UvEn5R2s9eeBtGb6/kYhW2vKvbSWcJznQVpAN2 IV2ZQ9skiBloWIZfUZZ3u7QSmbkWLb1LMijNYTyCJCPMM9VqioD7niQg8LKwVIoi1HuO r7dBtsB1gNlf1+iYm66NhtEz+uFSU0jDfAGnAFfmrQAxiqKhSd4Uz4wlRNthPj7nRRhG z4Ug== 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:date :message-id:subject:from:to:cc:content-transfer-encoding; bh=TaZn6x/BLwS5CWgFxHE5/EKYxEU4Dma1qwhz9JdLmDI=; b=Kbwdxuu3zYhz8lfscPTKO7VFG4uo1M6fqCgUGJtJOlOGPH3UXkaPZGzIPtsRqmh7Y4 gDuYnOu1oEOD2kuuJcLMGN5CmT291byTG8a51ekHSnWhjRWBn4m55MeJVJ22FtoTRJSy ks9bRJBQEz4IA/i2mKSDisT2QoxTlh/XXFflw9D3cEpNzAHwsy2hDF3jcuYfurC8rZ3U g+a4DHsTZWjqZuxgQvsebAHB12rPF/K2FaFH0Dx+vPSGYE50U0rLjPFrpUJeCmF8do19 ZvlIgN6zSRzj4jNBVkYZJ7yLHI+jYFU84+yxPgdQ29YDjCESCI+FspakjP7R6YSHM487 B1pg== X-Gm-Message-State: AD7BkJJVACVc96b0GC3QLzEoVEi2fsnimBK5phZtr93plhk1CCnfQavt6FEj9pIs8+Ajizg/SakMyeqkydmvoA== MIME-Version: 1.0 X-Received: by 10.31.8.142 with SMTP id 136mr13119624vki.14.1458236513709; Thu, 17 Mar 2016 10:41:53 -0700 (PDT) Received: by 10.31.54.13 with HTTP; Thu, 17 Mar 2016 10:41:53 -0700 (PDT) In-Reply-To: References: Date: Thu, 17 Mar 2016 10:41:53 -0700 Message-ID: Subject: Re: SDIO Patch D4761.diff Not Building For Me From: Russell Haley To: Ilya Bakulin Cc: freebsd-arm Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2016 17:41:55 -0000 On Thu, Mar 17, 2016 at 8:50 AM, Ilya Bakulin wrote: > Hi Russel, > > I have uploaded a new version of my patch to Phabricator. > In this version I have removed all "new" kernel config files as they are = not > required to commit the patch. > Please use my Github branch to build the code from: > https://github.com/kibab/freebsd/tree/mmccam > I think now all problems with building should be fixed. > Awesome Ilya, I will try your GitHub branch. Will it still build if I don't have the source under /usr/src? No matter, I'll try it both ways. I believe this already has your freescale patch applied as well so it makes my life easier. Although part of the learning experience is seeing the diff after the patches are applied. Thanks! Russ > > > On 2016-03-14 06:16, Russell Haley wrote: >> >> Hello, >> >> I'm having trouble building IMX6 with the SDIO patch. I ran a build >> of the kernel at r296822 and then applied your patch. Build output >> attached. Thanks for any help you could give me. >> >> >> Cheers, >> >> Russ > > > -- > Mit freundlichen Gr=C3=BC=C3=9Fen, > Ilya Bakulin From owner-freebsd-arm@freebsd.org Thu Mar 17 17:49:10 2016 Return-Path: Delivered-To: freebsd-arm@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 52710AD32EF for ; Thu, 17 Mar 2016 17:49:10 +0000 (UTC) (envelope-from ilya@bakulin.de) Received: from olymp.kibab.com (olymp6.kibab.com [IPv6:2a01:4f8:160:84c1::2]) by mx1.freebsd.org (Postfix) with ESMTP id 1EF58B68 for ; Thu, 17 Mar 2016 17:49:09 +0000 (UTC) (envelope-from ilya@bakulin.de) DKIM-Filter: OpenDKIM Filter v2.10.3 olymp.kibab.com 32BA64E7C5 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=bakulin.de; s=default; t=1458236940; bh=nphx5pp0U8ffUY2J3x7vBXEU4w/znK7RBFN7IcPkULo=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=iKDYiJ+iD06tsgLXdqr+xikrs2i8BFd2JW0WWVqBqGHJqcvwD7y0WwyuWQQJsgwOE +MhgYXXPoBq1vdXLi+euJP2Q8FCeSJHLZqriul08nQJ9PUX9Ez3c/8j/GidUFgTxK0 4Xv2nfE6pFFjAdT0H7SNRpa6GL6yZUWRAiRiwr2k= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 17 Mar 2016 18:48:59 +0100 From: Ilya Bakulin To: Russell Haley Cc: freebsd-arm Subject: Re: SDIO Patch D4761.diff Not Building For Me Organization: Deglitch Networks In-Reply-To: References: Message-ID: X-Sender: ilya@bakulin.de X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2016 17:49:10 -0000 On 2016-03-17 18:41, Russell Haley wrote: > On Thu, Mar 17, 2016 at 8:50 AM, Ilya Bakulin wrote: >> Hi Russel, >> >> I have uploaded a new version of my patch to Phabricator. >> In this version I have removed all "new" kernel config files as they >> are not >> required to commit the patch. >> Please use my Github branch to build the code from: >> https://github.com/kibab/freebsd/tree/mmccam >> I think now all problems with building should be fixed. >> > Awesome Ilya, I will try your GitHub branch. Will it still build if I > don't have the source under /usr/src? No matter, I'll try it both > ways. I believe this already has your freescale patch applied as well > so it makes my life easier. Although part of the learning experience > is seeing the diff after the patches are applied. Yes it definitely will build outside of /usr/src. And yes it already has all my work including Freescale patches, + soon there will be Raspberry Pi related stuff. I'm thinking about writing a small instruction on compiling and testing my work. Meanwhile try to follow https://bakulin.de/freebsd/mmccam.html. -- Ilya From owner-freebsd-arm@freebsd.org Thu Mar 17 18:04:06 2016 Return-Path: Delivered-To: freebsd-arm@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 2A6A8AD3B04 for ; Thu, 17 Mar 2016 18:04:06 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-vk0-x22b.google.com (mail-vk0-x22b.google.com [IPv6:2607:f8b0:400c:c05::22b]) (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 D63669AA for ; Thu, 17 Mar 2016 18:04:05 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-vk0-x22b.google.com with SMTP id q138so20306009vkb.3 for ; Thu, 17 Mar 2016 11:04:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=a283qsAOZclHAnbUF8Xqat+y/Ipzm+vDom3DDGDJh0M=; b=1Hv5inN1WqDqvDXsFbE7/VboNQxIHmSTfVPDDzfGPfrZ+H+58roUtxNMfe/NhN6K57 YnvtdwmNklJPs1AkVW+7FWbEK/bccArqCwGPJwnxeiFCemNzCQCEsAaL38dziu89I7XE CY0EFePo35joAQEvnRDdMa+ZFOLvA6vLRcurxGWqRz92EkpRmbndDTC4/xsUmEGPyVJw ZU6AsisiRk96iDAH59Qjb3czNJYr8dQrjNZ8I0aL3UPviO+A1I5r2P7kyn6GsmqCFnvE K2N29de21wVZuMgY3gRAMzKJbq/AVeQovPZxuns/6Hpiq6kAn4DWQNHHhR3neI+c3hQr kdSQ== 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:date :message-id:subject:from:to:cc; bh=a283qsAOZclHAnbUF8Xqat+y/Ipzm+vDom3DDGDJh0M=; b=idRl0Mq2RMdAV0Kv/zeHGPO3H0L7TvAHwkci0K0AVVuaxyUVq6RELVdpaZZVM5o40Y pZVcruaUD3ebCXd2dRqs+GedvLdivXhnn4HsJHw3X/6IgAM5XM+aTuFzuLHywImyG0ET nJkeZlMLyIJQj98PBYynLsAWIX3w8OEOAAhJ9K81v0YGf7lfna3jHr718txRu1z6TVio jdQgJ44AMI5ZKBP3/AirguUyY9VTLqrs2T6LSMxPRHYGNUK3Z7YG9kMj603kjrkMs5ov DxnJlAsAMTwuXJEvuxq6xkpd/eLKuKoltCBrPsEUSZcx5a8uubz38aCEh+p+nEdyp3Sf BGQw== X-Gm-Message-State: AD7BkJIoTwsMddyEoTusgNQaf4h8VvlsoA57IlA0xxeeYJ0IvJ0S+kDCm02rJtSfBWS5yQ7XVghMckiSiBn7pQ== MIME-Version: 1.0 X-Received: by 10.31.192.78 with SMTP id q75mr13058114vkf.96.1458237845023; Thu, 17 Mar 2016 11:04:05 -0700 (PDT) Received: by 10.31.54.13 with HTTP; Thu, 17 Mar 2016 11:04:04 -0700 (PDT) In-Reply-To: References: Date: Thu, 17 Mar 2016 11:04:04 -0700 Message-ID: Subject: Re: SDIO Patch D4761.diff Not Building For Me From: Russell Haley To: Ilya Bakulin Cc: freebsd-arm Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2016 18:04:06 -0000 On Thu, Mar 17, 2016 at 10:48 AM, Ilya Bakulin wrote: > On 2016-03-17 18:41, Russell Haley wrote: >> >> On Thu, Mar 17, 2016 at 8:50 AM, Ilya Bakulin wrote: >>> >>> Hi Russel, >>> >>> I have uploaded a new version of my patch to Phabricator. >>> In this version I have removed all "new" kernel config files as they are >>> not >>> required to commit the patch. >>> Please use my Github branch to build the code from: >>> https://github.com/kibab/freebsd/tree/mmccam >>> I think now all problems with building should be fixed. >>> >> Awesome Ilya, I will try your GitHub branch. Will it still build if I >> don't have the source under /usr/src? No matter, I'll try it both >> ways. I believe this already has your freescale patch applied as well >> so it makes my life easier. Although part of the learning experience >> is seeing the diff after the patches are applied. > > > Yes it definitely will build outside of /usr/src. And yes it already has all > my work including Freescale patches, + soon there will be Raspberry Pi > related stuff. > I'm thinking about writing a small instruction on compiling and testing my > work. > Meanwhile try to follow https://bakulin.de/freebsd/mmccam.html. > > -- > Ilya http://cf067b.medialib.glogster.com/media/b2/b2e20d06e350a2e6f37f9622cd18093c7d802a19432835e9e00562b4c5d78a7d/high-five-kitty.jpg Thanks! Russ From owner-freebsd-arm@freebsd.org Thu Mar 17 22:20:47 2016 Return-Path: Delivered-To: freebsd-arm@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 CC226AD42F5 for ; Thu, 17 Mar 2016 22:20:47 +0000 (UTC) (envelope-from sanpei.ml@gmail.com) Received: from mail-io0-x233.google.com (mail-io0-x233.google.com [IPv6:2607:f8b0:4001:c06::233]) (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 A292B8B6 for ; Thu, 17 Mar 2016 22:20:47 +0000 (UTC) (envelope-from sanpei.ml@gmail.com) Received: by mail-io0-x233.google.com with SMTP id v123so6375791ioe.0 for ; Thu, 17 Mar 2016 15:20:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=LUOX2vDPzaTL1dIw3oK+ibC8iYQwWpBGG7psxWHosJg=; b=IE1anwzAx+skpA/2z1Yd2tWRr00lb73pAEvMkw5aeJme+aLIm/JEfT5UYMZW9ZB1IT RJi2bTQ976iyw1OcRc9qRNg9W7uEEmKdF/daHKeU9cVdwVahOHJS+HSr3BmsPMngQEFf /0p2VagQbHPzvnxG1ZKNMU1ownLiQz0zmfl6RqP+Zoeo2VY67lkVyms43oBSm25uSxUk LSM/8CWzMTuphC/v3BfOQ73rzj4VwxQjp28AGauyAqWdhICXNOjvRrRD0jxvJHgHzJm3 420L82YsySvxn4MFOiPAnMAwHLl3i30Z74twF/4g2gO78JdtKzAsHqw57WJtw1cJkNVa jhcg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=LUOX2vDPzaTL1dIw3oK+ibC8iYQwWpBGG7psxWHosJg=; b=R6KtUV2rjERDbVk+q++r74YnmSoQ2unxmaIUF8XdJ7u+l/uZ9kT1PtDF7eQycWbL+w iCp5J7qjJNy7bW69YBm2emIxbTfUdFig+HDw89KobMX14HK5BNXgyq6i39oM5e6/D2ui IZeJB+k7gbhu//aoOsujhoAXEdvtpzLotUPopAA+QUbfvilyUbCuyBK3nMwTQ74PCf/n dmtAhQMexLhDpbY0oi7PRBPw0Jj5SIPYvQ1xUEihUjuYdQin4HJaMv40HGOR3Muazvn5 pkxwAIlsmXSa1rsDdGvXPKOhFJBz/EWe6FbYwtzG+yB4EdtBhtxPhEkL7W+TTPIJ+UJf 1yiA== X-Gm-Message-State: AD7BkJJtvaLXAULdBalHBBH8IZ1RafL/GlGh0rkRK4Zi5Jw34f8YBqxC+KcLchf455Yf3RPWPHFHy1SQ5tgo/w== X-Received: by 10.107.25.68 with SMTP id 65mr13615196ioz.98.1458253246970; Thu, 17 Mar 2016 15:20:46 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Yoshiro MIHIRA Date: Thu, 17 Mar 2016 22:20:37 +0000 Message-ID: Subject: Re: Hummingboard boot hangs in -HEAD To: Tom Sparks , freebsd-arm Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2016 22:20:47 -0000 Does someone solve this issue? I downloaded FreeBSD-11.0-CURRENT-arm-armv6-CUBOX-HUMMINGBOARD-20160308-r2964= 85 image. But I found stil this is there. I tested above image and latest kernel(r296921M) on hummingboard-i2 2016=E5=B9=B42=E6=9C=8820=E6=97=A5(=E5=9C=9F) 9:18 Tom Sparks : > So rebuilding the kernel in between revs seems to work, so I'm guessing i= ts > toolchain related. I'll do a buildworld to confirm. > > On Thu, Feb 18, 2016 at 11:40 AM, Tom Sparks wrote: > > > I'd initially thought that it was my build that had failed so I snagged > an > > image from ftp.freebsd.org and no, that image fails to boot to multiuse= r > > as well. > > > > > > Here's where it hangs: > > --- snip --- > > usbus0: 480Mbps High Speed USB v2.0 > > usbus1: 480Mbps High Speed USB v2.0 > > ugen1.1: at usbus1 > > uhub0: on > > usbus1 > > ugen0.1: at usbus0 > > uhub1: on > > usbus0 > > hdmi0: i2c transfer failed: 2 > > fb0: failed to get EDID info from HDMI framer > > fbd0 on fb0 > > VT: initialize with new VT driver "fb". > > uhub0: 1 port with 1 removable, self powered > > --- snip --- > > > > with boot -v I get a bit further: > > --- snip --- > > VT: initialize with new VT driver "fb". > > random: harvesting attach, 8 bytes (4 bits) from fbd0 > > uhub0: 1 port with 1 removable, self powered > > random: harvesting attach, 8 bytes (4 bits) from uhub0 > > --- snip --- > > > > Then a while later, some other stuff appears: > > > > --- snip --- > > uhub0: 1 port with 1 removable, self powered > > random: harvesting attach, 8 bytes (4 bits) from uhub0 > > sdhci_imx0-slot0: Divider 250 for freq 400000 (base 200000000) > > mmc0: Probing bus > > uhub1: 1 port with 1 removable, self powered > > random: harvesting attach, 8 bytes (4 bits) from uhub1 > > --- snip --- > > > > Supposition is that this broke in the range of r295351 through r29554. > > > > Anyone? > > > > -- > > Tom Sparks > > Systems Engineer > > > > > > -- > Tom Sparks > Systems Engineer > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" > From owner-freebsd-arm@freebsd.org Thu Mar 17 23:36:17 2016 Return-Path: Delivered-To: freebsd-arm@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 6CBFFAD47D1 for ; Thu, 17 Mar 2016 23:36:17 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from new1-smtp.messagingengine.com (new1-smtp.messagingengine.com [66.111.4.221]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48608173C for ; Thu, 17 Mar 2016 23:36:16 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailnew.nyi.internal (Postfix) with ESMTP id 4CA48F3C for ; Thu, 17 Mar 2016 19:27:13 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute2.internal (MEProxy); Thu, 17 Mar 2016 19:27:13 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=eK6CujPV6GFXmqn/hwefZj/jIJE=; b=bep4/ 138JFWp/hoK2wTPz/g0GOmf5nnEBEk5sRGFtySFJx9FFuP+tIEr52H3unmEvzKFj ROKZx9uqyVaTZE1x3xsn+LMJAONavZ1wOtyHCUw12dybHXC4Eaxw+KIhTx/hUCBX xamI0GPvrD6eOsIopKT90oAWYECmvtvPYsATP0= X-Sasl-enc: Yh3StsZSzefDJJCWzt+vQs5QtQnkeGuhe9+nBoq9ZvXL 1458257232 Received: from [192.168.1.163] (unknown [213.205.251.170]) by mail.messagingengine.com (Postfix) with ESMTPA id B00A56800D3 for ; Thu, 17 Mar 2016 19:27:12 -0400 (EDT) To: freebsd-arm@freebsd.org From: John Subject: freebsd on Rockchip RK3288C chromebook (asus c201p) Message-ID: <56EB3D4C.3080106@zyxst.net> Date: Thu, 17 Mar 2016 23:27:08 +0000 User-Agent: Mozilla/5.0 (X11; Linux armv7l; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2016 23:36:17 -0000 Hi, Has anyone here had success installing FreeBSD to an ASUS 201P chromebook? thanks, -- J From owner-freebsd-arm@freebsd.org Fri Mar 18 05:58:39 2016 Return-Path: Delivered-To: freebsd-arm@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 6B17AAD31F6 for ; Fri, 18 Mar 2016 05:58:39 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-vk0-x235.google.com (mail-vk0-x235.google.com [IPv6:2607:f8b0:400c:c05::235]) (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 25DAE12D3 for ; Fri, 18 Mar 2016 05:58:39 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-vk0-x235.google.com with SMTP id q138so37404371vkb.3 for ; Thu, 17 Mar 2016 22:58:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to; bh=2FpNiOZB6AbIC/kHNVt6HBQChOreUbUF7kxAYD3IoSA=; b=x0UGfOTNRPs4w37AkXl8aEc9cBhHz6lIZ+8LvTLuig8D3qaTXOiT27/ln6WOhbb+cl OpXdgogZgXZUCD+9+Ldxf3NgP4XwePM+qhqxdC46dmrc8le2fX3iCXsIxR3/zrgs4fdR 4HCT/EVXDpzJg8zJ3SDICgnWWbxgV3wI4joOl+8ZZksAW8oLVX+c4lVjXjxMCDJCvxmr 1hiuRCe6GQ7nFnL+IyXDnPddJaZH/+w6gUPxwIwvqEiZQJ7x9Vv/atz7fUJEn7C6o1CQ agzKPk7Tai8FwWpOJj6ZVdQvInmtVExvto23gn44FKnPaMRbb9Kire5s7/PKr6vF1Clm MEDw== 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:date :message-id:subject:from:to; bh=2FpNiOZB6AbIC/kHNVt6HBQChOreUbUF7kxAYD3IoSA=; b=e5moVB8ZfzMhaFeTI0nC6F7krG36spT2k6QR2NmD4if29lPELnI94aE9M5/Gdn0e5e mFcIGm2eeyDfOOUMfpq1queTYuDRUezkVQRQhisCCtmeD4R2ZC++mEhxhmlW0IrZ346f K3n80ODW6/9oTQcJA9AQAbpBOPYAu4vHpGopSt9iRdFB7qHV66uhu/91Wh854hEy/CsQ CT9jGIveouwrlV4zHpc+zm43pvFxLPbIud8JqUJ3c+EKehamd2RhjlfMYjM1hsHxTYId YlloDrkeZt40JimDFz/qDQjvYeip87U9KExd+0Eywwr3OEf6E/nSiCk71MnlbLwuLLON vu9Q== X-Gm-Message-State: AD7BkJLGImsIpQsR3QGVjFXfVyhezYf7b1F6CAKodnJaxokhhOmvl/uAN2YQainF/gYl6yS0HDm93JtoG+4U4A== MIME-Version: 1.0 X-Received: by 10.31.192.78 with SMTP id q75mr15547167vkf.96.1458280718343; Thu, 17 Mar 2016 22:58:38 -0700 (PDT) Received: by 10.31.54.13 with HTTP; Thu, 17 Mar 2016 22:58:38 -0700 (PDT) In-Reply-To: References: Date: Thu, 17 Mar 2016 22:58:38 -0700 Message-ID: Subject: Re: SDIO Patch D4761.diff Not Building For Me From: Russell Haley To: Ilya Bakulin , freebsd-arm Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2016 05:58:39 -0000 On Thu, Mar 17, 2016 at 11:04 AM, Russell Haley wrote: > On Thu, Mar 17, 2016 at 10:48 AM, Ilya Bakulin wrote: >> On 2016-03-17 18:41, Russell Haley wrote: >>> >>> On Thu, Mar 17, 2016 at 8:50 AM, Ilya Bakulin wrote: >>>> >>>> Hi Russel, >>>> >>>> I have uploaded a new version of my patch to Phabricator. >>>> In this version I have removed all "new" kernel config files as they are >>>> not >>>> required to commit the patch. >>>> Please use my Github branch to build the code from: >>>> https://github.com/kibab/freebsd/tree/mmccam >>>> I think now all problems with building should be fixed. Sorry, I think I'm having Github problems. 1) I tried cloning just that branch: >>> Awesome Ilya, I will try your GitHub branch. Will it still build if I >>> don't have the source under /usr/src? No matter, I'll try it both >>> ways. I believe this already has your freescale patch applied as well >>> so it makes my life easier. Although part of the learning experience >>> is seeing the diff after the patches are applied. >> >> >> Yes it definitely will build outside of /usr/src. And yes it already has all >> my work including Freescale patches, + soon there will be Raspberry Pi >> related stuff. >> I'm thinking about writing a small instruction on compiling and testing my >> work. >> Meanwhile try to follow https://bakulin.de/freebsd/mmccam.html. >> >> -- >> Ilya > > http://cf067b.medialib.glogster.com/media/b2/b2e20d06e350a2e6f37f9622cd18093c7d802a19432835e9e00562b4c5d78a7d/high-five-kitty.jpg > > Thanks! > Russ From owner-freebsd-arm@freebsd.org Fri Mar 18 06:08:30 2016 Return-Path: Delivered-To: freebsd-arm@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 C0222AD3539 for ; Fri, 18 Mar 2016 06:08:30 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-vk0-x22e.google.com (mail-vk0-x22e.google.com [IPv6:2607:f8b0:400c:c05::22e]) (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 78B47176A for ; Fri, 18 Mar 2016 06:08:30 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-vk0-x22e.google.com with SMTP id q138so37598686vkb.3 for ; Thu, 17 Mar 2016 23:08:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-transfer-encoding; bh=kP44WTJiuVRiC/0A6hVd4W6HuombS3dcu1NrhvWITAY=; b=zDO2nTHWTtkHO87gB8754uOs6cB03lcI5HqaOzI9BdXVzCCv4I41F058p7FBNFucUY tHU2D936O7Lag/FxIJm4pVtzpTNoKTxBIiz/g707iE9LSdlD/ChfjrGprvWFiXEyNA4n 10XKOfYKyCwQYjL1fmnforLSRsR+5IMtqcWK0nZx9nza4xssJZ9+0l6tWbA7zG57SoeI rG/wCv1Mrvva6Hn0jFk2N4WEhzfqrsc9wppPJkFC0VPE1GDyBJoA5KnlZHg/n23Kxoh+ C8qMX6V1OEgaEUKseFFEVn/+7IoqXfz4MMQ32cFcYT75+JRWqOEPZCOoWcvaO/rudS3z gAEg== 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:date :message-id:subject:from:to:content-transfer-encoding; bh=kP44WTJiuVRiC/0A6hVd4W6HuombS3dcu1NrhvWITAY=; b=cMsH2D1cJrVbpq0ofYBYyS4XtT54HftYCpL7FuDnlX2LyMGZkI3tIYbm09r0VkrYow VDe8lD0YYiAZzcSL/LI7QQYp1360BSskvjtNyAg3y+lVsND5CpaMgJ/ipdRffPR4ZvYe whjtoqQgiBHSwT7pQdSfhIIhjD1u4bekNC+kpMH6naC4tMNSNxGFbg7JpCIY+ucMa30r rt6qtrFFC6izV7ULHa763cHBSwwUySR5L1/TCJ/0sn17usb382VkOI8T+K4BhwBYBAUS g60f0++abt+uBeNBH0GhTdiXehZ3p+1Wg1mGrGAvUHE8tzzmra7npLOkIdRq7E/gcf4G mofw== X-Gm-Message-State: AD7BkJIDZr1BHvaFBpZiHbTiwJEv6KwzgVvZRBGwNCzXqapkhHu/nGksEcJagRMpvn5zQ/qMVUXoEQymoizdwA== MIME-Version: 1.0 X-Received: by 10.31.157.67 with SMTP id g64mr15107857vke.79.1458281309533; Thu, 17 Mar 2016 23:08:29 -0700 (PDT) Received: by 10.31.54.13 with HTTP; Thu, 17 Mar 2016 23:08:29 -0700 (PDT) In-Reply-To: References: Date: Thu, 17 Mar 2016 23:08:29 -0700 Message-ID: Subject: Re: SDIO Patch D4761.diff Not Building For Me From: Russell Haley To: Ilya Bakulin , freebsd-arm Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2016 06:08:30 -0000 On Thu, Mar 17, 2016 at 10:58 PM, Russell Haley wrot= e: > On Thu, Mar 17, 2016 at 11:04 AM, Russell Haley wr= ote: >> On Thu, Mar 17, 2016 at 10:48 AM, Ilya Bakulin wrote: >>> On 2016-03-17 18:41, Russell Haley wrote: >>>> >>>> On Thu, Mar 17, 2016 at 8:50 AM, Ilya Bakulin wrote: >>>>> >>>>> Hi Russel, >>>>> >>>>> I have uploaded a new version of my patch to Phabricator. >>>>> In this version I have removed all "new" kernel config files as they = are >>>>> not >>>>> required to commit the patch. >>>>> Please use my Github branch to build the code from: >>>>> https://github.com/kibab/freebsd/tree/mmccam >>>>> I think now all problems with building should be fixed. > Sorry, I think I'm having Github problems. if I try to clone the link you provided it gacks: # git clone https://github.com/kibab/freebsd/tree/mmccam Cloning into 'mmccam'... fatal: repository 'https://github.com/kibab/freebsd/tree/mmccam/' not found root@a5e5b565-d3ae-11e5-a511-0c54a518c15b:/usr/git/kibab/src2 # SO I tried cloning just that branch: git clone -b mmccam --single-branch https://github.com/kibab/freebsd.git but I got an error in /usr/git/FreeBSD/sys/dev/mmc/mmc.c saying it couldn't find the include dev/mmc/mmcreg.h sorry, didn't keep the output. I tried changing it to cam/mmc/mmcreg.h but it blew up later on. SO THEN I tried just cloning the whole thing: git clone https://github.com/kibab/freebsd.git and it couldn't find the IMX6 kernel conf as you alluded to above. SO I tri= ed git checkout mmccam and now I get make TARGET=3Darm TARGET_ARCH=3Darmv6 KERNCONF=3DIMX6 -j20 buildkernel --- buildkernel --- --- buildkernel --- -------------------------------------------------------------- >>> Kernel build for IMX6 started on Fri Mar 18 06:00:10 UTC 2016 -------------------------------------------------------------- =3D=3D=3D> IMX6 mkdir -p /usr/obj/arm.armv6/usr/git/kibab/src/sys -------------------------------------------------------------- >>> stage 1: configuring the kernel -------------------------------------------------------------- cd /usr/git/kibab/src/sys/arm/conf; PATH=3D/usr/obj/arm.armv6/usr/git/kibab/src/tmp/legacy/usr/sbin:/usr/obj/ar= m.armv6/usr/git/kibab/src/tmp/legacy/usr/bin:/usr/obj/arm.armv6/usr/git/kib= ab/src/tmp/legacy/bin:/usr/obj/arm.armv6/usr/git/kibab/src/tmp/usr/sbin:/us= r/obj/arm.armv6/usr/git/kibab/src/tmp/usr/bin:/sbin:/bin:/usr/sbin:/usr/bin config -d /usr/obj/arm.armv6/usr/git/kibab/src/sys/IMX6 -I '/usr/git/kibab/src/sys/arm/conf' '/usr/git/kibab/src/sys/arm/conf/IMX6' config: illegal option -- I usage: config [-CgmpV] [-d destdir] sysname config -x kernel *** [buildkernel] Error code 64 make[1]: stopped in /usr/git/kibab/src 1 error make[1]: stopped in /usr/git/kibab/src *** [buildkernel] Error code 2 make: stopped in /usr/git/kibab/src 1 error make: stopped in /usr/git/kibab/src Sorry, if I've buggered this. Explicit instructions seem to be in order at this point. Russ >>>> Awesome Ilya, I will try your GitHub branch. Will it still build if I >>>> don't have the source under /usr/src? No matter, I'll try it both >>>> ways. I believe this already has your freescale patch applied as well >>>> so it makes my life easier. Although part of the learning experience >>>> is seeing the diff after the patches are applied. >>> >>> >>> Yes it definitely will build outside of /usr/src. And yes it already ha= s all >>> my work including Freescale patches, + soon there will be Raspberry Pi >>> related stuff. >>> I'm thinking about writing a small instruction on compiling and testing= my >>> work. >>> Meanwhile try to follow https://bakulin.de/freebsd/mmccam.html. >>> >>> -- >>> Ilya >> >> http://cf067b.medialib.glogster.com/media/b2/b2e20d06e350a2e6f37f9622cd1= 8093c7d802a19432835e9e00562b4c5d78a7d/high-five-kitty.jpg >> >> Thanks! >> Russ From owner-freebsd-arm@freebsd.org Fri Mar 18 19:06:59 2016 Return-Path: Delivered-To: freebsd-arm@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 2B786AD477A for ; Fri, 18 Mar 2016 19:06:59 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-vk0-x230.google.com (mail-vk0-x230.google.com [IPv6:2607:f8b0:400c:c05::230]) (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 D6BD41F08 for ; Fri, 18 Mar 2016 19:06:58 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-vk0-x230.google.com with SMTP id e6so153121128vkh.2 for ; Fri, 18 Mar 2016 12:06:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-transfer-encoding; bh=UCrBp+Mz0EJu+tqnstIw7ybB7IGZ134WLBPRqThT8M0=; b=Q0elhxVJypJqOfW763SEMcFZ9VeVKtElLWN8duyAHrUUtU0J6mRnddkWXkEtiyxj6A zGzT+gaDSrl87xR5UNFB2YmUMGcamPPOsj9oC11XUPjgA0n+tVBroyakWJsyspTe6M/b oomDxMX5mpPqCLHBsuhdURCQC8+jCmZLoATmDW6V2HNOypK29TaGKzHnzjHvTt4iPj6A Q1JWGW8AKeFQJeLpkF77waPNnHMI7FxwiI9oFP4PjilDlNl2rpApKnlH7jShKtTpP5A6 FRPVb5gcGlvG71Rd6wRlmiqjrpB9NXf6dxYLuiUQh6tkCskl/gmwybKw/+or7zc+QIWb eBaw== 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:date :message-id:subject:from:to:content-transfer-encoding; bh=UCrBp+Mz0EJu+tqnstIw7ybB7IGZ134WLBPRqThT8M0=; b=MiLZKxp/PHopapEBOws3XwDhPdVGoGVBZOg2rsAZffhUifJ97etNwMU29wmYk2aPgU QZHy+fNNwKAk3SZfXy+IsWxI47EosEi4jDv5lUs3CQUeGUQVawjp9TthY1BYXFiNDGIl +ibyp2xsXr60M7pJd7TtmO6qw37zVVs9zJDw+uPJsf/dSyon3ZGwJ0NTPigljrQwxZlh MXM4JNzYZPn+bAJGQZcv18ZO1NYdrM2GiWz1lHfpirigZnWOLAPHXb4nbtESA59Dzl40 Fgo7n0waJyUOgT7YMJF8+af+NOAmGDa9gmBYnJnfw7dHyqVvf8uqXrz029Yf29oRUW5+ uqjA== X-Gm-Message-State: AD7BkJLoBG34ST+IkWvG7epTHiQx0EVoRqx8VoE4fdA797mvNiBg4XVtiAF+b3SfQWl+TVfda+Cm8RfkY9tUnQ== MIME-Version: 1.0 X-Received: by 10.31.157.67 with SMTP id g64mr18506908vke.79.1458328018014; Fri, 18 Mar 2016 12:06:58 -0700 (PDT) Received: by 10.31.54.13 with HTTP; Fri, 18 Mar 2016 12:06:57 -0700 (PDT) In-Reply-To: References: Date: Fri, 18 Mar 2016 12:06:57 -0700 Message-ID: Subject: Fwd: SDIO Patch D4761.diff Not Building For Me From: Russell Haley To: Ilya Bakulin , freebsd-arm Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2016 19:06:59 -0000 Ilya, I have tried re-compiling with the "corrected" include file in /sys/dev/mmc/mmc.c (#include ?) I can't include my build output because it's over 200kb in size and Pastebin.com crashes all my browsers here at work. I will email it to you separately. Thanks, Russ ---------- Forwarded message ---------- From: Russell Haley Date: Fri, Mar 18, 2016 at 12:13 AM Subject: Re: SDIO Patch D4761.diff Not Building For Me To: Ilya Bakulin , freebsd-arm On Thu, Mar 17, 2016 at 11:08 PM, Russell Haley wrot= e: > On Thu, Mar 17, 2016 at 10:58 PM, Russell Haley wr= ote: >> On Thu, Mar 17, 2016 at 11:04 AM, Russell Haley w= rote: >>> On Thu, Mar 17, 2016 at 10:48 AM, Ilya Bakulin wrote: >>>> On 2016-03-17 18:41, Russell Haley wrote: >>>>> >>>>> On Thu, Mar 17, 2016 at 8:50 AM, Ilya Bakulin wrote= : >>>>>> >>>>>> Hi Russel, >>>>>> >>>>>> I have uploaded a new version of my patch to Phabricator. >>>>>> In this version I have removed all "new" kernel config files as they= are >>>>>> not >>>>>> required to commit the patch. >>>>>> Please use my Github branch to build the code from: >>>>>> https://github.com/kibab/freebsd/tree/mmccam >>>>>> I think now all problems with building should be fixed. >> > Sorry, I think I'm having Github problems. > > if I try to clone the link you provided it gacks: > > # git clone https://github.com/kibab/freebsd/tree/mmccam > Cloning into 'mmccam'... > fatal: repository 'https://github.com/kibab/freebsd/tree/mmccam/' not fou= nd > root@a5e5b565-d3ae-11e5-a511-0c54a518c15b:/usr/git/kibab/src2 # > > > SO I tried cloning just that branch: > > git clone -b mmccam --single-branch https://github.com/kibab/freebsd.git > > but I got an error in > > /usr/git/FreeBSD/sys/dev/mmc/mmc.c > > saying it couldn't find the include dev/mmc/mmcreg.h > > sorry, didn't keep the output. I tried changing it to cam/mmc/mmcreg.h > but it blew up later on. I was able to get back to buildkernel using git checkout. My issues below were due to not rebuilding world. Anyway, mmc.c failed as noted above (missing include). I tried replacing dev/mmc/mmcreg.h with cam/mmc/mmcreg.h without success. The full output is attached. Thanks! Russ > SO THEN I tried just cloning the whole thing: > > git clone https://github.com/kibab/freebsd.git > > and it couldn't find the IMX6 kernel conf as you alluded to above. SO I t= ried > > git checkout mmccam > > and now I get > > make TARGET=3Darm TARGET_ARCH=3Darmv6 KERNCONF=3DIMX6 -j20 buildkernel > --- buildkernel --- > --- buildkernel --- > -------------------------------------------------------------- >>>> Kernel build for IMX6 started on Fri Mar 18 06:00:10 UTC 2016 > -------------------------------------------------------------- > =3D=3D=3D> IMX6 > mkdir -p /usr/obj/arm.armv6/usr/git/kibab/src/sys > -------------------------------------------------------------- >>>> stage 1: configuring the kernel > -------------------------------------------------------------- > cd /usr/git/kibab/src/sys/arm/conf; > PATH=3D/usr/obj/arm.armv6/usr/git/kibab/src/tmp/legacy/usr/sbin:/usr/obj/= arm.armv6/usr/git/kibab/src/tmp/legacy/usr/bin:/usr/obj/arm.armv6/usr/git/k= ibab/src/tmp/legacy/bin:/usr/obj/arm.armv6/usr/git/kibab/src/tmp/usr/sbin:/= usr/obj/arm.armv6/usr/git/kibab/src/tmp/usr/bin:/sbin:/bin:/usr/sbin:/usr/b= in > config -d /usr/obj/arm.armv6/usr/git/kibab/src/sys/IMX6 -I > '/usr/git/kibab/src/sys/arm/conf' > '/usr/git/kibab/src/sys/arm/conf/IMX6' > config: illegal option -- I > usage: config [-CgmpV] [-d destdir] sysname > config -x kernel > *** [buildkernel] Error code 64 > > make[1]: stopped in /usr/git/kibab/src > 1 error > > make[1]: stopped in /usr/git/kibab/src > *** [buildkernel] Error code 2 > > make: stopped in /usr/git/kibab/src > 1 error > > make: stopped in /usr/git/kibab/src > > > Sorry, if I've buggered this. Explicit instructions seem to be in > order at this point. > > Russ > >>>>> Awesome Ilya, I will try your GitHub branch. Will it still build if I >>>>> don't have the source under /usr/src? No matter, I'll try it both >>>>> ways. I believe this already has your freescale patch applied as well >>>>> so it makes my life easier. Although part of the learning experience >>>>> is seeing the diff after the patches are applied. >>>> >>>> >>>> Yes it definitely will build outside of /usr/src. And yes it already h= as all >>>> my work including Freescale patches, + soon there will be Raspberry Pi >>>> related stuff. >>>> I'm thinking about writing a small instruction on compiling and testin= g my >>>> work. >>>> Meanwhile try to follow https://bakulin.de/freebsd/mmccam.html. >>>> >>>> -- >>>> Ilya >>> >>> http://cf067b.medialib.glogster.com/media/b2/b2e20d06e350a2e6f37f9622cd= 18093c7d802a19432835e9e00562b4c5d78a7d/high-five-kitty.jpg >>> >>> Thanks! >>> Russ From owner-freebsd-arm@freebsd.org Fri Mar 18 20:07:01 2016 Return-Path: Delivered-To: freebsd-arm@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 87BF6AD5C46 for ; Fri, 18 Mar 2016 20:07:01 +0000 (UTC) (envelope-from danjagor@yahoo.co.uk) Received: from nm31-vm10.bullet.mail.gq1.yahoo.com (nm31-vm10.bullet.mail.gq1.yahoo.com [98.136.216.217]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5EA77147D for ; Fri, 18 Mar 2016 20:07:01 +0000 (UTC) (envelope-from danjagor@yahoo.co.uk) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s2048; t=1458331425; bh=Yvt80X2BZmWZzvWHAXqcS0+Q9K5nA/ONyytWegbClhk=; h=Date:From:To:Subject:From:Subject; b=Ww9bCVTaYf5KcGSzAv/6j/R1rEEBvYFAkjlWSXtzvvjmoO0TKDA446p/TiLd+Xjf8yXHpvyC9lKjGnOjvhEQKomj5zXr9ufWGn7WJoFPVUOQy5q36R7MYER4uY4EgeTy5Owhu/pd8nDR6vBexZEvuI9+/0ZApCF+Aj6d+Boi5w9XY3IoLjOSwELwmtqDBxBTZ8Tvk3UEFMIzrh2FnvsSa1+Z+zvOPP4z5J9tCtUMEHmiGRzCEyJkqaje5RSXjA/zAvGOyLnN6w3zT2bHPuCi+FgEhyFlr6pjQmzJspBqlKb4PCqtMvE9XN9/CJiGNgyKNGezXdcFZKrSRaL3cYIafw== Received: from [127.0.0.1] by nm31.bullet.mail.gq1.yahoo.com with NNFMP; 18 Mar 2016 20:03:45 -0000 Received: from [98.137.12.61] by nm31.bullet.mail.gq1.yahoo.com with NNFMP; 18 Mar 2016 20:00:49 -0000 Received: from [212.82.98.54] by tm6.bullet.mail.gq1.yahoo.com with NNFMP; 18 Mar 2016 20:00:49 -0000 Received: from [46.228.39.97] by tm7.bullet.mail.ir2.yahoo.com with NNFMP; 18 Mar 2016 20:00:48 -0000 Received: from [127.0.0.1] by smtp134.mail.ir2.yahoo.com with NNFMP; 18 Mar 2016 20:00:48 -0000 X-Yahoo-Newman-Id: 739123.67727.bm@smtp134.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-4 X-YMail-OSG: RjehalcVM1lMzheQ45gcqjwGicycNYPHkmDXoZcuRgMjrq3 VlDZoFRsJLUguBOKbT.xaOoEt.oTQ5ZVgZ3QpiTYBZD9mlAOu0.RvzYPnThy Ae8X0lGs4jiDZFKavJsjHi1bquGxzW7ihBlvgozsFDwXx3gbSLthtaYyOcEy 0JN8C6o0kz8SdREIs13deFFc31khtYxkCaaOSD_2wBSm4.UWJEOlgM1j2zJQ Zbepjm4dHeeidI1KI1FqgI5X_ukwfGXG_3cUPKMYSX1KaXXsumrnkQE8JkdS 3OY1acoboohrxuAogw6rhyihTdaaOsdZDPth8xrtFDhH3HHLTBoweXGhE47H vWj3V7AjOrqgiDQFGzbv.9R9fgisiQtzu3b6b875Ha8Q6qvstD5pAkRDHWfn waqDXLKrlipntSJHJEk.RjHAgVrjU4x_8eHyMs5OdShFNbg6pVh86y9zERnN OHfTsAuw5TyQDL3UxWBT3zb1ZbTL7jpxuKnOWTT4uVSv4UmPS_wZhlG7GCdK ml5fkoQbuFIPkgwXac47Mb1kKdmLNxEFPxNY5XryWt10AVyMQ X-Yahoo-SMTP: 06bH58CswBAMEPyrFHjYvrYXkMZN Date: Fri, 18 Mar 2016 20:00:48 +0000 (GMT) From: danjagor@yahoo.co.uk To: freebsd-arm@freebsd.org Message-ID: <1368010835.15140.ba7b46ed-3637-44ef-8b9d-93fe1eb2075d.open-xchange@office.mailbox.org> Subject: Rockchip RK3288 (ASUS C201) support enquire MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Medium X-Mailer: Open-Xchange Mailer v7.8.0-Rev26 X-Originating-Client: open-xchange-appsuite X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2016 20:07:01 -0000 Hello everyone, I would like to know if anyone use ASUS C201 Chromebook with Rockchip RK3288 SoC. I'm afraid I couldn't find much on the website. Thank you Dan From owner-freebsd-arm@freebsd.org Sat Mar 19 10:03:59 2016 Return-Path: Delivered-To: freebsd-arm@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 2DA72AD638D for ; Sat, 19 Mar 2016 10:03:59 +0000 (UTC) (envelope-from ganbold@gmail.com) Received: from mail-oi0-x236.google.com (mail-oi0-x236.google.com [IPv6:2607:f8b0:4003:c06::236]) (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 E87F72F5 for ; Sat, 19 Mar 2016 10:03:58 +0000 (UTC) (envelope-from ganbold@gmail.com) Received: by mail-oi0-x236.google.com with SMTP id l76so17676637oig.1 for ; Sat, 19 Mar 2016 03:03:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=YRfGcd+TXthKCMpvJwF9CYJ1dw5+vCU17MOtA6S66w8=; b=vBm40SWIAPLCG2WOtJe1M4VXnYS/DPku3SJB2CXgxER6jByJ/lvD9uf/73KRll/ysu +i2ORkGONq6C62l5Tu2osfWRJfGO5Bky9bBcgeDcmi7hhpneTzOPa8CbUGsTiCi9YBMU nTTZQYY2byShqj/rpCwK6XvWLuntJrG7Xq4inQG8nSZJNiIWnuLCutT6pinmavlw+/W+ GsLMxjWjFWfQXXL8fUzAGI8xSatGR3hF+w/Hm0ht1LDaalNhavbLiW5CkYcdVg/5URYz yivKiIYXERl5rY+YWP0vl1BymcgVrOUen2T8xJkWI1ety6x8rhECiIXpqV0jqEgHe1ah h8UA== 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:date :message-id:subject:from:to:cc; bh=YRfGcd+TXthKCMpvJwF9CYJ1dw5+vCU17MOtA6S66w8=; b=j9cdVc6pEBYBbftXU+tc/2XW28iiQR4omQd7DAeq37ya22ZyPfa4xUUyM5y9X8m7tc Ez4uGgXKm6/4qlvkSOWoz3oVUym6RB6BdltwotG2PRkjoojAIc6VxoA7gNu1i2KcTVbK gVG+FWPA/j9oJSOyYLTnr3Tqf4UEhTxnYd0E/oF4hvwtVV6LIouPIbsnB+BZxnkkudpL 8fijzYFyBpuSD2v4dO/tOJeVc2ttUYUW3TZAqDw2lrvPbXrepKRkHBhVv9Ji063wOgjA ubtyaxqZJizI24y0xDeBdSVgaSRgS3OTb0EgfBuMC6Pz92CY8wK6pCYBjypVg5qPqIo6 R6Jg== X-Gm-Message-State: AD7BkJKVHJgp5kjGZScUit2tr0sARsxTTFTmScD/9LWYyh4ypamZajOpfhvwRcPxUQCvMGDbJWO0UhfTbCo4lg== MIME-Version: 1.0 X-Received: by 10.202.216.137 with SMTP id p131mr12626350oig.30.1458381838404; Sat, 19 Mar 2016 03:03:58 -0700 (PDT) Received: by 10.182.207.104 with HTTP; Sat, 19 Mar 2016 03:03:58 -0700 (PDT) In-Reply-To: <1368010835.15140.ba7b46ed-3637-44ef-8b9d-93fe1eb2075d.open-xchange@office.mailbox.org> References: <1368010835.15140.ba7b46ed-3637-44ef-8b9d-93fe1eb2075d.open-xchange@office.mailbox.org> Date: Sat, 19 Mar 2016 18:03:58 +0800 Message-ID: Subject: Re: Rockchip RK3288 (ASUS C201) support enquire From: Ganbold Tsagaankhuu To: danjagor@yahoo.co.uk Cc: freebsd-arm Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2016 10:03:59 -0000 On Sat, Mar 19, 2016 at 4:00 AM, wrote: > Hello everyone, > > I would like to know if anyone use ASUS C201 Chromebook with Rockchip > RK3288 > SoC. I'm afraid I couldn't find much on the website. > As far as I know no one tried yet and also there is no support for RK3288 SoC except just booting FreeBSD on Firefly board. Ganbold > > Thank you > Dan > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" > From owner-freebsd-arm@freebsd.org Sat Mar 19 14:21:18 2016 Return-Path: Delivered-To: freebsd-arm@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 B2229AD6E2D for ; Sat, 19 Mar 2016 14:21:18 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from new1-smtp.messagingengine.com (new1-smtp.messagingengine.com [66.111.4.221]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88D3C6B2 for ; Sat, 19 Mar 2016 14:21:18 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailnew.nyi.internal (Postfix) with ESMTP id 614B610F8 for ; Sat, 19 Mar 2016 10:21:11 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute3.internal (MEProxy); Sat, 19 Mar 2016 10:21:11 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=RZ9wtDLK2WshSQu MK3ufJeliBa8=; b=ANzv/vEkqwkCglYGD+JTgN8dykLHi1QAHFk9WaYYxHsaeMg e2qtOglXpRiZkiJTTfdLZMVOT1QO9HDn8FskMI/Ndd/frLR9Qe+3ieFxGrorxOOH HnUIhoA2mWc8vFNFxTv+jFH7T8DKowsEBWVTNd3U6lASotDzGHF8Kru3n3UE= X-Sasl-enc: r8+74lPCt/s4T9gWQOb1VKm1UUZTN+4g0BarNql6w4N2 1458397270 Received: from [192.168.1.163] (unknown [213.205.198.67]) by mail.messagingengine.com (Postfix) with ESMTPA id C3AD9680185 for ; Sat, 19 Mar 2016 10:21:10 -0400 (EDT) Subject: Re: Rockchip RK3288 (ASUS C201) support enquire References: <1368010835.15140.ba7b46ed-3637-44ef-8b9d-93fe1eb2075d.open-xchange@office.mailbox.org> To: freebsd-arm@freebsd.org From: tech-lists Message-ID: <56ED6054.9050402@zyxst.net> Date: Sat, 19 Mar 2016 14:21:08 +0000 User-Agent: Mozilla/5.0 (X11; Linux armv7l; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1368010835.15140.ba7b46ed-3637-44ef-8b9d-93fe1eb2075d.open-xchange@office.mailbox.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2016 14:21:18 -0000 On 18/03/16 20:00, danjagor@yahoo.co.uk wrote: > Hello everyone, > > I would like to know if anyone use ASUS C201 Chromebook with Rockchip RK3288 > SoC. I'm afraid I couldn't find much on the website. Hi, I'm going to try booting to FreeBSD11 on a USB stick tomorrow. If that fails then I'll give NetBSD a go as it does have support for this chip. -- J