From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yngve Svendsen To: Milan Zamazal Cc: gnats-devel@sources.redhat.com Subject: Re: Current Gnats 4 CVS broken on Solaris Date: Tue, 12 Jun 2001 08:21:00 -0000 Message-id: <5.0.0.25.2.20010612171703.04c66ec0@mail.trd.clustra.com> References: <5.0.0.25.2.20010530174652.00b23a10@mail.trd.clustra.com> <5.1.0.14.2.20010511013313.00ba72d8@iwww.clustra.com> <87g0d85psm.fsf@blackbird.zamazal.org> X-SW-Source: 2001-q2/msg00170.html At 17:15 10.06.2001 +0200, Milan Zamazal wrote: > >>>>> "YS" == Yngve Svendsen writes: > > YS> Sorry, but it seems the configure check for %z support isn't > YS> working right. > >You're right. strftime is going to become my nightmare. :-| I tried to >fix it and also added a patch by Carl enabling numeric time zones also >on systems not supporting `%z'. Please try whether it works or not. Unfortunately, the nightmare continues. "make all" results in the following on a Solaris 7 system: gcc -c -I. -I. -I./../include -g -O2 -W -Wall -W -Wall -ansi -pedantic -Werror -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-format -DHAVE_CONFIG_H -DGNATSD_USER_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.access\" -DGNATSD_HOST_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.host_access\" -DDEFAULT_GNATS_SERVICE=\"support\" -DGLOBAL_DB_LIST_FILE=\"/usr/local/etc/gnats/databases\" -DGNATS_USER=\"gnats\" misc.c cc1: warnings being treated as errors misc.c: In function `gnats_strftime': misc.c:570: warning: subscript has type `char' gmake[1]: *** [misc.o] Error 1 gmake[1]: Leaving directory `/usr/local/src/gnats-400/gnats/gnats' gmake: *** [all-gnats] Error 2 - Yngve