[gs-bugs] [Bug 691463] New: various errors and warnings building with DEC Tru64's CC
bugzilla-daemon at ghostscript.com
bugzilla-daemon at ghostscript.com
Thu Jul 15 23:51:22 UTC 2010
http://bugs.ghostscript.com/show_bug.cgi?id=691463
Summary: various errors and warnings building with DEC Tru64's
CC
Product: Ghostscript
Version: HEAD
Platform: DEC
OS/Version: OSF/1
Status: NEW
Severity: normal
Priority: P4
Component: General
AssignedTo: support at artifex.com
ReportedBy: hintak at ghostscript.com
QAContact: gs-bugs at ghostscript.com
Estimated Hours: 0.0
Created an attachment (id=6491)
--> (http://bugs.ghostscript.com/attachment.cgi?id=6491)
the full autogen.sh configure make log
(I did build r11229 on the same machine with gcc two months ago about two weeks
before the ICC merge, so none of these problems are unfixable, but quite a few
are non-trivial)
This is probably an example of a legacy unix platform which doesn't have most
of the GNU tools or the GNU variant of typical unix tools. There are many
errors and warnings from both the tools and C compiler, here is a summary list
but I'll attach the log itelf (the full autogen.sh ; configure ; make , since
some of the errors are in the configure stage).
-----------things during autogen.sh/configure
- there is a strange warning at the beginning:
configure: WARNING: you should use --build, --host, --target
- sed is not GNU sed, and doesn't even support the probing from configure tests
- jbig2dec (this seems to apply to HP-UX also, a few weeks ago, and was fixed)
configure: WARNING: JBIG2 support requires stdint types which do not seem to be
available.
- about 140 lines of "./configure: !: not found" was outputted in the middle of
running configure .
---------- non-GNU make
Warning: PSRESDIR changed after being used
----------- compiler
cc: Warning: ./base/gsciemap.c, line 797: In this statement, the shift count
"-2" is negative or is greater than or equal to the promoted size of the
operand
cc: Warning: ./base/gdevbbox.c, line 1197: The scalar variable "cdev" is
fetched but not initialized
cc: Warning: lcms/include/icc34.h, line 321: In this declaration, the
enumeration constant "icMaxEnumTag" is out of range INT_MIN to INT_MAX
cc: Warning: ./base/mkromfs.c, line 989: In this statement, this argument to
printf contains a bad conversion specification "%r" that will cause
unpredictable behavior. (ba
dconvspec)
--- dependency (configure or make - for some reason libps3 is roped in:)
ld:
Unresolved:
gs_lips3_device
*** Exit 1
--
Configure bugmail: http://bugs.ghostscript.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the gs-bugs
mailing list