Path: utzoo!attcan!uunet!mcsun!cernvax!chx400!chx400!sicsun!sic!brossard From: brossard@sic.epfl.ch (Alain Brossard EPFL-SIC/SII) Newsgroups: comp.soft-sys.andrew Subject: Re: Andrew crashing machine - Sun4/4.1 Message-ID: <1991Feb15.104628@sic.epfl.ch> Date: 15 Feb 91 09:46:28 GMT References: Sender: news@sicsun.epfl.ch Reply-To: brossard@sasun1.epfl.ch Organization: Ecole Polytechnique Federale de Lausanne Lines: 95 In article , nsb@THUMPER.BELLCORE.COM (Nathaniel Borenstein) writes: > We've had reports of similar problems here from people running SunOS > 4.1, although things work fine on 4.0.3. A question: We've compiled > our binaries on 4.0.3 and are running the same binaries on both places, > which is supposed to work but might be the problem. I have been trying to compile (patch level 9) under 4.1, and I haven't succeeded yet. First I got the following problem: When doing a make World under a sun4, OS: 4.1, I got the following error: cc -c -I. -O4 -I/sic/install_andrew/sun4-4.1/include/atk -I/sic/install_andrew/ sun4-4.1/include -I/sic/X11/include/X11 getcpw.c "getcpw.c", line 95: pw_quota undefined *** Error code 1 make: Fatal error: Command failed for target `getcpw.o' Current working directory /net/sasun1/sic/install_X11/X.V11R4/sun4-4.1/contrib/t oolkits/andrew/overhead/util/lib The solution was to comment out the offending line (pw_quota doesn't exist on 4.1 machine): #if (! defined(SYSV) && ! defined(AIX) && ! defined(sys_sun4_41)) RetP.pw_quota = 0; /* pw_quota */ #endif /* ! SYSV && ! AIX */ And now I'm stuck with: building (dependInstall) (/net/sasun1/sic/install_X11/X.V11R4/sun4-4.1/contrib/toolkits/andrew/atk/layout) ../.././config/depend.csh /sic/X11/bin/makedepend /sic/install_andrew/sun4-4.1 /sic/install_andrew/sun4-4.1 \ /sic/X11/include/X11 "cc" /sic/install_andrew/sun4-4.1/bin/class "-I. \ -I/sic/install_andrew/sun4-4.1/include/atk -I/sic/install_andrew/sun4-4.1/include -I/sic/X11/include/X11" Andrew class preprocessor exiting abnormally! processing file: filler.ch message: can not open the file cel.ch exit code = 3. Andrew class preprocessor exiting abnormally! processing file: fillerv.ch message: can not open the file celv.ch exit code = 3. (....) /sic/install_andrew/sun4-4.1/bin/class -s -I. -I. -I/sic/install_andrew/sun4-4.1/include/atk -I/sic/install_andrew/sun4-4.1/include -I/sic/X11/include/X11 filler.ch Andrew class preprocessor exiting abnormally! processing file: filler.ch message: can not open the file cel.ch exit code = 3. *** Error code 3 make: Fatal error: Command failed for target `filler.ih' Current working directory /net/sasun1/sic/install_X11/X.V11R4/sun4-4.1/contrib/toolkits/andrew/atk/layout /sic/X11/bin/makedepend: filler.c: /sic/X11/bin/makedepend: cannot find include file "filler.eh" /sic/X11/bin/makedepend: not in filler.eh /sic/X11/bin/makedepend: not in ./filler.eh /sic/X11/bin/makedepend: not in /sic/install_andrew/sun4-4.1/include/atk/filler.eh /sic/X11/bin/makedepend: not in /sic/install_andrew/sun4-4.1/include/filler.eh /sic/X11/bin/makedepend: not in /sic/X11/include/X11/filler.eh /sic/X11/bin/makedepend: not in /usr/include/filler.eh /sic/X11/bin/makedepend: cannot open "filler.eh" /sic/X11/bin/makedepend: fillerv.c: /sic/X11/bin/makedepend: cannot find include file "filler.ih" (...) /sic/X11/bin/makedepend: fillerv.c: /sic/X11/bin/makedepend: cannot find include file "fillerv.eh" (...) /sic/install_andrew/sun4-4.1/bin/class -s -I. -I/sic/install_andrew/sun4-4.1/include/atk -I/sic/install_andrew/sun4-4.1/include -I/sic/X11/include/X11 fillerv.ch Andrew class preprocessor exiting abnormally! processing file: fillerv.ch message: can not open the file celv.ch exit code = 3. *** Error code 3 make: Fatal error: Command failed for target `fillerv.ih' Current working directory /net/sasun1/sic/install_X11/X.V11R4/sun4-4.1/contrib/toolkits/andrew/atk/layout *** Error code 1 make: Fatal error: Command failed for target `dependInstall' Current working directory /net/sasun1/sic/install_X11/X.V11R4/sun4-4.1/contrib/toolkits/andrew/atk/layout Any help would be appreciated, I also had problems at the very start. I had to do a make install.time manually before the make World because it expects to have files in /sic/andrew/include which aren't put there until the end. I believe the problem is with the following line in the generated Makefile: install:: all install.time doc the install.time should probably be before the all. -- Alain Brossard, Ecole Polytechnique Federale de Lausanne, SIC/SII, EL-Ecublens, CH-1015 Lausanne, Suisse brossard@sasun1.epfl.ch