From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 17:55:35 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 9BD7D1E9 for ; Wed, 7 Nov 2012 17:55:35 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5001F8FC12 for ; Wed, 7 Nov 2012 17:55:33 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n9so2415428oag.13 for ; Wed, 07 Nov 2012 09:55:33 -0800 (PST) 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=od0/390u9HgQR/Z53DgQXdtLuU/3dMp8W9qHs1zfwQ0=; b=JyofqonbYXU8BNlhKqrKJLitCd71qGP3GcX0V+NsJhinmRAFf8XmeHCVaxUS/e75zq bBbF1P9E9E/6ErMUcUGKEE/2lkjjIDgXnSoaEYXw6ftl0KpFZyTatyNJJT5+Y6rA3LUc eE0Scnf/jzbCBfSBED5Pe4MxODTPeaNIFlR2aK9Ty9+MSjEa7izefTeWDHyl7/HlmXwR vacGULt1aDnsWwNoRNjOIAIdQKjp0wCZxj506fXDkvrJChBdwE3RqX45YFa0VE2ofYi8 wr7E5PnOYrVKgZ9tBfF83Rkh74fvrPBUl9XkxgslQxWEDfunoc6t5XqrE2ax08bM/caJ WpKg== Received: by 10.60.170.45 with SMTP id aj13mr2643543oec.47.1352310932953; Wed, 07 Nov 2012 09:55:32 -0800 (PST) Received: from [10.30.101.53] ([209.117.142.2]) by mx.google.com with ESMTPS id n7sm24218381obd.16.2012.11.07.09.55.31 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 07 Nov 2012 09:55:31 -0800 (PST) Sender: Warner Losh Subject: Re: Errors cross compilation of architecture MIPS Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <20121107143710.3326e801@nonamehost> Date: Wed, 7 Nov 2012 10:55:29 -0700 Content-Transfer-Encoding: 7bit Message-Id: <09B97785-44E2-4C6E-8316-75E3B5D88350@bsdimp.com> References: <20121107143710.3326e801@nonamehost> To: Ivan Klymenko X-Mailer: Apple Mail (2.1084) X-Gm-Message-State: ALoCoQneGaHwqTgXG/N17kVaGg346ER3mYvF4796RO32MVlqrFy4CT07F2Mtn+4xh2aUbYzdNrp/ 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 17:55:35 -0000 I'd loose the -D flags and try again. The instructions there are very odd. Warner On Nov 7, 2012, at 5:37 AM, 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"