From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 16:46:57 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A20DAB3; Wed, 7 Nov 2012 16:46:57 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1E33B8FC14; Wed, 7 Nov 2012 16:46:56 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id rp8so1431456pbb.13 for ; Wed, 07 Nov 2012 08:46:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Kyv9l6h+MoYMAUPMA4EVhk0Y9HuTJoGvDSF3vOO7yKk=; b=xljvxgdiVzMLQxHOS00O/9xGFyt+ouFGBA4k9Ba4qCmZkPtcYhKv3lxGje3ZXR6Xja hRSJUHFUFDBp4mbWMGFqec7++8eQt31BhyLncSPC3NgZse5PkCTii2RdJby3WXTDu4Px uLGaC5mNqu5egNT8WLH1vpDLrvQeyl62mcQZp/uiItIR8G1dfTio9EhYjXZI9s7SaGuD TdD5CSs+gP6/jneKqNRpR8SDx2ZDY1cFPeKgiV9gWb8Lo2KffpEI9kXQoVPim+/uoHLr 5rsB8MLycwPc0ewA2HAWXMvHIsH88bca4AYA2vPFTQQ5F9bn42YPlq8uIz+43txZ9iY3 NLeQ== MIME-Version: 1.0 Received: by 10.66.72.136 with SMTP id d8mr14127066pav.4.1352306816334; Wed, 07 Nov 2012 08:46:56 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.68.124.130 with HTTP; Wed, 7 Nov 2012 08:46:56 -0800 (PST) In-Reply-To: <20121107143710.3326e801@nonamehost> References: <20121107143710.3326e801@nonamehost> Date: Wed, 7 Nov 2012 08:46:56 -0800 X-Google-Sender-Auth: 10vn4S26-sGV46aQ3PHH-n5HI0A Message-ID: Subject: Re: Errors cross compilation of architecture MIPS From: Adrian Chadd To: Ivan Klymenko Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org, freebsd-mips@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2012 16:46:57 -0000 That's odd. I don't build like that though, I build with my build scripts at http://code.google.com/p/freebsd-wifi-build/ Maybe see what I do in build_freebsd ? Adrian On 7 November 2012 04:37, Ivan Klymenko wrote: > Hi all. > > I have uname -rms > FreeBSD 10.0-CURRENT amd64 > > I use to build system for architecture MIPS the instructions on the wiki > http://wiki.freebsd.org/FreeBSD/mips > > I use next script build.sh http://privatepaste.com/339d25c604 > but the compilation fails http://privatepaste.com/106d4015d0 > > then I add the option -DWITHOUT_GROFF \ in build.sh > and re-run the script build.sh > > Next, I get the following error http://privatepaste.com/9887e06e42 > > then I add the option -DWITHOUT_SENDMAIL \ in build.sh > and re-run the script build.sh > > Next, I get the following error http://privatepaste.com/962b406024 > > In what could be the problem here and what I'm doing wrong? > > Thanks. > _______________________________________________ > freebsd-mips@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mips > To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org"