Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Sep 2001 13:53:53 +0300
From:      Peter Pentchev <roam@ringlet.net>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        freebsd-bugs@FreeBSD.org
Subject:   Re: gnu/30354: make buildworld is failing from 4.4-RC back down to 4.3-RELEASE
Message-ID:  <20010906135353.D1477@ringworld.oblivion.bg>
In-Reply-To: <200109061050.f86Ao1546821@freefall.freebsd.org>; from kris@obsecurity.org on Thu, Sep 06, 2001 at 03:50:01AM -0700
References:  <200109061050.f86Ao1546821@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 06, 2001 at 03:50:01AM -0700, Kris Kennaway wrote:
> The following reply was made to PR gnu/30354; it has been noted by GNATS.
> 
> From: Kris Kennaway <kris@obsecurity.org>
> To: Peter Elsner <peter@servplex.com>
> Cc: freebsd-gnats-submit@FreeBSD.org
> Subject: Re: gnu/30354: make buildworld is failing from 4.4-RC back down to 4.3-RELEASE
> Date: Thu, 6 Sep 2001 03:43:38 -0700
> 
>  --huq684BweRXVnRxX
>  Content-Type: text/plain; charset=us-ascii
>  Content-Disposition: inline
>  
>  On Wed, Sep 05, 2001 at 01:58:34PM -0700, Peter Elsner wrote:
>  
>  > I decided to change my tag in my
>  > supfile to RELENG_4_3 and start over.  Sources all transferred fine,
>  > but now when I do a 'make buildworld', I get this error...
>  
>  > cc -O -pipe -D_GNU_SOURCE -I-
>  > -I. -I/usr/src/gnu/usr.bin/binutils/ld/i386 -I/us
>  > r/src/gnu/usr.bin/binutils/ld
>  > -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd/i386
>  > -I/usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/include
>  > -DDEFAUL T_EMULATION=\"elf_i386\" -DTARGET=\"i386-unknown-freebsd\"
>  > -DSCRIPTDIR=\"/usr/ob j/usr/src/i386/usr/libdata\"
>  > -I/usr/src/gnu/usr.bin/binutils/ld/../../../../cont rib/binutils/ld
>  > -DVERSION=\"2.10.1\" -DBFD_VERSION=\"2.10.1\" -I/usr/obj/usr/s
>  > rc/i386/usr/include -c eelf_i386.c *** Error code 1
>  
>  No, this isn't the error.  You must be running make with the -j flag,
>  in which case the real error is somewhere back above this point.
>  Rerun make without -j and post the actual error.

Or, alternatively, do not forget to capture stderr output in addition
to stdout output, if you are redirecting make's output, and not just
copy-pasting from your terminal.  If you do make > make.out, it will
capture exactly what you posted - the commands executed (cc), their
output to stdout (none), and make(1)'s "Error code .." messages.

G'luck,
Peter

-- 
This sentence contains exactly threee erors.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010906135353.D1477>