Hi Tru64 Colleagues!
Thanks to all for your very quick responses! Most of the respondents seem
to have CVS built and running on Tru64 4.0d - 4.0f. We are trying to get
CVS to build on Tru64 5.0 and so far have not gotten a clean make. I have
attached some output from the make log below. Maybe they are "only
warnings" and not sigificant, but when building a package you are betting
your business (and code) on like CVS, I am not comfortable when I see lots
of warnings in the make. Have others seen similar warnings from your builds
in 4.0 variants?
Thanks to all for your help!
Regards,
Jim
Begin CVS make log excerpt....
cc -c -DHAVE_CONFIG_H -I. -I.. -I. -I../lib -g -DPR_PROGRAM=\"/bin/pr\"
util.c
cc: Warning: util.c, line 385: In this statement, the referenced type of
the pointer value "buf" is "unsigned char", which is not compatible with
"char". (ptrmismatch)
sprintf (buf, "%d", num);
-----------------------^
cc: Warning: util.c, line 386: In this statement, the referenced type of
the pointer value "buf" is "unsigned char", which is not compatible with
"const char". (ptrmismatch)
(*callbacks->write_output) (buf, strlen (buf));
-------------------------------------------------------^
cc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -c client.c
cc: Warning: client.c, line 1847: In this statement, the referenced type of
the pointer value "buf" is "char", which is not compatible with "unsigned
char". (ptrmismatch)
if (gunzip_and_write (fd, short_pathname, buf, size))
--------------------------------------------------------------^
cc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -c server.c
cc: Warning: server.c, line 1410: In this statement, the referenced type of
the pointer value "filebuf" is "char", which is not compatible with
"unsigned char". (ptrmismatch)
if (gunzip_and_write (fd, file, filebuf, size))
----------------------------------------^
cc: Warning: server.c, line 4020: In this statement, the referenced type of
the pointer value "file" is "unsigned char", which is not compatible with
"const char". (ptrmismatch)
buf_output (protocol, file, file_used);
----------------------------------^
cc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -c error.c
cc: Warning: error.c, line 156: In this statement, the referenced type of
the pointer value "buf" is "unsigned char", which is not compatible with
"char". (ptrmismatch)
sprintf (buf, "%d", num);
-------------------------^
cc: Warning: error.c, line 157: In this statement, the referenced type of
the pointer value "buf" is "unsigned char", which is not compatible with
"const char". (ptrmismatch)
cvs_outerr (buf, strlen (buf));
----------------------------^
cc: Warning: error.c, line 157: In this statement, the referenced type of
the pointer value "buf" is "unsigned char", which is not compatible with
"const char". (ptrmismatch)
cvs_outerr (buf, strlen (buf));
-----------------------------------------^
cc: Warning: error.c, line 161: In this statement, the referenced type of
the pointer value "buf" is "unsigned char", which is not compatible with
"char". (ptrmismatch)
sprintf (buf, "%x", unum);
-------------------------^
cc: Warning: error.c, line 162: In this statement, the referenced type of
the pointer value "buf" is "unsigned char", which is not compatible with
"const char". (ptrmismatch)
cvs_outerr (buf, strlen (buf));
----------------------------^
cc: Warning: error.c, line 162: In this statement, the referenced type of
the pointer value "buf" is "unsigned char", which is not compatible with
"const char". (ptrmismatch)
cvs_outerr (buf, strlen (buf));
-----------------------------------------^
cc: Warning: error.c, line 167: In this statement, the referenced type of
the pointer value "buf" is "unsigned char", which is not compatible with
"const char". (ptrmismatch)
cvs_outerr (buf, 1);
----------------------------^
cc -I. -I.. -I. -I../lib -I../zlib -DHAVE_CONFIG_H -g -c ./zlib.c
cc: Warning: ./zlib.c, line 470: In this statement, the referenced type of
the pointer value "buf+pos" is "unsigned char", which is not compatible
with "const char". (ptrmismatch)
pos += strlen (buf + pos) + 1;
-----------------------^
cc: Warning: ./zlib.c, line 472: In this statement, the referenced type of
the pointer value "buf+pos" is "unsigned char", which is not compatible
with "const char". (ptrmismatch)
pos += strlen (buf + pos) + 1;
-----------------------^
cc add.o admin.o buffer.o checkin.o checkout.o classify.o client.o
commit.o create_adm.o cvsrc.o diff.o edit.o entries.o expand_path.o
fileattr.o find_names.o hardlink.o hash.o history.o ignore.o import.o
lock.o log.o login.o logmsg.o main.o mkmodules.o modules.o myndbm.o
no_diff.o parseinfo.o patch.o rcs.o rcscmds.o recurse.o release.o remove.o
repos.o root.o rtag.o scramble.o server.o status.o tag.o update.o watch.o
wrapper.o vers_ts.o subr.o filesubr.o run.o version.o error.o zlib.o
../lib/libcvs.a ../zlib/libz.a ../diff/libdiff.a -o cvs
echo > .fname cvs-`sed < ./version.c -e '/version_string/!d' -e
's/[^0-9.]*\([0-9.]*\).*/\1/' -e q`
sed -e 's,xLIBDIRx,/usr/local/cvs/lib/cvs,g' -e "s,xVERSIONx,`cat
.fname`,g" ./cvsbug.sh > cvsbug-t
--------------------------------------------------------
FSC - Building Better Information Technology Solutions-
from the Production Floor to the Customer's Door.
--------------------------------------------------------
Jim Jennis, Technical Director for Commercial Systems
Fuentez Systems Concepts, Inc.
1 Discovery Place, Suite 2
Martinsburg, WV. 25401
USA
Phone: +001 (304) 263-0163 ext. 235
Fax: +001 (304) 263-0702
Email: jjennis_at_discovery.fuentez.com
jhjennis_at_shentel.net
WEB:
http://www.discovery.fuentez.com/
Received on Tue Sep 19 2000 - 12:31:50 NZST