On Thu, Jan 12, 2006 at 08:22:12PM -0500, Michael Steinfeld wrote: > HW: Mac Mini > I just cvs'd my src and attempted a 'make build' > here is the stop error, is there a fix for this? > > ty. > > > installing a.out.h ar.h assert.h bitstring.h blf.h bm.h bsd_auth.h > cast.h cpio.h ctype.h curses.h db.h dbm.h des.h dirent.h disktab.h > dlfcn.h elf_abi.h err.h errno.h fnmatch.h fstab.h fts.h ftw.h getopt.h > glob.h grp.h ifaddrs.h inttypes.h iso646.h kvm.h langinfo.h libgen.h > limits.h locale.h login_cap.h malloc.h math.h md4.h md5.h memory.h > mpool.h ndbm.h netdb.h netgroup.h nlist.h nl_types.h ohash.h olf_abi.h > paths.h poll.h pwd.h ranlib.h re_comp.h readpassphrase.h regex.h > resolv.h rmd160.h search.h setjmp.h sgtty.h sha1.h sha2.h skipjack.h > signal.h stab.h stdbool.h stddef.h stdio.h stdlib.h string.h strings.h > struct.h sysexits.h tar.h time.h ttyent.h tzfile.h unistd.h utime.h > utmp.h vis.h wchar.h wctype.h link.h link_aout.h link_elf.h ieeefp.h > installing arpa protocols rpc rpcsvc > installing fcntl.h syslog.h termios.h stdarg.h stdint.h varargs.h > installing float.h frame.h > chown -R root:bin /usr/include > find /usr/include -type f -print0 | xargs -0r chmod a=r > xargs: unknown option -- r > usage: xargs [-0opt] [-E eofstr] [-I replstr [-R replacements]] [-J replstr] > [-L number] [-n number [-x]] [-P maxprocs] [-s size] > [utility [argument ...]] > *** Error code 1 > > Stop in /usr/src/include (line 89 of Makefile). > *** Error code 1 > > Stop in /usr/src (line 73 of Makefile). > >
I guess it has something to do with the instructions in this document: http://openbsd.org/faq/current.html Tobias ;)

