[OpenAFS] sun4x86_510: Loading kernel module openafs-1.4.1-rc2 replay

Paul Mitchell pmitchel@email.unc.edu
Thu, 26 Oct 2006 14:14:52 -0400 (EDT)


On Wed, 25 Oct 2006, Christopher D. Clausen wrote:

> I know that something changed after some Solaris 10 SPARC patch and that an 
> openafs 1.4.2 version was needed to work around whatever change Sun made. 
> Was there a similar change made to the x86 kernel?
>
> Can you try 1.4.2 ?

Hello,
I'm trying 1.4.2, which I've had to download i nsource code. Since this is 
a demo unit I've working with, I've also had to download a gnu gcc and 
make. Unfortunately, even though I've exported CC=gnu, and the configure 
script finds gcc, for some reason my make is blowing out with:

Script started on Thu Oct 26 14:12:27 2006
# which make
/usr/local/bin/make
# file /usr/local/bin/make
/usr/local/bin/make:	ELF 32-bit LSB executable 80386 Version 1, dynamically linked, not stripped
# make
make build
make[1]: Entering directory `/export/home/openafs-1.4.2'
make finale DEST=/export/home/openafs-1.4.2/sunx86_510/dest COMPILE_PART2B=all DESTDIR=
make[2]: Entering directory `/export/home/openafs-1.4.2'
cd src && cd config && make all
make[3]: Entering directory `/export/home/openafs-1.4.2/src/config'
/opt/SUNWspro/bin/cc  -O -I/export/home/openafs-1.4.2/include -I. -dy -Bdynamic  -I. -c ./config.c
make[3]: /opt/SUNWspro/bin/cc: Command not found
make[3]: *** [config.o] Error 127
make[3]: Leaving directory `/export/home/openafs-1.4.2/src/config'
make[2]: *** [config] Error 2
make[2]: Leaving directory `/export/home/openafs-1.4.2'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/export/home/openafs-1.4.2'
make: *** [all] Error 2
# exit

script done on Thu Oct 26 14:12:40 2006

Paul