Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Oct 2000 17:16:33 -0700
From:      Brian Somers <brian@Awfulhak.org>
To:        Jordan Hubbard <jkh@winston.osd.bsdi.com>
Cc:        current@FreeBSD.ORG, brian@Awfulhak.org
Subject:   Re: -current still broken as of today, just in case anyone's interested. :) 
Message-ID:  <200010190016.e9J0GXY08119@hak.lan.Awfulhak.org>
In-Reply-To: Message from Jordan Hubbard <jkh@winston.osd.bsdi.com>  of "Wed, 18 Oct 2000 15:51:32 PDT." <200010182251.e9IMpWs69485@winston.osd.bsdi.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> ===> usr.bin
> ===> usr.bin/apply
> cc -O -pipe -Wall   -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.bin/appl
> y/apply.c
> In file included from /usr/obj/usr/src/i386/usr/include/sys/wait.h:93,
>                  from /usr/src/usr.bin/apply/apply.c:45:
> /usr/obj/usr/src/i386/usr/include/machine/endian.h:70: syntax error before `__ui
> nt16_swap_uint32'
> ...
> 
> current.freebsd.org will therefore be out of the snapshot building business
> until we're over this hurdle..

$ fgrep FreeBSD apply.c
  "$FreeBSD: src/usr.bin/apply/apply.c,v 1.10 2000/10/16 08:11:48 brian Exp $";
$ make clean && rm /usr/obj$PWD/.depend && make depend && make
rm -f apply apply.o apply.1.gz apply.1.cat.gz
rm -f .depend
mkdep -f .depend -a      /usr/src/usr.bin/apply/apply.c
cd /usr/src/usr.bin/apply; make _EXTRADEPEND
echo apply: /usr/lib/libc.a  >> .depend
cc -O -pipe -Wall   -c /usr/src/usr.bin/apply/apply.c
cc -O -pipe -Wall    -o apply apply.o  
gzip -cn /usr/src/usr.bin/apply/apply.1 > apply.1.gz
$ 

-- 
Brian <brian@Awfulhak.org>                        <brian@[uk.]FreeBSD.org>
      <http://www.Awfulhak.org>;                   <brian@[uk.]OpenBSD.org>
Don't _EVER_ lose your sense of humour !




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?200010190016.e9J0GXY08119>