Date: Sat, 8 Jun 2002 12:02:42 -0700 (PDT) From: Matthew Dillon <dillon@apollo.backplane.com> To: randall ehren <randall@ucsb.edu> Cc: <freebsd-stable@FreeBSD.ORG> Subject: Re: make buildworld problems Message-ID: <200206081902.g58J2ghT082361@apollo.backplane.com> References: <Pine.BSF.4.33.0206081152180.83654-100000@isber.ucsb.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
:while trying to update to the latest 4.5-stable today (using cvsup) i ran into
:a problem during make buildworld:
:
:...
:-DGENERATOR_FILE -D__FBSDID=__RCSID -o genpreds genpreds.o
:./genpreds > tm-preds.h
:./genpreds: permission denied
:*** Error code 126
:
:-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc
:-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config -static
:-DGENERATOR_FILE -o gencheck gencheck.o
:./gencheck > tree-check.h
:./gencheck: permission denied
:*** Error code 126
:
:Stop in /usr/src/gnu/usr.bin/cc/cc_tools.
:
:i couldn't find anything in the mailist archives about gencheck or genpreds,
:searching for error code 126 turned up a few notes about gcc, but nothing too
:related.
:
:any ideas?
:
: - randall s. ehren :// 805.893.5632
Is your umask something weird? It should be something like 022. Also
check the mount options on the filesystem(s) involved. Make sure you
haven't mounted noexec.
-Matt
Matthew Dillon
<dillon@backplane.com>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206081902.g58J2ghT082361>
