From owner-freebsd-stable Sat Jun 8 12: 2:49 2002 Delivered-To: freebsd-stable@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id C2F7937B406 for ; Sat, 8 Jun 2002 12:02:42 -0700 (PDT) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.3/8.12.3) with ESMTP id g58J2gCV082362; Sat, 8 Jun 2002 12:02:42 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.3/8.12.3/Submit) id g58J2ghT082361; Sat, 8 Jun 2002 12:02:42 -0700 (PDT) (envelope-from dillon) Date: Sat, 8 Jun 2002 12:02:42 -0700 (PDT) From: Matthew Dillon Message-Id: <200206081902.g58J2ghT082361@apollo.backplane.com> To: randall ehren Cc: Subject: Re: make buildworld problems References: Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message