Bug 691299 - Tru64 make error and warnings.
Summary: Tru64 make error and warnings.
Status: RESOLVED FIXED
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: Build Process (show other bugs)
Version: master
Hardware: DEC OSF/1
: P4 normal
Assignee: Hin-Tak Leung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-13 19:21 UTC by Hin-Tak Leung
Modified: 2010-05-15 11:06 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hin-Tak Leung 2010-05-13 19:21:33 UTC
run make on Tru64: (./autogen.sh && ./configure && make) with r11229 finishes other than gcc gives an out of memeory error with romfs, which can be worked around with -O0. There are 3 warnings, however (plus an obvious bug I'll make a commit about):

Warning: gxfont42_h changed after being used
Warning: PDEP changed after being used
Warning: PSRESDIR changed after being used

A quick look at PDEP shows both libpng.mak and libtiff.mak uses it for dependency but meaning different things. The other might be similiar. Since make file are concatenated this might have undesirable effects - particularly for PSRESDIR, for example.
Comment 1 Hin-Tak Leung 2010-05-13 19:24:33 UTC
Tru64 make mentioned that it is opengroup XCU 5.0 conformant.
Comment 2 Hin-Tak Leung 2010-05-15 11:06:09 UTC
The relevant changes are r11262 and r11261 and r11240.
The duplicate PSRESDIR (one in base/unixinst.mak , the other in one of base/unixansi.mak , base/unix-gcc.mak ,  base/Makefile.in) is a bit risky to touch so leave it alone.