From owner-freebsd-arm@FreeBSD.ORG Wed Jun 19 05:39:35 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 2A5578CA for ; Wed, 19 Jun 2013 05:39:35 +0000 (UTC) (envelope-from f0andrey@gmail.com) Received: from mail-wg0-x22a.google.com (mail-wg0-x22a.google.com [IPv6:2a00:1450:400c:c00::22a]) by mx1.freebsd.org (Postfix) with ESMTP id B5E451AAB for ; Wed, 19 Jun 2013 05:39:34 +0000 (UTC) Received: by mail-wg0-f42.google.com with SMTP id z11so112872wgg.5 for ; Tue, 18 Jun 2013 22:39:33 -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=2qxFv0l8JxAK0lC/hu14tL/qgmZs61ilPlz2fg8bIN0=; b=U2NE5SkgCFP4HpLWC+XhU9iCL1gDXFHpwx2CQOrhECbM2iPUS24PDAv1APzZQ6HXbO Y0RIPfb0pCMzIDPlv/C3/LTdRrjhfBPSakPrZCRuoaMrTiiyJpcv6TLPnSlOkONyqjzc ymD8LGthtuLFrXHcQFNKXPUKh4UAT5XbL6H53e89Bw2GckoE3aR3QkPbShReP0ufo21E ZN/z9ahOxH7zUyf4Nz/xD5PsaOkS+3fT8a+5nh1MIA6jv5vAFdFD524nVxyLfvdqycx8 TNz6vlez0HFx8Ebmd7Vu6g1L4tFOo2GmEG2Xrk3iSoKdZbVlv9TGqg3riHBn4Hw+0R3b Y/Tg== MIME-Version: 1.0 X-Received: by 10.194.234.100 with SMTP id ud4mr815716wjc.44.1371620373783; Tue, 18 Jun 2013 22:39:33 -0700 (PDT) Received: by 10.194.240.132 with HTTP; Tue, 18 Jun 2013 22:39:33 -0700 (PDT) In-Reply-To: <51C0B3AA.3060304@yahoo.com> References: <201306162210.r5GMA05N031413@freefall.freebsd.org> <51BF76F3.8020806@yahoo.com> <51C0B3AA.3060304@yahoo.com> Date: Wed, 19 Jun 2013 09:39:33 +0400 Message-ID: Subject: Re: arm/179561: Compilation issue for lighttpd on raspberry pi From: Andrey Fesenko To: Sreekanth Rupavatharam 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, 19 Jun 2013 05:39:35 -0000 On Tue, Jun 18, 2013 at 11:23 PM, Sreekanth Rupavatharam wrote: > On 6/17/13 3:04 PM, Andrey Fesenko wrote: > > i'm rebuild devel/pcre > http://armv6.bsdnir.info.ipv4.sixxs.org/files/pcre_build.log > > are you build image on the system with blank /etc/make.conf? may be > you build clang version > # gcc -v > Using built-in specs. > Target: armv6-undermydesk-freebsd > Configured with: FreeBSD/armv6 system compiler > Thread model: posix > gcc version 4.2.1 20070831 patched [FreeBSD] > # g++ -v > Using built-in specs. > Target: armv6-undermydesk-freebsd > Configured with: FreeBSD/armv6 system compiler > Thread model: posix > gcc version 4.2.1 20070831 patched [FreeBSD] > > or you RPi have /etc/make.conf with clang > > I tried with clang and g++ with same error. Can you share your > /etc/make.conf? Sorry for not having replied, trying to collect the current and was offline /etc/make.conf empty on a system which builds the image, and RPi pi # cat /etc/make.conf WITH_PKGNG=yes # added by use.perl 2013-06-13 10:27:53 PERL_VERSION=5.14.4 Maybe you should try to build RPI-B kernel, just as I used to build script https://github.com/daveish/freebsd-arm-tools/ or my patchs https://bitbucket.org/f_andrey/freebsd-arm-tools/