Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2002 15:27:06 -0400
From:      Mike Barcroft <mike@FreeBSD.org>
To:        David O'Brien <obrien@FreeBSD.org>
Cc:        current@freebsd.org
Subject:   Re: sparc64 tinderbox failure
Message-ID:  <20020916152706.B84465@espresso.q9media.com>
In-Reply-To: <200209161117.g8GBHJcn091216@bowie.private>; from des@sparc64.style9.org on Mon, Sep 16, 2002 at 11:17:19AM %2B0000
References:  <200209161117.g8GBHJcn091216@bowie.private>

next in thread | previous in thread | raw e-mail | index | archive | help
Dag-Erling Smorgrav <des@sparc64.style9.org> writes:
> --------------------------------------------------------------
> >>> stage 4: building everything..
> --------------------------------------------------------------
> ===> usr.bin/file
> /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c: In function `pipe2file':
> /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c:142: `O_RDWR' undeclared (first use in this function)
> /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c:142: (Each undeclared identifier is reported only once
> /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c:142: for each function it appears in.)
> /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c:142: `O_TRUNC' undeclared (first use in this function)
> /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c:142: `O_EXCL' undeclared (first use in this function)
> /usr/home/des/tinderbox/sparc64/src/contrib/file/compress.c:142: `O_CREAT' undeclared (first use in this function)
> *** Error code 1

compress.c should include <fcntl.h> at some point to get these manifest
constants.  apprentice.c and file.c get this right.

Best regards,
Mike Barcroft

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




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