Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Dec 2012 15:15:22 +0530
From:      Mukunda Haveri <mukunda@pointred.co>
To:        Oleksandr Tymoshenko <gonzo@bluezbox.com>
Cc:        freebsd-mips@freebsd.org
Subject:   Re: Build Broken ?
Message-ID:  <CAK3PU_Cm0Wr3fBsbu%2B2piW2QkSePAnfHo%2BH_QuzYw-6phg2POA@mail.gmail.com>
In-Reply-To: <50B931BA.1060307@bluezbox.com>
References:  <CAK3PU_DgT3mtq0iLSPdN%2BLSU0T3Utp_N716PgQkBRO9Jv6LZWw@mail.gmail.com> <50B931BA.1060307@bluezbox.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Thanks, checked out 243746

my build script is
--------------------

#!/bin/csh -x

if ( $# < 3 ) then
echo Usage: $0 build-options [source-dir platform make-target]
exit 127
endif

set srcroot=$1
shift
setenv TARGET mips
setenv TARGET_ARCH mipseb
setenv TARGET_CPUTYPE mips32
setenv KERNCONF $2
setenv MAKEOBJDIRPREFIX ${srcroot}/../obj
setenv MIPSNFS ${srcroot}/../nfsroot
setenv TFTPBOOT ${srcroot}/../tftp
setenv SRCCONF /root/mips/src.conf.mips
setenv __MAKE_CONF /root/mips/make.conf.mips
shift

cd ${srcroot}
echo making $argv
make $argv
-------------------

and the script is executed as < ./bld.sh /root/svn/src PB47 buildworld >

What is the minimum set that should not be set as WITHOUT_MODULES? I am
currently using in src.conf.mips,

WITHOUT_CDDL=1
WITHOUT_GAMES=1
WITHOUT_DOCS=1
WITHOUT_ACPI=1
WITHOUT_KERBEROS=1
WITHOUT_RESCUE=1
WITHOUT_MAN=1
WITHOUT_PROFILE=1
WITHOUT_NIS=1
WITHOUT_IPX=1
WITHOUT_ATM=1
WITHOUT_BLUETOOTH=1
WITHOUT_CALENDAR=1

Please help.

Thanks,
HSM





On Sat, Dec 1, 2012 at 3:52 AM, Oleksandr Tymoshenko <gonzo@bluezbox.com>wrote:

> On 11/30/2012 5:38 AM, Mukunda Haveri wrote:
>
>> I am trying to build the 'kernel-toolchain' and the build breaks right at
>> the start. The symptoms are posted below..
>> <<<<<
>> cc -O2 -pipe -I. -I/root/base/gnu/usr.bin/dtc
>> -I/root/base/gnu/usr.bin/dtc/.**./../../contrib/dtc
>> -I/root/base/gnu/usr.bin/dtc/.**./../../sys/contrib/libfdt -DNDEBUG
>> -std=gnu99  -I/root/mips/obj/mips.mips/**root/base/tmp/legacy/usr/**include
>> -c
>> /root/base/gnu/usr.bin/dtc/../**../../sys/contrib/libfdt/fdt_**wip.c
>> make: don't know how to make
>> /root/mips/obj/mips.mips/root/**base/tmp/legacy/usr/lib/**libegacy.a.
>> Stop
>> *** [bootstrap-tools] Error code 2
>> How I can get over this problem? OR is the build broken? I am using
>> revision 243673 of the head...
>>
>>  r243713 builds for me. Please share your build script/environment.
>

DISCLAIMER:
The information contained in this message (including any attachments) is confidential and may be privileged. If you have received it by mistake please notify the sender by return e-mail and permanently delete this message and any attachments from your system. Any dissemination, use, review, distribution, printing or copying of this message in whole or in part is strictly prohibited. Please note that e-mails are susceptible to change. PointRed Telecom Ltd (including its group companies) shall not be liable for the improper or incomplete transmission of the information contained in this communication nor for any delay in its receipt or damage to your system and does not guarantee that the integrity of this communication has been maintained or that this communication is free of viruses, interceptions or interferences. 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAK3PU_Cm0Wr3fBsbu%2B2piW2QkSePAnfHo%2BH_QuzYw-6phg2POA>