From owner-freebsd-arm@FreeBSD.ORG Fri Mar 23 10:57:06 2007 Return-Path: X-Original-To: freebsd-arm@freebsd.org Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A2C2D16A403 for ; Fri, 23 Mar 2007 10:57:06 +0000 (UTC) (envelope-from jhay@meraka.csir.co.za) Received: from zibbi.meraka.csir.co.za (zibbi.meraka.csir.co.za [146.64.24.58]) by mx1.freebsd.org (Postfix) with ESMTP id 7C21913C487 for ; Fri, 23 Mar 2007 10:57:05 +0000 (UTC) (envelope-from jhay@meraka.csir.co.za) Received: by zibbi.meraka.csir.co.za (Postfix, from userid 3973) id 54B3E33C8B; Fri, 23 Mar 2007 12:57:02 +0200 (SAST) Date: Fri, 23 Mar 2007 12:57:02 +0200 From: John Hay To: Olivier Houchard Message-ID: <20070323105702.GA30372@zibbi.meraka.csir.co.za> References: <20070322092609.GA58744@zibbi.meraka.csir.co.za> <46029B48.9000906@errno.com> <20070322153123.GB79016@ci0.org> <20070322174305.GB76915@zibbi.meraka.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070322174305.GB76915@zibbi.meraka.csir.co.za> User-Agent: Mutt/1.4.2.1i Cc: freebsd-arm@freebsd.org Subject: Re: current to 6-stable merge plans/policy X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 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, 23 Mar 2007 10:57:06 -0000 On Thu, Mar 22, 2007 at 07:43:05PM +0200, John Hay wrote: > On Thu, Mar 22, 2007 at 04:31:23PM +0100, Olivier Houchard wrote: > > On Thu, Mar 22, 2007 at 08:05:44AM -0700, Sam Leffler wrote: > > > John Hay wrote: > > > > Hi Guys, > > > > > > > > What are the ideas (policy) about merging the arm/ixp425/avila stuff > > > > to 6-stable? I see some arm stuff gets merged, but it does not look > > > > like everything? Is it just that people merge what they need? > > > > > > > > Just trying to get a feel for it. Up to now I have used 6-stable on > > > > our soekris and wrap boards, but we are probably going to use the > > > > Avila boards a bit more, so I was wondering if I should use -current > > > > or 6-stable on them. Up to now my Avila and ADI testing was done with > > > > -current, but I'm not sure if that is a good idea for boxes that will > > > > end up in rural areas far far away. Hmm. Not that I have seen a panic > > > > on the Avila boards, but they have gone through a lot less testing up > > > > to now. > > > > > > Not sure what's been missed. I see no reason not to MFC anything > > > arm-related unless it breaks code compatibility (and even there it's > > > unlikely there are 3rd party codes to worry about). > > > > > > Sam > > > > Hi John, > > > > Sorry for lack of answers, I really need to get back in the loop. > > Avila works fine in RELENG_6. > > Maybe I should try it then. :-) Well I cross-compiled 6-stable, installed it on an nfs server and booted an Avila from it. That worked. So then I wanted to compile some ports on it. For a start I wanted olsrd. That needed a lot of things amongst other libiconv. That died with a compiler error like this: ################## /bin/sh /usr/local/bin/libtool --mode=compile cc -I. -I. -I../include -I./../include -O2 -fno-strict-aliasing -pipe -mbig-endian -march=armv5te -D__XSCALE__ -DLIBDIR=\"/usr/local/lib\" -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./iconv.c mkdir .libs cc -I. -I. -I../include -I./../include -O2 -fno-strict-aliasing -pipe -mbig-endian -march=armv5te -D__XSCALE__ -DLIBDIR=\"/usr/local/lib\" -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libiconv_set_relocation_prefix -Drelocate=libiconv_relocate -DHAVE_CONFIG_H -c ./iconv.c -fPIC -DPIC -o .libs/iconv.o In file included from ./cns11643.h:38, from ./converters.h:203, from ./iconv.c:67: ./cns11643_inv.h:13889: warning: useless keyword or type name in empty declaration ./cns11643_inv.h:13889: warning: empty declaration In file included from ./converters.h:204, from ./iconv.c:67: ./big5.h:4104: internal compiler error: Segmentation fault: 11 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 Stop in /usr/ports/converters/libiconv/work/libiconv-1.9.2/lib. *** Error code 1 Stop in /usr/ports/converters/libiconv/work/libiconv-1.9.2. *** Error code 1 Stop in /usr/ports/converters/libiconv. ################## Any ideas? I did compile it on -current Avila a few days ago. Is there a reason that fdisk is not build for the arm on 6-stable? John -- John Hay -- John.Hay@meraka.csir.co.za / jhay@FreeBSD.org