Michael Touloumtzis wrote:

Look for a _fatal_ error in the output (re-jam redirecting to a file if need be). If the problem persists on a rebuilding attempt, find the first fatal error. Most later errors will just cascade from one of the first ones.


Yeah - I've got the complete log, the first real error is:

cc1: note: -fwritable-strings is deprecated; see documentation for details
/home/ingres/develop/c/ingres/src/cl/clf/ut_unix_win/utprint.c:140: error: `barf
' undeclared here (not in a function)
/home/ingres/develop/c/ingres/src/cl/clf/ut_unix_win/utprint.c:140: error: parse
 error before "blectch"

This seems to cause:

...skipped /home/ingres/develop/c/ingres/build/lib/libcompat.a for lack of /home
/ingres/develop/c/ingres/build/lib/libcompat.a(utprint.o)...
...skipped ercompile for lack of /home/ingres/develop/c/ingres/build/lib/libcomp
at.a...
...skipped <common!hdr!hdr>erscf.h for lack of ercompile...
...skipped <common!hdr!hdr>erusf.h for lack of ercompile...
...skipped <common!hdr!hdr>erclf.h for lack of ercompile...
...skipped <common!hdr!hdr>erddf.h for lack of ercompile...
...skipped <common!hdr!hdr>erglf.h for lack of ercompile...
...skipped <common!hdr!hdr>erodbc.h for lack of ercompile...
...skipped <common!hdr!hdr>erurs.h for lack of ercompile...
...skipped <common!hdr!hdr>erwsf.h for lack of ercompile...
...skipped <front!abf!abf>erab.h for lack of ercompile...
...skipped <front!abf!abf>erib.h for lack of ercompile...


`E_EQ0090_HDL_TYPE_INVALID' undeclared
Should be found in $ING_SRC/front/hdr/hdr/ereq.h. Try a "jam -a" from $ING_SRC/common/hdr/hdr. I've seen this myself but was not able to reproduce the problem.



ls $ING_SRC/front/hdr/hdr/ereq.h
ls: /home/ingres/develop/c/ingres/src/front/hdr/hdr/ereq.h: No such file or directory

Hmmm - incomplete archive maybe - or are these headers generated in the build process (or in my case not generated...)? Anyway the source archive looks like:

$ ls -l ingres2006-9.0.4-103-gpl-src.tgz
-rw-r--r-- 1 root dba 97746116 Apr 27 12:49 ingres2006-9.0.4-103-gpl-src.tgz

$ md5sum ingres2006-9.0.4-103-gpl-src.tgz
68410ee0fc5468e34c2d96f2cc7cb03d  ingres2006-9.0.4-103-gpl-src.tgz

trying the suggestion:

$ cd $ING_SRC/common/hdr/hdr
$ jam -a
don't know how to make ercompile
don't know how to make eqc
don't know how to make esqlc
...found 65 target(s)...
...updating 6 target(s)...
...can't find 3 target(s)...
...can't make 11 target(s)...
...skipped <common!hdr!hdr>erscf.h for lack of ercompile...
...skipped <common!hdr!hdr>erusf.h for lack of ercompile...
...skipped <common!hdr!hdr>erclf.h for lack of ercompile...
...skipped <common!hdr!hdr>erddf.h for lack of ercompile...
...skipped <common!hdr!hdr>erglf.h for lack of ercompile...
...skipped <common!hdr!hdr>erodbc.h for lack of ercompile...
...skipped <common!hdr!hdr>erurs.h for lack of ercompile...
...skipped <common!hdr!hdr>erwsf.h for lack of ercompile...
_MKFECAT /home/ingres/develop/c/ingres/src/common/hdr/hdr/fe.cat.msg
Finding front-end  msg files...
Building fe.cat.msg...
mkfecat: done: Fri Apr 28 13:21:38 NZST 2006
...skipped /home/ingres/develop/c/ingres/build/files/english/slow_v4.mnx for lack of ercompile... ...skipped /home/ingres/develop/c/ingres/build/files/english/fast_v4.mnx for lack of ercompile...
...skipped dudbms.sh for lack of eqc...
...skipped dudbms.h for lack of dudbms.sh...
File /home/ingres/develop/c/ingres/build/files/raat.h
Chmod1 /home/ingres/develop/c/ingres/build/files/raat.h
File /home/ingres/develop/c/ingres/build/files/generr.h
Chmod1 /home/ingres/develop/c/ingres/build/files/generr.h
File /home/ingres/develop/c/ingres/build/files/sqlstate.h
Chmod1 /home/ingres/develop/c/ingres/build/files/sqlstate.h
File /home/ingres/develop/c/ingres/build/files/iiapi.h
Chmod1 /home/ingres/develop/c/ingres/build/files/iiapi.h
...skipped 12 target(s)...
...updated 5 target(s)...


cheers

Mark
_______________________________________________
Users mailing list
[email protected]
http://lists.ingres.com/mailman/listinfo/users

Reply via email to