From owner-freebsd-arm@FreeBSD.ORG Sun Jun 2 05:50:04 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 565E9BDE for ; Sun, 2 Jun 2013 05:50:04 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ie0-x22b.google.com (mail-ie0-x22b.google.com [IPv6:2607:f8b0:4001:c03::22b]) by mx1.freebsd.org (Postfix) with ESMTP id 2A41118AF for ; Sun, 2 Jun 2013 05:50:04 +0000 (UTC) Received: by mail-ie0-f171.google.com with SMTP id s9so7675606iec.16 for ; Sat, 01 Jun 2013 22:50:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=t6nGvmveCKfstMcmNvyZtVtolM2J8vzpibvGUoWHKg8=; b=YA1HMJASDqLLlTRmh4DWLY0xwVLiTsnFQUyKk2a+TM39Qa1q1FzygrJoyWdzqxFA9p QNC0DXheXcBURoZy1T+F3xoD+r7GjWqZ1C+aFXpG/0UCK2DzzBSxeJjwFSKhRew5tuia X9KHmgdTEhAhBlTWqmVlM9KREjYkcS17ghT/Z6CrVqmldMJk6qYNVinr8X0Zn3ccXykw +YOYzwNMU3FcPsmGp7sZJ24nl2Cu/Zc59nECVixnMzXBnXs6XDQKS+XGbZ2ItFH8NCu8 6aI2dbUyRrnss1vqW8QcDpY1+2f88ADudRvBn9ra3T6ooA5xDa+NWsqgUwprkUiDY3fB T4XQ== X-Received: by 10.50.120.4 with SMTP id ky4mr4888015igb.86.1370152203700; Sat, 01 Jun 2013 22:50:03 -0700 (PDT) Received: from 53.imp.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id r20sm12262715ign.8.2013.06.01.22.50.01 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 01 Jun 2013 22:50:02 -0700 (PDT) Sender: Warner Losh Subject: Re: Updating setjmp/longjmp Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <20130601201253.47daf4a1@bender.Home> Date: Sat, 1 Jun 2013 23:50:00 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <104894B0-F9B5-490C-A0D8-6D2732BAFCE0@bsdimp.com> References: <20130601201253.47daf4a1@bender.Home> To: Andrew Turner X-Mailer: Apple Mail (2.1085) X-Gm-Message-State: ALoCoQmCxgRqL1aXdFPVJEl3QoxWdFg28ju5MHQUJuDymYbvr9V8XU+NvrlYXZZeX7CJ9s5KleSP Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 05:50:04 -0000 On Jun 1, 2013, at 1:12 PM, Andrew Turner wrote: > Hello, >=20 > I'm updating the setjmp/longjmp functions on ARM to reduce the diff to > NetBSD and to store the VFP registers when they are available. >=20 > As part of this I will be removeing support for storing the FPA > (floating point accelerator) registers. Does anyone have any = objections > to this? >=20 > The first patch is at [1]. It updates > out code to remove the FPA support but doesn't yet add the VFP as that > will require other libc changes. >=20 > (If you don't know what the FPA is this patch probably doesn't affect > you, it was an old floating-point device in only a few chips. Modern > CPUs use a different piece of hardware for floating point operations.) Did we ever support this? Or were they used only for the floating point = emulator that NetBSD had in their tree for a while, but that I don't = think ever made it into ours since softfloat is faster.... > Andrew >=20 > [1] http://people.freebsd.org/~andrew/arm_setjmp.diff This looks OK to the limit of my arm assembler knowledge, but why the = switch from r3 to ip in longjmp? Also, what's the difference between setjmp and_setgjmp? It's just saving = the signal mask... Is there any benefit to merging? The meat of the = functions are tiny, but there's all that boilerplate... Warner Warner From owner-freebsd-arm@FreeBSD.ORG Sun Jun 2 09:24:54 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 82E7AE97 for ; Sun, 2 Jun 2013 09:24:54 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from nibbler.fubar.geek.nz (nibbler.fubar.geek.nz [199.48.134.198]) by mx1.freebsd.org (Postfix) with ESMTP id 6A1ED1CA0 for ; Sun, 2 Jun 2013 09:24:54 +0000 (UTC) Received: from bender.Home (unknown [176.252.108.73]) by nibbler.fubar.geek.nz (Postfix) with ESMTPSA id 109555E5AD; Sun, 2 Jun 2013 09:24:51 +0000 (UTC) Date: Sun, 2 Jun 2013 10:24:44 +0100 From: Andrew Turner To: Warner Losh Subject: Re: Updating setjmp/longjmp Message-ID: <20130602102444.68f00e43@bender.Home> In-Reply-To: <104894B0-F9B5-490C-A0D8-6D2732BAFCE0@bsdimp.com> References: <20130601201253.47daf4a1@bender.Home> <104894B0-F9B5-490C-A0D8-6D2732BAFCE0@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 09:24:54 -0000 On Sat, 1 Jun 2013 23:50:00 -0600 Warner Losh wrote: > > On Jun 1, 2013, at 1:12 PM, Andrew Turner wrote: > > > Hello, > > > > I'm updating the setjmp/longjmp functions on ARM to reduce the diff > > to NetBSD and to store the VFP registers when they are available. > > > > As part of this I will be removeing support for storing the FPA > > (floating point accelerator) registers. Does anyone have any > > objections to this? > > > > The first patch is at [1]. It updates > > out code to remove the FPA support but doesn't yet add the VFP as > > that will require other libc changes. > > > > (If you don't know what the FPA is this patch probably doesn't > > affect you, it was an old floating-point device in only a few > > chips. Modern CPUs use a different piece of hardware for floating > > point operations.) > > Did we ever support this? Or were they used only for the floating > point emulator that NetBSD had in their tree for a while, but that I > don't think ever made it into ours since softfloat is faster.... Juniper may have, see [1]. The patch in that post went into head in r186461. Marcel can you comment on if this is the case? > This looks OK to the limit of my arm assembler knowledge, but why the > switch from r3 to ip in longjmp? Mostly to be consistent with NetBSD. They use r3 in part of the patch I left out as it needs other changes. The idea is to have a different setjmp magic number when VFP is used. The start of longjmp in NetBSD is: ldr r2, [r0] ldr ip, .Lsetjmp_magic bic r3, r2, #(_JB_MAGIC_SETJMP ^ _JB_MAGIC_SETJMP_VFP) teq r3, ip bne .Lbotch As there is a single bit difference between _JB_MAGIC_SETJMP and _JB_MAGIC_SETJMP_VFP the bit line clears it before the check. I feel it is better to reduce the difference between us and NetBSD as I will be pulling in other NetBSD changes soon. > Also, what's the difference between setjmp and_setgjmp? It's just > saving the signal mask... Is there any benefit to merging? The meat > of the functions are tiny, but there's all that boilerplate... Yes, they are almost identical. The only functional difference between the two should be that _setjmp doesn't store the signal state. It is something I can look into when I have finished merging in the changes. Andrew [1] http://lists.freebsd.org/pipermail/freebsd-arm/2008-December/001429.html From owner-freebsd-arm@FreeBSD.ORG Sun Jun 2 12:07:22 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9694C283 for ; Sun, 2 Jun 2013 12:07:22 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from nibbler.fubar.geek.nz (nibbler.fubar.geek.nz [199.48.134.198]) by mx1.freebsd.org (Postfix) with ESMTP id 7B7271052 for ; Sun, 2 Jun 2013 12:07:22 +0000 (UTC) Received: from bender.Home (unknown [176.252.108.73]) by nibbler.fubar.geek.nz (Postfix) with ESMTPSA id DD52C5E200; Sun, 2 Jun 2013 12:07:20 +0000 (UTC) Date: Sun, 2 Jun 2013 13:07:13 +0100 From: Andrew Turner To: Olivier Houchard Subject: Re: RFC: Patches with AXP support and pmap&smp fixes. Message-ID: <20130602130713.70b0b9f0@bender.Home> In-Reply-To: <20130506134129.GA60131@ci0.org> References: <517E8610.5050204@semihalf.com> <20130430142701.5bbfec2b@bender.lan> <20130430143311.GA71966@ci0.org> <518775B4.1010308@semihalf.com> <20130506134129.GA60131@ci0.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 12:07:22 -0000 On Mon, 6 May 2013 15:41:29 +0200 Olivier Houchard wrote: > On Mon, May 06, 2013 at 11:19:48AM +0200, Grzegorz Bernacki wrote: > > > > Hi, > > > > Our patch fixes only initialization of pcpu in pcpu_init(). In 4 > > cores setup it is possible the at least two cores simultaneously > > updating queue of pcpus which causes corruption. > > I am not aware of any other problems with SMP. Let us try setup > > with WITNESS enabled and we'll see if we have the same problem. > > Olivier, could you share your patch? In case we have the problem we > > would like to have it. > > > > Hi, > > Sure I will dust it off, and send it. Maybe not before Sunday though, > I'll be mostly MIA for the week. I'm quite interested in you guys > having a look at it. Did you manage to extract the patch? I don't remember seeing it. Andrew From owner-freebsd-arm@FreeBSD.ORG Sun Jun 2 12:16:18 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A784B445 for ; Sun, 2 Jun 2013 12:16:18 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from nibbler.fubar.geek.nz (nibbler.fubar.geek.nz [199.48.134.198]) by mx1.freebsd.org (Postfix) with ESMTP id 8D22B1082 for ; Sun, 2 Jun 2013 12:16:18 +0000 (UTC) Received: from bender.Home (unknown [176.252.108.73]) by nibbler.fubar.geek.nz (Postfix) with ESMTPSA id 5556F5E1D5; Sun, 2 Jun 2013 12:16:17 +0000 (UTC) Date: Sun, 2 Jun 2013 13:16:11 +0100 From: Andrew Turner To: Warner Losh Subject: Re: Cortex A50 Series? Message-ID: <20130602131611.5fd959af@bender.Home> In-Reply-To: <3F4EA2FC-FC2D-471E-8133-1D3AF603F908@bsdimp.com> References: <20130530091525.00b5be20@bender.Home> <3F4EA2FC-FC2D-471E-8133-1D3AF603F908@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 12:16:18 -0000 On Thu, 30 May 2013 07:57:47 -0600 Warner Losh wrote: > > On May 30, 2013, at 2:15 AM, Andrew Turner wrote: > > > On Wed, 29 May 2013 10:24:02 -0500 > > Matthew Alton wrote: > > > >> Hi, everybody. Is there any work underway to port FreeBSD to the > >> ARM Cortex A-50 series 64-bit CPUs? I would like to help with > >> this. > >> > >> Thanks! > >> > > > > There is not support for AArch64 yet. I have started looking at it, > > however this is still in the early stages as not all required > > documentation was available from ARM, for example how to initialise > > the MMU. I can figure out some of this from Linux but not the > > meaning of some of the magic numbers they used. > > There's also a port being done by Semihalf that's under NDA with > access to simulators and such until certain chips ship, I've been > told. Is anyone from Semihalf able to comment on this? If this is the case it would be useful if the code could be made public as there is: 1. A Linux port 2. Support in llvm, gcc and binutils 3. A publicly available AArch64 simulator [1] My understanding is various companies are working on designing silicon with the 64-bit cores, it would be useful if we could have preliminary support before they are released rather than waiting years, as happened with armv6. Andrew [1] http://www.arm.com/products/tools/models/fast-models/foundation-model.php From owner-freebsd-arm@FreeBSD.ORG Sun Jun 2 16:36:11 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 79576F7F for ; Sun, 2 Jun 2013 16:36:11 +0000 (UTC) (envelope-from marcel@xcllnt.net) Received: from mail.xcllnt.net (mail.xcllnt.net [70.36.220.4]) by mx1.freebsd.org (Postfix) with ESMTP id 5F1581F7C for ; Sun, 2 Jun 2013 16:36:10 +0000 (UTC) Received: from sladejones-sslvpn-nc.jnpr.net (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by mail.xcllnt.net (8.14.7/8.14.7) with ESMTP id r52Ga1rS021654 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sun, 2 Jun 2013 09:36:02 -0700 (PDT) (envelope-from marcel@xcllnt.net) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: Updating setjmp/longjmp From: Marcel Moolenaar In-Reply-To: <20130602102444.68f00e43@bender.Home> Date: Sun, 2 Jun 2013 09:35:56 -0700 Content-Transfer-Encoding: 7bit Message-Id: References: <20130601201253.47daf4a1@bender.Home> <104894B0-F9B5-490C-A0D8-6D2732BAFCE0@bsdimp.com> <20130602102444.68f00e43@bender.Home> To: Andrew Turner X-Mailer: Apple Mail (2.1503) Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 16:36:11 -0000 On Jun 2, 2013, at 2:24 AM, Andrew Turner wrote: >> >> Did we ever support this? Or were they used only for the floating >> point emulator that NetBSD had in their tree for a while, but that I >> don't think ever made it into ours since softfloat is faster.... > > Juniper may have, see [1]. The patch in that post went into head in > r186461. Marcel can you comment on if this is the case? Juniper used to use FPA but has since switched to VFP. Feel free to rip out FPA if that makes things easier for FreeBSD. FYI, -- Marcel Moolenaar marcel@xcllnt.net From owner-freebsd-arm@FreeBSD.ORG Mon Jun 3 11:06:42 2013 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1C51057A for ; Mon, 3 Jun 2013 11:06:42 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E998213A0 for ; Mon, 3 Jun 2013 11:06:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r53B6fsA014947 for ; Mon, 3 Jun 2013 11:06:41 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r53B6f6j014945 for freebsd-arm@FreeBSD.org; Mon, 3 Jun 2013 11:06:41 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 3 Jun 2013 11:06:41 GMT Message-Id: <201306031106.r53B6f6j014945@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-arm@FreeBSD.org Subject: Current problem reports assigned to freebsd-arm@FreeBSD.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 11:06:42 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o arm/178495 arm buildworld fail on arm/raspberry pi o arm/177687 arm gdb gets installed but does not know the EABI version o arm/177686 arm assertion failed in ld-elf.so.1 when invoking telnet w o arm/177685 arm [kernel] [patch] Correct return type and usage of at91 o arm/177538 arm tunefs(8) and mount(8) can not access a newfs(8)'d fil o arm/176424 arm Compiler warning, TARGET_ARCH=armv6, make MALLOC_PRODU o arm/175803 arm building xdev for arm failing o arm/175605 arm please fix build binutils-2.23.1 in raspberry pi o arm/174461 arm [patch] Fix off-by-one in arm9/arm10 cache maintenance o arm/173617 arm Dreamplug exhibits eSATA file corruption using network o kern/171096 arm [arm][xscale][ixp]Allow 16bit access on PCI bus o arm/166256 arm build fail in pmap.c o arm/162159 arm [panic] USB errors leading to panic on DockStar 9.0-RC o arm/161110 arm /usr/src/sys/arm/include/signal.h is bad o arm/161044 arm devel/icu does not build on arm o arm/158950 arm arm/sheevaplug fails fsx when mmap operations are enab o arm/155894 arm [patch] Enable at91 booting from SDHC (high capacity) p arm/155214 arm [patch] MMC/SD IO slow on Atmel ARM with modern large o arm/154227 arm [geli] using GELI leads to panic on ARM o arm/153380 arm Panic / translation fault with wlan on ARM o arm/150581 arm [irq] Unknown error generates IRQ address decoding err o arm/134368 arm [new driver] [patch] nslu2_led driver for the LEDs on p arm/134338 arm [patch] Lock GPIO accesses on ixp425 23 problems total. From owner-freebsd-arm@FreeBSD.ORG Tue Jun 4 09:37:25 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B198F74B; Tue, 4 Jun 2013 09:37:25 +0000 (UTC) (envelope-from zbb@semihalf.com) Received: from smtp.semihalf.com (smtp.semihalf.com [213.17.239.109]) by mx1.freebsd.org (Postfix) with ESMTP id 688C516D3; Tue, 4 Jun 2013 09:37:25 +0000 (UTC) Received: from localhost (unknown [213.17.239.109]) by smtp.semihalf.com (Postfix) with ESMTP id 8057CEFC70; Tue, 4 Jun 2013 11:37:18 +0200 (CEST) X-Virus-Scanned: by amavisd-new at semihalf.com Received: from smtp.semihalf.com ([213.17.239.109]) by localhost (smtp.semihalf.com [213.17.239.109]) (amavisd-new, port 10024) with ESMTP id SSNWPmk+Y6wY; Tue, 4 Jun 2013 11:37:17 +0200 (CEST) Received: from [10.0.2.117] (cardhu.semihalf.com [213.17.239.108]) by smtp.semihalf.com (Postfix) with ESMTPSA id CDF6CEFC47; Tue, 4 Jun 2013 11:37:17 +0200 (CEST) Message-ID: <51ADB54C.300@semihalf.com> Date: Tue, 04 Jun 2013 11:37:16 +0200 From: Zbyszek Bodek User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Alan Cox Subject: Re: pmap_copy for ARMv6/v7 References: <51A78BF5.5000901@rice.edu> In-Reply-To: <51A78BF5.5000901@rice.edu> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org, Alan Cox , Aleksandr Rybalko X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2013 09:37:25 -0000 On 30.05.2013 19:27, Alan Cox wrote: > On 05/28/2013 17:17, Zbigniew Bodek wrote: >> Hello Everyone, >> >> I would like to share with you the patch adding pmap_copy() >> functionality to pmap-v6.c. This is the last but not least of >> the pmap improvements done as a part of Semihalf work on >> Superpages support. >> >> We tried various technics to test the patch on our target. >> Apart from obvious long term stability tests and others, >> we used a simple benchmark to measure fork system call time and overhead. >> >> The program can be downloaded from here: >> http://berlin.ccc.de/~packet/fork_test.c >> >> A single fork time has increased as suspected (the program is not measuring >> a real-life fork situation where child process is actually doing something) >> but the average system overhead has decreased. >> For 10000 fork(), 10000 vfork() and 10000 pthread_create() calls we observe >> 100000 less vm_faults and shorter overall test time. >> >> If you have any suggestions or have an idea for benchmarking this >> feature please share. > > > From what you describe above, I think that you've done a reasonable job > of testing. The performance results are in line with what I would > expect. I wouldn't worry too much about obtaining further test results. > > >> We will appreciate if you could test this patch on your ARM platforms and >> send >> us your review/feedback. >> > > > The patch looks fine. > > Alan Hello Alan, Thank you very much for your review. Patch has just been committed to FreeBSD HEAD: http://svnweb.freebsd.org/base?view=revision&revision=251370 Best regards Zbyszek Bodek From owner-freebsd-arm@FreeBSD.ORG Wed Jun 5 02:19:08 2013 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EED88AAB; Wed, 5 Jun 2013 02:19:08 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id BBAA11C0C; Wed, 5 Jun 2013 02:19:08 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id r552J7ag080209; Tue, 4 Jun 2013 22:19:07 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id r552J78N080208; Wed, 5 Jun 2013 02:19:07 GMT (envelope-from tinderbox@freebsd.org) Date: Wed, 5 Jun 2013 02:19:07 GMT Message-Id: <201306050219.r552J78N080208@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Subject: [head tinderbox] failure on arm/arm Precedence: bulk X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2013 02:19:09 -0000 TB --- 2013-06-05 01:10:18 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-06-05 01:10:18 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013-06-05 01:10:18 - starting HEAD tinderbox run for arm/arm TB --- 2013-06-05 01:10:18 - cleaning the object tree TB --- 2013-06-05 01:10:18 - /usr/local/bin/svn stat /src TB --- 2013-06-05 01:10:22 - At svn revision 251402 TB --- 2013-06-05 01:10:23 - building world TB --- 2013-06-05 01:10:23 - CROSS_BUILD_TESTING=YES TB --- 2013-06-05 01:10:23 - MAKEOBJDIRPREFIX=/obj TB --- 2013-06-05 01:10:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-06-05 01:10:23 - SRCCONF=/dev/null TB --- 2013-06-05 01:10:23 - TARGET=arm TB --- 2013-06-05 01:10:23 - TARGET_ARCH=arm TB --- 2013-06-05 01:10:23 - TZ=UTC TB --- 2013-06-05 01:10:23 - __MAKE_CONF=/dev/null TB --- 2013-06-05 01:10:23 - cd /src TB --- 2013-06-05 01:10:23 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Wed Jun 5 01:10:30 UTC 2013 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] *** Error code 1 Stop. make: stopped in /src *** Error code 1 Stop. make: stopped in /src *** Error code 1 Stop in /src. TB --- 2013-06-05 02:19:07 - WARNING: /usr/bin/make returned exit code 1 TB --- 2013-06-05 02:19:07 - ERROR: failed to build world TB --- 2013-06-05 02:19:07 - 3614.42 user 355.75 system 4128.93 real http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Wed Jun 5 07:04:59 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 776BFDC5 for ; Wed, 5 Jun 2013 07:04:59 +0000 (UTC) (envelope-from alie@affle.com) Received: from mail-qc0-x22e.google.com (mail-qc0-x22e.google.com [IPv6:2607:f8b0:400d:c01::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 401631801 for ; Wed, 5 Jun 2013 07:04:59 +0000 (UTC) Received: by mail-qc0-f174.google.com with SMTP id m16so724791qcq.33 for ; Wed, 05 Jun 2013 00:04:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :x-gm-message-state; bh=6hYcdPTLFvz1Dr3+UzIPGWClsFtJDkR5bk4DIiCTE48=; b=DJJuouUm6Ips8bS3FFKideLqQgg4cUPAKEOBBgz8hjb67RtlpnKdlBVCfACedLxt2e a230BPwKA2WXi2u4PgIQ6H9G8M5EBhH2ZTCvcPVrXMAuj5ZsGEm2MtNgeB8dMgI759R2 L6GzGcsnp+Mx7CupQLJUAnHwI+IJBY4aFZ9ueZAa1yWw0SJBB++Np494RoW/vg/F9+PN bdZTFtD+fCjF3K28C4hPWdxX427edWgM3WIKU1HKPrnDk+JnLKd6vij3MEl8EI9o2C/0 YcxG7QSuRjaQMG21RoiK7KXCi8XhIyZU37YLDWWr6sBHWhWEGVrtt7slCCB8Mvj+6l61 gZ1A== MIME-Version: 1.0 X-Received: by 10.49.132.106 with SMTP id ot10mr31282190qeb.51.1370415898553; Wed, 05 Jun 2013 00:04:58 -0700 (PDT) Received: by 10.49.83.8 with HTTP; Wed, 5 Jun 2013 00:04:58 -0700 (PDT) Date: Wed, 5 Jun 2013 15:04:58 +0800 Message-ID: Subject: Unable to build 10-CURRENT for Raspi From: Alie Tan To: "freebsd-arm@freebsd.org" X-Gm-Message-State: ALoCoQm6LW17wyE0aiEVyClMg7MDBhk/75eeUxXgFAxMXwoZLETF+ygeEgseX5IuhSkF6KkDnorn Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2013 07:04:59 -0000 This issue happens today only after i update my src, not sure why: cc -fpic -DPIC -O -pipe -I/usr/src/cddl/lib/libavl/../../../sys/cddl/compat/opensolaris -I/usr/src/cddl/lib/libavl/../../../sys/cddl/contrib/opensolaris/uts/common -DNEED_SOLARIS_BOOLEAN -O2 -fno-strict-aliasing -funroll-loops -pipe -std=gnu89 -Qunused-arguments -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Wno-unknown-pragmas -c /usr/src/cddl/lib/libavl/../../../sys/cddl/contrib/opensolaris/common/avl/avl.c -o avl.So building shared library libavl.so.2 /usr/obj/arm.armv6/usr/src/tmp/usr/bin/ld: cannot find -lgcc_s cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. make: stopped in /usr/src/cddl/lib/libavl *** Error code 1 Stop. make: stopped in /usr/src/cddl/lib ===> cddl/lib/libavl (install) sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libavl.a /usr/obj/arm.armv6/usr/src/tmp/usr/lib sh /usr/src/tools/install.sh -s -o root -g wheel -m 444 libavl.so.2 /usr/obj/arm.armv6/usr/src/tmp/lib install: libavl.so.2: No such file or directory *** Error code 71 Stop. make: stopped in /usr/src/cddl/lib/libavl *** Error code 1 Stop. make: stopped in /usr/src/cddl/lib *** Error code 1 Stop. make: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src *** [buildworld] Error code 1 Stop in /usr/src. From owner-freebsd-arm@FreeBSD.ORG Wed Jun 5 07:11:18 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7B6D5EA3 for ; Wed, 5 Jun 2013 07:11:18 +0000 (UTC) (envelope-from f0andrey@gmail.com) Received: from mail-we0-x22c.google.com (mail-we0-x22c.google.com [IPv6:2a00:1450:400c:c03::22c]) by mx1.freebsd.org (Postfix) with ESMTP id 184251845 for ; Wed, 5 Jun 2013 07:11:17 +0000 (UTC) Received: by mail-we0-f172.google.com with SMTP id q56so1006477wes.31 for ; Wed, 05 Jun 2013 00:11:17 -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-type; bh=lkkrSVP+f5RjCkTI4JCfuiirUDsPDRIP+Ms301CIS1E=; b=rVJLKgdfqcbsJxFF8NYqhDIYCcC0ukRZjr6ioImuMSGA/sdBopk34PfnQiHxQrSGKm 09hze7D+CWQ0Q5ZkZGugoc0iak7fjLoR6JjOj+w80Hxpxs2ZRUM/qRZbS8c4rEnQtB0J PE67Xw01+2l4efu79Sml+Fdz3B8DIS7C1ZtX6slUxaZXLxguXZjAb+gy+DubBYINRGph heu+3yKgZcO9rUN9FpYZRisQ5jp9+in6G36rFTuM/M28EKcBFsBY+4pbBoS325o3mI1w V0HxWODb5r84LNFNatiH0ZzVKk7uFXtKfSk4KBSVY1UYM4I+cdGYm+Rlyr5ukuuh2y89 TLSw== MIME-Version: 1.0 X-Received: by 10.180.184.101 with SMTP id et5mr5030337wic.45.1370416277208; Wed, 05 Jun 2013 00:11:17 -0700 (PDT) Received: by 10.194.82.135 with HTTP; Wed, 5 Jun 2013 00:11:17 -0700 (PDT) In-Reply-To: References: Date: Wed, 5 Jun 2013 11:11:17 +0400 Message-ID: Subject: Re: Unable to build 10-CURRENT for Raspi From: Andrey Fesenko To: Alie Tan Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2013 07:11:18 -0000 /etc/make.conf not clean? On Wed, Jun 5, 2013 at 11:04 AM, Alie Tan wrote: > This issue happens today only after i update my src, not sure why: > > cc -fpic -DPIC -O -pipe > -I/usr/src/cddl/lib/libavl/../../../sys/cddl/compat/opensolaris > -I/usr/src/cddl/lib/libavl/../../../sys/cddl/contrib/opensolaris/uts/common > -DNEED_SOLARIS_BOOLEAN -O2 -fno-strict-aliasing -funroll-loops -pipe > -std=gnu89 -Qunused-arguments -Wno-pointer-sign -Wno-empty-body > -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value > -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-switch > -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses > -Wno-unknown-pragmas -c > /usr/src/cddl/lib/libavl/../../../sys/cddl/contrib/opensolaris/common/avl/avl.c > -o avl.So > building shared library libavl.so.2 > /usr/obj/arm.armv6/usr/src/tmp/usr/bin/ld: cannot find -lgcc_s > cc: error: linker command failed with exit code 1 (use -v to see invocation) > *** Error code 1 > > Stop. > make: stopped in /usr/src/cddl/lib/libavl > *** Error code 1 > > Stop. > make: stopped in /usr/src/cddl/lib > ===> cddl/lib/libavl (install) > sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libavl.a > /usr/obj/arm.armv6/usr/src/tmp/usr/lib > sh /usr/src/tools/install.sh -s -o root -g wheel -m 444 libavl.so.2 > /usr/obj/arm.armv6/usr/src/tmp/lib > install: libavl.so.2: No such file or directory > *** Error code 71 > > Stop. > make: stopped in /usr/src/cddl/lib/libavl > *** Error code 1 > > Stop. > make: stopped in /usr/src/cddl/lib > *** Error code 1 > > Stop. > make: stopped in /usr/src > *** Error code 1 > > Stop. > make: stopped in /usr/src > *** Error code 1 > > Stop. > make: stopped in /usr/src > *** [buildworld] Error code 1 > > Stop in /usr/src. > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" From owner-freebsd-arm@FreeBSD.ORG Wed Jun 5 07:42:34 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 316A3444 for ; Wed, 5 Jun 2013 07:42:34 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from nibbler.fubar.geek.nz (nibbler.fubar.geek.nz [199.48.134.198]) by mx1.freebsd.org (Postfix) with ESMTP id 194E71952 for ; Wed, 5 Jun 2013 07:42:33 +0000 (UTC) Received: from bender.Home (unknown [176.252.108.73]) by nibbler.fubar.geek.nz (Postfix) with ESMTPSA id 01C915E5AD; Wed, 5 Jun 2013 07:42:31 +0000 (UTC) Date: Wed, 5 Jun 2013 08:42:24 +0100 From: Andrew Turner To: Alie Tan Subject: Re: Unable to build 10-CURRENT for Raspi Message-ID: <20130605084224.67c84c15@bender.Home> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2013 07:42:34 -0000 On Wed, 5 Jun 2013 15:04:58 +0800 Alie Tan wrote: > This issue happens today only after i update my src, not sure why: This should be fixed in r251405. Andrew From owner-freebsd-arm@FreeBSD.ORG Wed Jun 5 13:44:08 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C9C28C40 for ; Wed, 5 Jun 2013 13:44:08 +0000 (UTC) (envelope-from dshiva11@yahoo.com) Received: from nm43-vm7.bullet.mail.bf1.yahoo.com (nm43-vm7.bullet.mail.bf1.yahoo.com [216.109.114.238]) by mx1.freebsd.org (Postfix) with ESMTP id 702551A5D for ; Wed, 5 Jun 2013 13:44:08 +0000 (UTC) Received: from [98.139.215.143] by nm43.bullet.mail.bf1.yahoo.com with NNFMP; 05 Jun 2013 13:40:58 -0000 Received: from [98.139.211.204] by tm14.bullet.mail.bf1.yahoo.com with NNFMP; 05 Jun 2013 13:40:58 -0000 Received: from [127.0.0.1] by smtp213.mail.bf1.yahoo.com with NNFMP; 05 Jun 2013 13:40:58 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1370439658; bh=gM7V6ZGq4nmVnlE3hDaKWI9oG5RJpqpmBknepVv4aQU=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding:X-Antivirus:X-Antivirus-Status; b=GZKZgDs+Dh1JVTLUIZ0RAdNo+bQfx3kfQIjr7GWxl8GmtqxbUCpgerBlkl+LRGiY/USWyuE/NVCl0IdxsZHzkKA84Wmj5J0KcnmpBaUr/6urfQOU9lsf2edxqxK0ZQClYlVqkE0WJUKbwfkoKQ5+zAM4TjGsq7SkqoodwHHu4Zs= X-Yahoo-Newman-Id: 119132.47235.bm@smtp213.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: FiQLlS4VM1kYkTNPvXEtig3urCGxJzLXpVSKhfifjg1NsYY xAyTrsx4zyoO2hJtmgc2zHODlXf_fuyg.yoSlGdmI9Po6vSi54.xkBZy7_pg oI108f7vQZk8xFOGo51T3HGm4nx2qwAlJBDlXZqMFsoYnZG4W4tnfRFcC8co a3Eg.Rq3PFnwuBmxUxOh9nJ8_vdatFj3U7uFp3weXYnfsQUqJnQO2l9Hc47x d.rfqKF4EJP8sbli.GHqHOErFI_okJpHjToD9QfKobQg440mVva.cyKohlMZ waIs2wfvqAEGYZzcS5ZbU8W7svy8zdY505dsq6EcBhXnwYtJpTwkU_qg1P.u Ubv4_gGYZIkmLYhe6qxP4ED6mXkLBfdQr4s3.7jCWoZkt3T3udI5aC.nyyM5 7aUGi9XdSYYgXRymMWzCU1mk0U8.rwKHaEbbI5bcMWTW6UFHqgtHJJrqU_q3 foo97Ui4FWQw9wDEpE2WpI1c0luYaFLEbQ0pSasOweWsqwtFhYLx45SFpq2e kg6gSD62Elc0q9VMboytd23N7jO4e_5_GVcOnE2KWbiNcBz3qTd0rx7sEv6t SIV2onykd2_vPoDrr X-Yahoo-SMTP: wd2YwumswBAVRmGicXKOl74WWQKn X-Rocket-Received: from [127.0.0.1] (dshiva11@117.192.113.73 with ) by smtp213.mail.bf1.yahoo.com with SMTP; 05 Jun 2013 06:40:58 -0700 PDT Message-ID: <51AF3FE2.7030406@yahoo.com> Date: Wed, 05 Jun 2013 19:10:50 +0530 From: Shivashankar Diddimani User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: freebsd-arm@freebsd.org Subject: BeagleBone kernel compilation Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 130605-1, 06/05/2013), Outbound message X-Antivirus-Status: Clean X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2013 13:44:08 -0000 Dear Sir, I am new to compiling BeagleBone for FreeBSD. I was trying to get the sources using the following for compiling Beaglebone: svn co https://svn0.us-freebsd.org/base/head /usr/src But I don't have the kernel configuration file BEAGLEBONE in /usr/src/sys/arm/conf/BEAGLEBONE. Please let me know where can I find the source tree for BeagleBone. My build environment is x86 running FreeBSD 9.1 , please help. Thankyou, Shiv From owner-freebsd-arm@FreeBSD.ORG Wed Jun 5 14:17:25 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B1A07574 for ; Wed, 5 Jun 2013 14:17:25 +0000 (UTC) (envelope-from goran.lowkrantz@ismobile.com) Received: from mail.ismobile.com (mail.ismobile.com [IPv6:2a00:f680:101:11::4]) by mx1.freebsd.org (Postfix) with ESMTP id 5F6AF1BEE for ; Wed, 5 Jun 2013 14:17:25 +0000 (UTC) Received: from mail.ismobile.com (localhost [127.0.0.1]) by dkim.mail.ismobile.com (Postfix) with ESMTP id 760602B549E; Wed, 5 Jun 2013 14:17:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=ismobile.com; h=date:from :to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=selector1; bh=QFupfxK AGJErQu1kTmwBRgXc//s=; b=fwX0xwN3xecr6zICO2A3krgm5GWGinmhdNuQy4z 3kfgqE6L5dIOuTZrkljo8/B3GzwaXQ9Ccm6zPpl2Pepzs51Dlvr431xp1iwp8K0J sMdLtvzj/qq/+DtkDIw8b6yLqdOxLWph6BBR5nIg4Rb4ObRWISVT+2P/12EJtFui IkEk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=ismobile.com; h=date:from:to :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=selector1; b=T 47ZU5iqqBtyDwita+m+SswAoLpCNbussyTT/OniLTmuL/Ecq69YI9KZRuDeaHHX5 T/OMxh+Cy9HYhO7Hdb20ilYd+gp74cwlkQRC6eLMfeOsYhhwXsJqEh3VSB7NfKnZ 8Il9HcLe+1nk38Zd2JLpjxPsXbzn/RKC4eqsasoipU= Received: from [172.16.2.45] (glz-macbookpro.hq.ismobile.com [172.16.2.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.ismobile.com (Postfix) with ESMTPSA id 294D82B5490; Wed, 5 Jun 2013 14:17:21 +0000 (UTC) Date: Wed, 05 Jun 2013 16:17:20 +0200 From: =?UTF-8?Q?G=C3=B6ran_L=C3=B6wkrantz?= To: Shivashankar Diddimani , freebsd-arm@freebsd.org Subject: Re: BeagleBone kernel compilation Message-ID: <4ECA3DF433066DB34A0BA0C6@[172.16.2.45]> In-Reply-To: <51AF3FE2.7030406@yahoo.com> References: <51AF3FE2.7030406@yahoo.com> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2013 14:17:25 -0000 --On June 5, 2013 19:10:50 +0530 Shivashankar Diddimani wrote: > Dear Sir, > I am new to compiling BeagleBone for FreeBSD. I was trying to get the > sources using the following for compiling Beaglebone: > > svn co https://svn0.us-freebsd.org/base/head /usr/src > > But I don't have the kernel configuration file BEAGLEBONE in > /usr/src/sys/arm/conf/BEAGLEBONE. Please let me know where can I find the > source tree for BeagleBone. > > My build environment is x86 running FreeBSD 9.1 , please help. > > > Thankyou, > Shiv Just used this to build an image on +CURRENT. Works just fine. /glz From owner-freebsd-arm@FreeBSD.ORG Wed Jun 5 14:40:50 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CB82BB47 for ; Wed, 5 Jun 2013 14:40:50 +0000 (UTC) (envelope-from dshiva11@yahoo.com) Received: from nm31.bullet.mail.bf1.yahoo.com (nm31.bullet.mail.bf1.yahoo.com [72.30.239.198]) by mx1.freebsd.org (Postfix) with ESMTP id 538F51CEA for ; Wed, 5 Jun 2013 14:40:49 +0000 (UTC) Received: from [98.139.212.152] by nm31.bullet.mail.bf1.yahoo.com with NNFMP; 05 Jun 2013 14:40:49 -0000 Received: from [98.139.211.194] by tm9.bullet.mail.bf1.yahoo.com with NNFMP; 05 Jun 2013 14:40:49 -0000 Received: from [127.0.0.1] by smtp203.mail.bf1.yahoo.com with NNFMP; 05 Jun 2013 14:40:49 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1370443249; bh=0IDDb5bueI0WZwRLXYR178OA5oXrSwR2Nd6otzNAoJg=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding:X-Antivirus:X-Antivirus-Status; b=CrjVfs09dyqPito3SRWrOUS0TZmbQ4+TQAQhKFPhZgqhWZwlGwvDujOPQrCVzshtUr774P9Bg2KhhPxAmcbVZgD/w1+CykLoOtDqqGUd4K1Kh987FZojPlhCN9fAt3mpDxxrY6Gc8QM8MHcqGaDn3YTjz3kh2s96rN9JRjzU2so= X-Yahoo-Newman-Id: 223150.83229.bm@smtp203.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: g8xM_TEVM1neGH2PCp.DXDkEwAPekVxezj.X6yhEG126rY0 Xt5OS0IuOrBpuFidGgz5K.NqGA2LDg8qQAwJDNersgK4u7hUxp2X3GbbE6_Q B7VonO4MUOlwdi7LWg5l8hMtnix4DYMdjv_1XuThWF60vbgKtOuq_GRtAlvg SuSQbApTps08ylbZjAhQmjk2cM0lbyLhkr4Giq0LqKIBnyaVy7skowkiDLCL IaiUjmjekLaaav5RPxe2qbsEp0vAOja0ETpaDnZP94m5559d.qljtwQNI8g7 ctBps4_BilIZbUkDW4SDwdrb5xlEh2RjliK9HIcoBRxgKTLPp8dhkTsSBL.5 rH_foUHAVj9l_scSHW2kYs9rPVZGYUIp8BxzmGlqdKoKvVqNWqvrIxyjHaFx Lk1SRO324NDRrWt0vDLgSz90AE7xNX6rWB4RFpqt5sIKJPI_bMA4rh9RdiDD KEiY75l7K9cwhdShuJs7DcC4w2tXeMwuKTmFXK0HyJf0_uaz9XvaLh9AZ4Qx 59XKJPQz7jbgSELJKJrx_5OFcQ4ROFbS13.N_vjz26PvojRKX1.tPVAAl_yz gH_LzgEDVEjeTDWvxtKCZA81tBPbehCbFTgRBZcQ_2ecmhYoMfZbRrXRAWHO LhECAScHz7kAaueiAVEcJEAkO0fKiPqs- X-Yahoo-SMTP: wd2YwumswBAVRmGicXKOl74WWQKn X-Rocket-Received: from [127.0.0.1] (dshiva11@117.192.113.73 with ) by smtp203.mail.bf1.yahoo.com with SMTP; 05 Jun 2013 07:40:49 -0700 PDT Message-ID: <51AF4DE9.6030408@yahoo.com> Date: Wed, 05 Jun 2013 20:10:41 +0530 From: Shivashankar Diddimani User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: =?ISO-8859-1?Q?G=F6ran_L=F6wkrantz?= Subject: Re: BeagleBone kernel compilation References: <51AF3FE2.7030406@yahoo.com> <4ECA3DF433066DB34A0BA0C6@[172.16.2.45]> In-Reply-To: <4ECA3DF433066DB34A0BA0C6@[172.16.2.45]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Antivirus: avast! (VPS 130605-1, 06/05/2013), Outbound message X-Antivirus-Status: Clean Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2013 14:40:50 -0000 Thank-you Göran Löwkrantz, I am trying to use the link you mentioned, few minutes ago Mr. Werner also mentioned this link. Thanks again, Shiv On 6/5/2013 7:47 PM, Göran Löwkrantz wrote: > --On June 5, 2013 19:10:50 +0530 Shivashankar Diddimani > wrote: > >> Dear Sir, >> I am new to compiling BeagleBone for FreeBSD. I was trying to get the >> sources using the following for compiling Beaglebone: >> >> svn co https://svn0.us-freebsd.org/base/head /usr/src >> >> But I don't have the kernel configuration file BEAGLEBONE in >> /usr/src/sys/arm/conf/BEAGLEBONE. Please let me know where can I find >> the >> source tree for BeagleBone. >> >> My build environment is x86 running FreeBSD 9.1 , please help. >> >> >> Thankyou, >> Shiv > > Just used this to build > an image on +CURRENT. Works just fine. > > /glz > > From owner-freebsd-arm@FreeBSD.ORG Wed Jun 5 20:12:39 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B6B9F549 for ; Wed, 5 Jun 2013 20:12:39 +0000 (UTC) (envelope-from yom@iaelu.net) Received: from mail.iaelu.net (mail.iaelu.net [88.190.241.77]) by mx1.freebsd.org (Postfix) with ESMTP id 224441EC0 for ; Wed, 5 Jun 2013 20:12:38 +0000 (UTC) Received: from [172.30.0.160] ([172.30.0.160]) (authenticated bits=0) by mail.iaelu.net (8.14.5/8.14.5) with ESMTP id r55JrU6P085168 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Wed, 5 Jun 2013 21:53:31 +0200 (CEST) (envelope-from yom@iaelu.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iaelu.net; s=eienni; t=1370462011; bh=gSwcNX+UivM4SJ897cKcdSH15i1AZ3qt5Aq28+vkwVY=; h=From:Subject:Date:To; b=fmtQ7UJkcecJQ2eep1fbOonVpCTTJBUXDbwK2i4Q1LxMJLnllieU5BUk0K1bk/yxr NQgHaoIiBLzpT/wntBoAKartI0k37PRZ7M7lhdrS2VlWGKho6tCBbqO8vOMS+6wFWO MBtPIQ7hldWBt9z+SUClut9f06x8P9j6dqSSRops= From: Guillaume Bibaut Content-Type: multipart/signed; boundary="Apple-Mail=_04BD0B33-57F1-42EB-A837-CE0838DCDCE4"; protocol="application/pkcs7-signature"; micalg=sha1 Subject: Efika MX build breaks Message-Id: <603116F6-9911-44A5-A017-47A42F41E0F2@iaelu.net> Date: Wed, 5 Jun 2013 21:53:29 +0200 To: freebsd-arm@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) X-Mailer: Apple Mail (2.1508) X-Virus-Scanned: clamav-milter 0.97.7 at mail.iaelu.net X-Virus-Status: Clean X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jun 2013 20:12:39 -0000 --Apple-Mail=_04BD0B33-57F1-42EB-A837-CE0838DCDCE4 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hello, I'm trying to build freebsd for Efika MX, but it seems that the build = breaks at some point. I've been using this blog post : = http://raybsd.blogspot.fr/2013/02/easy-way-to-do-it-try-freebsd-on-efika.h= tml I've tried with 2 different VM : 9.1-RELEASE amd64, and 10H (current) = amd64 from this morning, and it seems to generate the same error. The complete output log can be found here : = http://iaelu.net/~yom/make.log I'm pasting here just the end : -------------------------------------------------------------- >>> stage 3.2: building everything -------------------------------------------------------------- cd /root/EfikaMX/obj/arm.armv6/root/EfikaMX/src/efika_mx/sys/EFIKA_MX; = MAKEOBJDIRPREFIX=3D/root/EfikaMX/obj/arm.armv6 MACHINE_ARCH=3Darmv6 = MACHINE=3Darm CPUTYPE=3Darmv6 = GROFF_BIN_PATH=3D/root/EfikaMX/obj/arm.armv6/root/EfikaMX/src/efika_mx/tmp= /legacy/usr/bin = GROFF_FONT_PATH=3D/root/EfikaMX/obj/arm.armv6/root/EfikaMX/src/efika_mx/tm= p/legacy/usr/share/groff_font = GROFF_TMAC_PATH=3D/root/EfikaMX/obj/arm.armv6/root/EfikaMX/src/efika_mx/tm= p/legacy/usr/share/tmac = _SHLIBDIRPREFIX=3D/root/EfikaMX/obj/arm.armv6/root/EfikaMX/src/efika_mx/tm= p _LDSCRIPTROOT=3D VERSION=3D"FreeBSD 9.1-RELEASE amd64 901000" = INSTALL=3D"sh /root/EfikaMX/src/efika_mx/tools/install.sh" = PATH=3D/root/EfikaMX/obj/arm.armv6/root/EfikaMX/src/efika_mx/tmp/legacy/us= r/sbin:/root/EfikaMX/obj/arm.armv6/root/EfikaMX/src/efika_mx/tmp/legacy/us= r/bin:/root/EfikaMX/obj/arm.armv6/root/EfikaMX/src/efika_mx/tmp/legacy/usr= /games:/root/EfikaMX/obj/arm.armv6/root/EfikaMX/src/efika_mx/tmp/legacy/bi= n:/root/EfikaMX/obj/arm.armv6/root/EfikaMX/src/efika_mx/tmp/usr/sbin:/root= /EfikaMX/obj/arm.armv6/root/EfikaMX/src/efika_mx/tmp/usr/bin:/root/EfikaMX= /obj/arm.armv6/root/EfikaMX/src/efika_mx/tmp/usr/games:/sbin:/bin:/usr/sbi= n:/usr/bin COMPILER_TYPE=3Dgcc make KERNEL=3Dkernel all = -DNO_MODULES_OBJ cc -c -O -pipe -march=3Darmv6 -DARM_ARCH_6=3D1 -std=3Dc99 -g -Wall = -Wredundant-decls -Wnested-externs -Wstrict-prototypes = -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef = -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs = -fdiagnostics-show-option -nostdinc -I. = -I/root/EfikaMX/src/efika_mx/sys = -I/root/EfikaMX/src/efika_mx/sys/contrib/altq = -I/root/EfikaMX/src/efika_mx/sys/contrib/libfdt -D_KERNEL = -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common = -finline-limit=3D8000 --param inline-unit-growth=3D100 --param = large-function-growth=3D1000 -mno-thumb-interwork -ffreestanding = /root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c /root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:138: error: = redefinition of 'simplebus_simplebus_driver_mod' /root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:136: error: previous = definition of 'simplebus_simplebus_driver_mod' was here /root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:138: error: = redefinition of 'simplebus_simplebus_mod' /root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:136: error: previous = definition of 'simplebus_simplebus_mod' was here /root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:138: error: = redefinition of '_simplebus_simplebus_depend_on_kernel' /root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:136: error: previous = definition of '_simplebus_simplebus_depend_on_kernel' was here /root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:138: error: = redefinition of '_mod_metadata_md_simplebus_simplebus_on_kernel' /root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:136: error: previous = definition of '_mod_metadata_md_simplebus_simplebus_on_kernel' was here /root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:138: error: = redefinition of = '__set_modmetadata_set_sym__mod_metadata_md_simplebus_simplebus_on_kernel'= /root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:136: error: previous = definition of = '__set_modmetadata_set_sym__mod_metadata_md_simplebus_simplebus_on_kernel'= was here /root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:138: error: = redefinition of '_mod_metadata_md_simplebus_simplebus' /root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:136: error: previous = definition of '_mod_metadata_md_simplebus_simplebus' was here /root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:138: error: = redefinition of = '__set_modmetadata_set_sym__mod_metadata_md_simplebus_simplebus' /root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:136: error: previous = definition of = '__set_modmetadata_set_sym__mod_metadata_md_simplebus_simplebus' was = here /root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:138: error: = redefinition of 'simplebus_simplebusmodule_sys_init' /root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:136: error: previous = definition of 'simplebus_simplebusmodule_sys_init' was here /root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:138: error: = redefinition of = '__set_sysinit_set_sym_simplebus_simplebusmodule_sys_init' /root/EfikaMX/src/efika_mx/sys/dev/fdt/simplebus.c:136: error: previous = definition of '__set_sysinit_set_sym_simplebus_simplebusmodule_sys_init' = was here *** [simplebus.o] Error code 1 Stop in = /root/EfikaMX/obj/arm.armv6/root/EfikaMX/src/efika_mx/sys/EFIKA_MX. *** [buildkernel] Error code 1 Stop in /root/EfikaMX/src/efika_mx. *** [buildkernel] Error code 1 Stop in /root/EfikaMX/src/efika_mx. Is there something I'm doing wrong ? Guillaume Bibaut (y0m on irc)= --Apple-Mail=_04BD0B33-57F1-42EB-A837-CE0838DCDCE4 Content-Disposition: attachment; filename=smime.p7s Content-Type: application/pkcs7-signature; name=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIMbDCCBjAw ggUYoAMCAQICAwYWrDANBgkqhkiG9w0BAQUFADCBjDELMAkGA1UEBhMCSUwxFjAUBgNVBAoTDVN0 YXJ0Q29tIEx0ZC4xKzApBgNVBAsTIlNlY3VyZSBEaWdpdGFsIENlcnRpZmljYXRlIFNpZ25pbmcx ODA2BgNVBAMTL1N0YXJ0Q29tIENsYXNzIDEgUHJpbWFyeSBJbnRlcm1lZGlhdGUgQ2xpZW50IENB MB4XDTEzMDMwNTE1MTQzMVoXDTE0MDMwNjA4MzI0MlowUTEZMBcGA1UEDRMQakZOWWl6d2VKOTYz QTZIMzEWMBQGA1UEAwwNeW9tQGlhZWx1Lm5ldDEcMBoGCSqGSIb3DQEJARYNeW9tQGlhZWx1Lm5l dDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMnWIG7zLiKK4w3apbsbi4Y/kLDK03C/ /GYp99TS2H3s9E8vg708TyYXXzbc9y0MvVyceLMTGXmV0gK3//QAlkW9ghXwM3NuQWk+yVLyPIt9 1gAgMkixnOJzyjECRp3PNPfti59YcFXwaPebVE+TsxZp8wJYBQfD4JiQR1wGbXOhaGsv2K2b0H2r NpNgIx2bwYBSa4aFDl6wd18G/M+x1ebf5cuWqoksz780fKnCZMl5jFBevR2WAQqyARzZTD8EN/j/ F9U/TDlx317kINi7LRExYH+OqAj9nRkSa//Smr6vEMphaPW0W+4Oo4U6rCdU2REa9pMDrVqX/PDX rnFwuLsCAwEAAaOCAtMwggLPMAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdJQQWMBQGCCsG AQUFBwMCBggrBgEFBQcDBDAdBgNVHQ4EFgQUWGCjcI9yWzlyhfstgvVdaIQWwaYwHwYDVR0jBBgw FoAUU3Ltkpzg2ssBXHx+ljVO8tS4UYIwGAYDVR0RBBEwD4ENeW9tQGlhZWx1Lm5ldDCCAUwGA1Ud IASCAUMwggE/MIIBOwYLKwYBBAGBtTcBAgMwggEqMC4GCCsGAQUFBwIBFiJodHRwOi8vd3d3LnN0 YXJ0c3NsLmNvbS9wb2xpY3kucGRmMIH3BggrBgEFBQcCAjCB6jAnFiBTdGFydENvbSBDZXJ0aWZp Y2F0aW9uIEF1dGhvcml0eTADAgEBGoG+VGhpcyBjZXJ0aWZpY2F0ZSB3YXMgaXNzdWVkIGFjY29y ZGluZyB0byB0aGUgQ2xhc3MgMSBWYWxpZGF0aW9uIHJlcXVpcmVtZW50cyBvZiB0aGUgU3RhcnRD b20gQ0EgcG9saWN5LCByZWxpYW5jZSBvbmx5IGZvciB0aGUgaW50ZW5kZWQgcHVycG9zZSBpbiBj b21wbGlhbmNlIG9mIHRoZSByZWx5aW5nIHBhcnR5IG9ibGlnYXRpb25zLjA2BgNVHR8ELzAtMCug KaAnhiVodHRwOi8vY3JsLnN0YXJ0c3NsLmNvbS9jcnR1MS1jcmwuY3JsMIGOBggrBgEFBQcBAQSB gTB/MDkGCCsGAQUFBzABhi1odHRwOi8vb2NzcC5zdGFydHNzbC5jb20vc3ViL2NsYXNzMS9jbGll bnQvY2EwQgYIKwYBBQUHMAKGNmh0dHA6Ly9haWEuc3RhcnRzc2wuY29tL2NlcnRzL3N1Yi5jbGFz czEuY2xpZW50LmNhLmNydDAjBgNVHRIEHDAahhhodHRwOi8vd3d3LnN0YXJ0c3NsLmNvbS8wDQYJ KoZIhvcNAQEFBQADggEBACeawXdURknS/nm/4cq9F1JT79FHyeL+0PKESaLyICdfxisUEF1c6mw7 rIOg5KmTWddxsy/Dkq9GgFsFWM88dj4aJhd0HP83s0R0fFnpGE9ko5lXzGIhSWXG3E2TYUIzt5G0 jFh/eFstjuFdrUb5b7HSM/3P6hD/L84+jnKXdgI5HI0o7+qDc9oOOYbny7IaCDoFoSX4fJGaqEZC 1vUMsLq8Pq3EoHMFfnE/ArxWT/qOLUZKntg6eHFpO+gNipBHo4IL01YB+gJ9+TO4D4iglSRjYprV +gHa0zg4wUELPwHXx52BdGTum8FL76mQHbV2TEylvHiuoMWfMcJrkMOjHQEwggY0MIIEHKADAgEC AgEeMA0GCSqGSIb3DQEBBQUAMH0xCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQu MSswKQYDVQQLEyJTZWN1cmUgRGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5nMSkwJwYDVQQDEyBT dGFydENvbSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNzEwMjQyMTAxNTVaFw0xNzEwMjQy MTAxNTVaMIGMMQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMi U2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzE4MDYGA1UEAxMvU3RhcnRDb20gQ2xh c3MgMSBQcmltYXJ5IEludGVybWVkaWF0ZSBDbGllbnQgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IB DwAwggEKAoIBAQDHCYPMzi3YGrEppC4Tq5a+ijKDjKaIQZZVR63UbxIP6uq/I0fhCu+cQhoUfE6E RKKnu8zPf1Jwuk0tsvVCk6U9b+0UjM0dLep3ZdE1gblK/1FwYT5Pipsu2yOMluLqwvsuz9/9f1+1 PKHG/FaR/wpbfuIqu54qzHDYeqiUfsYzoVflR80DAC7hmJ+SmZnNTWyUGHJbBpA8Q89lGxahNvur yGaC/o2/ceD2uYDX9U8Eg5DpIpGQdcbQeGarV04WgAUjjXX5r/2dabmtxWMZwhZna//jdiSyrrSM TGKkDiXm6/3/4ebfeZuCYKzN2P8O2F/Xe2AC/Y7zeEsnR7FOp+uXAgMBAAGjggGtMIIBqTAPBgNV HRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUU3Ltkpzg2ssBXHx+ljVO8tS4 UYIwHwYDVR0jBBgwFoAUTgvvGqRAW6UXaYcwyjRoQ9BBrvIwZgYIKwYBBQUHAQEEWjBYMCcGCCsG AQUFBzABhhtodHRwOi8vb2NzcC5zdGFydHNzbC5jb20vY2EwLQYIKwYBBQUHMAKGIWh0dHA6Ly93 d3cuc3RhcnRzc2wuY29tL3Nmc2NhLmNydDBbBgNVHR8EVDBSMCegJaAjhiFodHRwOi8vd3d3LnN0 YXJ0c3NsLmNvbS9zZnNjYS5jcmwwJ6AloCOGIWh0dHA6Ly9jcmwuc3RhcnRzc2wuY29tL3Nmc2Nh LmNybDCBgAYDVR0gBHkwdzB1BgsrBgEEAYG1NwECATBmMC4GCCsGAQUFBwIBFiJodHRwOi8vd3d3 LnN0YXJ0c3NsLmNvbS9wb2xpY3kucGRmMDQGCCsGAQUFBwIBFihodHRwOi8vd3d3LnN0YXJ0c3Ns LmNvbS9pbnRlcm1lZGlhdGUucGRmMA0GCSqGSIb3DQEBBQUAA4ICAQAKgwh9eKssBly4Y4xerhy5 I3dNoXHYfYa8PlVLL/qtXnkFgdtY1o95CfegFJTwqBBmf8pyTUnFsukDFUI22zF5bVHzuJ+GxhnS qN2sD1qetbYwBYK2iyYA5Pg7Er1A+hKMIzEzcduRkIMmCeUTyMyikfbUFvIBivtvkR8ZFAk22BZy +pJfAoedO61HTz4qSfQoCRcLN5A0t4DkuVhTMXIzuQ8CnykhExD6x4e6ebIbrjZLb7L+ocR0y4Yj Cl/Pd4MXU91y0vTipgr/O75CDUHDRHCCKBVmz/Rzkc/b970MEeHt5LC3NiWTgBSvrLEuVzBKM586 YoRD9Dy3OHQgWI270g+5MYA8GfgI/EPT5G7xPbCDz+zjdH89PeR3U4So4lSXur6H6vp+m9TQXPF3 a0LwZrp8MQ+Z77U1uL7TelWO5lApsbAonrqASfTpaprFVkL4nyGH+NHST2ZJPWIBk81i6Vw0ny0q ZW2Niy/QvVNKbb43A43ny076khXO7cNbBIRdJ/6qQNq9Bqb5C0Q5nEsFcj75oxQRqlKf6TcvGbjx kJh8BYtv9ePsXklAxtm8J7GCUBthHSQgepbkOexhJ0wP8imUkyiPHQ0GvEnd83129fZjoEhdGwXV 27ioRKbj/cIq7JRXun0NbeY+UdMYu9jGfIpDLtUUGSgsg2zMGs5R4jGCA28wggNrAgEBMIGUMIGM MQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERp Z2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzE4MDYGA1UEAxMvU3RhcnRDb20gQ2xhc3MgMSBQcmlt YXJ5IEludGVybWVkaWF0ZSBDbGllbnQgQ0ECAwYWrDAJBgUrDgMCGgUAoIIBrzAYBgkqhkiG9w0B CQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0xMzA2MDUxOTUzMzBaMCMGCSqGSIb3DQEJ BDEWBBRaHqjKZ9WAiDIEhkbUYv0tUJzXAzCBpQYJKwYBBAGCNxAEMYGXMIGUMIGMMQswCQYDVQQG EwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwgQ2Vy dGlmaWNhdGUgU2lnbmluZzE4MDYGA1UEAxMvU3RhcnRDb20gQ2xhc3MgMSBQcmltYXJ5IEludGVy bWVkaWF0ZSBDbGllbnQgQ0ECAwYWrDCBpwYLKoZIhvcNAQkQAgsxgZeggZQwgYwxCzAJBgNVBAYT AklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1cmUgRGlnaXRhbCBDZXJ0 aWZpY2F0ZSBTaWduaW5nMTgwNgYDVQQDEy9TdGFydENvbSBDbGFzcyAxIFByaW1hcnkgSW50ZXJt ZWRpYXRlIENsaWVudCBDQQIDBhasMA0GCSqGSIb3DQEBAQUABIIBABpU29sbCe9w8zRtm+5onnNK e4Jop6vTXRV/HUcuqlg+shfX3O2O1x7ww0vEaxEYxuA9ft1DT4+VGw2lSUU/ErZ1bx9OhjpxSLyw 9AAvCb+LZ2oq5tW+IR8E/ChHCm+OET/jnOfqrxNj6Ysc/UsylVYBziBniQR+HIaNYN1wgl46qaFO Sy8IBfk+QeONgD84pIiLPg9Gusg1nBQQXn+zRE2LO+jiDhTTfSXpuMFWjvogLdWx/OELSPnim8b8 XjWwleLXzvCNuo22/sRtg78Fnpl5JH7dl6y0HSRXWCcb3MOSpEPN9eoMNNP7NFxH1ovKDXsf0qNL naT4YPZ+wq2IauwAAAAAAAA= --Apple-Mail=_04BD0B33-57F1-42EB-A837-CE0838DCDCE4-- From owner-freebsd-arm@FreeBSD.ORG Thu Jun 6 04:52:54 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 544E2B53 for ; Thu, 6 Jun 2013 04:52:54 +0000 (UTC) (envelope-from alie@affle.com) Received: from mail-qa0-x22e.google.com (mail-qa0-x22e.google.com [IPv6:2607:f8b0:400d:c00::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 1B0B3174C for ; Thu, 6 Jun 2013 04:52:51 +0000 (UTC) Received: by mail-qa0-f46.google.com with SMTP id ih17so51790qab.19 for ; Wed, 05 Jun 2013 21:52:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=xWUg5xE8qwK21l41/51Cv/dvPGD1TyE704EKPGVU/qY=; b=iH/+4Ss0uZ1X9zll6vYacY3Vb2XTn7uRklMupOUxagOXmLmrXdzkkJSH6DS8f6QfrV zezpEbSydQGYjdyHKo45G/ovZ3flQIIwgzdPUTIyI9WXF7Bc0R5HlSAL1CSEzaDIdl8f TROOworZHu+Pr3GtX2UNJ//UtFTEBMSUuXwjJZzwGr01YzBmpRvtCR2T9ZiqOX1Twal+ nwhDJEYWpBZu+b45VlI0i67q3vOQV5C8JUJkRhra0orNRWfINw9Jku+zjiAcuO0zQq7s crKrRb2faLW9BFq9ToXObqU4OOBS7ZdnvlJQdLaNe/53QwSsaEBW1gFddEPKvhzUTrax hi3g== MIME-Version: 1.0 X-Received: by 10.229.61.129 with SMTP id t1mr6786129qch.6.1370494371229; Wed, 05 Jun 2013 21:52:51 -0700 (PDT) Received: by 10.49.83.8 with HTTP; Wed, 5 Jun 2013 21:52:51 -0700 (PDT) In-Reply-To: <20130605084224.67c84c15@bender.Home> References: <20130605084224.67c84c15@bender.Home> Date: Thu, 6 Jun 2013 12:52:51 +0800 Message-ID: Subject: Re: Unable to build 10-CURRENT for Raspi From: Alie Tan To: Andrew Turner X-Gm-Message-State: ALoCoQkpv4Cu/jUoonPaPrliopaTtSRkYSwr552Ga/1q6/zNW/g1P6aMkIwaOt8lmX1WKeQR6Jp3 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2013 04:52:54 -0000 On Wed, Jun 5, 2013 at 3:42 PM, Andrew Turner wrote: > On Wed, 5 Jun 2013 15:04:58 +0800 > Alie Tan wrote: > > > This issue happens today only after i update my src, not sure why: > > This should be fixed in r251405. > Thanks r251405 fixed my issue but now we got another issue: ^~~~~~~~~~~~~~~~~ In file included from /usr/src/usr.bin/grep/file.c:60: In file included from /usr/src/usr.bin/grep/grep.h:34: /usr/include/gnu/regex.h:6:36: error: expected ';' after top level declarator extern reg_syntax_t __re_set_syntax _RE_ARGS ((reg_syntax_t syntax)); ^ ; /usr/include/gnu/regex.h:8:40: error: expected ';' after top level declarator extern const char *__re_compile_pattern ^ ; /usr/include/gnu/regex.h:12:32: error: expected ';' after top level declarator extern int __re_compile_fastmap _RE_ARGS ((struct re_pattern_buffer *buffer)); ^ ; /usr/include/gnu/regex.h:14:23: error: expected ';' after top level declarator extern int __re_search ^ ; /usr/include/gnu/regex.h:18:25: error: expected ';' after top level declarator extern int __re_search_2 ^ ; /usr/include/gnu/regex.h:23:22: error: expected ';' after top level declarator extern int __re_match ^ ; /usr/include/gnu/regex.h:27:24: error: expected ';' after top level declarator extern int __re_match_2 ^ ; /usr/include/gnu/regex.h:32:31: error: expected ';' after top level declarator extern void __re_set_registers ^ ; /usr/include/gnu/regex.h:36:21: error: expected ';' after top level declarator extern int __regcomp _RE_ARGS ((regex_t *__preg, const char *__pattern, ^ ; /usr/include/gnu/regex.h:39:21: error: expected ';' after top level declarator extern int __regexec _RE_ARGS ((const regex_t *__preg, ^ ; /usr/include/gnu/regex.h:43:25: error: expected ';' after top level declarator extern size_t __regerror _RE_ARGS ((int __errcode, const regex_t *__preg, ^ ; /usr/include/gnu/regex.h:46:22: error: expected ';' after top level declarator extern void __regfree _RE_ARGS ((regex_t *__preg)); ^ ; 1 warning and 12 errors generated. *** Error code 1 Stop. make: stopped in /usr/src/usr.bin/grep *** Error code 1 Stop. make: stopped in /usr/src/usr.bin *** Error code 1 Stop. make: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src *** [buildworld] Error code 1 Stop in /usr/src. > Andrew > From owner-freebsd-arm@FreeBSD.ORG Thu Jun 6 10:12:07 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 08112AE6 for ; Thu, 6 Jun 2013 10:12:07 +0000 (UTC) (envelope-from f0andrey@gmail.com) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) by mx1.freebsd.org (Postfix) with ESMTP id 9788E16FA for ; Thu, 6 Jun 2013 10:12:06 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id cb5so68738wib.15 for ; Thu, 06 Jun 2013 03:12: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:content-type; bh=0Kzq/95a1ytVyhINj9HW4/+uFc8pKWesBZPv4AXViGA=; b=PalkKvTeKL6wbibRdWOz5b8fuazGFk/JYvco8m1roYrcwat878uqYtgpO9BN1grkRM Ef160HfOwOJO07VcQAXhBGquWwc8q7goZaOyI0Rds8aVssxZqOBDypHD8l9UwJ2cwsAD P2qB6BfEmweo5SbC8SyQFHR3vLrfmiKYQihENImXZr7262p12Q50Pxp7efKAz4fXcn0X l6kzutdLpgiXtAiKQpaSzyW9ywloD7yy343n2Vb77s9qLb0Jx2x63Hz9GZ5og8HmimJh T6649vNOImA/fBENeukW0YW8DvtQzxqxha4MeWEbUHgBm0YKbTFohzygTC4SXuGeHm3o ZAmw== MIME-Version: 1.0 X-Received: by 10.194.79.102 with SMTP id i6mr365337wjx.91.1370513525764; Thu, 06 Jun 2013 03:12:05 -0700 (PDT) Received: by 10.194.82.135 with HTTP; Thu, 6 Jun 2013 03:12:05 -0700 (PDT) In-Reply-To: References: <20130605084224.67c84c15@bender.Home> Date: Thu, 6 Jun 2013 14:12:05 +0400 Message-ID: Subject: Re: Unable to build 10-CURRENT for Raspi From: Andrey Fesenko To: Alie Tan Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2013 10:12:07 -0000 confirm the same error apparently to blame commit http://svnweb.freebsd.org/base?view=revision&revision=251436 On Thu, Jun 6, 2013 at 8:52 AM, Alie Tan wrote: > On Wed, Jun 5, 2013 at 3:42 PM, Andrew Turner wrote: > >> On Wed, 5 Jun 2013 15:04:58 +0800 >> Alie Tan wrote: >> >> > This issue happens today only after i update my src, not sure why: >> >> This should be fixed in r251405. >> > > Thanks r251405 fixed my issue but now we got another issue: > ^~~~~~~~~~~~~~~~~ > In file included from /usr/src/usr.bin/grep/file.c:60: > In file included from /usr/src/usr.bin/grep/grep.h:34: > /usr/include/gnu/regex.h:6:36: error: expected ';' after top level > declarator > extern reg_syntax_t __re_set_syntax _RE_ARGS ((reg_syntax_t syntax)); > ^ > > ; > > /usr/include/gnu/regex.h:8:40: error: expected ';' after top level > declarator > extern const char *__re_compile_pattern > ^ > > ; > > /usr/include/gnu/regex.h:12:32: error: expected ';' after top level > declarator > extern int __re_compile_fastmap _RE_ARGS ((struct re_pattern_buffer > *buffer)); > ^ > > ; > > /usr/include/gnu/regex.h:14:23: error: expected ';' after top level > declarator > extern int __re_search > ^ > > ; > > /usr/include/gnu/regex.h:18:25: error: expected ';' after top level > declarator > extern int __re_search_2 > ^ > > ; > > /usr/include/gnu/regex.h:23:22: error: expected ';' after top level > declarator > extern int __re_match > ^ > > ; > > /usr/include/gnu/regex.h:27:24: error: expected ';' after top level > declarator > extern int __re_match_2 > ^ > > ; > > /usr/include/gnu/regex.h:32:31: error: expected ';' after top level > declarator > extern void __re_set_registers > ^ > > ; > > /usr/include/gnu/regex.h:36:21: error: expected ';' after top level > declarator > extern int __regcomp _RE_ARGS ((regex_t *__preg, const char *__pattern, > ^ > ; > /usr/include/gnu/regex.h:39:21: error: expected ';' after top level > declarator > extern int __regexec _RE_ARGS ((const regex_t *__preg, > ^ > ; > /usr/include/gnu/regex.h:43:25: error: expected ';' after top level > declarator > extern size_t __regerror _RE_ARGS ((int __errcode, const regex_t *__preg, > ^ > ; > /usr/include/gnu/regex.h:46:22: error: expected ';' after top level > declarator > extern void __regfree _RE_ARGS ((regex_t *__preg)); > ^ > ; > 1 warning and 12 errors generated. > *** Error code 1 > > Stop. > make: stopped in /usr/src/usr.bin/grep > *** Error code 1 > > Stop. > make: stopped in /usr/src/usr.bin > *** Error code 1 > > Stop. > make: stopped in /usr/src > *** Error code 1 > > Stop. > make: stopped in /usr/src > *** [buildworld] Error code 1 > > Stop in /usr/src. > > >> Andrew >> > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://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 Jun 6 11:12:09 2013 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 981623F1; Thu, 6 Jun 2013 11:12:09 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 6511E19BC; Thu, 6 Jun 2013 11:12:09 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id r56As1qr064894; Thu, 6 Jun 2013 06:54:01 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id r56As1Rc064891; Thu, 6 Jun 2013 10:54:01 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 6 Jun 2013 10:54:01 GMT Message-Id: <201306061054.r56As1Rc064891@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Subject: [head tinderbox] failure on arm/arm Precedence: bulk X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2013 11:12:09 -0000 TB --- 2013-06-06 08:00:25 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-06-06 08:00:25 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013-06-06 08:00:25 - starting HEAD tinderbox run for arm/arm TB --- 2013-06-06 08:00:25 - cleaning the object tree TB --- 2013-06-06 08:00:25 - /usr/local/bin/svn stat /src TB --- 2013-06-06 08:00:30 - At svn revision 251452 TB --- 2013-06-06 08:00:31 - building world TB --- 2013-06-06 08:00:31 - CROSS_BUILD_TESTING=YES TB --- 2013-06-06 08:00:31 - MAKEOBJDIRPREFIX=/obj TB --- 2013-06-06 08:00:31 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-06-06 08:00:31 - SRCCONF=/dev/null TB --- 2013-06-06 08:00:31 - TARGET=arm TB --- 2013-06-06 08:00:31 - TARGET_ARCH=arm TB --- 2013-06-06 08:00:31 - TZ=UTC TB --- 2013-06-06 08:00:31 - __MAKE_CONF=/dev/null TB --- 2013-06-06 08:00:31 - cd /src TB --- 2013-06-06 08:00:31 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Thu Jun 6 08:00:39 UTC 2013 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] *** Error code 1 Stop. make: stopped in /src *** Error code 1 Stop. make: stopped in /src *** Error code 1 Stop in /src. TB --- 2013-06-06 10:54:01 - WARNING: /usr/bin/make returned exit code 1 TB --- 2013-06-06 10:54:01 - ERROR: failed to build world TB --- 2013-06-06 10:54:01 - 8296.81 user 1405.33 system 10415.98 real http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Fri Jun 7 20:24:19 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 69AC0ED2 for ; Fri, 7 Jun 2013 20:24:19 +0000 (UTC) (envelope-from mercanoles@gmail.com) Received: from mail-pd0-f171.google.com (mail-pd0-f171.google.com [209.85.192.171]) by mx1.freebsd.org (Postfix) with ESMTP id 4BA7A12D5 for ; Fri, 7 Jun 2013 20:24:18 +0000 (UTC) Received: by mail-pd0-f171.google.com with SMTP id y14so2346206pdi.30 for ; Fri, 07 Jun 2013 13:24:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=iAHhogf7OwWwFHYSaF/h/Tim5OtfOkIcaR0ZHZl8XjY=; b=m9flgw/ACKGHzydTcFkZa3YL7vCC8rqIz4L4yVA6pWd+C4K0ouinUfE4Yg7mhd6Yq1 m5us6Jrf/gapCW3sTpQwVVtXYO+vi1NMJqhuaoKdUpr9imchubimMhQ4vNuW3+1nSIWj wkopQlClrpVqKtvoACjwCUwlUSNZ2ZImH8x8E7HKr+bCiFK79/Sj/E59Pf3B+iankP0Y EClirCv5iFDM1HuYaGcPmEjcyc/3njeoXuBBfPD47zCCYF7Mw7MZv4wHREJCBRUZIMZO J6BAcEHiFTjhq0bguvxdA4cr+tgrOqeFo1pq+6jTD1UEzg6yT7kQsLjrBQvxy39gMVE5 rEFA== MIME-Version: 1.0 X-Received: by 10.68.250.229 with SMTP id zf5mr302158pbc.148.1370636652575; Fri, 07 Jun 2013 13:24:12 -0700 (PDT) Received: by 10.70.76.136 with HTTP; Fri, 7 Jun 2013 13:24:12 -0700 (PDT) Date: Fri, 7 Jun 2013 17:24:12 -0300 Message-ID: Subject: FreeBSD on mele_a1000 (Cubieboard) From: Mariano Lescano To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 20:24:19 -0000 I'm trying to run FreeBSD on a mele_a1000 (simil Cubieboard). I've follow the next tutorial: http://kernelnomicon.org/?p=351&preview=true to build ubldr. I already have the kernel and root system for cubieboard. About u-boot, it's patched with: This informaton was obteined following tim's script I will like to know what are the step to follow in u-boot to boot FreeBSD on my device. Note: My serial port is not working and can't connect to the ethernet port. How can I configure boot.src to correctly boot FreeBSD? Thanks From owner-freebsd-arm@FreeBSD.ORG Sat Jun 8 01:49:29 2013 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1316893D; Sat, 8 Jun 2013 01:49:29 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id D2B081CFC; Sat, 8 Jun 2013 01:49:28 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id r581nJGt002375; Fri, 7 Jun 2013 21:49:19 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id r581nJ3f002371; Sat, 8 Jun 2013 01:49:19 GMT (envelope-from tinderbox@freebsd.org) Date: Sat, 8 Jun 2013 01:49:19 GMT Message-Id: <201306080149.r581nJ3f002371@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Subject: [head tinderbox] failure on arm/arm Precedence: bulk X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jun 2013 01:49:29 -0000 TB --- 2013-06-08 00:40:17 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-06-08 00:40:17 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013-06-08 00:40:17 - starting HEAD tinderbox run for arm/arm TB --- 2013-06-08 00:40:17 - cleaning the object tree TB --- 2013-06-08 00:40:17 - /usr/local/bin/svn stat /src TB --- 2013-06-08 00:40:21 - At svn revision 251515 TB --- 2013-06-08 00:40:22 - building world TB --- 2013-06-08 00:40:22 - CROSS_BUILD_TESTING=YES TB --- 2013-06-08 00:40:22 - MAKEOBJDIRPREFIX=/obj TB --- 2013-06-08 00:40:22 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-06-08 00:40:22 - SRCCONF=/dev/null TB --- 2013-06-08 00:40:22 - TARGET=arm TB --- 2013-06-08 00:40:22 - TARGET_ARCH=arm TB --- 2013-06-08 00:40:22 - TZ=UTC TB --- 2013-06-08 00:40:22 - __MAKE_CONF=/dev/null TB --- 2013-06-08 00:40:22 - cd /src TB --- 2013-06-08 00:40:22 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Sat Jun 8 00:40:29 UTC 2013 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] *** Error code 1 Stop. make: stopped in /src *** Error code 1 Stop. make: stopped in /src *** Error code 1 Stop in /src. TB --- 2013-06-08 01:49:19 - WARNING: /usr/bin/make returned exit code 1 TB --- 2013-06-08 01:49:19 - ERROR: failed to build world TB --- 2013-06-08 01:49:19 - 3623.03 user 389.12 system 4141.62 real http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Sat Jun 8 11:24:54 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9235AA15 for ; Sat, 8 Jun 2013 11:24:54 +0000 (UTC) (envelope-from ganbold@gmail.com) Received: from mail-ie0-x22d.google.com (mail-ie0-x22d.google.com [IPv6:2607:f8b0:4001:c03::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 6952E1F3C for ; Sat, 8 Jun 2013 11:24:54 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id k5so6252777iea.4 for ; Sat, 08 Jun 2013 04:24: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-type; bh=kam7403xmKz5KcUQ18tmY7KOjgzd+yDoCIrzexSZTjE=; b=dZn7dpQRoAB6NzVntQg2cxe3tk0D3qKIf1cBbKk9RoBzxXxEzgK43nENrnBxbG+G3g 6xXANBdhPyH8226Of6I/QIF6GT1ffGIqtUK1affMYkn3lUldM0foM8hA9Sld2De6931K 8monnfOMXkkbxPu/MeblyRyoQAqwovJVdkCQj3x2JhkaAOrDKPf08vmmVzgxlPUx+lFi cIwmi6q2QtxrgPpCwZRCtuFEintg/fOUkLCOpOvJrG0pkR8OXAw55Ct73ux4Nia+jR+U NG2neQHJ/Og1IaENlj94XJK/Vx3wJc6r8xrGSMJVK1l2Ok/9uhu3wLoif5ZJEUT0DD+S OD7A== MIME-Version: 1.0 X-Received: by 10.50.131.137 with SMTP id om9mr769190igb.1.1370690694036; Sat, 08 Jun 2013 04:24:54 -0700 (PDT) Received: by 10.64.235.239 with HTTP; Sat, 8 Jun 2013 04:24:53 -0700 (PDT) In-Reply-To: References: Date: Sat, 8 Jun 2013 19:24:53 +0800 Message-ID: Subject: Re: FreeBSD on mele_a1000 (Cubieboard) From: Ganbold Tsagaankhuu To: Mariano Lescano Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jun 2013 11:24:54 -0000 On Sat, Jun 8, 2013 at 4:24 AM, Mariano Lescano wrote: > I'm trying to run FreeBSD on a mele_a1000 (simil Cubieboard). I've follow > the next tutorial: http://kernelnomicon.org/?p=351&preview=true to build > ubldr. I already have the kernel and root system for cubieboard. > About u-boot, it's patched with: > This informaton was obteined following tim's script > I will like to know what are the step to follow in u-boot to boot FreeBSD > on my device. > Note: My serial port is not working and can't connect to the ethernet port. > How can I configure boot.src to correctly boot FreeBSD? > If you can connect ttl cable to uart port then you can just type necessary uboot commands to boot FreeBSD kernel. As for ubldr I have never tried to use it in Cubieboard so can't comment. http://kernelnomicon.org/?p=298 has mentioned the scripts that can be used to create bootable SD card in FreeBSD. Then you can try to make necessary files like boot.src or uEnv.txt etc. Maybe you can just try to use those files from gonzo@'s freefall dir at http://people.freebsd.org/~gonzo/arm/hackberry/. Ganbold > Thanks > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://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 Jun 8 17:45:41 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 350EB642 for ; Sat, 8 Jun 2013 17:45:41 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-ee0-x232.google.com (mail-ee0-x232.google.com [IPv6:2a00:1450:4013:c00::232]) by mx1.freebsd.org (Postfix) with ESMTP id C71A01ABA for ; Sat, 8 Jun 2013 17:45:40 +0000 (UTC) Received: by mail-ee0-f50.google.com with SMTP id d49so2238089eek.9 for ; Sat, 08 Jun 2013 10:45:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=2uNOeLoNqA6chClKN1WVKPCm+dEHDsSbtqf0zeVs3pQ=; b=InKjmLzMh0ngY+8pt8pt9gDxsZkm6/iEGKUgmR0N05ZEEM1GGBfJ2QEEGS3GkCTUng J3rZOhZTvCOpuj4uAp9ue3EhRIzFEi8lNvjw9kQjfzL2CpOjbmsIHvAwjp46Khb2mjhm JuybnIiGt0GTe50wqsYcEipIabLK7EwEGY4hDnYMclA3cvl/W086mYhLgmD0+uRiz6nw wHb+3Kmivu82jeL+wBUrRhtYpQDjKvIuak0gf5nIJ1bG3jv7dM12Mx09mBQGW0eLLneK a1wolqy5zQTRaeZg/mAutkWNZAk0y0Ua6qVhI6mVMerxOuRHfO5qzKe9V+KQ9NR+N6gJ h05w== MIME-Version: 1.0 X-Received: by 10.15.42.129 with SMTP id u1mr3818644eev.116.1370713539893; Sat, 08 Jun 2013 10:45:39 -0700 (PDT) Received: by 10.15.64.193 with HTTP; Sat, 8 Jun 2013 10:45:39 -0700 (PDT) Date: Sat, 8 Jun 2013 10:45:39 -0700 Message-ID: Subject: crochet fails on recent CURRENT for beaglebone From: hiren panchasara To: freebsd-arm Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jun 2013 17:45:41 -0000 Updated my tree to CURRENT and tried building bb image from crochet and it fails here: Any pointers? cheers, Hiren -------------------------------------------------------------- >>> stage 3.1: making dependencies -------------------------------------------------------------- cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-co mpare -Wno-error-empty-body -Wno-error-parentheses-equality -nostdinc -I. -I/usr/home/hirenp/current/sys -I/usr/home/hirenp/current/sy s/contrib/altq -I/usr/home/hirenp/current/sys/contrib/ipfilter -I/usr/home/hirenp/current/sys/dev/ath -I/usr/home/hirenp/current/sys/d ev/ath/ath_hal -I/usr/home/hirenp/current/sys/contrib/dev/ath/ath_hal -I/usr/home/hirenp/current/sys/contrib/ngatm -I/usr/home/hirenp/ current/sys/dev/twa -I/usr/home/hirenp/current/sys/dev/cxgb -I/usr/home/hirenp/current/sys/dev/cxgbe -I/usr/home/hirenp/current/sys/co ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -ffreestanding /usr/home/hirenp/current/sys/arm/arm/genassym .c In file included from /usr/home/hirenp/current/sys/arm/arm/genassym.c:33: In file included from /usr/home/hirenp/current/sys/sys/proc.h:62: /usr/home/hirenp/current/sys/sys/pcpu.h:188:1: error: static_assert failed "compile-time assertion failed" CTASSERT((PAGE_SIZE / sizeof(struct pcpu)) * sizeof(struct pcpu) == PAGE_SIZE); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/home/hirenp/current/sys/sys/systm.h:100:21: note: expanded from macro 'CTASSERT' #define CTASSERT(x) _Static_assert(x, "compile-time assertion failed") ^ 1 error generated. *** [genassym.o] Error code 1 1 error *** [buildkernel] Error code 2 1 error *** [buildkernel] Error code 2 1 error From owner-freebsd-arm@FreeBSD.ORG Sat Jun 8 21:04:47 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9CCA1D0C for ; Sat, 8 Jun 2013 21:04:47 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-ee0-x231.google.com (mail-ee0-x231.google.com [IPv6:2a00:1450:4013:c00::231]) by mx1.freebsd.org (Postfix) with ESMTP id 3997C1380 for ; Sat, 8 Jun 2013 21:04:47 +0000 (UTC) Received: by mail-ee0-f49.google.com with SMTP id b57so2224116eek.8 for ; Sat, 08 Jun 2013 14:04:46 -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-type; bh=USLQAUMdBd3enSDp5bTW41OPv+kpnOhXd3CN8+xzEhM=; b=0h5v/sCiK9h+ZMxWY1vfVUo/OYdli6WQsuAMvzI7D5RkjyLl7EaAE1EU8AzVNbLwrN vNiY98nK+zUMJ/rYO8vl7WhIc/aBxHaCt8xgfZXw/cwuio6Pgrrh+yeQCvP0ejnWDzTJ 6fjd0DgnAJARQPdAszSvG6ryCho8GrvqeFl6Doj/sON/A9tXd4BNYjnDtwJPo10rrjMU h4+gpamzsUOSEq3hV/GBketl2WcuYwFgJxU0ZWMGxBfYHkBEdZYggPtQOzh5W6qPCa/o ZF3ctN2itwVK3EOJnqc1Rq08HpOdVmLADAolU9qnkt3KeLeYdTwieIXGCjVllSS5JFNK GKmw== MIME-Version: 1.0 X-Received: by 10.15.32.68 with SMTP id z44mr4311983eeu.103.1370725486336; Sat, 08 Jun 2013 14:04:46 -0700 (PDT) Received: by 10.15.64.193 with HTTP; Sat, 8 Jun 2013 14:04:46 -0700 (PDT) In-Reply-To: References: Date: Sat, 8 Jun 2013 14:04:46 -0700 Message-ID: Subject: Re: crochet fails on recent CURRENT for beaglebone From: hiren panchasara To: freebsd-arm Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jun 2013 21:04:47 -0000 On Sat, Jun 8, 2013 at 10:45 AM, hiren panchasara wrote: > Updated my tree to CURRENT and tried building bb image from crochet > and it fails here: > > Any pointers? Alright, sorry for the noise. I had FREEBSD_BUILDWORLD_EXTRA_ARGS="-DNOCLEAN" in the scripts and I was using brand new tree which was causing the problem. I successfully finished the build. cheers, Hiren > > cheers, > Hiren > > > -------------------------------------------------------------- >>>> stage 3.1: making dependencies > -------------------------------------------------------------- > > > > cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions > -Wmissing-include-dirs -fdiagnostics-show-option > -Wno-error-tautological-co > mpare -Wno-error-empty-body -Wno-error-parentheses-equality -nostdinc > -I. -I/usr/home/hirenp/current/sys -I/usr/home/hirenp/current/sy > s/contrib/altq -I/usr/home/hirenp/current/sys/contrib/ipfilter > -I/usr/home/hirenp/current/sys/dev/ath > -I/usr/home/hirenp/current/sys/d > ev/ath/ath_hal -I/usr/home/hirenp/current/sys/contrib/dev/ath/ath_hal > -I/usr/home/hirenp/current/sys/contrib/ngatm -I/usr/home/hirenp/ > current/sys/dev/twa -I/usr/home/hirenp/current/sys/dev/cxgb > -I/usr/home/hirenp/current/sys/dev/cxgbe > -I/usr/home/hirenp/current/sys/co > ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include > opt_global.h -ffreestanding > /usr/home/hirenp/current/sys/arm/arm/genassym > .c > In file included from /usr/home/hirenp/current/sys/arm/arm/genassym.c:33: > In file included from /usr/home/hirenp/current/sys/sys/proc.h:62: > /usr/home/hirenp/current/sys/sys/pcpu.h:188:1: error: static_assert > failed "compile-time assertion failed" > CTASSERT((PAGE_SIZE / sizeof(struct pcpu)) * sizeof(struct pcpu) == PAGE_SIZE); > ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > /usr/home/hirenp/current/sys/sys/systm.h:100:21: note: expanded from > macro 'CTASSERT' > #define CTASSERT(x) _Static_assert(x, "compile-time assertion failed") > ^ > 1 error generated. > *** [genassym.o] Error code 1 > 1 error > *** [buildkernel] Error code 2 > 1 error > *** [buildkernel] Error code 2 > 1 error