Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jun 2002 11:56:04 -0700 (PDT)
From:      randall ehren <randall@ucsb.edu>
To:        <freebsd-stable@freebsd.org>
Subject:   make buildworld problems
Message-ID:  <Pine.BSF.4.33.0206081152180.83654-100000@isber.ucsb.edu>

next 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:

cc -O -pipe  -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\"
-I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools
-I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools
-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    -D__FBSDID=__RCSID -c
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genpreds.c
cc -O -pipe  -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\"
-I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools
-I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools
-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    -D__FBSDID=__RCSID  -o genpreds genpreds.o
./genpreds > tm-preds.h
./genpreds: permission denied
*** Error code 126

Stop in /usr/src/gnu/usr.bin/cc/cc_tools.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

if i try to do a make directly in /usr/src/gnu/usr.bin/cc/cc_tools i get:

root@dunes[/usr/src/gnu/usr.bin/cc/cc_tools]% make
cc -O -pipe  -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\"
-I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools
-I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools
-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    -c
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gencheck.c
cc -O -pipe  -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\"
-I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools
-I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools
-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.

this is a 4.5-release box:
root@dunes[/usr/src/gnu/usr.bin/cc/cc_tools]% uname -a
FreeBSD dunes.isber.ucsb.edu 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Wed Jun  5
11:52:57 PDT 2002     root@dunes.isber.ucsb.edu:/usr/src/sys/compile/DUNES
i386

kern.securelevel: -1

any ideas?

        - randall s. ehren       :// 805.893.5632
           systems administrator :// isber|survey|avss.ucsb.edu
            institute for social, behavioral, and economic research


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?Pine.BSF.4.33.0206081152180.83654-100000>