make  all-recursive
make[1]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2'
Making all in scripts
make[2]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/scripts'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/scripts'
Making all in doc
make[2]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/doc'
Making all in man
make[3]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/doc/man'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/doc/man'
make[3]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/doc'
make[2]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/doc'
Making all in src
make[2]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src'
Making all in include
make[3]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/include'
Making all in server
make[4]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/include/server'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/include/server'
make[4]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/include'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/include'
make[3]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/include'
Making all in libraries
make[3]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries'
Making all in adns
make[4]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/adns'
Making all in src
make[5]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/adns/src'
make  all-am
make[6]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/adns/src'
if icc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -MT check.o -MD -MP -MF ".deps/check.Tpo" -c -o check.o check.c; \
then mv -f ".deps/check.Tpo" ".deps/check.Po"; else rm -f ".deps/check.Tpo"; exit 1; fi
if icc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -MT event.o -MD -MP -MF ".deps/event.Tpo" -c -o event.o event.c; \
then mv -f ".deps/event.Tpo" ".deps/event.Po"; else rm -f ".deps/event.Tpo"; exit 1; fi
event.c(388): warning #167: argument of type "int *" is incompatible with parameter of type "socklen_t={__socklen_t={unsigned int}} *restrict"
  		  (struct sockaddr*)&udpaddr,&udpaddrlen);
  		                             ^

if icc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -MT general.o -MD -MP -MF ".deps/general.Tpo" -c -o general.o general.c; \
then mv -f ".deps/general.Tpo" ".deps/general.Po"; else rm -f ".deps/general.Tpo"; exit 1; fi
general.c(148): warning #167: argument of type "const char *" is incompatible with parameter of type "const byte={unsigned char} *"
    return adns__vbuf_append(vb,data,l);
                                ^

general.c(179): warning #120: return value type does not match the function type
    return vb->buf;
           ^

general.c(203): warning #167: argument of type "byte={unsigned char} *" is incompatible with parameter of type "const char *"
    assert(strlen(vb.buf) == vb.used-1);
    ^

general.c(205): warning #556: a value of type "byte={unsigned char} *" cannot be assigned to an entity of type "char *"
    if (!*data_r) *data_r= vb.buf;
                         ^

if icc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -MT parse.o -MD -MP -MF ".deps/parse.Tpo" -c -o parse.o parse.c; \
then mv -f ".deps/parse.Tpo" ".deps/parse.Po"; else rm -f ".deps/parse.Tpo"; exit 1; fi
parse.c(46): warning #167: argument of type "char *" is incompatible with parameter of type "const byte={unsigned char} *"
      if (!adns__vbuf_append(vb,buf,i) || !adns__vbuf_append(vb,qbuf,strlen(qbuf)))
                                                                ^

parse.c(75): warning #556: a value of type "const byte={unsigned char} *" cannot be assigned to an entity of type "const char *"
    dgram= fls->dgram;
         ^

if icc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -MT poll.o -MD -MP -MF ".deps/poll.Tpo" -c -o poll.o poll.c; \
then mv -f ".deps/poll.Tpo" ".deps/poll.Po"; else rm -f ".deps/poll.Tpo"; exit 1; fi
if icc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -MT query.o -MD -MP -MF ".deps/query.Tpo" -c -o query.o query.c; \
then mv -f ".deps/query.Tpo" ".deps/query.Po"; else rm -f ".deps/query.Tpo"; exit 1; fi
query.c(182): warning #167: argument of type "byte={unsigned char} *" is incompatible with parameter of type "const char *"
    query_simple(ads,qu, qu->search_vb.buf, qu->search_vb.used, qu->typei, qu->flags, now);
                         ^

query.c(241): warning #167: argument of type "const char *" is incompatible with parameter of type "const byte={unsigned char} *"
      r= adns__vbuf_append(&qu->search_vb,owner,ol);
                                          ^

query.c(513): warning #167: argument of type "byte={unsigned char} *" is incompatible with parameter of type "const char *"
      if (!save_owner(qu, qu->search_vb.buf, qu->search_vb.used)) {
                          ^

if icc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -MT reply.o -MD -MP -MF ".deps/reply.Tpo" -c -o reply.o reply.c; \
then mv -f ".deps/reply.Tpo" ".deps/reply.Po"; else rm -f ".deps/reply.Tpo"; exit 1; fi
reply.c(205): warning #167: argument of type "byte={unsigned char} *" is incompatible with parameter of type "const char *"
  	l= strlen(qu->vb.buf)+1;
  	          ^

if icc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -MT setup.o -MD -MP -MF ".deps/setup.Tpo" -c -o setup.o setup.c; \
then mv -f ".deps/setup.Tpo" ".deps/setup.Po"; else rm -f ".deps/setup.Tpo"; exit 1; fi
if icc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -MT transmit.o -MD -MP -MF ".deps/transmit.Tpo" -c -o transmit.o transmit.c; \
then mv -f ".deps/transmit.Tpo" ".deps/transmit.Po"; else rm -f ".deps/transmit.Tpo"; exit 1; fi
if icc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -MT types.o -MD -MP -MF ".deps/types.Tpo" -c -o types.o types.c; \
then mv -f ".deps/types.Tpo" ".deps/types.Po"; else rm -f ".deps/types.Tpo"; exit 1; fi
rm -f libadns.a
/usr/bin/ar cru libadns.a check.o event.o general.o parse.o poll.o query.o reply.o setup.o transmit.o types.o 
ranlib libadns.a
make[6]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/adns/src'
make[5]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/adns/src'
Making all in client
make[5]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/adns/client'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/adns/client'
make[5]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/adns'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/adns'
make[4]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/adns'
Making all in liboop
make[4]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/liboop'
if icc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liboop\" -DVERSION=\"0.9\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_ADNS=1 -DHAVE_LIBRESOLV=1  -I. -I.    -I./../adns/src   -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2  -MT sys.o -MD -MP -MF ".deps/sys.Tpo" -c -o sys.o sys.c; \
then mv -f ".deps/sys.Tpo" ".deps/sys.Po"; else rm -f ".deps/sys.Tpo"; exit 1; fi
icc: Command line warning: ignoring option '-W'; no argument required
sys.c(345): remark #279: controlling expression is constant
  		FD_ZERO(&rfd);
  		^

sys.c(346): remark #279: controlling expression is constant
  		FD_ZERO(&wfd);
  		^

sys.c(347): remark #279: controlling expression is constant
  		FD_ZERO(&xfd);
  		^

oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if icc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liboop\" -DVERSION=\"0.9\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_ADNS=1 -DHAVE_LIBRESOLV=1  -I. -I.    -I./../adns/src   -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2  -MT select.o -MD -MP -MF ".deps/select.Tpo" -c -o select.o select.c; \
then mv -f ".deps/select.Tpo" ".deps/select.Po"; else rm -f ".deps/select.Tpo"; exit 1; fi
icc: Command line warning: ignoring option '-W'; no argument required
select.c(42): remark #279: controlling expression is constant
  	FD_ZERO(&s->watch.rfd);
  	^

select.c(43): remark #279: controlling expression is constant
  	FD_ZERO(&s->watch.wfd);
  	^

select.c(44): remark #279: controlling expression is constant
  	FD_ZERO(&s->watch.xfd);
  	^

select.c(45): remark #279: controlling expression is constant
  	FD_ZERO(&s->active.rfd);
  	^

select.c(46): remark #279: controlling expression is constant
  	FD_ZERO(&s->active.wfd);
  	^

select.c(47): remark #279: controlling expression is constant
  	FD_ZERO(&s->active.xfd);
  	^

select.c(70): remark #279: controlling expression is constant
  		FD_ZERO(&s->active.rfd);
  		^

select.c(71): remark #279: controlling expression is constant
  		FD_ZERO(&s->active.wfd);
  		^

select.c(72): remark #279: controlling expression is constant
  		FD_ZERO(&s->active.xfd);
  		^

select.c(144): remark #279: controlling expression is constant
  	FD_ZERO(&fd);
  	^

select.c(172): remark #279: controlling expression is constant
  		assert(0);
  		^

select.c(156): remark #869: parameter "source" was never referenced
  static void *on_fd(oop_source *source,int fd,oop_event event,void *data) {
                                 ^

select.c(178): remark #869: parameter "source" was never referenced
  static void *on_timeout(oop_source *source,struct timeval when,void *data) {
                                      ^

select.c(178): remark #869: parameter "when" was never referenced
  static void *on_timeout(oop_source *source,struct timeval when,void *data) {
                                                            ^

select.c(184): remark #869: parameter "source" was never referenced
  static void *on_collect(oop_source *source,struct timeval when,void *data) {
                                      ^

select.c(184): remark #869: parameter "when" was never referenced
  static void *on_collect(oop_source *source,struct timeval when,void *data) {
                                                            ^

if icc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liboop\" -DVERSION=\"0.9\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_ADNS=1 -DHAVE_LIBRESOLV=1  -I. -I.    -I./../adns/src   -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2  -MT signal.o -MD -MP -MF ".deps/signal.Tpo" -c -o signal.o signal.c; \
then mv -f ".deps/signal.Tpo" ".deps/signal.Po"; else rm -f ".deps/signal.Tpo"; exit 1; fi
icc: Command line warning: ignoring option '-W'; no argument required
signal.c(66): remark #869: parameter "source" was never referenced
  static void *on_pipe(oop_source *source,int fd,oop_event event,void *user) {
                                   ^

oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if icc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liboop\" -DVERSION=\"0.9\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_ADNS=1 -DHAVE_LIBRESOLV=1  -I. -I.    -I./../adns/src   -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2  -MT alloc.o -MD -MP -MF ".deps/alloc.Tpo" -c -o alloc.o alloc.c; \
then mv -f ".deps/alloc.Tpo" ".deps/alloc.Po"; else rm -f ".deps/alloc.Tpo"; exit 1; fi
icc: Command line warning: ignoring option '-W'; no argument required
oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if icc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liboop\" -DVERSION=\"0.9\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_ADNS=1 -DHAVE_LIBRESOLV=1  -I. -I.    -I./../adns/src   -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2  -MT read.o -MD -MP -MF ".deps/read.Tpo" -c -o read.o read.c; \
then mv -f ".deps/read.Tpo" ".deps/read.Po"; else rm -f ".deps/read.Tpo"; exit 1; fi
icc: Command line warning: ignoring option '-W'; no argument required
read.c(137): remark #869: parameter "oop" was never referenced
  static int set_read(oop_source *oop, oop_read *rd) {
                                  ^

read.c(140): remark #869: parameter "oop" was never referenced
  static void cancel_read(oop_source *oop, oop_read *rd) {
                                      ^

read.c(179): remark #869: parameter "rd" was never referenced
  const char *oop_rd_errmsg(oop_read *rd, oop_rd_event event, int errnoval,
                                      ^

read.c(198): remark #869: parameter "when" was never referenced
  static void *on_time(oop_source *oop, struct timeval when, void *rd_void) {
                                                       ^

read.c(245): remark #810: conversion from "int" to "char" may lose significant bits
      buf[0]= rd->displacedchar;
            ^

read.c(265): remark #188: enumerated type mixed with another type
      event= -1;
           ^

read.c(347): remark #810: conversion from "ssize_t={__ssize_t={long}}" to "int" may lose significant bits
      nread= rd->ra->try_read(rd->ra, buf+rd->used, want-rd->used);
           ^

if icc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liboop\" -DVERSION=\"0.9\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_ADNS=1 -DHAVE_LIBRESOLV=1  -I. -I.    -I./../adns/src   -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2  -MT read-fd.o -MD -MP -MF ".deps/read-fd.Tpo" -c -o read-fd.o read-fd.c; \
then mv -f ".deps/read-fd.Tpo" ".deps/read-fd.Po"; else rm -f ".deps/read-fd.Tpo"; exit 1; fi
icc: Command line warning: ignoring option '-W'; no argument required
oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if icc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liboop\" -DVERSION=\"0.9\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_ADNS=1 -DHAVE_LIBRESOLV=1  -I. -I.    -I./../adns/src   -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2  -MT read-mem.o -MD -MP -MF ".deps/read-mem.Tpo" -c -o read-mem.o read-mem.c; \
then mv -f ".deps/read-mem.Tpo" ".deps/read-mem.Po"; else rm -f ".deps/read-mem.Tpo"; exit 1; fi
icc: Command line warning: ignoring option '-W'; no argument required
read-mem.c(58): remark #279: controlling expression is constant
        assert(!"must not lose flow of control");
        ^

read-mem.c(39): remark #869: parameter "when" was never referenced
  static void *process(oop_source *oop, struct timeval when, void *ram_void) {
                                                       ^

if icc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"liboop\" -DVERSION=\"0.9\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_ADNS=1 -DHAVE_LIBRESOLV=1  -I. -I.    -I./../adns/src   -Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings -g -O2  -MT adns.o -MD -MP -MF ".deps/adns.Tpo" -c -o adns.o adns.c; \
then mv -f ".deps/adns.Tpo" ".deps/adns.Po"; else rm -f ".deps/adns.Tpo"; exit 1; fi
icc: Command line warning: ignoring option '-W'; no argument required
adns.c(50): remark #188: enumerated type mixed with another type
  	if (adns_init(&a->state,flags | adns_if_noautosys,diag)
  	                        ^

adns.c(123): remark #279: controlling expression is constant
  	FD_ZERO(&rfd);
  	^

adns.c(124): remark #279: controlling expression is constant
  	FD_ZERO(&wfd);
  	^

adns.c(125): remark #279: controlling expression is constant
  	FD_ZERO(&xfd);
  	^

adns.c(160): remark #869: parameter "select" was never referenced
  	oop_adapter_select *select,
  	                    ^

rm -f liboop.a
/usr/bin/ar cru liboop.a sys.o select.o signal.o alloc.o read.o read-fd.o read-mem.o adns.o 
ranlib liboop.a
make[4]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/liboop'
Making all in libisc-new
make[4]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/libisc-new'
Making all in src
make[5]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/libisc-new/src'
if icc -DPACKAGE_NAME=\"isc\" -DPACKAGE_TARNAME=\"isc\" -DPACKAGE_VERSION=\"1.01\" -DPACKAGE_STRING=\"isc\ 1.01\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"isc\" -DVERSION=\"1.01\" -DUSE_MALLOC_GUARDS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_STDLIB_H=1 -DHAVE_STDARG_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SOCKLEN_T=1 -DHAVE_INET_ATON=1 -DHAVE_UINT32_T=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_INET_NTOP=1 -DHAVE_INET_PTON=1 -DHAVE_GETHOSTBYNAME2=1 -DHAVE_STRUCT_SOCKADDR_STORAGE=1  -I. -I.  -I./../../libmisc -I./../../liboop -I./../../adns/src -I./../../../include   -g -O2 -Wall -W -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -pipe -MT isc_event.o -MD -MP -MF ".deps/isc_event.Tpo" -c -o isc_event.o isc_event.c; \
then mv -f ".deps/isc_event.Tpo" ".deps/isc_event.Po"; else rm -f ".deps/isc_event.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
./../../liboop/oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if icc -DPACKAGE_NAME=\"isc\" -DPACKAGE_TARNAME=\"isc\" -DPACKAGE_VERSION=\"1.01\" -DPACKAGE_STRING=\"isc\ 1.01\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"isc\" -DVERSION=\"1.01\" -DUSE_MALLOC_GUARDS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_STDLIB_H=1 -DHAVE_STDARG_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SOCKLEN_T=1 -DHAVE_INET_ATON=1 -DHAVE_UINT32_T=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_INET_NTOP=1 -DHAVE_INET_PTON=1 -DHAVE_GETHOSTBYNAME2=1 -DHAVE_STRUCT_SOCKADDR_STORAGE=1  -I. -I.  -I./../../libmisc -I./../../liboop -I./../../adns/src -I./../../../include   -g -O2 -Wall -W -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -pipe -MT isc_session.o -MD -MP -MF ".deps/isc_session.Tpo" -c -o isc_session.o isc_session.c; \
then mv -f ".deps/isc_session.Tpo" ".deps/isc_session.Po"; else rm -f ".deps/isc_session.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
if icc -DPACKAGE_NAME=\"isc\" -DPACKAGE_TARNAME=\"isc\" -DPACKAGE_VERSION=\"1.01\" -DPACKAGE_STRING=\"isc\ 1.01\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"isc\" -DVERSION=\"1.01\" -DUSE_MALLOC_GUARDS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_STDLIB_H=1 -DHAVE_STDARG_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SOCKLEN_T=1 -DHAVE_INET_ATON=1 -DHAVE_UINT32_T=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_INET_NTOP=1 -DHAVE_INET_PTON=1 -DHAVE_GETHOSTBYNAME2=1 -DHAVE_STRUCT_SOCKADDR_STORAGE=1  -I. -I.  -I./../../libmisc -I./../../liboop -I./../../adns/src -I./../../../include   -g -O2 -Wall -W -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -pipe -MT isc_abort.o -MD -MP -MF ".deps/isc_abort.Tpo" -c -o isc_abort.o isc_abort.c; \
then mv -f ".deps/isc_abort.Tpo" ".deps/isc_abort.Po"; else rm -f ".deps/isc_abort.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
./../../liboop/oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if icc -DPACKAGE_NAME=\"isc\" -DPACKAGE_TARNAME=\"isc\" -DPACKAGE_VERSION=\"1.01\" -DPACKAGE_STRING=\"isc\ 1.01\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"isc\" -DVERSION=\"1.01\" -DUSE_MALLOC_GUARDS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_STDLIB_H=1 -DHAVE_STDARG_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SOCKLEN_T=1 -DHAVE_INET_ATON=1 -DHAVE_UINT32_T=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_INET_NTOP=1 -DHAVE_INET_PTON=1 -DHAVE_GETHOSTBYNAME2=1 -DHAVE_STRUCT_SOCKADDR_STORAGE=1  -I. -I.  -I./../../libmisc -I./../../liboop -I./../../adns/src -I./../../../include   -g -O2 -Wall -W -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -pipe -MT isc_alloc.o -MD -MP -MF ".deps/isc_alloc.Tpo" -c -o isc_alloc.o isc_alloc.c; \
then mv -f ".deps/isc_alloc.Tpo" ".deps/isc_alloc.Po"; else rm -f ".deps/isc_alloc.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
./../../liboop/oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if icc -DPACKAGE_NAME=\"isc\" -DPACKAGE_TARNAME=\"isc\" -DPACKAGE_VERSION=\"1.01\" -DPACKAGE_STRING=\"isc\ 1.01\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"isc\" -DVERSION=\"1.01\" -DUSE_MALLOC_GUARDS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_STDLIB_H=1 -DHAVE_STDARG_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SOCKLEN_T=1 -DHAVE_INET_ATON=1 -DHAVE_UINT32_T=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_INET_NTOP=1 -DHAVE_INET_PTON=1 -DHAVE_GETHOSTBYNAME2=1 -DHAVE_STRUCT_SOCKADDR_STORAGE=1  -I. -I.  -I./../../libmisc -I./../../liboop -I./../../adns/src -I./../../../include   -g -O2 -Wall -W -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -pipe -MT isc_master.o -MD -MP -MF ".deps/isc_master.Tpo" -c -o isc_master.o isc_master.c; \
then mv -f ".deps/isc_master.Tpo" ".deps/isc_master.Po"; else rm -f ".deps/isc_master.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
isc_master.c(68): remark #188: enumerated type mixed with another type
  		      0
  		      ^

./../../liboop/oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if icc -DPACKAGE_NAME=\"isc\" -DPACKAGE_TARNAME=\"isc\" -DPACKAGE_VERSION=\"1.01\" -DPACKAGE_STRING=\"isc\ 1.01\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"isc\" -DVERSION=\"1.01\" -DUSE_MALLOC_GUARDS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_STDLIB_H=1 -DHAVE_STDARG_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SOCKLEN_T=1 -DHAVE_INET_ATON=1 -DHAVE_UINT32_T=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_INET_NTOP=1 -DHAVE_INET_PTON=1 -DHAVE_GETHOSTBYNAME2=1 -DHAVE_STRUCT_SOCKADDR_STORAGE=1  -I. -I.  -I./../../libmisc -I./../../liboop -I./../../adns/src -I./../../../include   -g -O2 -Wall -W -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -pipe -MT isc_output.o -MD -MP -MF ".deps/isc_output.Tpo" -c -o isc_output.o isc_output.c; \
then mv -f ".deps/isc_output.Tpo" ".deps/isc_output.Po"; else rm -f ".deps/isc_output.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
isc_output.c(140): remark #810: conversion from "ssize_t={__ssize_t={long}}" to "int" may lose significant bits
      wlen = write(scb->pub.fd, msg->buffer, msg->length);
           ^

./../../liboop/oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if icc -DPACKAGE_NAME=\"isc\" -DPACKAGE_TARNAME=\"isc\" -DPACKAGE_VERSION=\"1.01\" -DPACKAGE_STRING=\"isc\ 1.01\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"isc\" -DVERSION=\"1.01\" -DUSE_MALLOC_GUARDS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_STDLIB_H=1 -DHAVE_STDARG_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SOCKLEN_T=1 -DHAVE_INET_ATON=1 -DHAVE_UINT32_T=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_INET_NTOP=1 -DHAVE_INET_PTON=1 -DHAVE_GETHOSTBYNAME2=1 -DHAVE_STRUCT_SOCKADDR_STORAGE=1  -I. -I.  -I./../../libmisc -I./../../liboop -I./../../adns/src -I./../../../include   -g -O2 -Wall -W -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -pipe -MT isc_queue.o -MD -MP -MF ".deps/isc_queue.Tpo" -c -o isc_queue.o isc_queue.c; \
then mv -f ".deps/isc_queue.Tpo" ".deps/isc_queue.Po"; else rm -f ".deps/isc_queue.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
./../../liboop/oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if icc -DPACKAGE_NAME=\"isc\" -DPACKAGE_TARNAME=\"isc\" -DPACKAGE_VERSION=\"1.01\" -DPACKAGE_STRING=\"isc\ 1.01\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"isc\" -DVERSION=\"1.01\" -DUSE_MALLOC_GUARDS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_STDLIB_H=1 -DHAVE_STDARG_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SOCKLEN_T=1 -DHAVE_INET_ATON=1 -DHAVE_UINT32_T=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_INET_NTOP=1 -DHAVE_INET_PTON=1 -DHAVE_GETHOSTBYNAME2=1 -DHAVE_STRUCT_SOCKADDR_STORAGE=1  -I. -I.  -I./../../libmisc -I./../../liboop -I./../../adns/src -I./../../../include   -g -O2 -Wall -W -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -pipe -MT isc_message.o -MD -MP -MF ".deps/isc_message.Tpo" -c -o isc_message.o isc_message.c; \
then mv -f ".deps/isc_message.Tpo" ".deps/isc_message.Po"; else rm -f ".deps/isc_message.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
isc_message.c(62): remark #810: conversion from "size_t={unsigned long}" to "int" may lose significant bits
      msg->size   = size;
                  ^

./../../liboop/oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if icc -DPACKAGE_NAME=\"isc\" -DPACKAGE_TARNAME=\"isc\" -DPACKAGE_VERSION=\"1.01\" -DPACKAGE_STRING=\"isc\ 1.01\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"isc\" -DVERSION=\"1.01\" -DUSE_MALLOC_GUARDS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_STDLIB_H=1 -DHAVE_STDARG_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SOCKLEN_T=1 -DHAVE_INET_ATON=1 -DHAVE_UINT32_T=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_INET_NTOP=1 -DHAVE_INET_PTON=1 -DHAVE_GETHOSTBYNAME2=1 -DHAVE_STRUCT_SOCKADDR_STORAGE=1  -I. -I.  -I./../../libmisc -I./../../liboop -I./../../adns/src -I./../../../include   -g -O2 -Wall -W -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -pipe -MT isc_stdout.o -MD -MP -MF ".deps/isc_stdout.Tpo" -c -o isc_stdout.o isc_stdout.c; \
then mv -f ".deps/isc_stdout.Tpo" ".deps/isc_stdout.Po"; else rm -f ".deps/isc_stdout.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
isc_stdout.c(61): remark #810: conversion from "int" to "char" may lose significant bits
    return scb->sendbuf[scb->sendindex++] = chr;
                                          ^

isc_stdout.c(84): remark #810: conversion from "size_t={unsigned long}" to "int" may lose significant bits
    clen = length;
         ^

isc_stdout.c(92): remark #810: conversion from "unsigned long" to "int" may lose significant bits
      blen = maxlen - scb->sendindex;
           ^

isc_stdout.c(98): remark #810: conversion from "unsigned long" to "int" may lose significant bits
        blen = maxlen - scb->sendindex;
             ^

isc_stdout.c(109): remark #810: conversion from "size_t={unsigned long}" to "int" may lose significant bits
    return length;
           ^

isc_stdout.c(133): remark #810: conversion from "unsigned long" to "char" may lose significant bits
        *--cp = (nr % 10) + '0';
              ^

./../../liboop/oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if icc -DPACKAGE_NAME=\"isc\" -DPACKAGE_TARNAME=\"isc\" -DPACKAGE_VERSION=\"1.01\" -DPACKAGE_STRING=\"isc\ 1.01\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"isc\" -DVERSION=\"1.01\" -DUSE_MALLOC_GUARDS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_STDLIB_H=1 -DHAVE_STDARG_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SOCKLEN_T=1 -DHAVE_INET_ATON=1 -DHAVE_UINT32_T=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_INET_NTOP=1 -DHAVE_INET_PTON=1 -DHAVE_GETHOSTBYNAME2=1 -DHAVE_STRUCT_SOCKADDR_STORAGE=1  -I. -I.  -I./../../libmisc -I./../../liboop -I./../../adns/src -I./../../../include   -g -O2 -Wall -W -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -pipe -MT isc_socket.o -MD -MP -MF ".deps/isc_socket.Tpo" -c -o isc_socket.o isc_socket.c; \
then mv -f ".deps/isc_socket.Tpo" ".deps/isc_socket.Po"; else rm -f ".deps/isc_socket.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
isc_socket.c(268): remark #188: enumerated type mixed with another type
        0,
        ^

if icc -DPACKAGE_NAME=\"isc\" -DPACKAGE_TARNAME=\"isc\" -DPACKAGE_VERSION=\"1.01\" -DPACKAGE_STRING=\"isc\ 1.01\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"isc\" -DVERSION=\"1.01\" -DUSE_MALLOC_GUARDS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_STDLIB_H=1 -DHAVE_STDARG_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SOCKLEN_T=1 -DHAVE_INET_ATON=1 -DHAVE_UINT32_T=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_INET_NTOP=1 -DHAVE_INET_PTON=1 -DHAVE_GETHOSTBYNAME2=1 -DHAVE_STRUCT_SOCKADDR_STORAGE=1  -I. -I.  -I./../../libmisc -I./../../liboop -I./../../adns/src -I./../../../include   -g -O2 -Wall -W -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -pipe -MT isc_tcp.o -MD -MP -MF ".deps/isc_tcp.Tpo" -c -o isc_tcp.o isc_tcp.c; \
then mv -f ".deps/isc_tcp.Tpo" ".deps/isc_tcp.Po"; else rm -f ".deps/isc_tcp.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
isc_tcp.c(123): remark #810: conversion from "int" to "sa_family_t={unsigned short}" may lose significant bits
      addr.sa.sa_family = address_family;
                        ^

isc_tcp.c(168): remark #810: conversion from "int" to "sa_family_t={unsigned short}" may lose significant bits
      addr.sa.sa_family = hp->h_addrtype;
                        ^

isc_tcp.c(185): remark #810: conversion from "int" to "unsigned short" may lose significant bits
      CHOOSE_IP4OR6(addr,
      ^

isc_tcp.c(191): remark #810: conversion from "int" to "in_port_t={uint16_t={unsigned short}}" may lose significant bits
      CHOOSE_IP4OR6(addr,
      ^

isc_tcp.c(321): remark #981: operands are evaluated in unspecified order
    if (FOR_EACH_AF(af,
        ^

isc_tcp.c(321): remark #981: operands are evaluated in unspecified order
    if (FOR_EACH_AF(af,
        ^

./../../liboop/oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if icc -DPACKAGE_NAME=\"isc\" -DPACKAGE_TARNAME=\"isc\" -DPACKAGE_VERSION=\"1.01\" -DPACKAGE_STRING=\"isc\ 1.01\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"isc\" -DVERSION=\"1.01\" -DUSE_MALLOC_GUARDS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_STDLIB_H=1 -DHAVE_STDARG_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SOCKLEN_T=1 -DHAVE_INET_ATON=1 -DHAVE_UINT32_T=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_INET_NTOP=1 -DHAVE_INET_PTON=1 -DHAVE_GETHOSTBYNAME2=1 -DHAVE_STRUCT_SOCKADDR_STORAGE=1  -I. -I.  -I./../../libmisc -I./../../liboop -I./../../adns/src -I./../../../include   -g -O2 -Wall -W -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -pipe -MT isc_relocate.o -MD -MP -MF ".deps/isc_relocate.Tpo" -c -o isc_relocate.o isc_relocate.c; \
then mv -f ".deps/isc_relocate.Tpo" ".deps/isc_relocate.Po"; else rm -f ".deps/isc_relocate.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
./../../liboop/oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if icc -DPACKAGE_NAME=\"isc\" -DPACKAGE_TARNAME=\"isc\" -DPACKAGE_VERSION=\"1.01\" -DPACKAGE_STRING=\"isc\ 1.01\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"isc\" -DVERSION=\"1.01\" -DUSE_MALLOC_GUARDS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_STDLIB_H=1 -DHAVE_STDARG_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SOCKLEN_T=1 -DHAVE_INET_ATON=1 -DHAVE_UINT32_T=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_INET_NTOP=1 -DHAVE_INET_PTON=1 -DHAVE_GETHOSTBYNAME2=1 -DHAVE_STRUCT_SOCKADDR_STORAGE=1  -I. -I.  -I./../../libmisc -I./../../liboop -I./../../adns/src -I./../../../include   -g -O2 -Wall -W -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -pipe -MT isc_compat.o -MD -MP -MF ".deps/isc_compat.Tpo" -c -o isc_compat.o isc_compat.c; \
then mv -f ".deps/isc_compat.Tpo" ".deps/isc_compat.Po"; else rm -f ".deps/isc_compat.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
isc_compat.c(46): remark #1418: external definition with no prior declaration
  char isc_neveruse='C';
       ^

./../../liboop/oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

rm -f libisc.a
/usr/bin/ar cru libisc.a isc_event.o isc_session.o isc_abort.o isc_alloc.o isc_master.o isc_output.o isc_queue.o isc_message.o isc_stdout.o isc_socket.o isc_tcp.o isc_relocate.o isc_compat.o 
ranlib libisc.a
make[5]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/libisc-new/src'
Making all in man
make[5]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/libisc-new/man'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/libisc-new/man'
Making all in doc
make[5]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/libisc-new/doc'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/libisc-new/doc'
Making all in demo
make[5]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/libisc-new/demo'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/libisc-new/demo'
make[5]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/libisc-new'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/libisc-new'
make[4]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/libisc-new'
Making all in libansi
make[4]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/libansi'
if icc -DHAVE_CONFIG_H -I. -I. -I../../..  -I./../../include   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT empty.o -MD -MP -MF ".deps/empty.Tpo" -c -o empty.o empty.c; \
then mv -f ".deps/empty.Tpo" ".deps/empty.Po"; else rm -f ".deps/empty.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
rm -f libansi.a
/usr/bin/ar cru libansi.a empty.o 
ranlib libansi.a
make[4]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/libansi'
Making all in regex
make[4]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/regex'
Making all in doc
make[5]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/regex/doc'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/regex/doc'
Making all in test
make[5]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/regex/test'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/regex/test'
make[5]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/regex'
if icc -DHAVE_CONFIG_H -I. -I. -I../../..     -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT regex.o -MD -MP -MF ".deps/regex.Tpo" -c -o regex.o regex.c; \
then mv -f ".deps/regex.Tpo" ".deps/regex.Po"; else rm -f ".deps/regex.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
regex.c(844): warning #310: old-style parameter list (anachronism)
  static void store_op1 (), store_op2 ();
              ^

regex.c(844): warning #310: old-style parameter list (anachronism)
  static void store_op1 (), store_op2 ();
                            ^

regex.c(845): warning #310: old-style parameter list (anachronism)
  static void insert_op1 (), insert_op2 ();
              ^

regex.c(845): warning #310: old-style parameter list (anachronism)
  static void insert_op1 (), insert_op2 ();
                             ^

regex.c(846): warning #310: old-style parameter list (anachronism)
  static boolean at_begline_loc_p (), at_endline_loc_p ();
                 ^

regex.c(846): warning #310: old-style parameter list (anachronism)
  static boolean at_begline_loc_p (), at_endline_loc_p ();
                                      ^

regex.c(847): warning #310: old-style parameter list (anachronism)
  static boolean group_in_compile_stack ();
                 ^

regex.c(848): warning #310: old-style parameter list (anachronism)
  static reg_errcode_t compile_range ();
                       ^

regex.c(1179): remark #279: controlling expression is constant
        PATFETCH (c);
        ^

regex.c(1191): remark #279: controlling expression is constant
                BUF_PUSH (begline);
                ^

regex.c(1191): remark #279: controlling expression is constant
                BUF_PUSH (begline);
                ^

regex.c(1206): remark #279: controlling expression is constant
                 BUF_PUSH (endline);
                 ^

regex.c(1206): remark #279: controlling expression is constant
                 BUF_PUSH (endline);
                 ^

regex.c(1243): remark #810: conversion from "int" to "char" may lose significant bits
                  zero_times_ok |= c != '+';
                                ^

regex.c(1244): remark #810: conversion from "int" to "char" may lose significant bits
                  many_times_ok |= c != '?';
                                ^

regex.c(1249): remark #279: controlling expression is constant
                  PATFETCH (c);
                  ^

regex.c(1259): remark #279: controlling expression is constant
                      PATFETCH (c1);
                      ^

regex.c(1299): remark #279: controlling expression is constant
                  GET_BUFFER_SPACE (3);
                  ^

regex.c(1324): remark #279: controlling expression is constant
              GET_BUFFER_SPACE (3);
              ^

regex.c(1338): remark #279: controlling expression is constant
                  GET_BUFFER_SPACE (3);
                  ^

regex.c(1348): remark #279: controlling expression is constant
            BUF_PUSH (anychar);
            ^

regex.c(1348): remark #279: controlling expression is constant
            BUF_PUSH (anychar);
            ^

regex.c(1360): remark #279: controlling expression is constant
  	    GET_BUFFER_SPACE (34);
  	    ^

regex.c(1366): remark #279: controlling expression is constant
              BUF_PUSH (*p == '^' ? charset_not : charset); 
              ^

regex.c(1366): remark #810: conversion from "int" to "unsigned char" may lose significant bits
              BUF_PUSH (*p == '^' ? charset_not : charset); 
              ^

regex.c(1366): remark #279: controlling expression is constant
              BUF_PUSH (*p == '^' ? charset_not : charset); 
              ^

regex.c(1374): remark #279: controlling expression is constant
              BUF_PUSH ((1 << BYTEWIDTH) / BYTEWIDTH);
              ^

regex.c(1374): remark #279: controlling expression is constant
              BUF_PUSH ((1 << BYTEWIDTH) / BYTEWIDTH);
              ^

regex.c(1389): remark #279: controlling expression is constant
                  PATFETCH (c);
                  ^

regex.c(1396): remark #279: controlling expression is constant
                      PATFETCH (c1);
                      ^

regex.c(1397): remark #810: conversion from "int" to "unsigned char" may lose significant bits
                      SET_LIST_BIT (c1);
                      ^

regex.c(1431): remark #279: controlling expression is constant
                      PATFETCH (c1);
                      ^

regex.c(1444): remark #279: controlling expression is constant
                      PATFETCH (c);
                      ^

regex.c(1452): remark #279: controlling expression is constant
                          PATFETCH (c);
                          ^

regex.c(1466): remark #810: conversion from "int" to "boolean={char}" may lose significant bits
                          boolean is_alnum = STREQ (str, "alnum");
                                             ^

regex.c(1467): remark #810: conversion from "int" to "boolean={char}" may lose significant bits
                          boolean is_alpha = STREQ (str, "alpha");
                                             ^

regex.c(1468): remark #810: conversion from "int" to "boolean={char}" may lose significant bits
                          boolean is_blank = STREQ (str, "blank");
                                             ^

regex.c(1469): remark #810: conversion from "int" to "boolean={char}" may lose significant bits
                          boolean is_cntrl = STREQ (str, "cntrl");
                                             ^

regex.c(1470): remark #810: conversion from "int" to "boolean={char}" may lose significant bits
                          boolean is_digit = STREQ (str, "digit");
                                             ^

regex.c(1471): remark #810: conversion from "int" to "boolean={char}" may lose significant bits
                          boolean is_graph = STREQ (str, "graph");
                                             ^

regex.c(1472): remark #810: conversion from "int" to "boolean={char}" may lose significant bits
                          boolean is_lower = STREQ (str, "lower");
                                             ^

regex.c(1473): remark #810: conversion from "int" to "boolean={char}" may lose significant bits
                          boolean is_print = STREQ (str, "print");
                                             ^

regex.c(1474): remark #810: conversion from "int" to "boolean={char}" may lose significant bits
                          boolean is_punct = STREQ (str, "punct");
                                             ^

regex.c(1475): remark #810: conversion from "int" to "boolean={char}" may lose significant bits
                          boolean is_space = STREQ (str, "space");
                                             ^

regex.c(1476): remark #810: conversion from "int" to "boolean={char}" may lose significant bits
                          boolean is_upper = STREQ (str, "upper");
                                             ^

regex.c(1477): remark #810: conversion from "int" to "boolean={char}" may lose significant bits
                          boolean is_xdigit = STREQ (str, "xdigit");
                                              ^

regex.c(1483): remark #279: controlling expression is constant
                          PATFETCH (c);					
                          ^

regex.c(1501): remark #810: conversion from "int" to "unsigned char" may lose significant bits
                              SET_LIST_BIT (ch);
                              ^

regex.c(1518): remark #810: conversion from "int" to "unsigned char" may lose significant bits
                      SET_LIST_BIT (c);
                      ^

regex.c(1572): remark #279: controlling expression is constant
            PATFETCH_RAW (c);
            ^

regex.c(1597): remark #810: conversion from "long" to "pattern_offset_t={int}" may lose significant bits
                COMPILE_STACK_TOP.begalt_offset = begalt - bufp->buffer;
                                                ^

regex.c(1599): remark #810: conversion from "long" to "pattern_offset_t={int}" may lose significant bits
                  = fixup_alt_jump ? fixup_alt_jump - bufp->buffer + 1 : 0;
                  ^

regex.c(1600): remark #810: conversion from "long" to "pattern_offset_t={int}" may lose significant bits
                COMPILE_STACK_TOP.laststart_offset = b - bufp->buffer;
                                                   ^

regex.c(1609): remark #810: conversion from "long" to "pattern_offset_t={int}" may lose significant bits
                    COMPILE_STACK_TOP.inner_group_offset = b - bufp->buffer + 2;
                                                         ^

regex.c(1610): remark #279: controlling expression is constant
                    BUF_PUSH_3 (start_memory, regnum, 0);
                    ^

regex.c(1610): remark #279: controlling expression is constant
                    BUF_PUSH_3 (start_memory, regnum, 0);
                    ^

regex.c(1640): remark #279: controlling expression is constant
                    BUF_PUSH (push_dummy_failure);
                    ^

regex.c(1640): remark #279: controlling expression is constant
                    BUF_PUSH (push_dummy_failure);
                    ^

regex.c(1683): remark #810: conversion from "unsigned int" to "unsigned char" may lose significant bits
                      *inner_group_loc = regnum - this_group_regnum;
                                       ^

regex.c(1684): remark #279: controlling expression is constant
                      BUF_PUSH_3 (stop_memory, this_group_regnum,
                      ^

regex.c(1684): remark #810: conversion from "unsigned int" to "unsigned char" may lose significant bits
                      BUF_PUSH_3 (stop_memory, this_group_regnum,
                      ^

regex.c(1684): remark #279: controlling expression is constant
                      BUF_PUSH_3 (stop_memory, this_group_regnum,
                      ^

regex.c(1700): remark #279: controlling expression is constant
                GET_BUFFER_SPACE (3);
                ^

regex.c(1728): remark #279: controlling expression is constant
                GET_BUFFER_SPACE (3);
                ^

regex.c(1762): remark #279: controlling expression is constant
                  GET_UNSIGNED_NUMBER (lower_bound);
                  ^

regex.c(1762): remark #279: controlling expression is constant
                  GET_UNSIGNED_NUMBER (lower_bound);
                  ^

regex.c(1766): remark #279: controlling expression is constant
                      GET_UNSIGNED_NUMBER (upper_bound);
                      ^

regex.c(1766): remark #279: controlling expression is constant
                      GET_UNSIGNED_NUMBER (upper_bound);
                      ^

regex.c(1786): remark #279: controlling expression is constant
                      PATFETCH (c);
                      ^

regex.c(1815): remark #279: controlling expression is constant
                       GET_BUFFER_SPACE (3);
                       ^

regex.c(1834): remark #279: controlling expression is constant
                       GET_BUFFER_SPACE (nbytes);
                       ^

regex.c(1896): remark #279: controlling expression is constant
                 PATFETCH (c);	
                 ^

regex.c(1928): remark #279: controlling expression is constant
                BUF_PUSH (wordchar);
                ^

regex.c(1928): remark #279: controlling expression is constant
                BUF_PUSH (wordchar);
                ^

regex.c(1934): remark #279: controlling expression is constant
                BUF_PUSH (notwordchar);
                ^

regex.c(1934): remark #279: controlling expression is constant
                BUF_PUSH (notwordchar);
                ^

regex.c(1939): remark #279: controlling expression is constant
                BUF_PUSH (wordbeg);
                ^

regex.c(1939): remark #279: controlling expression is constant
                BUF_PUSH (wordbeg);
                ^

regex.c(1943): remark #279: controlling expression is constant
                BUF_PUSH (wordend);
                ^

regex.c(1943): remark #279: controlling expression is constant
                BUF_PUSH (wordend);
                ^

regex.c(1947): remark #279: controlling expression is constant
                BUF_PUSH (wordbound);
                ^

regex.c(1947): remark #279: controlling expression is constant
                BUF_PUSH (wordbound);
                ^

regex.c(1951): remark #279: controlling expression is constant
                BUF_PUSH (notwordbound);
                ^

regex.c(1951): remark #279: controlling expression is constant
                BUF_PUSH (notwordbound);
                ^

regex.c(1955): remark #279: controlling expression is constant
                BUF_PUSH (begbuf);
                ^

regex.c(1955): remark #279: controlling expression is constant
                BUF_PUSH (begbuf);
                ^

regex.c(1959): remark #279: controlling expression is constant
                BUF_PUSH (endbuf);
                ^

regex.c(1959): remark #279: controlling expression is constant
                BUF_PUSH (endbuf);
                ^

regex.c(1967): remark #810: conversion from "int" to "unsigned char" may lose significant bits
                c1 = c - '0';
                   ^

regex.c(1977): remark #279: controlling expression is constant
                BUF_PUSH_2 (duplicate, c1);
                ^

regex.c(1977): remark #279: controlling expression is constant
                BUF_PUSH_2 (duplicate, c1);
                ^

regex.c(1993): remark #810: conversion from "int" to "unsigned char" may lose significant bits
                c = TRANSLATE (c);
                  ^

regex.c(2025): remark #279: controlling expression is constant
  	      BUF_PUSH_2 (exactn, 0);
  	      ^

regex.c(2025): remark #279: controlling expression is constant
  	      BUF_PUSH_2 (exactn, 0);
  	      ^

regex.c(2029): remark #279: controlling expression is constant
  	  BUF_PUSH (c);
  	  ^

regex.c(2029): remark #279: controlling expression is constant
  	  BUF_PUSH (c);
  	  ^

regex.c(2071): remark #810: conversion from "int" to "unsigned char" may lose significant bits
    STORE_NUMBER (loc + 1, arg);
    ^

regex.c(2071): remark #810: conversion from "int" to "unsigned char" may lose significant bits
    STORE_NUMBER (loc + 1, arg);
    ^

regex.c(2071): remark #279: controlling expression is constant
    STORE_NUMBER (loc + 1, arg);
    ^

regex.c(2084): remark #810: conversion from "int" to "unsigned char" may lose significant bits
    STORE_NUMBER (loc + 1, arg1);
    ^

regex.c(2084): remark #810: conversion from "int" to "unsigned char" may lose significant bits
    STORE_NUMBER (loc + 1, arg1);
    ^

regex.c(2084): remark #279: controlling expression is constant
    STORE_NUMBER (loc + 1, arg1);
    ^

regex.c(2085): remark #810: conversion from "int" to "unsigned char" may lose significant bits
    STORE_NUMBER (loc + 3, arg2);
    ^

regex.c(2085): remark #810: conversion from "int" to "unsigned char" may lose significant bits
    STORE_NUMBER (loc + 3, arg2);
    ^

regex.c(2085): remark #279: controlling expression is constant
    STORE_NUMBER (loc + 3, arg2);
    ^

regex.c(2138): remark #810: conversion from "int" to "boolean={char}" may lose significant bits
    boolean prev_prev_backslash = prev > pattern && prev[-1] == '\\';
                                  ^

regex.c(2142): remark #810: conversion from "int" to "boolean={char}" may lose significant bits
         (*prev == '(' && (syntax & RE_NO_BK_PARENS || prev_prev_backslash))
         ^

regex.c(2157): remark #810: conversion from "int" to "boolean={char}" may lose significant bits
    boolean next_backslash = *next == '\\';
                             ^

regex.c(2162): remark #810: conversion from "int" to "boolean={char}" may lose significant bits
         (syntax & RE_NO_BK_PARENS ? *next == ')'
         ^

regex.c(2240): remark #810: conversion from "unsigned int" to "unsigned char" may lose significant bits
        SET_LIST_BIT (TRANSLATE (this_char));
        ^

regex.c(2240): remark #810: conversion from "unsigned int" to "unsigned char" may lose significant bits
        SET_LIST_BIT (TRANSLATE (this_char));
        ^

regex.c(2240): remark #810: conversion from "int" to "unsigned char" may lose significant bits
        SET_LIST_BIT (TRANSLATE (this_char));
        ^

regex.c(2262): remark #1418: external definition with no prior declaration
  int re_max_failures = 2000;
      ^

regex.c(2562): remark #279: controlling expression is constant
    INIT_FAIL_STACK ();
    ^

regex.c(2704): remark #279: controlling expression is constant
            EXTRACT_NUMBER_AND_INCR (j, p);
            ^

regex.c(2704): remark #279: controlling expression is constant
            EXTRACT_NUMBER_AND_INCR (j, p);
            ^

regex.c(2719): remark #279: controlling expression is constant
            EXTRACT_NUMBER_AND_INCR (j, p);
            ^

regex.c(2719): remark #279: controlling expression is constant
            EXTRACT_NUMBER_AND_INCR (j, p);
            ^

regex.c(2733): remark #279: controlling expression is constant
            EXTRACT_NUMBER_AND_INCR (j, p);
            ^

regex.c(2733): remark #279: controlling expression is constant
            EXTRACT_NUMBER_AND_INCR (j, p);
            ^

regex.c(2752): remark #279: controlling expression is constant
                EXTRACT_NUMBER_AND_INCR (k, p);	/* Skip the n.  */
                ^

regex.c(2752): remark #279: controlling expression is constant
                EXTRACT_NUMBER_AND_INCR (k, p);	/* Skip the n.  */
                ^

regex.c(2764): remark #279: controlling expression is constant
            EXTRACT_NUMBER_AND_INCR (k, p);
            ^

regex.c(2764): remark #279: controlling expression is constant
            EXTRACT_NUMBER_AND_INCR (k, p);
            ^

regex.c(2955): remark #810: conversion from "int" to "char" may lose significant bits
  	      register char c = (size1 == 0 || startpos >= size1
  	                        ^

regex.c(2959): remark #810: conversion from "int" to "unsigned char" may lose significant bits
  	      if (!fastmap[(unsigned char) TRANSLATE (c)])
  	                   ^

regex.c(2996): warning #310: old-style parameter list (anachronism)
  static int bcmp_translate ();
             ^

regex.c(2997): warning #310: old-style parameter list (anachronism)
  static boolean alt_match_null_string_p (),
                 ^

regex.c(2998): warning #310: old-style parameter list (anachronism)
                 common_op_match_null_string_p (),
                 ^

regex.c(2999): warning #310: old-style parameter list (anachronism)
                 group_match_null_string_p ();
                 ^

regex.c(3210): remark #810: conversion from "unsigned long" to "unsigned int" may lose significant bits
    unsigned num_regs = bufp->re_nsub + 1;
                        ^

regex.c(3268): remark #279: controlling expression is constant
    INIT_FAIL_STACK ();
    ^

regex.c(3392): remark #810: conversion from "int" to "boolean={char}" may lose significant bits
                    boolean same_str_p = (FIRST_STRING_P (match_end) 
                                         ^

regex.c(3476): remark #810: conversion from "long" to "regoff_t={int}" may lose significant bits
                    regs->end[0] = (MATCHING_IN_FIRST_STRING ? d - string1
                                 ^

regex.c(3488): remark #810: conversion from "long" to "regoff_t={int}" may lose significant bits
  		      regs->start[mcnt] = POINTER_TO_OFFSET (regstart[mcnt]);
  		                        ^

regex.c(3489): remark #810: conversion from "long" to "regoff_t={int}" may lose significant bits
                        regs->end[mcnt] = POINTER_TO_OFFSET (regend[mcnt]);
                                        ^

regex.c(3508): remark #810: conversion from "long" to "int" may lose significant bits
            mcnt = d - pos - (MATCHING_IN_FIRST_STRING 
                 ^

regex.c(3545): remark #981: operands are evaluated in unspecified order
  		  if (translate[(unsigned char) *d++] != (char) *p++)
  		                                      ^

regex.c(3555): remark #981: operands are evaluated in unspecified order
  		  if (*d++ != (char) *p++) goto fail;
  		           ^

regex.c(3559): remark #279: controlling expression is constant
  	  SET_REGS_MATCHED ();
  	  ^

regex.c(3573): remark #279: controlling expression is constant
            SET_REGS_MATCHED ();
            ^

regex.c(3583): remark #810: conversion from "int" to "boolean={char}" may lose significant bits
  	    boolean not = (re_opcode_t) *(p - 1) == charset_not;
  	                  ^

regex.c(3588): remark #810: conversion from "int" to "unsigned char" may lose significant bits
  	    c = TRANSLATE (*d); /* The character to match.  */
  	      ^

regex.c(3594): remark #810: conversion from "int" to "boolean={char}" may lose significant bits
  	      not = !not;
  	          ^

regex.c(3600): remark #279: controlling expression is constant
  	    SET_REGS_MATCHED ();
  	    ^

regex.c(3686): remark #810: conversion from "int" to "unsigned char" may lose significant bits
                unsigned char r = *p - 1;
                                  ^

regex.c(3727): remark #279: controlling expression is constant
                      EXTRACT_NUMBER_AND_INCR (mcnt, p1);
                      ^

regex.c(3727): remark #279: controlling expression is constant
                      EXTRACT_NUMBER_AND_INCR (mcnt, p1);
                      ^

regex.c(3772): remark #279: controlling expression is constant
                    EXTRACT_NUMBER_AND_INCR (mcnt, p1);
                    ^

regex.c(3772): remark #279: controlling expression is constant
                    EXTRACT_NUMBER_AND_INCR (mcnt, p1);
                    ^

regex.c(3773): remark #279: controlling expression is constant
                    PUSH_FAILURE_POINT (p1 + mcnt, d, -2);
                    ^

regex.c(3827): remark #810: conversion from "long" to "int" may lose significant bits
  		mcnt = dend - d;
  		     ^

regex.c(3832): remark #810: conversion from "long" to "int" may lose significant bits
  		  mcnt = dend2 - d2;
  		       ^

regex.c(3917): remark #279: controlling expression is constant
            EXTRACT_NUMBER_AND_INCR (mcnt, p);
            ^

regex.c(3917): remark #279: controlling expression is constant
            EXTRACT_NUMBER_AND_INCR (mcnt, p);
            ^

regex.c(3920): remark #279: controlling expression is constant
            PUSH_FAILURE_POINT (p + mcnt, NULL, -2);
            ^

regex.c(3940): remark #279: controlling expression is constant
            EXTRACT_NUMBER_AND_INCR (mcnt, p);
            ^

regex.c(3940): remark #279: controlling expression is constant
            EXTRACT_NUMBER_AND_INCR (mcnt, p);
            ^

regex.c(3973): remark #279: controlling expression is constant
            PUSH_FAILURE_POINT (p + mcnt, d, -2);
            ^

regex.c(3980): remark #279: controlling expression is constant
            EXTRACT_NUMBER_AND_INCR (mcnt, p);
            ^

regex.c(3980): remark #279: controlling expression is constant
            EXTRACT_NUMBER_AND_INCR (mcnt, p);
            ^

regex.c(4019): remark #810: conversion from "int" to "unsigned char" may lose significant bits
                    = *p2 == (unsigned char) endline ? '\n' : p2[2];
                      ^

regex.c(4037): remark #810: conversion from "int" to "unsigned char" may lose significant bits
  		    if (c < (unsigned char) (p1[4] * BYTEWIDTH)
  		            ^

regex.c(4075): remark #593: variable "pdummy" was set but never used
              unsigned char *pdummy;
                             ^

regex.c(4076): remark #593: variable "sdummy" was set but never used
              const char *sdummy;
                          ^

regex.c(4089): remark #279: controlling expression is constant
  	  EXTRACT_NUMBER_AND_INCR (mcnt, p);	/* Get the amount to jump.  */
  	  ^

regex.c(4089): remark #279: controlling expression is constant
  	  EXTRACT_NUMBER_AND_INCR (mcnt, p);	/* Get the amount to jump.  */
  	  ^

regex.c(4112): remark #279: controlling expression is constant
            PUSH_FAILURE_POINT (0, 0, -2);
            ^

regex.c(4125): remark #279: controlling expression is constant
            PUSH_FAILURE_POINT (0, 0, -2);
            ^

regex.c(4131): remark #279: controlling expression is constant
            EXTRACT_NUMBER (mcnt, p + 2);
            ^

regex.c(4140): remark #810: conversion from "int" to "unsigned char" may lose significant bits
                 STORE_NUMBER_AND_INCR (p, mcnt);
                 ^

regex.c(4140): remark #810: conversion from "int" to "unsigned char" may lose significant bits
                 STORE_NUMBER_AND_INCR (p, mcnt);
                 ^

regex.c(4140): remark #279: controlling expression is constant
                 STORE_NUMBER_AND_INCR (p, mcnt);
                 ^

regex.c(4140): remark #279: controlling expression is constant
                 STORE_NUMBER_AND_INCR (p, mcnt);
                 ^

regex.c(4153): remark #279: controlling expression is constant
            EXTRACT_NUMBER (mcnt, p + 2);
            ^

regex.c(4160): remark #810: conversion from "int" to "unsigned char" may lose significant bits
                 STORE_NUMBER (p + 2, mcnt);
                 ^

regex.c(4160): remark #810: conversion from "int" to "unsigned char" may lose significant bits
                 STORE_NUMBER (p + 2, mcnt);
                 ^

regex.c(4160): remark #279: controlling expression is constant
                 STORE_NUMBER (p + 2, mcnt);
                 ^

regex.c(4172): remark #279: controlling expression is constant
              EXTRACT_NUMBER_AND_INCR (mcnt, p);
              ^

regex.c(4172): remark #279: controlling expression is constant
              EXTRACT_NUMBER_AND_INCR (mcnt, p);
              ^

regex.c(4174): remark #279: controlling expression is constant
              EXTRACT_NUMBER_AND_INCR (mcnt, p);
              ^

regex.c(4174): remark #279: controlling expression is constant
              EXTRACT_NUMBER_AND_INCR (mcnt, p);
              ^

regex.c(4176): remark #810: conversion from "int" to "unsigned char" may lose significant bits
  	    STORE_NUMBER (p1, mcnt);
  	    ^

regex.c(4176): remark #810: conversion from "int" to "unsigned char" may lose significant bits
  	    STORE_NUMBER (p1, mcnt);
  	    ^

regex.c(4176): remark #279: controlling expression is constant
  	    STORE_NUMBER (p1, mcnt);
  	    ^

regex.c(4268): remark #279: controlling expression is constant
  	  SET_REGS_MATCHED ();
  	  ^

regex.c(4277): remark #279: controlling expression is constant
            SET_REGS_MATCHED ();
            ^

regex.c(4317): remark #279: controlling expression is constant
                    EXTRACT_NUMBER_AND_INCR (mcnt, p1);
                    ^

regex.c(4317): remark #279: controlling expression is constant
                    EXTRACT_NUMBER_AND_INCR (mcnt, p1);
                    ^

regex.c(4378): remark #279: controlling expression is constant
            EXTRACT_NUMBER_AND_INCR (mcnt, p1);
            ^

regex.c(4378): remark #279: controlling expression is constant
            EXTRACT_NUMBER_AND_INCR (mcnt, p1);
            ^

regex.c(4425): remark #279: controlling expression is constant
                    EXTRACT_NUMBER_AND_INCR (mcnt, p1);
                    ^

regex.c(4425): remark #279: controlling expression is constant
                    EXTRACT_NUMBER_AND_INCR (mcnt, p1);
                    ^

regex.c(4437): remark #279: controlling expression is constant
                EXTRACT_NUMBER (mcnt, p1 - 2);
                ^

regex.c(4485): remark #279: controlling expression is constant
            EXTRACT_NUMBER_AND_INCR (mcnt, p1);
            ^

regex.c(4485): remark #279: controlling expression is constant
            EXTRACT_NUMBER_AND_INCR (mcnt, p1);
            ^

regex.c(4549): remark #279: controlling expression is constant
        EXTRACT_NUMBER_AND_INCR (mcnt, p1);
        ^

regex.c(4549): remark #279: controlling expression is constant
        EXTRACT_NUMBER_AND_INCR (mcnt, p1);
        ^

regex.c(4559): remark #279: controlling expression is constant
        EXTRACT_NUMBER_AND_INCR (mcnt, p1);
        ^

regex.c(4559): remark #279: controlling expression is constant
        EXTRACT_NUMBER_AND_INCR (mcnt, p1);
        ^

regex.c(4564): remark #279: controlling expression is constant
            EXTRACT_NUMBER_AND_INCR (mcnt, p1);
            ^

regex.c(4564): remark #279: controlling expression is constant
            EXTRACT_NUMBER_AND_INCR (mcnt, p1);
            ^

regex.c(4601): remark #981: operands are evaluated in unspecified order
        if (translate[*p1++] != translate[*p2++]) return 1;
                             ^

regex.c(4768): remark #279: controlling expression is constant
          preg->translate[i] = ISUPPER (i) ? tolower (i) : i;
                                             ^

regex.c(4768): remark #279: controlling expression is constant
          preg->translate[i] = ISUPPER (i) ? tolower (i) : i;
                                             ^

regex.c(4768): remark #810: conversion from "unsigned int" to "char" may lose significant bits
          preg->translate[i] = ISUPPER (i) ? tolower (i) : i;
                             ^

regex.c(4788): warning #180: argument is incompatible with formal parameter
    ret = regex_compile (pattern, strlen (pattern), syntax, preg);
                                  ^

regex.c(4823): remark #810: conversion from "size_t={unsigned long}" to "int" may lose significant bits
    int len = strlen (string);
              ^

regex.c(4824): remark #810: conversion from "int" to "boolean={char}" may lose significant bits
    boolean want_reg_info = !preg->no_sub && nmatch > 0;
                            ^

regex.c(4838): remark #810: conversion from "size_t={unsigned long}" to "unsigned int" may lose significant bits
        regs.num_regs = nmatch;
                      ^

regex.c(4880): remark #869: parameter "preg" was never referenced
      const regex_t *preg;
                     ^

rm -f libregex.a
/usr/bin/ar cru libregex.a regex.o 
ranlib libregex.a
make[5]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/regex'
make[4]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/regex'
Making all in libcommon
make[4]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/libcommon'
if icc -DHAVE_CONFIG_H -I. -I. -I../../..  -I./../../include -I./../libmisc   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT kom-errno.o -MD -MP -MF ".deps/kom-errno.Tpo" -c -o kom-errno.o kom-errno.c; \
then mv -f ".deps/kom-errno.Tpo" ".deps/kom-errno.Po"; else rm -f ".deps/kom-errno.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
if icc -DHAVE_CONFIG_H -I. -I. -I../../..  -I./../../include -I./../libmisc   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT misc-parser.o -MD -MP -MF ".deps/misc-parser.Tpo" -c -o misc-parser.o misc-parser.c; \
then mv -f ".deps/misc-parser.Tpo" ".deps/misc-parser.Po"; else rm -f ".deps/misc-parser.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
if icc -DHAVE_CONFIG_H -I. -I. -I../../..  -I./../../include -I./../libmisc   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT parser.o -MD -MP -MF ".deps/parser.Tpo" -c -o parser.o parser.c; \
then mv -f ".deps/parser.Tpo" ".deps/parser.Po"; else rm -f ".deps/parser.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
rm -f liblyskom-server.a
/usr/bin/ar cru liblyskom-server.a kom-errno.o misc-parser.o parser.o 
ranlib liblyskom-server.a
make[4]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/libcommon'
Making all in libmisc
make[4]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/libmisc'
if icc -DHAVE_CONFIG_H -I. -I. -I../../..  -I./../../include -I./../liboop   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT s-collat-tabs.o -MD -MP -MF ".deps/s-collat-tabs.Tpo" -c -o s-collat-tabs.o s-collat-tabs.c; \
then mv -f ".deps/s-collat-tabs.Tpo" ".deps/s-collat-tabs.Po"; else rm -f ".deps/s-collat-tabs.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
if icc -DHAVE_CONFIG_H -I. -I. -I../../..  -I./../../include -I./../liboop   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT s-string.o -MD -MP -MF ".deps/s-string.Tpo" -c -o s-string.o s-string.c; \
then mv -f ".deps/s-string.Tpo" ".deps/s-string.Po"; else rm -f ".deps/s-string.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
s-string.c(475): remark #810: conversion from "long" to "int" may lose significant bits
      retval_based_on_lengths = sign(str1.len - str2.len);
                                     ^

s-string.c(530): remark #810: conversion from "long" to "int" may lose significant bits
      retval_based_on_lengths = sign(str1.len - str2.len);
                                     ^

if icc -DHAVE_CONFIG_H -I. -I. -I../../..  -I./../../include -I./../liboop   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT ldifftime.o -MD -MP -MF ".deps/ldifftime.Tpo" -c -o ldifftime.o ldifftime.c; \
then mv -f ".deps/ldifftime.Tpo" ".deps/ldifftime.Po"; else rm -f ".deps/ldifftime.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
if icc -DHAVE_CONFIG_H -I. -I. -I../../..  -I./../../include -I./../liboop   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT timeval-util.o -MD -MP -MF ".deps/timeval-util.Tpo" -c -o timeval-util.o timeval-util.c; \
then mv -f ".deps/timeval-util.Tpo" ".deps/timeval-util.Po"; else rm -f ".deps/timeval-util.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
timeval-util.c(41): remark #188: enumerated type mixed with another type
      return t.tv_sec != 0 || t.tv_usec != 0;
             ^

timeval-util.c(47): remark #188: enumerated type mixed with another type
      return t.tv_sec == 0 && t.tv_usec == 0;
             ^

timeval-util.c(70): remark #810: conversion from "long" to "int" may lose significant bits
  	int nsec = (y.tv_usec - x.tv_usec) / 1000000 + 1;
  	           ^

timeval-util.c(76): remark #810: conversion from "long" to "int" may lose significant bits
  	int nsec = (x.tv_usec - y.tv_usec) / 1000000;
  	           ^

timeval-util.c(150): remark #981: operands are evaluated in unspecified order
      return (a.tv_sec - b.tv_sec) + 1e-6 * (a.tv_usec - b.tv_usec);
                                   ^

rm -f libmisc.a
/usr/bin/ar cru libmisc.a s-collat-tabs.o s-string.o ldifftime.o timeval-util.o 
ranlib libmisc.a
make[4]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/libmisc'
Making all in libeintr
make[4]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/libeintr'
rm -f eintr.h
cat ./eintr.h.pre > eintr.h
sed -e 's/	/ /g' -e 's/ *, */,/g' ./funcs.txt \
| gawk -F, -f ./gen-wrapper.awk || rm -f eintr.h fopen.c fclose.c rename.c
if icc -DHAVE_CONFIG_H -I. -I. -I../../..     -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT fopen.o -MD -MP -MF ".deps/fopen.Tpo" -c -o fopen.o fopen.c; \
then mv -f ".deps/fopen.Tpo" ".deps/fopen.Po"; else rm -f ".deps/fopen.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
if icc -DHAVE_CONFIG_H -I. -I. -I../../..     -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT fclose.o -MD -MP -MF ".deps/fclose.Tpo" -c -o fclose.o fclose.c; \
then mv -f ".deps/fclose.Tpo" ".deps/fclose.Po"; else rm -f ".deps/fclose.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
if icc -DHAVE_CONFIG_H -I. -I. -I../../..     -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT rename.o -MD -MP -MF ".deps/rename.Tpo" -c -o rename.o rename.c; \
then mv -f ".deps/rename.Tpo" ".deps/rename.Po"; else rm -f ".deps/rename.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
rm -f libeintr.a
/usr/bin/ar cru libeintr.a fopen.o fclose.o rename.o 
ranlib libeintr.a
make[4]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries/libeintr'
make[4]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries'
make[3]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/libraries'
Making all in server
make[3]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/server'
(echo \# Do not edit this file! It is generated from fncdef.txt.;\
  cat ./fncdef.txt) \
| sed 's/([^)]*)//g' > fncdef-no-str-limit.txt
gawk -f ./prot-a-parse-arg-h.awk \
fncdef-no-str-limit.txt > prot-a-parse-arg.h
gawk -f ./prot-a-parse-arg-c.awk ./fncdef.txt \
> prot-a-parse-arg.c
gawk -f ./call-switch.awk fncdef-no-str-limit.txt \
> call-switch.incl
gawk -f ./com-h.awk fncdef-no-str-limit.txt > com.h
gawk -f ./fnc-def-init.awk fncdef-no-str-limit.txt \
> fnc-def-init.incl
rm -f .gdbinit
echo handle 13 nostop noprint 			>.gdbinit
echo dir ../../src/libraries/libcommon	>>.gdbinit
echo dir ../../src/libraries/libansi	>>.gdbinit
echo dir ../../src/libraries/libisc-new	>>.gdbinit
echo dir ../../src/libraries/liboop	>>.gdbinit
echo dir ../../src/libraries/libmisc	>>.gdbinit
echo '/* Do not edit -- automatically generated file */'      > version.incl.tmp
sed -n 's/SERVER-COMPAT-VERSION: //p' ../../versions  >>version.incl.tmp
echo '/* Do not edit -- automatically generated file */'      >>version.incl.tmp
mv version.incl.tmp version.incl
gawk -f ./prot-a-is-legal-fnc.awk fncdef-no-str-limit.txt \
> prot-a-is-legal-fnc.incl
rm -f aux-no.h aux-no.h.tmp
echo '/* Do not edit -- automatically generated file */'    >aux-no.h.tmp
echo '#ifndef AUX_H_INCLUDED'				    >>aux-no.h.tmp
echo '#define AUX_H_INCLUDED'				    >>aux-no.h.tmp
echo 'enum aux_no {'					    >>aux-no.h.tmp
LC_ALL=C LC_CTYPE=C LANG=C sed \
    -e '/^#/d' \
    -e '/^{/,/^}/d' \
    -e 's/^\([0-9]*\) : \([a-z\-]*\) .*/aux_\2 \1/' \
    -e '/^ *$/d' \
    -e 'y/-/_/' \
    < ../../run-support/aux-items.conf \
| awk '{printf "    %-25s = %5s,\n", $1, $2}'		    >>aux-no.h.tmp
echo '};'						    >>aux-no.h.tmp
echo '#endif'						    >>aux-no.h.tmp
echo '/* Do not edit -- automatically generated file */'    >>aux-no.h.tmp
chmod 444 aux-no.h.tmp
mv -f aux-no.h.tmp aux-no.h
rm -f paths.h paths.h.tmp
echo '/* Do not edit -- automatically generated file */'    >  paths.h.tmp
echo '#define DEFAULT_PREFIX "'"/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx"'"'               >> paths.h.tmp
../../scripts/definepath "../.." "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx" CONFIG_FILE      "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx/etc/lyskomd.conf"       >> paths.h.tmp
../../scripts/definepath "../.." "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx" DATA_FILE        "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx/var/lyskomd/db/lyskomd-data"	    >> paths.h.tmp
../../scripts/definepath "../.." "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx" BACKUP_FILE      "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx/var/lyskomd/db/lyskomd-backup"	    >> paths.h.tmp
../../scripts/definepath "../.." "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx" PREV_BACKUP_FILE "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx/var/lyskomd/db/lyskomd-backup-prev"	    >> paths.h.tmp
../../scripts/definepath "../.." "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx" LOCK_FILE        "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx/var/lyskomd/db/lyskomd-lock"	    >> paths.h.tmp
../../scripts/definepath "../.." "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx" TEXT_FILE        "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx/var/lyskomd/db/lyskomd-texts"	    >> paths.h.tmp
../../scripts/definepath "../.." "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx" NUMBER_FILE      "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx/var/lyskomd/db/number.txt"		    >> paths.h.tmp
../../scripts/definepath "../.." "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx" NUMBER_FILE_TMP  "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx/var/lyskomd/db/number.tmp"		    >> paths.h.tmp
../../scripts/definepath "../.." "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx" TEXT_BACKUP_FILE "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx/var/lyskomd/db/lyskomd-texts-backup"    >> paths.h.tmp
../../scripts/definepath "../.." "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx" EXPORT_DIR       "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx/var/lyskomd/exportdb"	 		    >> paths.h.tmp
../../scripts/definepath "../.." "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx" LYSKOMD_LOG      "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx/var/lyskomd.log"     >> paths.h.tmp
../../scripts/definepath "../.." "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx" LYSKOMD_STATS    "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx/var/lyskomd.stats"   >> paths.h.tmp
../../scripts/definepath "../.." "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx" LYSKOMD_PID      "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx/var/run/lyskomd.pid" >> paths.h.tmp
../../scripts/definepath "../.." "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx" MEMORY_USAGE     "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx/var/lyskomd.memory"  >> paths.h.tmp
../../scripts/definepath "../.." "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx" AUX_FILE         "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx/etc/aux-items.conf"     >> paths.h.tmp
../../scripts/definepath "../.." "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx" STATUS_FILE      "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx/var/lyskomd/db/status"		    >> paths.h.tmp
../../scripts/definepath "../.." "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx" CONNECTIONS_FILE "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx/var/lyskomd.clients" >> paths.h.tmp
../../scripts/definepath "../.." "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx" CONNECTIONS_TMP  "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx/var/lyskomd.clnt.tmp">> paths.h.tmp
../../scripts/definepath "../.." "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx" CORE_DIR         "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx/var/lyskomd.cores"   >> paths.h.tmp
../../scripts/definepath "../.." "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx" LYSKOMD_PATH     "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx/sbin/lyskomd"      >> paths.h.tmp
../../scripts/definepath "../.." "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx" SAVECORE_PATH "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx/sbin/savecore-lyskom" >> paths.h.tmp
echo "/* External programs */"                              >> paths.h.tmp
../../scripts/definepath "../.." "/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx" SENDMAIL_PATH    "/usr/lib/sendmail"                      >> paths.h.tmp
echo '/* Do not edit -- automatically generated file */'    >> paths.h.tmp
chmod 444 paths.h.tmp
mv -f paths.h.tmp paths.h
make  all-recursive
make[4]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/server'
if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT ramkomd.o -MD -MP -MF ".deps/ramkomd.Tpo" -c -o ramkomd.o ramkomd.c; \
then mv -f ".deps/ramkomd.Tpo" ".deps/ramkomd.Po"; else rm -f ".deps/ramkomd.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
ramkomd.c(124): remark #1418: external definition with no prior declaration
  int	buglevel = 0;
     	^

ramkomd.c(141): warning #1419: external declaration in primary source file
  isc_accept_callback handle_accept_event;
                      ^

ramkomd.c(511): remark #810: conversion from "rlim_t={__rlim_t={unsigned long}}" to "int" may lose significant bits
      fd_ceiling = rlim.rlim_cur;
                 ^

ramkomd.c(563): warning #1419: external declaration in primary source file
  int main(int argc, char **argv);
      ^

ramkomd.c(607): remark #981: operands are evaluated in unspecified order
      srand(time(NULL) + getpid());
                       ^

ramkomd.c(607): remark #810: conversion from "long" to "unsigned int" may lose significant bits
      srand(time(NULL) + getpid());
            ^

./../libraries/liboop/oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT ram-smalloc.o -MD -MP -MF ".deps/ram-smalloc.Tpo" -c -o ram-smalloc.o ram-smalloc.c; \
then mv -f ".deps/ram-smalloc.Tpo" ".deps/ram-smalloc.Po"; else rm -f ".deps/ram-smalloc.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
ram-smalloc.c(247): remark #810: conversion from "size_t={unsigned long}" to "unsigned int" may lose significant bits
      p->val = size;
             ^

ram-smalloc.c(364): remark #810: conversion from "size_t={unsigned long}" to "unsigned int" may lose significant bits
      new_ptr->val = size;
                   ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT simple-cache.o -MD -MP -MF ".deps/simple-cache.Tpo" -c -o simple-cache.o simple-cache.c; \
then mv -f ".deps/simple-cache.Tpo" ".deps/simple-cache.Po"; else rm -f ".deps/simple-cache.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
simple-cache.c(168): warning #1419: external declaration in primary source file
  BUGDECL;
  ^

simple-cache.c(257): remark #593: variable "dummy" was set but never used
      long dummy;
           ^

simple-cache.c(279): remark #593: variable "dummy" was set but never used
      long dummy;
           ^

simple-cache.c(300): remark #593: variable "dummy" was set but never used
      long dummy;
           ^

simple-cache.c(595): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
      conf_no = cno;
              ^

simple-cache.c(1111): remark #181: argument is incompatible with corresponding format string conversion
      TRACE2("cached_create_text (len=%lu)\n", message.len);
      ^

simple-cache.c(1255): remark #810: conversion from "int" to "Conf_no={unsigned short}" may lose significant bits
      return (seed >= next_free_num) ? 0 : seed ;
             ^

simple-cache.c(1608): remark #810: conversion from "int" to "Conf_no={unsigned short}" may lose significant bits
      size = cached_no_of_existing_conferences() + 1;
           ^

simple-cache.c(1923): remark #181: argument is incompatible with corresponding format string conversion
      fprintf(file_b, "#T %ld\n", highest_text_no);
                                  ^

simple-cache.c(2079): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
  	cn = get_conf_node (sync_next);
  	                    ^

simple-cache.c(2158): remark #810: conversion from "unsigned long" to "Pers_no={unsigned short}" may lose significant bits
  	cn = get_pers_node (sync_next);
  	                    ^

simple-cache.c(2169): remark #810: conversion from "unsigned long" to "int" may lose significant bits
  		write_pers(file_b, cn->snap_shot, sync_next);
  		                                  ^

simple-cache.c(2173): remark #810: conversion from "unsigned long" to "int" may lose significant bits
  		write_pers(file_b, cn->ptr, sync_next);
  		                            ^

simple-cache.c(2539): remark #181: argument is incompatible with corresponding format string conversion
  	restart_kom("sync(): sync_state==%d", sync_state);
  	                                      ^

simple-cache.c(2590): remark #810: conversion from "unsigned long" to "int" may lose significant bits
      pers_mcb = create_cache_node_mcb(100, param.max_conf);
                                            ^

simple-cache.c(2591): remark #810: conversion from "unsigned long" to "int" may lose significant bits
      conf_mcb = create_cache_node_mcb(100, param.max_conf);
                                            ^

simple-cache.c(2592): remark #810: conversion from "unsigned long" to "int" may lose significant bits
      text_mcb = create_cache_node_mcb(100, param.max_text);
                                            ^

simple-cache.c(2702): remark #810: conversion from "long" to "int" may lose significant bits
      set_input_format(datafile_version);
                       ^

simple-cache.c(2723): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
  		next_free_num = fparse_long(file_a);
  		              ^

simple-cache.c(2741): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  		node = get_conf_node(num);
  		                     ^

simple-cache.c(2755): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  		node = get_pers_node(num);
  		                     ^

simple-cache.c(2803): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    node = get_conf_node(num);
  	                         ^

simple-cache.c(2807): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  		node = get_conf_node(num);
  		                     ^

simple-cache.c(2821): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    setup_small_conf(num, &tmp_conf);
  	                     ^

simple-cache.c(2830): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	    node = get_pers_node(num); 
  	                         ^

simple-cache.c(2834): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  		node = get_pers_node(num);
  		                     ^

simple-cache.c(2894): remark #181: argument is incompatible with corresponding format string conversion
  	    next_free_num, next_text_num);
  	                   ^

simple-cache.c(2899): remark #810: conversion from "int" to "Conf_no={unsigned short}" may lose significant bits
      boottime_info.highest_conf_no = next_free_num - 1;
                                    ^

simple-cache.c(2901): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
      boottime_info.existing_confs = read_stat_value(STAT_CONFS);
                                   ^

simple-cache.c(2902): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
      boottime_info.existing_persons = read_stat_value(STAT_PERSONS);
                                     ^

simple-cache.c(2970): remark #810: conversion from "unsigned int" to "Conf_no={unsigned short}" may lose significant bits
  	node = get_conf_node(i);
  	                     ^

simple-cache.c(2988): remark #810: conversion from "unsigned int" to "Pers_no={unsigned short}" may lose significant bits
  	node = get_pers_node(i);
  	                     ^

simple-cache.c(3226): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT ram-parse.o -MD -MP -MF ".deps/ram-parse.Tpo" -c -o ram-parse.o ram-parse.c; \
then mv -f ".deps/ram-parse.Tpo" ".deps/ram-parse.Po"; else rm -f ".deps/ram-parse.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
ram-parse.c(129): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
      info->conf_pres_conf = fparse_long(fp);
                           ^

ram-parse.c(130): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
      info->pers_pres_conf = fparse_long(fp);
                           ^

ram-parse.c(131): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
      info->motd_conf      = fparse_long(fp);
                           ^

ram-parse.c(132): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
      info->kom_news_conf  = fparse_long(fp);
                           ^

ram-parse.c(141): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
      info->conf_pres_conf = fparse_long(fp);
                           ^

ram-parse.c(142): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
      info->pers_pres_conf = fparse_long(fp);
                           ^

ram-parse.c(143): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
      info->motd_conf      = fparse_long(fp);
                           ^

ram-parse.c(144): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
      info->kom_news_conf  = fparse_long(fp);
                           ^

ram-parse.c(166): remark #111: statement is unreachable
          break;
          ^

ram-parse.c(169): remark #111: statement is unreachable
          break;
          ^

ram-parse.c(173): remark #111: statement is unreachable
          break;
          ^

ram-parse.c(207): remark #810: conversion from "unsigned long" to "Pers_no={unsigned short}" may lose significant bits
      result->creator = fparse_long(fp);
                      ^

ram-parse.c(209): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
      result->supervisor = fparse_long(fp);
                         ^

ram-parse.c(210): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
      result->permitted_submitters = fparse_long(fp);
                                   ^

ram-parse.c(211): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
      result->super_conf = fparse_long(fp);
                         ^

ram-parse.c(263): remark #810: conversion from "unsigned long" to "Pers_no={unsigned short}" may lose significant bits
      result->creator = fparse_long(fp);
                      ^

ram-parse.c(265): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
      result->supervisor = fparse_long(fp);
                         ^

ram-parse.c(266): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
      result->permitted_submitters = fparse_long(fp);
                                   ^

ram-parse.c(267): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
      result->super_conf = fparse_long(fp);
                         ^

ram-parse.c(296): remark #111: statement is unreachable
          break;
          ^

ram-parse.c(299): remark #111: statement is unreachable
          break;
          ^

ram-parse.c(303): remark #111: statement is unreachable
          break;
          ^

ram-parse.c(350): remark #810: conversion from "unsigned long" to "unsigned short" may lose significant bits
      person->created_persons = fparse_long(fp);
                              ^

ram-parse.c(360): remark #810: conversion from "unsigned long" to "unsigned short" may lose significant bits
      person->created_confs = fparse_long(fp);
                            ^

ram-parse.c(408): remark #810: conversion from "unsigned long" to "unsigned short" may lose significant bits
      person->created_persons = fparse_long(fp);
                              ^

ram-parse.c(418): remark #810: conversion from "unsigned long" to "unsigned short" may lose significant bits
      person->created_confs = fparse_long(fp);
                            ^

ram-parse.c(434): remark #111: statement is unreachable
          break;
          ^

ram-parse.c(437): remark #111: statement is unreachable
          break;
          ^

ram-parse.c(441): remark #111: statement is unreachable
          break;
          ^

ram-parse.c(479): remark #810: conversion from "unsigned long" to "unsigned int" may lose significant bits
      no_of_read = fparse_long(fp);
                 ^

ram-parse.c(572): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
      mship->conf_no = fparse_long(fp);
                     ^

ram-parse.c(573): remark #810: conversion from "unsigned long" to "unsigned char" may lose significant bits
      mship->priority = fparse_long(fp);
                      ^

ram-parse.c(576): remark #810: conversion from "unsigned long" to "Pers_no={unsigned short}" may lose significant bits
      mship->added_by = fparse_long(fp);
                      ^

ram-parse.c(590): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
      mship->conf_no = fparse_long(fp);
                     ^

ram-parse.c(591): remark #810: conversion from "unsigned long" to "unsigned char" may lose significant bits
      mship->priority = fparse_long(fp);
                      ^

ram-parse.c(607): remark #111: statement is unreachable
          break;
          ^

ram-parse.c(610): remark #111: statement is unreachable
          break;
          ^

ram-parse.c(614): remark #111: statement is unreachable
          break;
          ^

ram-parse.c(634): remark #810: conversion from "unsigned long" to "unsigned short" may lose significant bits
      result->no_of_confs = fparse_long(fp);
                          ^

ram-parse.c(724): remark #810: conversion from "unsigned long" to "unsigned short" may lose significant bits
      result->no_of_confs = fparse_long(fp);
                          ^

ram-parse.c(810): remark #111: statement is unreachable
          break;
          ^

ram-parse.c(813): remark #111: statement is unreachable
          break;
          ^

ram-parse.c(817): remark #111: statement is unreachable
          break;
          ^

ram-parse.c(847): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
  		result->conf_nos[ i ] = fparse_long(fp);
  		                      ^

ram-parse.c(970): remark #810: conversion from "unsigned long" to "unsigned short" may lose significant bits
      result->no_of_marks = fparse_long(fp);
                          ^

ram-parse.c(1059): remark #810: conversion from "unsigned long" to "Pers_no={unsigned short}" may lose significant bits
      result->author = fparse_long(fp);
                     ^

ram-parse.c(1061): remark #810: conversion from "unsigned long" to "unsigned short" may lose significant bits
      result->no_of_lines = fparse_long(fp);
                          ^

ram-parse.c(1063): remark #810: conversion from "unsigned long" to "unsigned short" may lose significant bits
      result->no_of_marks = fparse_long(fp);
                          ^

ram-parse.c(1064): remark #810: conversion from "unsigned long" to "unsigned short" may lose significant bits
      result->no_of_misc = fparse_long(fp);
                         ^

ram-parse.c(1175): remark #810: conversion from "unsigned long" to "Pers_no={unsigned short}" may lose significant bits
      result->author = fparse_long(fp);
                     ^

ram-parse.c(1177): remark #810: conversion from "unsigned long" to "unsigned short" may lose significant bits
      result->no_of_lines = fparse_long(fp);
                          ^

ram-parse.c(1179): remark #810: conversion from "unsigned long" to "unsigned short" may lose significant bits
      result->no_of_marks = fparse_long(fp);
                          ^

ram-parse.c(1180): remark #810: conversion from "unsigned long" to "unsigned short" may lose significant bits
      result->no_of_misc = fparse_long(fp);
                         ^

ram-parse.c(1283): remark #111: statement is unreachable
          break;
          ^

ram-parse.c(1286): remark #111: statement is unreachable
          break;
          ^

ram-parse.c(1290): remark #111: statement is unreachable
          break;
          ^

ram-parse.c(1398): remark #810: conversion from "unsigned long" to "unsigned short" may lose significant bits
      result->no_of_members = fparse_long(fp);
                            ^

ram-parse.c(1479): remark #810: conversion from "unsigned long" to "Pers_no={unsigned short}" may lose significant bits
      result->member = fparse_long(fp);
                     ^

ram-parse.c(1487): remark #810: conversion from "unsigned long" to "Pers_no={unsigned short}" may lose significant bits
      result->member = fparse_long(fp);
                     ^

ram-parse.c(1488): remark #810: conversion from "unsigned long" to "Pers_no={unsigned short}" may lose significant bits
      result->added_by = fparse_long(fp);
                       ^

ram-parse.c(1502): remark #111: statement is unreachable
          break;
          ^

ram-parse.c(1505): remark #111: statement is unreachable
          break;
          ^

ram-parse.c(1517): remark #810: conversion from "unsigned long" to "unsigned char" may lose significant bits
      result->mark_type = fparse_long(fp);
                        ^

ram-parse.c(1579): remark #810: conversion from "int" to "char" may lose significant bits
      c = getc(fp);
        ^

ram-parse.c(1603): remark #810: conversion from "unsigned long" to "Pers_no={unsigned short}" may lose significant bits
      result->person = fparse_long(fp);
                     ^

ram-parse.c(1604): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
      result->working_conference = fparse_long(fp);
                                 ^

ram-parse.c(1625): remark #810: conversion from "unsigned long" to "int" may lose significant bits
      result->no_of_persons = fparse_long(fp);
                            ^

ram-parse.c(1723): remark #188: enumerated type mixed with another type
      link->target_type = (enum object_type)(long)fparse_long(fp);
                          ^

ram-parse.c(1728): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
          link->target_object.conf = (Conf_no)fparse_long(fp);
                                     ^

ram-parse.c(1746): remark #810: conversion from "unsigned long" to "Pers_no={unsigned short}" may lose significant bits
      item->creator = fparse_long(fp);
                    ^

ram-parse.c(1773): remark #810: conversion from "unsigned long" to "unsigned short" may lose significant bits
      result->length = fparse_long(fp);
                     ^

ram-parse.c(1770): remark #593: variable "c" was set but never used
      int c, i;
          ^

ram-parse.c(1866): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
  	result->datum.recipient = fparse_long(fp);
  	                        ^

ram-parse.c(1885): remark #810: conversion from "unsigned long" to "Pers_no={unsigned short}" may lose significant bits
  	result->datum.sender = fparse_long(fp);
  	                     ^

ram-parse.c(1894): remark #181: argument is incompatible with corresponding format string conversion
  	    result->type, (unsigned long)ftell(fp));
  	    ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT ram-output.o -MD -MP -MF ".deps/ram-output.Tpo" -c -o ram-output.o ram-output.c; \
then mv -f ".deps/ram-output.Tpo" ".deps/ram-output.Po"; else rm -f ".deps/ram-output.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
ram-output.c(900): remark #810: conversion from "unsigned long" to "char" may lose significant bits
  	    *--cp = (l % 10) + '0';
  	          ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT disk-end-of-atomic.o -MD -MP -MF ".deps/disk-end-of-atomic.Tpo" -c -o disk-end-of-atomic.o disk-end-of-atomic.c; \
then mv -f ".deps/disk-end-of-atomic.Tpo" ".deps/disk-end-of-atomic.Po"; else rm -f ".deps/disk-end-of-atomic.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT cache-node.o -MD -MP -MF ".deps/cache-node.Tpo" -c -o cache-node.o cache-node.c; \
then mv -f ".deps/cache-node.Tpo" ".deps/cache-node.Po"; else rm -f ".deps/cache-node.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT string-malloc.o -MD -MP -MF ".deps/string-malloc.Tpo" -c -o string-malloc.o string-malloc.c; \
then mv -f ".deps/string-malloc.Tpo" ".deps/string-malloc.Po"; else rm -f ".deps/string-malloc.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT connections.o -MD -MP -MF ".deps/connections.Tpo" -c -o connections.o connections.c; \
then mv -f ".deps/connections.Tpo" ".deps/connections.Po"; else rm -f ".deps/connections.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
fnc-def-init.incl(4): remark #188: enumerated type mixed with another type
      { 0, rt_success, prot_a_parse_arg_login_old },
        ^

fnc-def-init.incl(5): remark #188: enumerated type mixed with another type
      { 1, rt_success, prot_a_parse_arg_logout },
        ^

fnc-def-init.incl(6): remark #188: enumerated type mixed with another type
      { 2, rt_success, prot_a_parse_arg_change_conference },
        ^

fnc-def-init.incl(7): remark #188: enumerated type mixed with another type
      { 3, rt_success, prot_a_parse_arg_change_name },
        ^

fnc-def-init.incl(8): remark #188: enumerated type mixed with another type
      { 4, rt_success, prot_a_parse_arg_change_what_i_am_doing },
        ^

fnc-def-init.incl(9): remark #188: enumerated type mixed with another type
      { 5, rt_number, prot_a_parse_arg_create_person_old },
        ^

fnc-def-init.incl(10): remark #188: enumerated type mixed with another type
      { 6, rt_person, prot_a_parse_arg_get_person_stat_old },
        ^

fnc-def-init.incl(11): remark #188: enumerated type mixed with another type
      { 7, rt_success, prot_a_parse_arg_set_priv_bits },
        ^

fnc-def-init.incl(12): remark #188: enumerated type mixed with another type
      { 8, rt_success, prot_a_parse_arg_set_passwd },
        ^

fnc-def-init.incl(13): remark #188: enumerated type mixed with another type
      { 9, rt_membership_old, prot_a_parse_arg_query_read_texts_old },
        ^

fnc-def-init.incl(14): remark #188: enumerated type mixed with another type
      { 10, rt_number, prot_a_parse_arg_create_conf_old },
        ^

fnc-def-init.incl(15): remark #188: enumerated type mixed with another type
      { 11, rt_success, prot_a_parse_arg_delete_conf },
        ^

fnc-def-init.incl(16): remark #188: enumerated type mixed with another type
      { 12, rt_conf_list, prot_a_parse_arg_lookup_name },
        ^

fnc-def-init.incl(17): remark #188: enumerated type mixed with another type
      { 13, rt_conference_old, prot_a_parse_arg_get_conf_stat_older },
        ^

fnc-def-init.incl(18): remark #188: enumerated type mixed with another type
      { 14, rt_success, prot_a_parse_arg_add_member_old },
        ^

fnc-def-init.incl(19): remark #188: enumerated type mixed with another type
      { 15, rt_success, prot_a_parse_arg_sub_member },
        ^

fnc-def-init.incl(20): remark #188: enumerated type mixed with another type
      { 16, rt_success, prot_a_parse_arg_set_presentation },
        ^

fnc-def-init.incl(21): remark #188: enumerated type mixed with another type
      { 17, rt_success, prot_a_parse_arg_set_etc_motd },
        ^

fnc-def-init.incl(22): remark #188: enumerated type mixed with another type
      { 18, rt_success, prot_a_parse_arg_set_supervisor },
        ^

fnc-def-init.incl(23): remark #188: enumerated type mixed with another type
      { 19, rt_success, prot_a_parse_arg_set_permitted_submitters },
        ^

fnc-def-init.incl(24): remark #188: enumerated type mixed with another type
      { 20, rt_success, prot_a_parse_arg_set_super_conf },
        ^

fnc-def-init.incl(25): remark #188: enumerated type mixed with another type
      { 21, rt_success, prot_a_parse_arg_set_conf_type },
        ^

fnc-def-init.incl(26): remark #188: enumerated type mixed with another type
      { 22, rt_success, prot_a_parse_arg_set_garb_nice },
        ^

fnc-def-init.incl(27): remark #188: enumerated type mixed with another type
      { 23, rt_mark_list, prot_a_parse_arg_get_marks },
        ^

fnc-def-init.incl(28): remark #188: enumerated type mixed with another type
      { 24, rt_success, prot_a_parse_arg_mark_text_old },
        ^

fnc-def-init.incl(29): remark #188: enumerated type mixed with another type
      { 25, rt_string, prot_a_parse_arg_get_text },
        ^

fnc-def-init.incl(30): remark #188: enumerated type mixed with another type
      { 26, rt_text_stat_old, prot_a_parse_arg_get_text_stat_old },
        ^

fnc-def-init.incl(31): remark #188: enumerated type mixed with another type
      { 27, rt_success, prot_a_parse_arg_mark_as_read },
        ^

fnc-def-init.incl(32): remark #188: enumerated type mixed with another type
      { 28, rt_number, prot_a_parse_arg_create_text_old },
        ^

fnc-def-init.incl(33): remark #188: enumerated type mixed with another type
      { 29, rt_success, prot_a_parse_arg_delete_text },
        ^

fnc-def-init.incl(34): remark #188: enumerated type mixed with another type
      { 30, rt_success, prot_a_parse_arg_add_recipient },
        ^

fnc-def-init.incl(35): remark #188: enumerated type mixed with another type
      { 31, rt_success, prot_a_parse_arg_sub_recipient },
        ^

fnc-def-init.incl(36): remark #188: enumerated type mixed with another type
      { 32, rt_success, prot_a_parse_arg_add_comment },
        ^

fnc-def-init.incl(37): remark #188: enumerated type mixed with another type
      { 33, rt_success, prot_a_parse_arg_sub_comment },
        ^

fnc-def-init.incl(38): remark #188: enumerated type mixed with another type
      { 34, rt_l2g_iterator_as_text_list, prot_a_parse_arg_get_map },
        ^

fnc-def-init.incl(39): remark #188: enumerated type mixed with another type
      { 35, rt_time_date, prot_a_parse_arg_get_time },
        ^

fnc-def-init.incl(40): remark #188: enumerated type mixed with another type
      { 36, rt_info_old, prot_a_parse_arg_get_info_old },
        ^

fnc-def-init.incl(41): remark #188: enumerated type mixed with another type
      { 37, rt_success, prot_a_parse_arg_add_footnote },
        ^

fnc-def-init.incl(42): remark #188: enumerated type mixed with another type
      { 38, rt_success, prot_a_parse_arg_sub_footnote },
        ^

fnc-def-init.incl(43): remark #188: enumerated type mixed with another type
      { 39, rt_who_info_list_old, prot_a_parse_arg_who_is_on_old },
        ^

fnc-def-init.incl(44): remark #188: enumerated type mixed with another type
      { 40, rt_success, prot_a_parse_arg_set_unread },
        ^

fnc-def-init.incl(45): remark #188: enumerated type mixed with another type
      { 41, rt_success, prot_a_parse_arg_set_motd_of_lyskom },
        ^

fnc-def-init.incl(46): remark #188: enumerated type mixed with another type
      { 42, rt_success, prot_a_parse_arg_enable },
        ^

fnc-def-init.incl(47): remark #188: enumerated type mixed with another type
      { 43, rt_success, prot_a_parse_arg_sync_kom },
        ^

fnc-def-init.incl(48): remark #188: enumerated type mixed with another type
      { 44, rt_success, prot_a_parse_arg_shutdown_kom },
        ^

fnc-def-init.incl(49): remark #188: enumerated type mixed with another type
      { 45, rt_success, prot_a_parse_arg_broadcast },
        ^

fnc-def-init.incl(50): remark #188: enumerated type mixed with another type
      { 46, rt_membership_list_old, prot_a_parse_arg_get_membership_old },
        ^

fnc-def-init.incl(51): remark #188: enumerated type mixed with another type
      { 47, rt_l2g_iterator_as_text_list, prot_a_parse_arg_get_created_texts },
        ^

fnc-def-init.incl(52): remark #188: enumerated type mixed with another type
      { 48, rt_member_list_old, prot_a_parse_arg_get_members_old },
        ^

fnc-def-init.incl(53): remark #188: enumerated type mixed with another type
      { 49, rt_person, prot_a_parse_arg_get_person_stat },
        ^

fnc-def-init.incl(54): remark #188: enumerated type mixed with another type
      { 50, rt_conference_old, prot_a_parse_arg_get_conf_stat_old },
        ^

fnc-def-init.incl(55): remark #188: enumerated type mixed with another type
      { 51, rt_who_info_list, prot_a_parse_arg_who_is_on },
        ^

fnc-def-init.incl(56): remark #188: enumerated type mixed with another type
      { 52, rt_conf_no_list, prot_a_parse_arg_get_unread_confs },
        ^

fnc-def-init.incl(57): remark #188: enumerated type mixed with another type
      { 53, rt_success, prot_a_parse_arg_send_message },
        ^

fnc-def-init.incl(58): remark #188: enumerated type mixed with another type
      { 54, rt_session_info, prot_a_parse_arg_get_session_info },
        ^

fnc-def-init.incl(59): remark #188: enumerated type mixed with another type
      { 55, rt_success, prot_a_parse_arg_disconnect },
        ^

fnc-def-init.incl(60): remark #188: enumerated type mixed with another type
      { 56, rt_session_no, prot_a_parse_arg_who_am_i },
        ^

fnc-def-init.incl(61): remark #188: enumerated type mixed with another type
      { 57, rt_success, prot_a_parse_arg_set_user_area },
        ^

fnc-def-init.incl(62): remark #188: enumerated type mixed with another type
      { 58, rt_text_no, prot_a_parse_arg_get_last_text },
        ^

fnc-def-init.incl(63): remark #188: enumerated type mixed with another type
      { 59, rt_number, prot_a_parse_arg_create_anonymous_text_old },
        ^

fnc-def-init.incl(64): remark #188: enumerated type mixed with another type
      { 60, rt_text_no, prot_a_parse_arg_find_next_text_no },
        ^

fnc-def-init.incl(65): remark #188: enumerated type mixed with another type
      { 61, rt_text_no, prot_a_parse_arg_find_previous_text_no },
        ^

fnc-def-init.incl(66): remark #188: enumerated type mixed with another type
      { 62, rt_success, prot_a_parse_arg_login },
        ^

fnc-def-init.incl(67): remark #188: enumerated type mixed with another type
      { 63, rt_who_info_ident_list, prot_a_parse_arg_who_is_on_ident },
        ^

fnc-def-init.incl(68): remark #188: enumerated type mixed with another type
      { 64, rt_session_info_ident, prot_a_parse_arg_get_session_info_ident },
        ^

fnc-def-init.incl(69): remark #188: enumerated type mixed with another type
      { 65, rt_conf_no_list, prot_a_parse_arg_re_lookup_person },
        ^

fnc-def-init.incl(70): remark #188: enumerated type mixed with another type
      { 66, rt_conf_no_list, prot_a_parse_arg_re_lookup_conf },
        ^

fnc-def-init.incl(71): remark #188: enumerated type mixed with another type
      { 67, rt_conf_no_list, prot_a_parse_arg_lookup_person },
        ^

fnc-def-init.incl(72): remark #188: enumerated type mixed with another type
      { 68, rt_conf_no_list, prot_a_parse_arg_lookup_conf },
        ^

fnc-def-init.incl(73): remark #188: enumerated type mixed with another type
      { 69, rt_success, prot_a_parse_arg_set_client_version },
        ^

fnc-def-init.incl(74): remark #188: enumerated type mixed with another type
      { 70, rt_string, prot_a_parse_arg_get_client_name },
        ^

fnc-def-init.incl(75): remark #188: enumerated type mixed with another type
      { 71, rt_string, prot_a_parse_arg_get_client_version },
        ^

fnc-def-init.incl(76): remark #188: enumerated type mixed with another type
      { 72, rt_success, prot_a_parse_arg_mark_text },
        ^

fnc-def-init.incl(77): remark #188: enumerated type mixed with another type
      { 73, rt_success, prot_a_parse_arg_unmark_text },
        ^

fnc-def-init.incl(78): remark #188: enumerated type mixed with another type
      { 74, rt_conf_z_info_list, prot_a_parse_arg_re_z_lookup },
        ^

fnc-def-init.incl(79): remark #188: enumerated type mixed with another type
      { 75, rt_version_info, prot_a_parse_arg_get_version_info },
        ^

fnc-def-init.incl(80): remark #188: enumerated type mixed with another type
      { 76, rt_conf_z_info_list, prot_a_parse_arg_lookup_z_name },
        ^

fnc-def-init.incl(81): remark #188: enumerated type mixed with another type
      { 77, rt_success, prot_a_parse_arg_set_last_read },
        ^

fnc-def-init.incl(82): remark #188: enumerated type mixed with another type
      { 78, rt_uconference, prot_a_parse_arg_get_uconf_stat },
        ^

fnc-def-init.incl(83): remark #188: enumerated type mixed with another type
      { 79, rt_success, prot_a_parse_arg_set_info },
        ^

fnc-def-init.incl(84): remark #188: enumerated type mixed with another type
      { 80, rt_success, prot_a_parse_arg_accept_async },
        ^

fnc-def-init.incl(85): remark #188: enumerated type mixed with another type
      { 81, rt_num_list, prot_a_parse_arg_query_async },
        ^

fnc-def-init.incl(86): remark #188: enumerated type mixed with another type
      { 82, rt_success, prot_a_parse_arg_user_active },
        ^

fnc-def-init.incl(87): remark #188: enumerated type mixed with another type
      { 83, rt_dynamic_session_info_list, prot_a_parse_arg_who_is_on_dynamic },
        ^

fnc-def-init.incl(88): remark #188: enumerated type mixed with another type
      { 84, rt_static_session_info, prot_a_parse_arg_get_static_session_info },
        ^

fnc-def-init.incl(89): remark #188: enumerated type mixed with another type
      { 85, rt_string, prot_a_parse_arg_get_collate_table },
        ^

fnc-def-init.incl(90): remark #188: enumerated type mixed with another type
      { 86, rt_number, prot_a_parse_arg_create_text },
        ^

fnc-def-init.incl(91): remark #188: enumerated type mixed with another type
      { 87, rt_number, prot_a_parse_arg_create_anonymous_text },
        ^

fnc-def-init.incl(92): remark #188: enumerated type mixed with another type
      { 88, rt_number, prot_a_parse_arg_create_conf },
        ^

fnc-def-init.incl(93): remark #188: enumerated type mixed with another type
      { 89, rt_number, prot_a_parse_arg_create_person },
        ^

fnc-def-init.incl(94): remark #188: enumerated type mixed with another type
      { 90, rt_text_stat, prot_a_parse_arg_get_text_stat },
        ^

fnc-def-init.incl(95): remark #188: enumerated type mixed with another type
      { 91, rt_conference, prot_a_parse_arg_get_conf_stat },
        ^

fnc-def-init.incl(96): remark #188: enumerated type mixed with another type
      { 92, rt_success, prot_a_parse_arg_modify_text_info },
        ^

fnc-def-init.incl(97): remark #188: enumerated type mixed with another type
      { 93, rt_success, prot_a_parse_arg_modify_conf_info },
        ^

fnc-def-init.incl(98): remark #188: enumerated type mixed with another type
      { 94, rt_info, prot_a_parse_arg_get_info },
        ^

fnc-def-init.incl(99): remark #188: enumerated type mixed with another type
      { 95, rt_success, prot_a_parse_arg_modify_system_info },
        ^

fnc-def-init.incl(100): remark #188: enumerated type mixed with another type
      { 96, rt_num_list, prot_a_parse_arg_query_predefined_aux_items },
        ^

fnc-def-init.incl(101): remark #188: enumerated type mixed with another type
      { 97, rt_success, prot_a_parse_arg_set_expire },
        ^

fnc-def-init.incl(102): remark #188: enumerated type mixed with another type
      { 98, rt_membership_10, prot_a_parse_arg_query_read_texts_10 },
        ^

fnc-def-init.incl(103): remark #188: enumerated type mixed with another type
      { 99, rt_membership_list_10, prot_a_parse_arg_get_membership_10 },
        ^

fnc-def-init.incl(104): remark #188: enumerated type mixed with another type
      { 100, rt_success, prot_a_parse_arg_add_member },
        ^

fnc-def-init.incl(105): remark #188: enumerated type mixed with another type
      { 101, rt_member_list, prot_a_parse_arg_get_members },
        ^

fnc-def-init.incl(106): remark #188: enumerated type mixed with another type
      { 102, rt_success, prot_a_parse_arg_set_membership_type },
        ^

fnc-def-init.incl(107): remark #188: enumerated type mixed with another type
      { 103, rt_text_mapping, prot_a_parse_arg_local_to_global },
        ^

fnc-def-init.incl(108): remark #188: enumerated type mixed with another type
      { 104, rt_text_mapping, prot_a_parse_arg_map_created_texts },
        ^

fnc-def-init.incl(109): remark #188: enumerated type mixed with another type
      { 105, rt_success, prot_a_parse_arg_set_keep_commented },
        ^

fnc-def-init.incl(110): remark #188: enumerated type mixed with another type
      { 106, rt_success, prot_a_parse_arg_set_pers_flags },
        ^

fnc-def-init.incl(111): remark #188: enumerated type mixed with another type
      { 107, rt_membership, prot_a_parse_arg_query_read_texts },
        ^

fnc-def-init.incl(112): remark #188: enumerated type mixed with another type
      { 108, rt_membership_list, prot_a_parse_arg_get_membership },
        ^

fnc-def-init.incl(113): remark #188: enumerated type mixed with another type
      { 109, rt_success, prot_a_parse_arg_mark_as_unread },
        ^

fnc-def-init.incl(114): remark #188: enumerated type mixed with another type
      { 110, rt_success, prot_a_parse_arg_set_read_ranges },
        ^

fnc-def-init.incl(115): remark #188: enumerated type mixed with another type
      { 111, rt_stats_description, prot_a_parse_arg_get_stats_description },
        ^

fnc-def-init.incl(116): remark #188: enumerated type mixed with another type
      { 112, rt_stats_list, prot_a_parse_arg_get_stats },
        ^

fnc-def-init.incl(117): remark #188: enumerated type mixed with another type
      { 113, rt_static_server_info, prot_a_parse_arg_get_boottime_info },
        ^

fnc-def-init.incl(118): remark #188: enumerated type mixed with another type
      { 114, rt_conf_no, prot_a_parse_arg_first_unused_conf_no },
        ^

fnc-def-init.incl(119): remark #188: enumerated type mixed with another type
      { 115, rt_text_no, prot_a_parse_arg_first_unused_text_no },
        ^

fnc-def-init.incl(120): remark #188: enumerated type mixed with another type
      { 116, rt_conf_no, prot_a_parse_arg_find_next_conf_no },
        ^

fnc-def-init.incl(121): remark #188: enumerated type mixed with another type
      { 117, rt_conf_no, prot_a_parse_arg_find_previous_conf_no },
        ^

fnc-def-init.incl(122): remark #188: enumerated type mixed with another type
      { 118, rt_scheduling_info, prot_a_parse_arg_get_scheduling },
        ^

fnc-def-init.incl(123): remark #188: enumerated type mixed with another type
      { 119, rt_success, prot_a_parse_arg_set_scheduling },
        ^

fnc-def-init.incl(124): remark #188: enumerated type mixed with another type
      { 120, rt_success, prot_a_parse_arg_set_connection_time_format },
        ^

fnc-def-init.incl(125): remark #188: enumerated type mixed with another type
      { 121, rt_text_mapping_reverse, prot_a_parse_arg_local_to_global_reverse },
        ^

fnc-def-init.incl(126): remark #188: enumerated type mixed with another type
      { 122, rt_text_mapping_reverse, prot_a_parse_arg_map_created_texts_reverse },
        ^

fnc-def-init.incl(139): remark #188: enumerated type mixed with another type
      { 1010, rt_success, prot_a_hunt_nl }
        ^

connections.c(129): warning #1419: external declaration in primary source file
  BUGDECL;
  ^

connections.c(221): remark #181: argument is incompatible with corresponding format string conversion
  	    cp->session_no, active_connection->session_no);
  	    ^

connections.c(221): remark #181: argument is incompatible with corresponding format string conversion
  	    cp->session_no, active_connection->session_no);
  	                    ^

connections.c(291): remark #181: argument is incompatible with corresponding format string conversion
  			sess);
  			^

connections.c(298): remark #181: argument is incompatible with corresponding format string conversion
  		    traverse_connections(0));
  		    ^

connections.c(318): remark #181: argument is incompatible with corresponding format string conversion
  	    client->session_no, active_connection->session_no);
  	    ^

connections.c(318): remark #181: argument is incompatible with corresponding format string conversion
  	    client->session_no, active_connection->session_no);
  	                        ^

call-switch.incl(6): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	    status = login_old(client->num0, client->c_string0);
  	                       ^

call-switch.incl(14): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = change_conference(client->num0);
  	                               ^

call-switch.incl(18): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = change_name(client->num0, client->c_string0);
  	                         ^

call-switch.incl(31): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	    status = get_person_stat_old(client->num0, client->num1, &res->person);
  	                                 ^

call-switch.incl(31): remark #810: conversion from "long" to "int" may lose significant bits
  	    status = get_person_stat_old(client->num0, client->num1, &res->person);
  	                                               ^

call-switch.incl(35): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	    status = set_priv_bits(client->num0, client->priv_bits);
  	                           ^

call-switch.incl(39): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	    status = set_passwd(client->num0, client->c_string0, client->c_string1);
  	                        ^

call-switch.incl(43): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	    status = query_read_texts_old(client->num0, client->num1, &res->membership_old);
  	                                  ^

call-switch.incl(43): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = query_read_texts_old(client->num0, client->num1, &res->membership_old);
  	                                                ^

call-switch.incl(52): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = delete_conf(client->num0);
  	                         ^

call-switch.incl(60): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = get_conf_stat_older(client->num0, client->num1, &res->conference_old);
  	                                 ^

call-switch.incl(60): remark #810: conversion from "long" to "int" may lose significant bits
  	    status = get_conf_stat_older(client->num0, client->num1, &res->conference_old);
  	                                               ^

call-switch.incl(64): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = add_member_old(client->num0, client->num1, client->num2, client->num3);
  	                            ^

call-switch.incl(64): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	    status = add_member_old(client->num0, client->num1, client->num2, client->num3);
  	                                          ^

call-switch.incl(64): remark #810: conversion from "long" to "unsigned char" may lose significant bits
  	    status = add_member_old(client->num0, client->num1, client->num2, client->num3);
  	                                                        ^

call-switch.incl(64): remark #810: conversion from "long" to "unsigned short" may lose significant bits
  	    status = add_member_old(client->num0, client->num1, client->num2, client->num3);
  	                                                                      ^

call-switch.incl(68): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = sub_member(client->num0, client->num1);
  	                        ^

call-switch.incl(68): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	    status = sub_member(client->num0, client->num1);
  	                                      ^

call-switch.incl(72): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = set_presentation(client->num0, client->num1);
  	                              ^

call-switch.incl(76): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = set_etc_motd(client->num0, client->num1);
  	                          ^

call-switch.incl(80): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = set_supervisor(client->num0, client->num1);
  	                            ^

call-switch.incl(80): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = set_supervisor(client->num0, client->num1);
  	                                          ^

call-switch.incl(84): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = set_permitted_submitters(client->num0, client->num1);
  	                                      ^

call-switch.incl(84): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = set_permitted_submitters(client->num0, client->num1);
  	                                                    ^

call-switch.incl(88): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = set_super_conf(client->num0, client->num1);
  	                            ^

call-switch.incl(88): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = set_super_conf(client->num0, client->num1);
  	                                          ^

call-switch.incl(92): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = set_conf_type(client->num0, client->conf_type);
  	                           ^

call-switch.incl(96): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = set_garb_nice(client->num0, client->num1);
  	                           ^

call-switch.incl(104): remark #810: conversion from "long" to "unsigned char" may lose significant bits
  	    status = mark_text_old(client->num0, client->num1);
  	                                         ^

call-switch.incl(116): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = mark_as_read(client->num0, &client->num_list);
  	                          ^

call-switch.incl(129): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = add_recipient(client->num0, client->num1, client->num2);
  	                                         ^

call-switch.incl(129): remark #188: enumerated type mixed with another type
  	    status = add_recipient(client->num0, client->num1, client->num2);
  	                                                       ^

call-switch.incl(133): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = sub_recipient(client->num0, client->num1);
  	                                         ^

call-switch.incl(145): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = get_map(client->num0, client->num1, client->num2, &res->l2g_iterator_as_text_list);
  	                     ^

call-switch.incl(169): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = set_unread(client->num0, client->num1);
  	                        ^

call-switch.incl(177): remark #810: conversion from "long" to "unsigned char" may lose significant bits
  	    status = enable(client->num0);
  	                    ^

call-switch.incl(185): remark #810: conversion from "long" to "int" may lose significant bits
  	    status = shutdown_kom(client->num0);
  	                          ^

call-switch.incl(193): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	    status = get_membership_old(client->num0, client->num1, client->num2, client->num3, &res->membership_list_old);
  	                                ^

call-switch.incl(193): remark #810: conversion from "long" to "unsigned short" may lose significant bits
  	    status = get_membership_old(client->num0, client->num1, client->num2, client->num3, &res->membership_list_old);
  	                                              ^

call-switch.incl(193): remark #810: conversion from "long" to "unsigned short" may lose significant bits
  	    status = get_membership_old(client->num0, client->num1, client->num2, client->num3, &res->membership_list_old);
  	                                                            ^

call-switch.incl(193): remark #188: enumerated type mixed with another type
  	    status = get_membership_old(client->num0, client->num1, client->num2, client->num3, &res->membership_list_old);
  	                                                                          ^

call-switch.incl(197): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	    status = get_created_texts(client->num0, client->num1, client->num2, &res->l2g_iterator_as_text_list);
  	                               ^

call-switch.incl(201): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = get_members_old(client->num0, client->num1, client->num2, &res->member_list_old);
  	                             ^

call-switch.incl(201): remark #810: conversion from "long" to "unsigned short" may lose significant bits
  	    status = get_members_old(client->num0, client->num1, client->num2, &res->member_list_old);
  	                                           ^

call-switch.incl(201): remark #810: conversion from "long" to "unsigned short" may lose significant bits
  	    status = get_members_old(client->num0, client->num1, client->num2, &res->member_list_old);
  	                                                         ^

call-switch.incl(205): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	    status = get_person_stat(client->num0, &res->person);
  	                             ^

call-switch.incl(209): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = get_conf_stat_old(client->num0, &res->conference_old);
  	                               ^

call-switch.incl(217): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	    status = get_unread_confs(client->num0, &res->conf_no_list);
  	                              ^

call-switch.incl(221): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = send_message(client->num0, client->c_string0);
  	                          ^

call-switch.incl(237): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	    status = set_user_area(client->num0, client->num1);
  	                           ^

call-switch.incl(258): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	    status = login(client->num0, client->c_string0, client->num1);
  	                   ^

call-switch.incl(258): remark #188: enumerated type mixed with another type
  	    status = login(client->num0, client->c_string0, client->num1);
  	                                                    ^

call-switch.incl(298): remark #810: conversion from "long" to "unsigned char" may lose significant bits
  	    status = mark_text(client->num0, client->num1);
  	                                     ^

call-switch.incl(306): remark #810: conversion from "long" to "int" may lose significant bits
  	    status = re_z_lookup(client->c_string0, client->num0, client->num1, &res->conf_z_info_list);
  	                                            ^

call-switch.incl(306): remark #810: conversion from "long" to "int" may lose significant bits
  	    status = re_z_lookup(client->c_string0, client->num0, client->num1, &res->conf_z_info_list);
  	                                                          ^

call-switch.incl(314): remark #810: conversion from "long" to "int" may lose significant bits
  	    status = lookup_z_name(client->c_string0, client->num0, client->num1, &res->conf_z_info_list);
  	                                              ^

call-switch.incl(314): remark #810: conversion from "long" to "int" may lose significant bits
  	    status = lookup_z_name(client->c_string0, client->num0, client->num1, &res->conf_z_info_list);
  	                                                            ^

call-switch.incl(318): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = set_last_read(client->num0, client->num1);
  	                           ^

call-switch.incl(322): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = get_uconf_stat(client->num0, &res->uconference);
  	                            ^

call-switch.incl(342): remark #810: conversion from "long" to "int" may lose significant bits
  	    status = who_is_on_dynamic(client->num0, client->num1, client->num2, &res->dynamic_session_info_list);
  	                               ^

call-switch.incl(342): remark #810: conversion from "long" to "int" may lose significant bits
  	    status = who_is_on_dynamic(client->num0, client->num1, client->num2, &res->dynamic_session_info_list);
  	                                             ^

call-switch.incl(378): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = get_conf_stat(client->num0, &res->conference);
  	                           ^

call-switch.incl(386): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = modify_conf_info(client->num0, &client->num_list, &client->aux_item_list);
  	                              ^

call-switch.incl(402): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = set_expire(client->num0, client->num1);
  	                        ^

call-switch.incl(406): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	    status = query_read_texts_10(client->num0, client->num1, &res->membership_10);
  	                                 ^

call-switch.incl(406): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = query_read_texts_10(client->num0, client->num1, &res->membership_10);
  	                                               ^

call-switch.incl(410): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	    status = get_membership_10(client->num0, client->num1, client->num2, client->num3, &res->membership_list_10);
  	                               ^

call-switch.incl(410): remark #810: conversion from "long" to "unsigned short" may lose significant bits
  	    status = get_membership_10(client->num0, client->num1, client->num2, client->num3, &res->membership_list_10);
  	                                             ^

call-switch.incl(410): remark #810: conversion from "long" to "unsigned short" may lose significant bits
  	    status = get_membership_10(client->num0, client->num1, client->num2, client->num3, &res->membership_list_10);
  	                                                           ^

call-switch.incl(410): remark #188: enumerated type mixed with another type
  	    status = get_membership_10(client->num0, client->num1, client->num2, client->num3, &res->membership_list_10);
  	                                                                         ^

call-switch.incl(414): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = add_member(client->num0, client->num1, client->num2, client->num3, &client->membership_type);
  	                        ^

call-switch.incl(414): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	    status = add_member(client->num0, client->num1, client->num2, client->num3, &client->membership_type);
  	                                      ^

call-switch.incl(414): remark #810: conversion from "long" to "unsigned char" may lose significant bits
  	    status = add_member(client->num0, client->num1, client->num2, client->num3, &client->membership_type);
  	                                                    ^

call-switch.incl(414): remark #810: conversion from "long" to "unsigned short" may lose significant bits
  	    status = add_member(client->num0, client->num1, client->num2, client->num3, &client->membership_type);
  	                                                                  ^

call-switch.incl(418): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = get_members(client->num0, client->num1, client->num2, &res->member_list);
  	                         ^

call-switch.incl(418): remark #810: conversion from "long" to "unsigned short" may lose significant bits
  	    status = get_members(client->num0, client->num1, client->num2, &res->member_list);
  	                                       ^

call-switch.incl(418): remark #810: conversion from "long" to "unsigned short" may lose significant bits
  	    status = get_members(client->num0, client->num1, client->num2, &res->member_list);
  	                                                     ^

call-switch.incl(422): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	    status = set_membership_type(client->num0, client->num1, &client->membership_type);
  	                                 ^

call-switch.incl(422): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = set_membership_type(client->num0, client->num1, &client->membership_type);
  	                                               ^

call-switch.incl(426): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = local_to_global(client->num0, client->num1, client->num2, &res->text_mapping);
  	                             ^

call-switch.incl(430): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	    status = map_created_texts(client->num0, client->num1, client->num2, &res->text_mapping);
  	                               ^

call-switch.incl(434): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = set_keep_commented(client->num0, client->num1);
  	                                ^

call-switch.incl(438): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	    status = set_pers_flags(client->num0, client->pers_flags);
  	                            ^

call-switch.incl(442): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	    status = query_read_texts(client->num0, client->num1, client->num2, client->num3, &res->membership);
  	                              ^

call-switch.incl(442): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = query_read_texts(client->num0, client->num1, client->num2, client->num3, &res->membership);
  	                                            ^

call-switch.incl(442): remark #188: enumerated type mixed with another type
  	    status = query_read_texts(client->num0, client->num1, client->num2, client->num3, &res->membership);
  	                                                          ^

call-switch.incl(446): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	    status = get_membership(client->num0, client->num1, client->num2, client->num3, client->num4, &res->membership_list);
  	                            ^

call-switch.incl(446): remark #810: conversion from "long" to "unsigned short" may lose significant bits
  	    status = get_membership(client->num0, client->num1, client->num2, client->num3, client->num4, &res->membership_list);
  	                                          ^

call-switch.incl(446): remark #810: conversion from "long" to "unsigned short" may lose significant bits
  	    status = get_membership(client->num0, client->num1, client->num2, client->num3, client->num4, &res->membership_list);
  	                                                        ^

call-switch.incl(446): remark #188: enumerated type mixed with another type
  	    status = get_membership(client->num0, client->num1, client->num2, client->num3, client->num4, &res->membership_list);
  	                                                                      ^

call-switch.incl(450): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = mark_as_unread(client->num0, client->num1);
  	                            ^

call-switch.incl(454): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = set_read_ranges(client->num0, &client->read_range_list);
  	                             ^

call-switch.incl(478): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = find_next_conf_no(client->num0, &res->conf_no);
  	                               ^

call-switch.incl(482): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = find_previous_conf_no(client->num0, &res->conf_no);
  	                                   ^

call-switch.incl(490): remark #810: conversion from "long" to "unsigned short" may lose significant bits
  	    status = set_scheduling(client->num0, client->num1, client->num2);
  	                                          ^

call-switch.incl(490): remark #810: conversion from "long" to "unsigned short" may lose significant bits
  	    status = set_scheduling(client->num0, client->num1, client->num2);
  	                                                        ^

call-switch.incl(494): remark #810: conversion from "long" to "int" may lose significant bits
  	    status = set_connection_time_format(client->num0);
  	                                        ^

call-switch.incl(498): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    status = local_to_global_reverse(client->num0, client->num1, client->num2, &res->text_mapping_reverse);
  	                                     ^

call-switch.incl(502): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	    status = map_created_texts_reverse(client->num0, client->num1, client->num2, &res->text_mapping_reverse);
  	                                       ^

connections.c(345): remark #810: conversion from "int" to "unsigned char" may lose significant bits
  	client->protocol = parse_char(client);
  	                 ^

connections.c(628): remark #188: enumerated type mixed with another type
  		handshake_ok(conn, 0),
  		                   ^

connections.c(628): remark #181: argument is incompatible with corresponding format string conversion
  		handshake_ok(conn, 0),
  		^

connections.c(672): remark #181: argument is incompatible with corresponding format string conversion
  		    active_connection->session_no);
  		    ^

connections.c(682): remark #181: argument is incompatible with corresponding format string conversion
  		kill_list[kill_list_size]);
  		^

connections.c(766): remark #188: enumerated type mixed with another type
  		    hostname, adns_strerror(errcode));
  		                            ^

connections.c(791): remark #188: enumerated type mixed with another type
      if (handshake_ok(conn, 0))
                             ^

connections.c(901): remark #810: conversion from "unsigned int" to "unsigned short" may lose significant bits
      cp->schedule.priority = param.default_priority;
                            ^

connections.c(902): remark #810: conversion from "unsigned int" to "unsigned short" may lose significant bits
      cp->schedule.weight = param.default_weight;
                          ^

connections.c(981): remark #188: enumerated type mixed with another type
      return conn->penalty >= param.max_penalty && !conn->blocked_by_dns;
             ^

connections.c(997): remark #188: enumerated type mixed with another type
  	    need_flush |= parse_unparsed(conn);
  	               ^

connections.c(1077): remark #188: enumerated type mixed with another type
      is_idle = !work_done;
              ^

connections.c(1258): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

connections.c(1260): remark #279: controlling expression is constant
  	CHK_LOGIN(FAILURE);
  	^

connections.c(1263): remark #188: enumerated type mixed with another type
  	|| !handshake_ok(cptr, 0))
  	                       ^

connections.c(1305): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

connections.c(1315): remark #279: controlling expression is constant
  	CHK_LOGIN(FAILURE);
  	^

connections.c(1318): remark #188: enumerated type mixed with another type
  	|| !handshake_ok(cptr, 0))
  	                       ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT log.o -MD -MP -MF ".deps/log.Tpo" -c -o log.o log.c; \
then mv -f ".deps/log.Tpo" ".deps/log.Po"; else rm -f ".deps/log.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT text.o -MD -MP -MF ".deps/text.Tpo" -c -o text.o text.c; \
then mv -f ".deps/text.Tpo" ".deps/text.Po"; else rm -f ".deps/text.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
text.c(266): remark #279: controlling expression is constant
      CHK_CONNECTION(0);
      ^

text.c(267): remark #279: controlling expression is constant
      CHK_LOGIN(0);
      ^

text.c(270): remark #279: controlling expression is constant
  	GET_C_STAT(conf_c, conf_no, 0);
  	^

text.c(299): remark #279: controlling expression is constant
  	GET_C_STAT(conf_c, conf_no, 0);
  	^

text.c(321): remark #279: controlling expression is constant
  	GET_T_STAT(parent_s, parent, FAILURE);
  	^

text.c(346): remark #279: controlling expression is constant
  	GET_T_STAT(parent_s, parent, FAILURE);
  	^

text.c(375): remark #279: controlling expression is constant
      GET_C_STAT(rece_c, receiver, FAILURE);
      ^

text.c(456): remark #279: controlling expression is constant
      GET_T_STAT(text_s, text_no, FALSE);
      ^

text.c(476): remark #181: argument is incompatible with corresponding format string conversion
  	    tag, (unsigned long)tno, d, reason);
  	         ^

text.c(577): remark #810: conversion from "unsigned long" to "int" may lose significant bits
  		report_bad_aux(tno, data, text_s->aux_item_list.items[i].tag,
  		                          ^

text.c(583): remark #810: conversion from "unsigned long" to "int" may lose significant bits
  		report_bad_aux(tno, data, text_s->aux_item_list.items[i].tag,
  		                          ^

text.c(601): remark #810: conversion from "Text_no={unsigned long}" to "Conf_no={unsigned short}" may lose significant bits
  		|| is_member_in(person, linked_nr, skip_passive) == TRUE)
  		                        ^

text.c(682): remark #810: conversion from "int" to "u_short={__u_short={unsigned short}}" may lose significant bits
      *no_of_misc -= del;
                  ^

text.c(773): remark #279: controlling expression is constant
  	GET_T_STAT(text_s, text_no, FAILURE);
  	^

text.c(852): remark #279: controlling expression is constant
  	VOID_GET_T_STAT(text_s, comment);
  	^

text.c(855): remark #279: controlling expression is constant
  	VOID_GET_T_STAT(parent_s, comment_to);
  	^

text.c(872): remark #279: controlling expression is constant
  	VOID_GET_T_STAT(text_s, footnote);
  	^

text.c(875): remark #279: controlling expression is constant
  	VOID_GET_T_STAT(parent_s, footnote_to);
  	^

text.c(985): remark #279: controlling expression is constant
  	GET_P_STAT(pers_p, pers_no, NULL);
  	^

text.c(1029): remark #111: statement is unreachable
  	    break;
  	    ^

text.c(1251): remark #181: argument is incompatible with corresponding format string conversion
  		(unsigned long)text_no);
  		^

text.c(1363): remark #279: controlling expression is constant
  	GET_T_STAT(text_s, text_no, FAILURE);
  	^

text.c(1441): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

text.c(1442): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

text.c(1463): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

text.c(1464): remark #279: controlling expression is constant
      GET_T_STAT(text_s, text_no, FAILURE);
      ^

text.c(1512): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

text.c(1513): remark #279: controlling expression is constant
      GET_T_STAT(text_stat, text_no, FAILURE);
      ^

text.c(1533): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

text.c(1534): remark #279: controlling expression is constant
      GET_T_STAT(text_stat, text_no, FAILURE);
      ^

text.c(1684): remark #279: controlling expression is constant
  	    GET_T_STAT(parent, misc[i].datum.text_link, FAILURE);
  	    ^

text.c(1877): remark #279: controlling expression is constant
              GET_C_STAT(conf_c, misc[i].datum.recipient, FAILURE);
              ^

text.c(2192): remark #279: controlling expression is constant
      CHK_CONNECTION(0);
      ^

text.c(2193): remark #279: controlling expression is constant
      CHK_LOGIN(0);
      ^

text.c(2222): remark #810: conversion from "int" to "Pers_no={unsigned short}" may lose significant bits
      prepare_aux_item_list(aux, anonymous?0:ACTPERS);
                                 ^

text.c(2242): remark #810: conversion from "int" to "Pers_no={unsigned short}" may lose significant bits
      t_stat->author = anonymous?0:ACTPERS;
                     ^

text.c(2253): remark #810: conversion from "int" to "Pers_no={unsigned short}" may lose significant bits
      if (create_text_add_aux(t_stat, text, aux, anonymous?0:ACTPERS) != OK)
                                                 ^

text.c(2289): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

text.c(2290): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

text.c(2291): remark #279: controlling expression is constant
      GET_T_STAT(text_s, text_no, FAILURE);
      ^

text.c(2370): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

text.c(2371): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

text.c(2417): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

text.c(2418): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

text.c(2448): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

text.c(2449): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

text.c(2507): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

text.c(2508): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

text.c(2511): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conf_no, FAILURE);
      ^

text.c(2520): remark #279: controlling expression is constant
      GET_T_STAT(t_stat, text_no, FAILURE);
      ^

text.c(2667): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

text.c(2668): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

text.c(2669): remark #279: controlling expression is constant
      GET_T_STAT(text_s, text_no, FAILURE);
      ^

text.c(2686): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conf_no, FAILURE);
      ^

text.c(2726): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

text.c(2727): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

text.c(2741): remark #279: controlling expression is constant
      GET_T_STAT(child_s, child, FAILURE);
      ^

text.c(2749): remark #279: controlling expression is constant
      GET_T_STAT(parent_s, parent, FAILURE);
      ^

text.c(2821): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

text.c(2822): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

text.c(2824): remark #279: controlling expression is constant
      GET_T_STAT(child_s, child, FAILURE);
      ^

text.c(2825): remark #279: controlling expression is constant
      GET_T_STAT(parent_s, parent, FAILURE);
      ^

text.c(2894): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

text.c(2895): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

text.c(2897): remark #279: controlling expression is constant
      GET_T_STAT(child_s, child, FAILURE);
      ^

text.c(2898): remark #279: controlling expression is constant
      GET_T_STAT(parent_s, parent, FAILURE);
      ^

text.c(2938): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

text.c(2939): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

text.c(2940): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conf_no, FAILURE);
      ^

text.c(2980): remark #810: conversion from "unsigned long" to "int" may lose significant bits
  	res_nr = first_unwanted - res_first;
  	       ^

text.c(2998): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

text.c(3013): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

text.c(3014): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conf_no, FAILURE);
      ^

text.c(3056): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

text.c(3065): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

text.c(3066): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conf_no, FAILURE);
      ^

text.c(3117): remark #188: enumerated type mixed with another type
  	if (!handshake_ok(cptr, 0))
  	                        ^

text.c(3140): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

text.c(3141): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

text.c(3157): remark #279: controlling expression is constant
      GET_T_STAT(text_s, text, FAILURE);
      ^

text.c(3206): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT membership.o -MD -MP -MF ".deps/membership.Tpo" -c -o membership.o membership.c; \
then mv -f ".deps/membership.Tpo" ".deps/membership.Po"; else rm -f ".deps/membership.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
membership.c(101): remark #279: controlling expression is constant
      GET_P_STAT(memb_p, member, mv_none);
      ^

membership.c(189): remark #810: conversion from "unsigned long" to "unsigned int" may lose significant bits
  		    censor_m->no_of_read_ranges = max_ranges;
  		                                ^

membership.c(238): remark #810: conversion from "int" to "unsigned short" may lose significant bits
  	where = pers_p->conferences.no_of_confs - 1;
  	      ^

membership.c(348): remark #279: controlling expression is constant
      VOID_GET_T_STAT(t_stat, text_no);
      ^

membership.c(514): remark #810: conversion from "long" to "unsigned int" may lose significant bits
  	m->no_of_read_ranges = end - begin;
  	                     ^

membership.c(912): remark #279: controlling expression is constant
  	GET_C_STAT(conf_c, conf_no, FAILURE);
  	^

membership.c(915): remark #279: controlling expression is constant
  	GET_P_STAT(pers_p, pers_no, FAILURE);
  	^

membership.c(1078): remark #188: enumerated type mixed with another type
      return access_perm(victim, viewer_conn, wanted_access) >= wanted_access;
             ^

membership.c(1160): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

membership.c(1161): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

membership.c(1162): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conf_no, FAILURE);
      ^

membership.c(1230): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

membership.c(1231): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

membership.c(1232): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conf_no, FAILURE);
      ^

membership.c(1233): remark #279: controlling expression is constant
      GET_P_STAT(pers_p, pers_no, FAILURE);
      ^

membership.c(1331): remark #188: enumerated type mixed with another type
      set_membership_type_bits(&type, 0,0,0,0,0,0,0,0);
                                      ^

membership.c(1331): remark #188: enumerated type mixed with another type
      set_membership_type_bits(&type, 0,0,0,0,0,0,0,0);
                                        ^

membership.c(1331): remark #188: enumerated type mixed with another type
      set_membership_type_bits(&type, 0,0,0,0,0,0,0,0);
                                          ^

membership.c(1331): remark #188: enumerated type mixed with another type
      set_membership_type_bits(&type, 0,0,0,0,0,0,0,0);
                                            ^

membership.c(1331): remark #188: enumerated type mixed with another type
      set_membership_type_bits(&type, 0,0,0,0,0,0,0,0);
                                              ^

membership.c(1331): remark #188: enumerated type mixed with another type
      set_membership_type_bits(&type, 0,0,0,0,0,0,0,0);
                                                ^

membership.c(1331): remark #188: enumerated type mixed with another type
      set_membership_type_bits(&type, 0,0,0,0,0,0,0,0);
                                                  ^

membership.c(1331): remark #188: enumerated type mixed with another type
      set_membership_type_bits(&type, 0,0,0,0,0,0,0,0);
                                                    ^

membership.c(1528): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

membership.c(1537): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

membership.c(1538): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conference, FAILURE);
      ^

membership.c(1619): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

membership.c(1620): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

membership.c(1621): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conference, FAILURE);
      ^

membership.c(1714): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

membership.c(1719): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

membership.c(1720): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conference, FAILURE);
      ^

membership.c(1793): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

membership.c(1794): remark #279: controlling expression is constant
      CHK_LOGIN (FAILURE);
      ^

membership.c(1796): remark #279: controlling expression is constant
      GET_P_STAT (p_orig, pers_no, FAILURE);
      ^

membership.c(1849): remark #810: conversion from "unsigned long" to "unsigned int" may lose significant bits
  		    temp_pers.conferences.confs[i].no_of_read_ranges =
  		                                                     ^

membership.c(1865): remark #810: conversion from "int" to "unsigned short" may lose significant bits
      memberships->no_of_confs = min( memberships->no_of_confs - first,
                               ^

membership.c(1886): remark #279: controlling expression is constant
      CHK_BOOL(want_read_texts, FAILURE);
      ^

membership.c(1920): remark #279: controlling expression is constant
      CHK_BOOL(want_read_texts, FAILURE);
      ^

membership.c(1940): remark #279: controlling expression is constant
      CHK_BOOL(want_read_ranges, FAILURE);
      ^

membership.c(1968): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

membership.c(1969): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conf_no, FAILURE);
      ^

membership.c(1993): remark #810: conversion from "int" to "unsigned short" may lose significant bits
      members->no_of_members = min(no_of_members,
                             ^

membership.c(2061): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

membership.c(2062): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

membership.c(2063): remark #279: controlling expression is constant
      GET_P_STAT(pers_p, pers_no, FAILURE);
      ^

membership.c(2075): remark #981: operands are evaluated in unspecified order
  	    && (last_text_read(confs) < cached_get_highest_local_no(conf_no))
  	                              ^

membership.c(2099): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

membership.c(2100): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

membership.c(2102): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conf_no, FAILURE);
      ^

membership.c(2145): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

membership.c(2146): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

membership.c(2148): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conf_no, FAILURE);
      ^

membership.c(2193): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

membership.c(2194): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

membership.c(2197): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conf_no, FAILURE);
      ^

membership.c(2212): remark #279: controlling expression is constant
      GET_P_STAT(pers_p, pers_no, FAILURE);
      ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT person.o -MD -MP -MF ".deps/person.Tpo" -c -o person.o person.c; \
then mv -f ".deps/person.Tpo" ".deps/person.Po"; else rm -f ".deps/person.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
person.c(80): warning #1419: external declaration in primary source file
  BUGDECL;
  ^

person.c(160): remark #279: controlling expression is constant
  	GET_P_STAT(pers_p, pers_no, FAILURE);
  	^

person.c(187): remark #279: controlling expression is constant
  	    GET_T_STAT(text_s, text_no, FAILURE);
  	    ^

person.c(224): remark #279: controlling expression is constant
  	GET_P_STAT(pers_p, pers_no, FAILURE);
  	^

person.c(300): remark #279: controlling expression is constant
  	GET_T_STAT(new_stat, new_area, FAILURE);
  	^

person.c(326): remark #279: controlling expression is constant
  	GET_P_STAT(pers_p, pers_no, FAILURE);
  	^

person.c(381): remark #279: controlling expression is constant
      GET_P_STAT(pers_p, pers_no, FAILURE);
      ^

person.c(491): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

person.c(492): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

person.c(495): remark #279: controlling expression is constant
      GET_T_STAT(text_s, text_no, FAILURE);
      ^

person.c(514): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

person.c(515): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

person.c(557): remark #279: controlling expression is constant
      CHK_CONNECTION(0);
      ^

person.c(611): remark #810: conversion from "int" to "Pers_no={unsigned short}" may lose significant bits
      mailbox->creator		= ACTPERS ? ACTPERS : new_user;
                      		^

person.c(614): remark #810: conversion from "int" to "Conf_no={unsigned short}" may lose significant bits
      mailbox->supervisor		= ACTPERS ? ACTPERS : new_user;
                         		^

person.c(674): remark #810: conversion from "int" to "Pers_no={unsigned short}" may lose significant bits
                     ACTPERS ? ACTPERS : new_user,
                     ^

person.c(763): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

person.c(766): remark #279: controlling expression is constant
      GET_P_STAT(p_orig, person, FAILURE);
      ^

person.c(800): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

person.c(801): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

person.c(803): remark #279: controlling expression is constant
      GET_P_STAT(p_orig, person, FAILURE);
      ^

person.c(842): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

person.c(843): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

person.c(845): remark #279: controlling expression is constant
      GET_P_STAT(pers_p, pers_no, FAILURE);
      ^

person.c(889): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

person.c(904): remark #279: controlling expression is constant
      GET_P_STAT(pers_p, pers_no, FAILURE);
      ^

person.c(906): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

person.c(907): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

person.c(945): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

person.c(954): remark #279: controlling expression is constant
      GET_P_STAT(pers_p, pers_no, FAILURE);
      ^

person.c(956): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

person.c(957): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

person.c(994): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

person.c(995): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

person.c(997): remark #279: controlling expression is constant
      GET_P_STAT(p, person, FAILURE);
      ^

person.c(1026): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

person.c(1027): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

person.c(1029): remark #279: controlling expression is constant
      GET_P_STAT(p, person, FAILURE);
      ^

person.c(1079): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

person.c(1080): remark #279: controlling expression is constant
      GET_P_STAT( victim_p, victim, FAILURE);
      ^

person.c(1133): remark #810: conversion from "unsigned long" to "unsigned int" may lose significant bits
  	    result->no_of_read_ranges = max_ranges;
  	                              ^

person.c(1151): remark #279: controlling expression is constant
      CHK_BOOL(want_read_ranges, FAILURE);
      ^

person.c(1202): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

person.c(1203): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

person.c(1205): remark #279: controlling expression is constant
      GET_P_STAT(pers_p, pers_no, FAILURE);
      ^

person.c(1235): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

person.c(1236): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

person.c(1238): remark #279: controlling expression is constant
      GET_P_STAT(pers_p, pers_no, FAILURE);
      ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT conference.o -MD -MP -MF ".deps/conference.Tpo" -c -o conference.o conference.c; \
then mv -f ".deps/conference.Tpo" ".deps/conference.Po"; else rm -f ".deps/conference.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
conference.c(68): warning #1419: external declaration in primary source file
  BUGDECL;
  ^

conference.c(380): remark #279: controlling expression is constant
  	GET_P_STAT(viewer_p, viewer, FALSE);
  	^

conference.c(404): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

conference.c(405): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

conference.c(406): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conf_no, FAILURE);
      ^

conference.c(469): remark #279: controlling expression is constant
      CHK_CONNECTION(0);
      ^

conference.c(470): remark #279: controlling expression is constant
      CHK_LOGIN(0);
      ^

conference.c(577): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

conference.c(578): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

conference.c(579): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conf_no, FAILURE);
      ^

conference.c(620): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

conference.c(627): remark #810: conversion from "unsigned long" to "int" may lose significant bits
      for ( i = result->no_of_conf_nos; i > 0; i-- )
              ^

conference.c(656): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

conference.c(657): remark #279: controlling expression is constant
      CHK_BOOL(want_persons, FAILURE);
      ^

conference.c(658): remark #279: controlling expression is constant
      CHK_BOOL(want_confs, FAILURE);
      ^

conference.c(664): remark #810: conversion from "unsigned long" to "int" may lose significant bits
      n_filtered = raw_matches.no_of_conf_nos;
                 ^

conference.c(665): remark #810: conversion from "unsigned long" to "int" may lose significant bits
      for (i = raw_matches.no_of_conf_nos; i > 0; i--)
             ^

conference.c(681): remark #810: conversion from "int" to "unsigned short" may lose significant bits
      result->no_of_confs = n_filtered;
                          ^

conference.c(686): remark #810: conversion from "unsigned long" to "int" may lose significant bits
      for (i = raw_matches.no_of_conf_nos; i > 0; i--)
             ^

conference.c(761): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

conference.c(769): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

conference.c(785): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

conference.c(805): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

conference.c(806): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conf_no, FAILURE);
      ^

conference.c(836): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

conference.c(865): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

conference.c(866): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conf_no, FAILURE);
      ^

conference.c(905): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

conference.c(906): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

conference.c(907): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conf_no, FAILURE);
      ^

conference.c(937): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

conference.c(938): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

conference.c(939): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conf_no, FAILURE);
      ^

conference.c(945): remark #181: argument is incompatible with corresponding format string conversion
  	BUG(("set_etc_motd failed. Conf %ld Text %ld Acc %ld < %ld (%d).\n",
  	^

conference.c(945): remark #181: argument is incompatible with corresponding format string conversion
  	BUG(("set_etc_motd failed. Conf %ld Text %ld Acc %ld < %ld (%d).\n",
  	^

conference.c(945): remark #181: argument is incompatible with corresponding format string conversion
  	BUG(("set_etc_motd failed. Conf %ld Text %ld Acc %ld < %ld (%d).\n",
  	^

conference.c(945): remark #181: argument is incompatible with corresponding format string conversion
  	BUG(("set_etc_motd failed. Conf %ld Text %ld Acc %ld < %ld (%d).\n",
  	^

conference.c(969): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

conference.c(970): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

conference.c(971): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conf_no, FAILURE);
      ^

conference.c(973): remark #279: controlling expression is constant
  	CHK_EXIST(new_super, FAILURE);
  	^

conference.c(973): remark #279: controlling expression is constant
  	CHK_EXIST(new_super, FAILURE);
  	^

conference.c(1014): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

conference.c(1015): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

conference.c(1017): remark #279: controlling expression is constant
  	CHK_EXIST(new_perm_sub, FAILURE);
  	^

conference.c(1017): remark #279: controlling expression is constant
  	CHK_EXIST(new_perm_sub, FAILURE);
  	^

conference.c(1018): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conf_no, FAILURE);
      ^

conference.c(1047): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

conference.c(1048): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

conference.c(1049): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conf_no, FAILURE);
      ^

conference.c(1051): remark #279: controlling expression is constant
  	CHK_EXIST(new_super_conf, FAILURE);
  	^

conference.c(1051): remark #279: controlling expression is constant
  	CHK_EXIST(new_super_conf, FAILURE);
  	^

conference.c(1084): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

conference.c(1085): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

conference.c(1086): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conf_no, FAILURE);
      ^

conference.c(1163): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

conference.c(1164): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

conference.c(1165): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conf_no, FAILURE);
      ^

conference.c(1194): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

conference.c(1195): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

conference.c(1196): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conf_no, FAILURE);
      ^

conference.c(1223): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

conference.c(1224): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

conference.c(1225): remark #279: controlling expression is constant
      GET_C_STAT(conf_c, conf_no, FAILURE);
      ^

conference.c(1298): remark #279: controlling expression is constant
  	GET_T_STAT(new_stat, new_text_no, FAILURE);
  	^

conference.c(1413): remark #279: controlling expression is constant
  	GET_T_STAT(new_stat, new_text_no, FAILURE);
  	^

conference.c(1480): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

conference.c(1481): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

conference.c(1497): remark #279: controlling expression is constant
      GET_C_STAT(conf, conf_no, FAILURE);
      ^

conference.c(1541): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

conference.c(1553): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

conference.c(1554): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

conference.c(1575): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

conference.c(1576): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT session.o -MD -MP -MF ".deps/session.Tpo" -c -o session.o session.c; \
then mv -f ".deps/session.Tpo" ".deps/session.Po"; else rm -f ".deps/session.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
session.c(124): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

session.c(125): remark #279: controlling expression is constant
      GET_P_STAT(pers_p, pers_no, FAILURE);
      ^

session.c(184): remark #810: conversion from "Session_no={unsigned long}" to "int" may lose significant bits
      async_login(ACTPERS, active_connection->session_no);
                           ^

session.c(202): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

session.c(203): remark #279: controlling expression is constant
      CHK_BOOL(invisible, FAILURE);
      ^

session.c(204): remark #279: controlling expression is constant
      GET_P_STAT(pers_p, pers_no, FAILURE);
      ^

session.c(273): remark #810: conversion from "Session_no={unsigned long}" to "int" may lose significant bits
  	async_login(ACTPERS, active_connection->session_no);
  	                     ^

session.c(290): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

session.c(349): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

session.c(350): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

session.c(354): remark #279: controlling expression is constant
  	CHK_EXIST(conference, FAILURE);
  	^

session.c(354): remark #279: controlling expression is constant
  	CHK_EXIST(conference, FAILURE);
  	^

session.c(399): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

session.c(441): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

session.c(500): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

session.c(561): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

session.c(562): remark #279: controlling expression is constant
      CHK_BOOL(want_visible, FAILURE);
      ^

session.c(563): remark #279: controlling expression is constant
      CHK_BOOL(want_invisible, FAILURE);
      ^

session.c(569): remark #188: enumerated type mixed with another type
  	if (!handshake_ok(cptr, 0))
  	                        ^

session.c(597): remark #188: enumerated type mixed with another type
  	if (!handshake_ok(cptr, 0))
  	                        ^

session.c(648): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

session.c(649): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

session.c(653): remark #188: enumerated type mixed with another type
      if (cptr != NULL && handshake_ok(cptr, 0))
                                             ^

session.c(684): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

session.c(685): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

session.c(689): remark #188: enumerated type mixed with another type
      if (cptr != NULL && handshake_ok(cptr, 0))
                                             ^

session.c(714): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

session.c(715): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

session.c(719): remark #188: enumerated type mixed with another type
      if (cptr != NULL && handshake_ok(cptr, 0))
                                             ^

session.c(746): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

session.c(758): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

session.c(761): remark #279: controlling expression is constant
  	CHK_LOGIN(FAILURE);
  	^

session.c(765): remark #188: enumerated type mixed with another type
      if (cptr != NULL && handshake_ok(cptr, 0))
                                             ^

session.c(801): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

session.c(846): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

session.c(860): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

session.c(861): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

session.c(870): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

session.c(898): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

session.c(899): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

session.c(903): remark #188: enumerated type mixed with another type
      if (cptr != NULL && handshake_ok(cptr, 0))
                                             ^

session.c(922): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

session.c(923): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

session.c(927): remark #188: enumerated type mixed with another type
      if (cptr != NULL && handshake_ok(cptr, 0))
                                             ^

session.c(949): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

session.c(1040): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

session.c(1058): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

session.c(1067): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

session.c(1068): remark #279: controlling expression is constant
      CHK_BOOL(use_utc, FAILURE);
      ^

session.c(1069): remark #188: enumerated type mixed with another type
      active_connection->use_utc = use_utc;
                                 ^

./../libraries/liboop/oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT admin.o -MD -MP -MF ".deps/admin.Tpo" -c -o admin.o admin.c; \
then mv -f ".deps/admin.Tpo" ".deps/admin.Po"; else rm -f ".deps/admin.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
admin.c(74): remark #1418: external definition with no prior declaration
  Info kom_info = 
       ^

admin.c(104): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

admin.c(130): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

admin.c(142): remark #279: controlling expression is constant
  	GET_T_STAT(text, info->motd_of_lyskom, FAILURE);
  	^

admin.c(145): remark #279: controlling expression is constant
      GET_C_STAT(conf, info->conf_pres_conf, FAILURE);
      ^

admin.c(146): remark #279: controlling expression is constant
      GET_C_STAT(conf, info->pers_pres_conf, FAILURE);
      ^

admin.c(147): remark #279: controlling expression is constant
      GET_C_STAT(conf, info->motd_conf, FAILURE);
      ^

admin.c(148): remark #279: controlling expression is constant
      GET_C_STAT(conf, info->kom_news_conf, FAILURE);
      ^

admin.c(126): remark #593: variable "conf" was set but never used
      Conference     *conf;
                      ^

admin.c(127): remark #593: variable "text" was set but never used
      Text_stat      *text;
                      ^

admin.c(167): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

admin.c(180): remark #279: controlling expression is constant
  	GET_T_STAT(new_motd, motd, FAILURE);
  	^

admin.c(246): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

admin.c(247): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

admin.c(262): remark #279: controlling expression is constant
          GET_C_STAT(conf_c, recipient, FAILURE);
          ^

admin.c(294): remark #188: enumerated type mixed with another type
                                           ENA(admin, 1)) == OK)
                                           ^

admin.c(305): remark #188: enumerated type mixed with another type
                                       message, ENA(admin, 1));
                                                ^

admin.c(320): remark #279: controlling expression is constant
          CHK_LOGIN(FAILURE);
          ^

admin.c(344): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

admin.c(345): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

admin.c(370): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

admin.c(371): remark #279: controlling expression is constant
      CHK_LOGIN(FAILURE);
      ^

admin.c(425): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

./../libraries/liboop/oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT regex-match.o -MD -MP -MF ".deps/regex-match.Tpo" -c -o regex-match.o regex-match.c; \
then mv -f ".deps/regex-match.Tpo" ".deps/regex-match.Po"; else rm -f ".deps/regex-match.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
regex-match.c(94): remark #810: conversion from "String_size={long}" to "int" may lose significant bits
  	 re_compile_pattern((char*)regexp.string, s_strlen(regexp), &pat_buf))
  	                                          ^

regex-match.c(111): remark #810: conversion from "String_size={long}" to "int" may lose significant bits
  				(char*)name.string, s_strlen(name), 0,
  				                    ^

regex-match.c(112): remark #810: conversion from "String_size={long}" to "int" may lose significant bits
  				s_strlen(name), NULL) )
  				^

regex-match.c(72): remark #593: variable "errmsg" was set but never used
      const char *errmsg;
                  ^

regex-match.c(155): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

regex-match.c(170): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

regex-match.c(183): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

regex-match.c(184): remark #279: controlling expression is constant
      CHK_BOOL(want_persons, FAILURE);
      ^

regex-match.c(185): remark #279: controlling expression is constant
      CHK_BOOL(want_confs, FAILURE);
      ^

regex-match.c(187): remark #188: enumerated type mixed with another type
                           want_persons, want_confs);
                           ^

regex-match.c(187): remark #188: enumerated type mixed with another type
                           want_persons, want_confs);
                                         ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT aux-items.o -MD -MP -MF ".deps/aux-items.Tpo" -c -o aux-items.o aux-items.c; \
then mv -f ".deps/aux-items.Tpo" ".deps/aux-items.Po"; else rm -f ".deps/aux-items.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
aux-items.c(68): remark #1418: external definition with no prior declaration
  Aux_item_definition     *aux_item_definition_list = NULL;
                           ^

aux-items.c(69): remark #1418: external definition with no prior declaration
  unsigned long            num_aux_item_definitions = 0; 
                           ^

aux-items.c(73): remark #193: zero used for undefined preprocessing identifier
  #if COMPILED_AUX_ITEMS
      ^

aux-items.c(130): remark #188: enumerated type mixed with another type
      0,                      /* Disabled */
      ^

aux-items.c(131): remark #188: enumerated type mixed with another type
      0,                      /* Author only */    
      ^

aux-items.c(132): remark #188: enumerated type mixed with another type
      0,                      /* Supervisor only */
      ^

aux-items.c(133): remark #188: enumerated type mixed with another type
      0,                      /* System only */
      ^

aux-items.c(134): remark #188: enumerated type mixed with another type
      0,                      /* Unique */         
      ^

aux-items.c(135): remark #188: enumerated type mixed with another type
      0,                      /* Unique-data */
      ^

aux-items.c(136): remark #188: enumerated type mixed with another type
      0,                      /* Can't delete */
      ^

aux-items.c(137): remark #188: enumerated type mixed with another type
      0,                      /* Owner delete */
      ^

aux-items.c(167): remark #188: enumerated type mixed with another type
      0,                      /* Disabled */
      ^

aux-items.c(168): remark #188: enumerated type mixed with another type
      0,                      /* Author only */    
      ^

aux-items.c(169): remark #188: enumerated type mixed with another type
      0,                      /* Supervisor only */
      ^

aux-items.c(170): remark #188: enumerated type mixed with another type
      0,                      /* System only */
      ^

aux-items.c(171): remark #188: enumerated type mixed with another type
      0,                      /* Unique */         
      ^

aux-items.c(172): remark #188: enumerated type mixed with another type
      0,                      /* Unique-data */
      ^

aux-items.c(173): remark #188: enumerated type mixed with another type
      0,                      /* Can't delete */
      ^

aux-items.c(174): remark #188: enumerated type mixed with another type
      0,                      /* Owner delete */
      ^

aux-items.c(440): remark #810: conversion from "size_t={unsigned long}" to "int" may lose significant bits
                              strlen(def->validators[ix].v.re.regexp),
                              ^

aux-items.c(466): remark #193: zero used for undefined preprocessing identifier
  #if COMPILED_AUX_ITEMS
      ^

aux-items.c(570): remark #279: controlling expression is constant
          GET_T_STAT(text_stat, item->linked_item.target_object.text, NULL);
          ^

aux-items.c(574): remark #279: controlling expression is constant
          GET_C_STAT(conf_stat, item->linked_item.target_object.conf, NULL);
          ^

aux-items.c(613): remark #279: controlling expression is constant
          VOID_GET_T_STAT(text_stat, item->linked_item.target_object.text);
          ^

aux-items.c(618): remark #279: controlling expression is constant
          VOID_GET_C_STAT(conf_stat, item->linked_item.target_object.conf);
          ^

aux-items.c(607): remark #593: variable "text_stat" was set but never used
      Text_stat       *text_stat;
                       ^

aux-items.c(608): remark #593: variable "conf_stat" was set but never used
      Conference      *conf_stat;
                       ^

aux-items.c(668): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
              dst_ptr = cached_get_conf_stat(dst_no);
                                             ^

aux-items.c(689): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
      case CONF_OBJECT_TYPE: dst_item_data->linked_item.target_object.conf = src_no; break;
                                                                           ^

aux-items.c(707): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
          src_item->linked_item.target_object.conf = dst_no;
                                                   ^

aux-items.c(816): remark #810: conversion from "int" to "unsigned short" may lose significant bits
      add_to_list->length += items_to_add->length;
                          ^

aux-items.c(967): remark #810: conversion from "String_size={long}" to "int" may lose significant bits
                                s_strlen(validation_data.item->data),
                                ^

aux-items.c(969): remark #810: conversion from "String_size={long}" to "int" may lose significant bits
                                s_strlen(validation_data.item->data),
                                ^

aux-items.c(981): remark #111: statement is unreachable
                  break;
                  ^

aux-items.c(998): remark #111: statement is unreachable
              break;
              ^

aux-items.c(1467): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
                  linked_object = (void*)cached_get_conf_stat(linked_object_no);
                                                              ^

aux-items.c(1562): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
                  linked_object = (void*)cached_get_conf_stat(linked_object_no);
                                                              ^

aux-items.c(1659): remark #810: conversion from "long" to "unsigned short" may lose significant bits
      list_to_commit->length = target;
                             ^

aux-items.c(1752): remark #810: conversion from "int" to "Pers_no={unsigned short}" may lose significant bits
                                 text_s?text_s->author:creating_conn->pers_no,
                                 ^

aux-items.c(1755): remark #188: enumerated type mixed with another type
                                 text_s == NULL,
                                 ^

aux-items.c(1958): remark #279: controlling expression is constant
      VOID_GET_T_STAT(text_stat, text_no);
      ^

aux-items.c(1972): remark #279: controlling expression is constant
      VOID_GET_T_STAT(text_stat, text_no);
      ^

aux-items.c(2151): remark #279: controlling expression is constant
      GET_T_STAT(text_stat, text_no, FAILURE);
      ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT debug.o -MD -MP -MF ".deps/debug.Tpo" -c -o debug.o debug.c; \
then mv -f ".deps/debug.Tpo" ".deps/debug.Po"; else rm -f ".deps/debug.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT send-async.o -MD -MP -MF ".deps/send-async.Tpo" -c -o send-async.o send-async.c; \
then mv -f ".deps/send-async.Tpo" ".deps/send-async.Po"; else rm -f ".deps/send-async.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
send-async.c(73): remark #188: enumerated type mixed with another type
  	if (handshake_ok(cptr, 0))
  	                       ^

send-async.c(96): remark #188: enumerated type mixed with another type
  	if (handshake_ok(cptr, 0))
  	                       ^

send-async.c(131): remark #188: enumerated type mixed with another type
  	    if (handshake_ok(cptr, 0))
  	                           ^

send-async.c(166): remark #188: enumerated type mixed with another type
  	    if (handshake_ok(cptr, 0))
  	                           ^

send-async.c(206): remark #188: enumerated type mixed with another type
              if (handshake_ok(cptr, 0)
                                     ^

send-async.c(277): remark #188: enumerated type mixed with another type
  	if (handshake_ok(cptr, 0))
  	                       ^

send-async.c(311): remark #188: enumerated type mixed with another type
  	    if (handshake_ok(cptr, 0))
  	                           ^

send-async.c(461): remark #188: enumerated type mixed with another type
  	if (handshake_ok(cptr, 0))
  	                       ^

send-async.c(485): remark #188: enumerated type mixed with another type
          if (handshake_ok(cptr, 0))
                                 ^

send-async.c(509): remark #188: enumerated type mixed with another type
          if (handshake_ok(cptr, 0))
                                 ^

send-async.c(532): remark #188: enumerated type mixed with another type
          if (handshake_ok(cptr, 0))
                                 ^

send-async.c(565): remark #188: enumerated type mixed with another type
  	    if (handshake_ok(cptr, 0)
  	                           ^

send-async.c(595): remark #188: enumerated type mixed with another type
  	if (handshake_ok(cptr, 0)
  	                       ^

send-async.c(624): remark #188: enumerated type mixed with another type
  	if (handshake_ok(cptr, 0) && cptr->want_async[ay_new_motd] == TRUE)
  	                       ^

send-async.c(648): remark #188: enumerated type mixed with another type
  	if (handshake_ok(cptr, 0) && cptr->want_async[ay_text_aux_changed])
  	                       ^

send-async.c(684): remark #188: enumerated type mixed with another type
  	    if (handshake_ok(cptr, 0)
  	                           ^

send-async.c(722): remark #188: enumerated type mixed with another type
  	    if (handshake_ok(cptr, 0)
  	                           ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT server-config.o -MD -MP -MF ".deps/server-config.Tpo" -c -o server-config.o server-config.c; \
then mv -f ".deps/server-config.Tpo" ".deps/server-config.Po"; else rm -f ".deps/server-config.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
server-config.c(597): remark #981: operands are evaluated in unspecified order
  				+ strlen(compiled_config_file) + 2);
  				^

server-config.c(654): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	register_jubel(a, b, c, public);
  	               ^

server-config.c(657): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	register_jubel(a, 0, b, public);
  	               ^

server-config.c(703): remark #981: operands are evaluated in unspecified order
      s = smalloc(2 + strlen(param.dbase_dir) + strlen(*name));
                                              ^

server-config.c(740): remark #981: operands are evaluated in unspecified order
  	    param_name(high));
  	    ^

server-config.c(738): remark #981: operands are evaluated in unspecified order
      kom_log("Parameter '%s' must be less than parameter '%s'.\n",
      ^

server-config.c(749): remark #981: operands are evaluated in unspecified order
  	    param_name(high));
  	    ^

server-config.c(747): remark #981: operands are evaluated in unspecified order
      kom_log("Parameter '%s' must be less than or equal to parameter '%s'.\n",
      ^

server-config.c(815): remark #188: enumerated type mixed with another type
  	err |= check_abs_path(&param.datafile_name);
  	    ^

server-config.c(816): remark #188: enumerated type mixed with another type
  	err |= check_abs_path(&param.backupfile_name);
  	    ^

server-config.c(817): remark #188: enumerated type mixed with another type
  	err |= check_abs_path(&param.backupfile_name_2);
  	    ^

server-config.c(818): remark #188: enumerated type mixed with another type
  	err |= check_abs_path(&param.lockfile_name);
  	    ^

server-config.c(819): remark #188: enumerated type mixed with another type
  	err |= check_abs_path(&param.textfile_name);
  	    ^

server-config.c(820): remark #188: enumerated type mixed with another type
  	err |= check_abs_path(&param.numberfile_name);
  	    ^

server-config.c(821): remark #188: enumerated type mixed with another type
  	err |= check_abs_path(&param.numberfile_tmp_name);
  	    ^

server-config.c(822): remark #188: enumerated type mixed with another type
  	err |= check_abs_path(&param.textbackupfile_name);
  	    ^

server-config.c(823): remark #188: enumerated type mixed with another type
  	err |= check_abs_path(&param.backup_dir);
  	    ^

server-config.c(824): remark #188: enumerated type mixed with another type
  	err |= check_abs_path(&param.statistic_name);
  	    ^

server-config.c(825): remark #188: enumerated type mixed with another type
  	err |= check_abs_path(&param.pid_name);
  	    ^

server-config.c(826): remark #188: enumerated type mixed with another type
  	err |= check_abs_path(&param.memuse_name);
  	    ^

server-config.c(827): remark #188: enumerated type mixed with another type
  	err |= check_abs_path(&param.logfile_name);
  	    ^

server-config.c(828): remark #188: enumerated type mixed with another type
  	err |= check_abs_path(&param.connection_status_file);
  	    ^

server-config.c(829): remark #188: enumerated type mixed with another type
  	err |= check_abs_path(&param.connection_status_file_tmp);
  	    ^

server-config.c(830): remark #188: enumerated type mixed with another type
  	err |= check_abs_path(&param.aux_def_file);
  	    ^

server-config.c(831): remark #188: enumerated type mixed with another type
  	err |= check_abs_path(&param.status_file);
  	    ^

server-config.c(832): remark #188: enumerated type mixed with another type
  	err |= check_abs_path(&param.core_dir);
  	    ^

server-config.c(833): remark #188: enumerated type mixed with another type
  	err |= check_abs_path(&param.lyskomd_path);
  	    ^

server-config.c(834): remark #188: enumerated type mixed with another type
  	err |= check_abs_path(&param.savecore_path);
  	    ^

server-config.c(836): remark #188: enumerated type mixed with another type
  	    err |= check_abs_path(&param.sendmail_path);
  	        ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT text-garb.o -MD -MP -MF ".deps/text-garb.Tpo" -c -o text-garb.o text-garb.c; \
then mv -f ".deps/text-garb.Tpo" ".deps/text-garb.Po"; else rm -f ".deps/text-garb.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
text-garb.c(70): warning #1419: external declaration in primary source file
  BUGDECL;
  ^

text-garb.c(272): remark #810: conversion from "long" to "double" may lose significant bits
      *comment_age = ldifftime(current_time.tv_sec, text_s->creation_time);
                   ^

text-garb.c(296): remark #188: enumerated type mixed with another type
  	    in_comm_group = (misc->datum.text_link == parent);
  	                  ^

text-garb.c(312): remark #810: conversion from "long" to "double" may lose significant bits
  		*comment_age = ldifftime(current_time.tv_sec,
  		             ^

text-garb.c(389): remark #810: conversion from "long" to "double" may lose significant bits
      age = ldifftime(current_time.tv_sec, text_s->creation_time);
          ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT isc-parse.o -MD -MP -MF ".deps/isc-parse.Tpo" -c -o isc-parse.o isc-parse.c; \
then mv -f ".deps/isc-parse.Tpo" ".deps/isc-parse.Po"; else rm -f ".deps/isc-parse.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT memory.o -MD -MP -MF ".deps/memory.Tpo" -c -o memory.o memory.c; \
then mv -f ".deps/memory.Tpo" ".deps/memory.Po"; else rm -f ".deps/memory.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
memory.c(594): remark #181: argument is incompatible with corresponding format string conversion
  			t->misc_items[ i ].type);
  			^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT prot-a-output.o -MD -MP -MF ".deps/prot-a-output.Tpo" -c -o prot-a-output.o prot-a-output.c; \
then mv -f ".deps/prot-a-output.Tpo" ".deps/prot-a-output.Po"; else rm -f ".deps/prot-a-output.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
./../libraries/liboop/oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT prot-a-parse.o -MD -MP -MF ".deps/prot-a-parse.Tpo" -c -o prot-a-parse.o prot-a-parse.c; \
then mv -f ".deps/prot-a-parse.Tpo" ".deps/prot-a-parse.Po"; else rm -f ".deps/prot-a-parse.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
prot-a-parse.c(65): warning #1419: external declaration in primary source file
  BUGDECL;
  ^

prot-a-parse.c(144): remark #810: conversion from "long" to "int" may lose significant bits
          client->array_parse_parsed_length = prot_a_parse_long(client);
                                            ^

prot-a-parse.c(514): remark #810: conversion from "long" to "int" may lose significant bits
  	client->array_parse_parsed_length = prot_a_parse_long(client);
  	                                  ^

prot-a-parse.c(529): remark #810: conversion from "int" to "unsigned short" may lose significant bits
          result->length = min(maxlen+1, client->array_parse_parsed_length);
                         ^

prot-a-parse.c(592): remark #810: conversion from "long" to "int" may lose significant bits
  	client->array_parse_parsed_length = prot_a_parse_long(client);
  	                                  ^

prot-a-parse.c(607): remark #810: conversion from "int" to "unsigned short" may lose significant bits
          result->no_of_misc = min(maxlen+1, client->array_parse_parsed_length);
                             ^

prot-a-parse.c(632): remark #810: conversion from "int" to "unsigned short" may lose significant bits
                      result->no_of_misc = client->array_parse_index + 1;
                                         ^

prot-a-parse.c(663): remark #188: enumerated type mixed with another type
  	result->type = prot_a_parse_long(client);
  	             ^

prot-a-parse.c(672): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	    result->datum.recipient = prot_a_parse_long(client);
  	                            ^

prot-a-parse.c(699): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
              result->datum.sender = prot_a_parse_long(client);
                                   ^

prot-a-parse.c(766): remark #810: conversion from "long" to "int" may lose significant bits
  	client->array_parse_parsed_length = prot_a_parse_long(client);
  	                                  ^

prot-a-parse.c(781): remark #810: conversion from "int" to "unsigned short" may lose significant bits
          res->length = min(maxlen+1, client->array_parse_parsed_length);
                      ^

prot-a-parse.c(820): remark #810: conversion from "long" to "int" may lose significant bits
  	result->tm_sec = prot_a_parse_long(client);
  	               ^

prot-a-parse.c(824): remark #810: conversion from "long" to "int" may lose significant bits
  	result->tm_min = prot_a_parse_long(client);
  	               ^

prot-a-parse.c(828): remark #810: conversion from "long" to "int" may lose significant bits
  	result->tm_hour = prot_a_parse_long(client);
  	                ^

prot-a-parse.c(832): remark #810: conversion from "long" to "int" may lose significant bits
  	result->tm_mday = prot_a_parse_long(client);
  	                ^

prot-a-parse.c(836): remark #810: conversion from "long" to "int" may lose significant bits
  	result->tm_mon = prot_a_parse_long(client);
  	               ^

prot-a-parse.c(840): remark #810: conversion from "long" to "int" may lose significant bits
  	result->tm_year = prot_a_parse_long(client);
  	                ^

prot-a-parse.c(844): remark #810: conversion from "long" to "int" may lose significant bits
  	result->tm_wday = prot_a_parse_long(client);
  	                ^

prot-a-parse.c(848): remark #810: conversion from "long" to "int" may lose significant bits
  	result->tm_yday = prot_a_parse_long(client);
  	                ^

prot-a-parse.c(852): remark #810: conversion from "long" to "int" may lose significant bits
  	result->tm_isdst = prot_a_parse_long(client);
  	                 ^

prot-a-parse.c(871): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
          result->conf_pres_conf = prot_a_parse_long(client);
                                 ^

prot-a-parse.c(875): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
          result->pers_pres_conf = prot_a_parse_long(client);
                                 ^

prot-a-parse.c(879): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
          result->motd_conf = prot_a_parse_long(client);
                            ^

prot-a-parse.c(883): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
          result->kom_news_conf = prot_a_parse_long(client);
                                ^

prot-a-parse.c(900): remark #279: controlling expression is constant
      while (1) 
             ^

prot-a-parse.c(1014): remark #279: controlling expression is constant
      while (1) 
             ^

prot-a-parse.c(1085): remark #810: conversion from "String_size={long}" to "int" may lose significant bits
  		client->array_hunt_num = len;
  		                       ^

prot-a-parse.c(1115): remark #810: conversion from "long" to "int" may lose significant bits
  		client->array_hunt_num -= len;
  		                       ^

./../libraries/liboop/oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT prot-a.o -MD -MP -MF ".deps/prot-a.Tpo" -c -o prot-a.o prot-a.c; \
then mv -f ".deps/prot-a.Tpo" ".deps/prot-a.Po"; else rm -f ".deps/prot-a.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
prot-a.c(64): warning #1419: external declaration in primary source file
  BUGDECL;
  ^

prot-a.c(134): remark #181: argument is incompatible with corresponding format string conversion
  	    BUG(("={%luH", res->string.len));
  	    ^

prot-a.c(330): remark #181: argument is incompatible with corresponding format string conversion
  	BUG(("%%Err %d\n", kom_errno));
  	^

prot-a.c(459): remark #810: conversion from "long" to "int" may lose significant bits
  	client->ref_no = prot_a_parse_long(client);
  	               ^

prot-a.c(463): remark #810: conversion from "long" to "int" may lose significant bits
  	client->function = (enum call_header)(int)prot_a_parse_long(client);
  	                                     ^

prot-a.c(463): remark #188: enumerated type mixed with another type
  	client->function = (enum call_header)(int)prot_a_parse_long(client);
  	                   ^

./../libraries/liboop/oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT prot-a-send-async.o -MD -MP -MF ".deps/prot-a-send-async.Tpo" -c -o prot-a-send-async.o prot-a-send-async.c; \
then mv -f ".deps/prot-a-send-async.Tpo" ".deps/prot-a-send-async.Po"; else rm -f ".deps/prot-a-send-async.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
./../libraries/liboop/oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT internal-connections.o -MD -MP -MF ".deps/internal-connections.Tpo" -c -o internal-connections.o internal-connections.c; \
then mv -f ".deps/internal-connections.Tpo" ".deps/internal-connections.Po"; else rm -f ".deps/internal-connections.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
internal-connections.c(300): remark #181: argument is incompatible with corresponding format string conversion
                  cp->session_no);
                  ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT rfc931.o -MD -MP -MF ".deps/rfc931.Tpo" -c -o rfc931.o rfc931.c; \
then mv -f ".deps/rfc931.Tpo" ".deps/rfc931.Po"; else rm -f ".deps/rfc931.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
./../libraries/liboop/oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT isc-malloc.o -MD -MP -MF ".deps/isc-malloc.Tpo" -c -o isc-malloc.o isc-malloc.c; \
then mv -f ".deps/isc-malloc.Tpo" ".deps/isc-malloc.Po"; else rm -f ".deps/isc-malloc.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT conf-file.o -MD -MP -MF ".deps/conf-file.Tpo" -c -o conf-file.o conf-file.c; \
then mv -f ".deps/conf-file.Tpo" ".deps/conf-file.Po"; else rm -f ".deps/conf-file.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
conf-file.c(271): remark #810: conversion from "long" to "Conf_no={unsigned short}" may lose significant bits
  	*(Conf_no*)par->value = atol(val);
  	                      ^

conf-file.c(288): remark #810: conversion from "long" to "int" may lose significant bits
  	*(int*)par->value = atol(val);
  	                  ^

conf-file.c(320): remark #810: conversion from "long" to "unsigned int" may lose significant bits
  	*(unsigned int*)par->value = (unsigned int)atol(val);
  	                             ^

conf-file.c(473): remark #810: conversion from "double" to "int" may lose significant bits
  	tv = timeval_ctor(number, ((number - (int)number) * 1000000) + 0.5);
  	                                     ^

conf-file.c(473): remark #810: conversion from "double" to "int" may lose significant bits
  	tv = timeval_ctor(number, ((number - (int)number) * 1000000) + 0.5);
  	                          ^

conf-file.c(473): remark #981: operands are evaluated in unspecified order
  	tv = timeval_ctor(number, ((number - (int)number) * 1000000) + 0.5);
  	     ^

conf-file.c(474): remark #981: operands are evaluated in unspecified order
  	err = (tv.tv_sec + 1.0e-6 * tv.tv_usec) - number;
  	                 ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT local-to-global.o -MD -MP -MF ".deps/local-to-global.Tpo" -c -o local-to-global.o local-to-global.c; \
then mv -f ".deps/local-to-global.Tpo" ".deps/local-to-global.Po"; else rm -f ".deps/local-to-global.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
local-to-global.c(400): remark #810: conversion from "unsigned long" to "int" may lose significant bits
  	    for (i = lno - binfo->start + 1; i < binfo->first_free; ++i)
  	           ^

local-to-global.c(480): remark #810: conversion from "unsigned long" to "int" may lose significant bits
  	i = lno - binfo->start;
  	  ^

local-to-global.c(585): remark #810: conversion from "long" to "int" may lose significant bits
      l2g->num_blocks -= last - first;
                      ^

local-to-global.c(827): remark #810: conversion from "unsigned long" to "int" may lose significant bits
  	binfo->first_free = lno - binfo->start + 1;
  	                  ^

local-to-global.c(910): remark #810: conversion from "long" to "int" may lose significant bits
  	    block_no = 1 + binfo - l2g->blocks;
  	             ^

local-to-global.c(934): remark #810: conversion from "long" to "int" may lose significant bits
  		block_no = 1 + binfo - l2g->blocks;
  		         ^

local-to-global.c(1195): remark #279: controlling expression is constant
      while (1)
             ^

local-to-global.c(1261): remark #810: conversion from "unsigned long" to "char" may lose significant bits
  	    *--cp = (l % 10) + '0';
  	          ^

local-to-global.c(1467): remark #279: controlling expression is constant
      while (1)
             ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT aux-item-def-parse.o -MD -MP -MF ".deps/aux-item-def-parse.Tpo" -c -o aux-item-def-parse.o aux-item-def-parse.c; \
then mv -f ".deps/aux-item-def-parse.Tpo" ".deps/aux-item-def-parse.Po"; else rm -f ".deps/aux-item-def-parse.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
aux-item-def-parse.y(109): remark #1418: external definition with no prior declaration
  int aux_item_def_error_line;
      ^

/pkg/bison/sparc-sol10/1.35/share/bison/bison.simple(45): remark #193: zero used for undefined preprocessing identifier
  # if YYSTACK_USE_ALLOCA
       ^

/pkg/bison/sparc-sol10/1.35/share/bison/bison.simple(204): remark #193: zero used for undefined preprocessing identifier
  #if YYPURE
      ^

/pkg/bison/sparc-sol10/1.35/share/bison/bison.simple(238): remark #1418: external definition with no prior declaration
  int yydebug;
      ^

/pkg/bison/sparc-sol10/1.35/share/bison/bison.simple(255): remark #193: zero used for undefined preprocessing identifier
  #if YYMAXDEPTH == 0
      ^

/pkg/bison/sparc-sol10/1.35/share/bison/bison.simple(372): remark #193: zero used for undefined preprocessing identifier
  #if !YYPURE
       ^

/pkg/bison/sparc-sol10/1.35/share/bison/bison.simple(373): remark #1418: external definition with no prior declaration
  YY_DECL_VARIABLES
  ^

/pkg/bison/sparc-sol10/1.35/share/bison/bison.simple(373): remark #1418: external definition with no prior declaration
  YY_DECL_VARIABLES
  ^

/pkg/bison/sparc-sol10/1.35/share/bison/bison.simple(373): remark #1418: external definition with no prior declaration
  YY_DECL_VARIABLES
  ^

/pkg/bison/sparc-sol10/1.35/share/bison/bison.simple(373): remark #1418: external definition with no prior declaration
  YY_DECL_VARIABLES
  ^

/pkg/bison/sparc-sol10/1.35/share/bison/bison.simple(381): remark #193: zero used for undefined preprocessing identifier
  #if YYPURE
      ^

/pkg/bison/sparc-sol10/1.35/share/bison/bison.simple(438): remark #279: controlling expression is constant
    YYDPRINTF ((stderr, "Starting parse\n"));
    ^

/pkg/bison/sparc-sol10/1.35/share/bison/bison.simple(467): remark #810: conversion from "int" to "short" may lose significant bits
    *yyssp = yystate;
           ^

/pkg/bison/sparc-sol10/1.35/share/bison/bison.simple(520): remark #279: controlling expression is constant
  	YYSTACK_RELOCATE (yyss);
  	^

/pkg/bison/sparc-sol10/1.35/share/bison/bison.simple(521): remark #279: controlling expression is constant
  	YYSTACK_RELOCATE (yyvs);
  	^

/pkg/bison/sparc-sol10/1.35/share/bison/bison.simple(523): remark #279: controlling expression is constant
  	YYSTACK_RELOCATE (yyls);
  	^

/pkg/bison/sparc-sol10/1.35/share/bison/bison.simple(527): remark #279: controlling expression is constant
  	  YYSTACK_FREE (yyss1);
  	  ^

/pkg/bison/sparc-sol10/1.35/share/bison/bison.simple(538): remark #279: controlling expression is constant
        YYDPRINTF ((stderr, "Stack size increased to %lu\n",
        ^

/pkg/bison/sparc-sol10/1.35/share/bison/bison.simple(545): remark #279: controlling expression is constant
    YYDPRINTF ((stderr, "Entering state %d\n", yystate));
    ^

/pkg/bison/sparc-sol10/1.35/share/bison/bison.simple(572): remark #279: controlling expression is constant
        YYDPRINTF ((stderr, "Reading a token: "));
        ^

/pkg/bison/sparc-sol10/1.35/share/bison/bison.simple(583): remark #279: controlling expression is constant
        YYDPRINTF ((stderr, "Now at end of input.\n"));
        ^

/pkg/bison/sparc-sol10/1.35/share/bison/bison.simple(633): remark #279: controlling expression is constant
    YYDPRINTF ((stderr, "Shifting token %d (%s), ",
    ^

aux-item-def-parse.y(207): remark #181: argument is incompatible with corresponding format string conversion
                              def.tag, def.name);
                              ^

aux-item-def-parse.y(228): remark #810: conversion from "unsigned long" to "short" may lose significant bits
  { def.texts = TRUE; def.text_a = yyvsp[-1].num; }
                                 ^

aux-item-def-parse.y(229): remark #810: conversion from "unsigned long" to "short" may lose significant bits
  { def.confs = TRUE; def.conf_a = yyvsp[-1].num; }
                                 ^

aux-item-def-parse.y(231): remark #810: conversion from "unsigned long" to "short" may lose significant bits
                                          def.conf_a = yyvsp[-1].num; }
                                                     ^

aux-item-def-parse.y(235): remark #810: conversion from "unsigned long" to "short" may lose significant bits
                  def.texts       = TRUE; def.text_a = yyvsp[-1].num;
                                                     ^

aux-item-def-parse.y(236): remark #810: conversion from "unsigned long" to "short" may lose significant bits
                  def.confs       = TRUE; def.conf_a = yyvsp[-1].num;
                                                     ^

aux-item-def-parse.y(362): remark #111: statement is unreachable
      break;
      ^

/pkg/bison/sparc-sol10/1.35/share/bison/bison.simple(792): remark #279: controlling expression is constant
  	      YYSTACK_FREE (yymsg);
  	      ^

/pkg/bison/sparc-sol10/1.35/share/bison/bison.simple(816): remark #279: controlling expression is constant
        YYDPRINTF ((stderr, "Discarding token %d (%s).\n",
        ^

/pkg/bison/sparc-sol10/1.35/share/bison/bison.simple(895): remark #279: controlling expression is constant
    YYDPRINTF ((stderr, "Shifting error token, "));
    ^

/pkg/bison/sparc-sol10/1.35/share/bison/bison.simple(931): remark #279: controlling expression is constant
      YYSTACK_FREE (yyss);
      ^

aux-item-def-parse.y(429): remark #981: operands are evaluated in unspecified order
                       aux_item_def_typename(val->type));
                       ^

aux-item-def-parse.y(427): remark #981: operands are evaluated in unspecified order
              yyerror("invalid type: expected %s, got %s",
              ^

aux-item-def-parse.y(473): remark #981: operands are evaluated in unspecified order
  		    aux_item_def_typename(val->type));
  		    ^

aux-item-def-parse.y(471): remark #981: operands are evaluated in unspecified order
  	    yyerror("invalid type: expected %s, got %s",
  	    ^

aux-item-def-parse.y(513): remark #981: operands are evaluated in unspecified order
                      aux_item_def_typename(type)); 
                      ^

aux-item-def-parse.y(511): remark #981: operands are evaluated in unspecified order
              yyerror("invalid type: expected %s, got %s", 
              ^

aux-item-def-parse.y(674): remark #981: operands are evaluated in unspecified order
                      aux_item_def_typename(STRING), 
                      ^

aux-item-def-parse.y(672): remark #981: operands are evaluated in unspecified order
              yyerror("invalid type: expected %s or %s, got %s", 
              ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT aux-item-def-scan.o -MD -MP -MF ".deps/aux-item-def-scan.Tpo" -c -o aux-item-def-scan.o aux-item-def-scan.c; \
then mv -f ".deps/aux-item-def-scan.Tpo" ".deps/aux-item-def-scan.Po"; else rm -f ".deps/aux-item-def-scan.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
aux-item-def-scan.c(101): warning #1419: external declaration in primary source file
  extern int yyleng;
             ^

aux-item-def-scan.c(102): warning #1419: external declaration in primary source file
  extern FILE *yyin, *yyout;
               ^

aux-item-def-scan.c(102): warning #1419: external declaration in primary source file
  extern FILE *yyin, *yyout;
                      ^

aux-item-def-scan.c(228): warning #1419: external declaration in primary source file
  void yyrestart YY_PROTO(( FILE *input_file ));
       ^

aux-item-def-scan.c(230): warning #1419: external declaration in primary source file
  void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer ));
       ^

aux-item-def-scan.c(231): warning #1419: external declaration in primary source file
  void yy_load_buffer_state YY_PROTO(( void ));
       ^

aux-item-def-scan.c(232): warning #1419: external declaration in primary source file
  YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size ));
                  ^

aux-item-def-scan.c(233): warning #1419: external declaration in primary source file
  void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b ));
       ^

aux-item-def-scan.c(234): warning #1419: external declaration in primary source file
  void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
       ^

aux-item-def-scan.c(235): warning #1419: external declaration in primary source file
  void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b ));
       ^

aux-item-def-scan.c(238): warning #1419: external declaration in primary source file
  YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size ));
                  ^

aux-item-def-scan.c(239): warning #1419: external declaration in primary source file
  YY_BUFFER_STATE yy_scan_string YY_PROTO(( yyconst char *yy_str ));
                  ^

aux-item-def-scan.c(240): warning #1419: external declaration in primary source file
  YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len ));
                  ^

aux-item-def-scan.c(272): warning #1419: external declaration in primary source file
  extern int yylineno;
             ^

aux-item-def-scan.c(274): warning #1419: external declaration in primary source file
  extern char *yytext;
               ^

aux-item-def-scan.c(597): remark #193: zero used for undefined preprocessing identifier
  #if YY_STACK_USED
      ^

aux-item-def-scan.c(743): remark #279: controlling expression is constant
  	while ( 1 )		/* loops until end-of-file is reached */
  	        ^

aux-item-def-scan.c(761): remark #810: conversion from "int" to "YY_CHAR={unsigned char}" may lose significant bits
  			register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
  			                        ^

aux-item-def-scan.c(766): remark #810: conversion from "int" to "YY_CHAR={unsigned char}" may lose significant bits
  					yy_c = yy_meta[(unsigned int) yy_c];
  					     ^

aux-item-def-scan.c(793): remark #810: conversion from "long" to "int" may lose significant bits
  		YY_DO_BEFORE_ACTION;
  		^

aux-item-def-scan.l(112): remark #111: statement is unreachable
  	YY_BREAK
  	^

aux-item-def-scan.l(117): remark #111: statement is unreachable
  	YY_BREAK
  	^

aux-item-def-scan.l(121): remark #111: statement is unreachable
  	YY_BREAK
  	^

aux-item-def-scan.l(125): remark #111: statement is unreachable
  	YY_BREAK
  	^

aux-item-def-scan.l(129): remark #111: statement is unreachable
  	YY_BREAK
  	^

aux-item-def-scan.l(133): remark #111: statement is unreachable
  	YY_BREAK
  	^

aux-item-def-scan.l(137): remark #111: statement is unreachable
  	YY_BREAK
  	^

aux-item-def-scan.l(141): remark #111: statement is unreachable
  	YY_BREAK
  	^

aux-item-def-scan.l(145): remark #111: statement is unreachable
  	YY_BREAK
  	^

aux-item-def-scan.l(150): remark #111: statement is unreachable
  	YY_BREAK
  	^

aux-item-def-scan.l(157): remark #279: controlling expression is constant
                                          do { *s=tolower(*s); } while(*(++s));
                                                  ^

aux-item-def-scan.l(157): remark #279: controlling expression is constant
                                          do { *s=tolower(*s); } while(*(++s));
                                                  ^

aux-item-def-scan.l(157): remark #810: conversion from "int" to "char" may lose significant bits
                                          do { *s=tolower(*s); } while(*(++s));
                                                 ^

aux-item-def-scan.l(163): remark #111: statement is unreachable
  	YY_BREAK
  	^

aux-item-def-scan.l(169): remark #111: statement is unreachable
  	YY_BREAK
  	^

aux-item-def-scan.l(184): remark #111: statement is unreachable
  	YY_BREAK
  	^

aux-item-def-scan.l(214): remark #111: statement is unreachable
  	YY_BREAK
  	^

aux-item-def-scan.l(217): remark #111: statement is unreachable
  	YY_BREAK
  	^

aux-item-def-scan.c(1044): remark #810: conversion from "long" to "int" may lose significant bits
  		int yy_amount_of_matched_text = (int) (yy_cp - yytext_ptr) - 1;
  		                                ^

aux-item-def-scan.c(1115): remark #279: controlling expression is constant
  				if ( yywrap() )
  				     ^

aux-item-def-scan.c(777): warning #177: label "find_rule" was declared but never referenced
  find_rule: /* we branch to this label when backing up */
  ^

aux-item-def-scan.c(1212): remark #810: conversion from "long" to "int" may lose significant bits
  	number_to_move = (int) (yy_c_buf_p - yytext_ptr) - 1;
  	                 ^

aux-item-def-scan.c(1274): remark #810: conversion from "size_t={unsigned long}" to "int" may lose significant bits
  		YY_INPUT( (&yy_current_buffer->yy_ch_buf[number_to_move]),
  		^

aux-item-def-scan.c(1322): remark #810: conversion from "int" to "YY_CHAR={unsigned char}" may lose significant bits
  		register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
  		                        ^

aux-item-def-scan.c(1327): remark #810: conversion from "int" to "YY_CHAR={unsigned char}" may lose significant bits
  				yy_c = yy_meta[(unsigned int) yy_c];
  				     ^

aux-item-def-scan.c(1357): remark #810: conversion from "int" to "YY_CHAR={unsigned char}" may lose significant bits
  			yy_c = yy_meta[(unsigned int) yy_c];
  			     ^

aux-item-def-scan.c(1394): remark #810: conversion from "long" to "int" may lose significant bits
  		yy_cp += (int) (dest - source);
  		         ^

aux-item-def-scan.c(1395): remark #810: conversion from "long" to "int" may lose significant bits
  		yy_bp += (int) (dest - source);
  		         ^

aux-item-def-scan.c(1437): remark #810: conversion from "long" to "int" may lose significant bits
  			int offset = yy_c_buf_p - yytext_ptr;
  			             ^

aux-item-def-scan.c(1460): remark #279: controlling expression is constant
  					if ( yywrap() )
  					     ^

aux-item-def-scan.c(1463): remark #111: statement is unreachable
  					if ( ! yy_did_buffer_switch_on_eof )
  					^

aux-item-def-scan.c(1620): remark #193: zero used for undefined preprocessing identifier
  #if YY_ALWAYS_INTERACTIVE
      ^

aux-item-def-scan.c(1623): remark #193: zero used for undefined preprocessing identifier
  #if YY_NEVER_INTERACTIVE
      ^

aux-item-def-scan.c(1914): remark #193: zero used for undefined preprocessing identifier
  #if YY_MAIN
      ^

aux-item-def-scan.c(1887): remark #177: function "yy_flex_realloc" was declared but never referenced
  static void *yy_flex_realloc( void *ptr, yy_size_t size )
               ^

aux-item-def-scan.c(450): remark #593: variable "yy_full_match" was set but never used
  static char *yy_full_match;
               ^

aux-item-def-scan.c(1370): remark #177: function "yyunput" was declared but never referenced
  static void yyunput( int c, register char *yy_bp )
              ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT lockdb.o -MD -MP -MF ".deps/lockdb.Tpo" -c -o lockdb.o lockdb.c; \
then mv -f ".deps/lockdb.Tpo" ".deps/lockdb.Po"; else rm -f ".deps/lockdb.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
lockdb.c(109): remark #810: conversion from "long" to "pid_t={__pid_t={int}}" may lose significant bits
  	pid = strtol(&current_lock[ix+1], &end, 10);
  	    ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT oop-malloc.o -MD -MP -MF ".deps/oop-malloc.Tpo" -c -o oop-malloc.o oop-malloc.c; \
then mv -f ".deps/oop-malloc.Tpo" ".deps/oop-malloc.Po"; else rm -f ".deps/oop-malloc.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT stats.o -MD -MP -MF ".deps/stats.Tpo" -c -o stats.o stats.c; \
then mv -f ".deps/stats.Tpo" ".deps/stats.Po"; else rm -f ".deps/stats.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
stats.c(108): remark #810: conversion from "unsigned long" to "int" may lose significant bits
      int ret = (sec - offset) % HISTORY_LENGTH;
                ^

stats.c(123): remark #279: controlling expression is constant
      assert(sizeof(factors)/sizeof(factors[0]) == N_FACTS);
      ^

stats.c(128): remark #188: enumerated type mixed with another type
      for (st = 0; st < NUM_STAT; st++)
              ^

stats.c(129): remark #188: enumerated type mixed with another type
  	for (vt = 0; vt < NUM_VT; vt++)
  	        ^

stats.c(185): remark #810: conversion from "long" to "double" may lose significant bits
  	    s->acc += 1.0e-6 * (double)s->value * time_delta;
  	                       ^

stats.c(185): remark #981: operands are evaluated in unspecified order
  	    s->acc += 1.0e-6 * (double)s->value * time_delta;
  	                                        ^

stats.c(194): remark #810: conversion from "long" to "double" may lose significant bits
  	    s->acc += 1.0e-6 * (double)s->value * time_delta;
  	                       ^

stats.c(194): remark #981: operands are evaluated in unspecified order
  	    s->acc += 1.0e-6 * (double)s->value * time_delta;
  	                                        ^

stats.c(197): remark #810: conversion from "long" to "double" may lose significant bits
  	    s->acc = s->value;
  	           ^

stats.c(199): remark #810: conversion from "double" to "float" may lose significant bits
  	update_history(s, s->when.tv_sec+1, s->acc);
  	                                    ^

stats.c(205): remark #810: conversion from "long" to "float" may lose significant bits
  	update_history(s, now.tv_sec, s->value);
  	                              ^

stats.c(209): remark #810: conversion from "long" to "double" may lose significant bits
  	    s->acc = 1.0e-6 * (double)s->value * now.tv_usec;
  	                      ^

stats.c(209): remark #981: operands are evaluated in unspecified order
  	    s->acc = 1.0e-6 * (double)s->value * now.tv_usec;
  	                                       ^

stats.c(223): remark #810: conversion from "long" to "double" may lose significant bits
  	    s->avenrun[i] = s->value;
  	                  ^

stats.c(225): remark #810: conversion from "long" to "float" may lose significant bits
  	    s->avg_history[i] = s->value;
  	                      ^

stats.c(227): remark #810: conversion from "long" to "double" may lose significant bits
  	    s->acc = 1.0e-6 * (double)s->value * now.tv_usec;
  	                      ^

stats.c(227): remark #981: operands are evaluated in unspecified order
  	    s->acc = 1.0e-6 * (double)s->value * now.tv_usec;
  	                                       ^

stats.c(236): remark #181: argument is incompatible with corresponding format string conversion
  		st, delta, s->value);
  		^

stats.c(298): remark #188: enumerated type mixed with another type
      for (vt = 0; vt < NUM_VT; vt++)
              ^

stats.c(357): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

stats.c(362): remark #188: enumerated type mixed with another type
      for (st = 0; st < NUM_STAT; st++)
              ^

stats.c(383): remark #279: controlling expression is constant
      CHK_CONNECTION(FAILURE);
      ^

stats.c(385): remark #188: enumerated type mixed with another type
      for (st = 0; st < NUM_STAT; st++)
              ^

stats.c(403): remark #810: conversion from "long" to "float" may lose significant bits
      result->stats[0].average = status[st][VT_AVG].value;
                               ^

stats.c(409): remark #810: conversion from "double" to "float" may lose significant bits
  	result->stats[i+1].average = status[st][VT_AVG].avenrun[i];
  	                           ^

stats.c(410): remark #810: conversion from "double" to "float" may lose significant bits
  	result->stats[i+1].ascent_rate = status[st][VT_ASCEND].avenrun[i];
  	                               ^

stats.c(411): remark #810: conversion from "double" to "float" may lose significant bits
  	result->stats[i+1].descent_rate = status[st][VT_DESCEND].avenrun[i];
  	                                ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT misc-types.o -MD -MP -MF ".deps/misc-types.Tpo" -c -o misc-types.o misc-types.c; \
then mv -f ".deps/misc-types.Tpo" ".deps/misc-types.Po"; else rm -f ".deps/misc-types.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT version-info.o -MD -MP -MF ".deps/version-info.Tpo" -c -o version-info.o version-info.c; \
then mv -f ".deps/version-info.Tpo" ".deps/version-info.Po"; else rm -f ".deps/version-info.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT prot-a-parse-arg.o -MD -MP -MF ".deps/prot-a-parse-arg.Tpo" -c -o prot-a-parse-arg.o prot-a-parse-arg.c; \
then mv -f ".deps/prot-a-parse-arg.Tpo" ".deps/prot-a-parse-arg.Po"; else rm -f ".deps/prot-a-parse-arg.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
./../libraries/liboop/oop.h(28): remark #177: variable "OOP_TIME_NOW" was declared but never referenced
  static const struct timeval OOP_TIME_NOW = { 0, 0 };
                              ^

icc  -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe   -o lyskomd  ramkomd.o ram-smalloc.o simple-cache.o ram-parse.o ram-output.o disk-end-of-atomic.o cache-node.o string-malloc.o connections.o log.o text.o membership.o person.o conference.o session.o admin.o regex-match.o aux-items.o debug.o send-async.o server-config.o text-garb.o isc-parse.o memory.o prot-a-output.o prot-a-parse.o prot-a.o prot-a-send-async.o internal-connections.o rfc931.o isc-malloc.o conf-file.o local-to-global.o aux-item-def-parse.o aux-item-def-scan.o lockdb.o oop-malloc.o stats.o misc-types.o version-info.o prot-a-parse-arg.o ../libraries/libisc-new/src/libisc.a ../libraries/liboop/liboop.a ../libraries/adns/src/libadns.a ../libraries/libmisc/libmisc.a ../libraries/libcommon/liblyskom-server.a ../libraries/regex/libregex.a ../libraries/libeintr/libeintr.a ../libraries/libansi/libansi.a -lm -lcrypt -lresolv 
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT dbck.o -MD -MP -MF ".deps/dbck.Tpo" -c -o dbck.o dbck.c; \
then mv -f ".deps/dbck.Tpo" ".deps/dbck.Po"; else rm -f ".deps/dbck.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
dbck.c(118): warning #1419: external declaration in primary source file
  extern Info kom_info;
              ^

dbck.c(122): remark #1418: external definition with no prior declaration
  Bool truncated_texts = FALSE;
       ^

dbck.c(124): remark #1418: external definition with no prior declaration
  int vflag=0;			/* Verbose - list statistics also. */
      ^

dbck.c(139): remark #1418: external definition with no prior declaration
  int pers_pres_conf = -1;
      ^

dbck.c(140): remark #1418: external definition with no prior declaration
  int conf_pres_conf = -1;
      ^

dbck.c(141): remark #1418: external definition with no prior declaration
  int motd_conf = -1;
      ^

dbck.c(142): remark #1418: external definition with no prior declaration
  Text_no motd_of_lyskom = (Text_no)-1;
          ^

dbck.c(143): remark #1418: external definition with no prior declaration
  int kom_news_conf = -1;
      ^

dbck.c(154): remark #1418: external definition with no prior declaration
  int modifications = 0;
      ^

dbck.c(164): remark #1418: external definition with no prior declaration
  int buglevel = 0;
      ^

dbck.c(165): warning #1419: external declaration in primary source file
  BUGDECL;
  ^

dbck.c(371): remark #810: conversion from "int" to "unsigned short" may lose significant bits
      tstat->no_of_misc -= del;
                        ^

dbck.c(389): remark #279: controlling expression is constant
  	while(1)
  	      ^

dbck.c(677): remark #181: argument is incompatible with corresponding format string conversion
  		kom_log("Checking text_no %ld\n", (unsigned long)ct);
  		                                  ^

dbck.c(963): remark #981: operands are evaluated in unspecified order
  		       + check_membership_list(cp, &pstat->conferences));
  		       ^

dbck.c(1020): remark #810: conversion from "long" to "int" may lose significant bits
      return errors;
             ^

dbck.c(1222): remark #981: operands are evaluated in unspecified order
  		       + check_member_list(cc, &cstat->members));
  		       ^

dbck.c(1229): remark #810: conversion from "long" to "int" may lose significant bits
      return errors;
             ^

dbck.c(1257): remark #593: variable "pstat" was set but never used
      Person *pstat;
              ^

dbck.c(1281): remark #981: operands are evaluated in unspecified order
      errors = check_texts() + check_persons() + check_confs();
                             ^

dbck.c(1281): remark #981: operands are evaluated in unspecified order
      errors = check_texts() + check_persons() + check_confs();
                                               ^

dbck.c(1404): warning #1419: external declaration in primary source file
  int main(int, char**);
      ^

dbck.c(1524): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	    reset_pwd = atol(optarg);
  	              ^

dbck.c(1528): remark #981: operands are evaluated in unspecified order
              srand(time(NULL) + getpid());
                               ^

dbck.c(1528): remark #810: conversion from "long" to "unsigned int" may lose significant bits
              srand(time(NULL) + getpid());
                    ^

dbck.c(1534): remark #810: conversion from "long" to "Pers_no={unsigned short}" may lose significant bits
  	    grant_all = atol(optarg);
  	              ^

dbck.c(1549): remark #810: conversion from "long" to "int" may lose significant bits
              set_output_format(oformat);
                                ^

dbck.c(1577): remark #810: conversion from "int" to "Conf_no={unsigned short}" may lose significant bits
          kom_info.pers_pres_conf = pers_pres_conf;
                                  ^

dbck.c(1582): remark #810: conversion from "int" to "Conf_no={unsigned short}" may lose significant bits
          kom_info.conf_pres_conf = conf_pres_conf;
                                  ^

dbck.c(1587): remark #810: conversion from "int" to "Conf_no={unsigned short}" may lose significant bits
          kom_info.motd_conf = motd_conf;
                             ^

dbck.c(1592): remark #810: conversion from "int" to "Conf_no={unsigned short}" may lose significant bits
          kom_info.kom_news_conf = kom_news_conf;
                                 ^

dbck.c(1628): remark #810: conversion from "long" to "int" may lose significant bits
      errors = check_data_base();
             ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT dbck-cache.o -MD -MP -MF ".deps/dbck-cache.Tpo" -c -o dbck-cache.o dbck-cache.c; \
then mv -f ".deps/dbck-cache.Tpo" ".deps/dbck-cache.Po"; else rm -f ".deps/dbck-cache.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
dbck-cache.c(85): remark #1418: external definition with no prior declaration
  Person		** pers_arr;
        		   ^

dbck-cache.c(86): remark #1418: external definition with no prior declaration
  Conference 	** conf_arr;
             	   ^

dbck-cache.c(87): remark #1418: external definition with no prior declaration
  String		 * name_list; /* "cache" list */
        		   ^

dbck-cache.c(91): remark #1418: external definition with no prior declaration
  Text_stat 	** text_arr;
            	   ^

dbck-cache.c(96): warning #1419: external declaration in primary source file
  extern Info kom_info;
              ^

dbck-cache.c(104): warning #1419: external declaration in primary source file
  BUGDECL;
  ^

dbck-cache.c(173): remark #111: statement is unreachable
      VOID_TEXT_RANGE("mark_text_as_changed\n", text_no);
      ^

dbck-cache.c(173): remark #181: argument is incompatible with corresponding format string conversion
      VOID_TEXT_RANGE("mark_text_as_changed\n", text_no);
      ^

dbck-cache.c(186): remark #111: statement is unreachable
      INRANGE("cached_create_person\n", person, FAILURE);
      ^

dbck-cache.c(204): remark #111: statement is unreachable
      INRANGE("cached_get_person_stat\n", person, NULL);
      ^

dbck-cache.c(251): remark #111: statement is unreachable
      INRANGE("cached_delete_conf()", conf, FAILURE);
      ^

dbck-cache.c(266): remark #111: statement is unreachable
      INRANGE("cached_delete_person()", pers, FAILURE);
      ^

dbck-cache.c(281): remark #111: statement is unreachable
      TEXT_RANGE("cached_delete_text()", text, FAILURE);
      ^

dbck-cache.c(281): remark #181: argument is incompatible with corresponding format string conversion
      TEXT_RANGE("cached_delete_text()", text, FAILURE);
      ^

dbck-cache.c(298): remark #111: statement is unreachable
      INRANGE("cached_get_conf_stat\n", conf_no, NULL);
      ^

dbck-cache.c(325): remark #111: statement is unreachable
      TEXT_RANGE("cached_get_text\n", text, EMPTY_STRING);
      ^

dbck-cache.c(325): remark #181: argument is incompatible with corresponding format string conversion
      TEXT_RANGE("cached_get_text\n", text, EMPTY_STRING);
      ^

dbck-cache.c(352): remark #111: statement is unreachable
      TEXT_RANGE("cached_get_text_stat\n", text, NULL);
      ^

dbck-cache.c(352): remark #181: argument is incompatible with corresponding format string conversion
      TEXT_RANGE("cached_get_text_stat\n", text, NULL);
      ^

dbck-cache.c(425): remark #181: argument is incompatible with corresponding format string conversion
  	    (unsigned long)text_no);
  	    ^

dbck-cache.c(450): remark #810: conversion from "int" to "Pers_no={unsigned short}" may lose significant bits
      return (seed == next_free_num) ? 0 : seed ;
             ^

dbck-cache.c(461): remark #810: conversion from "int" to "Conf_no={unsigned short}" may lose significant bits
      return (seed == next_free_num) ? 0 : seed ;
             ^

dbck-cache.c(514): remark #810: conversion from "int" to "char" may lose significant bits
      if ( (c = getc(fp)) == '\n')
              ^

dbck-cache.c(507): remark #593: variable "c" was set but never used
      char	  c;
          	  ^

dbck-cache.c(632): remark #810: conversion from "long" to "int" may lose significant bits
          sync_output_header(fp, "DIRTY", oformat);
                                          ^

dbck-cache.c(637): remark #810: conversion from "long" to "int" may lose significant bits
          sync_output_header(fp, "DIRTY", oformat);
                                          ^

dbck-cache.c(639): remark #181: argument is incompatible with corresponding format string conversion
  	fprintf(fp, "#T %ld\n", next_text_num);
  	                        ^

dbck-cache.c(724): remark #181: argument is incompatible with corresponding format string conversion
  	fprintf(fp, "%ld\n", next_text_num);	/* NEXT_TEXT_NUM */
  	                     ^

dbck-cache.c(791): remark #810: conversion from "long" to "int" may lose significant bits
      sync_output_header(fp, "CLEAN", oformat);
                                      ^

dbck-cache.c(840): warning #1419: external declaration in primary source file
      extern int vflag;		/* from dbck.c */
                 ^

dbck-cache.c(841): warning #1419: external declaration in primary source file
      extern Bool truncated_texts; /* from dbck.c */
                  ^

dbck-cache.c(846): warning #1419: external declaration in primary source file
      extern int modifications;
                 ^

dbck-cache.c(847): warning #1419: external declaration in primary source file
      extern int pers_pres_conf;
                 ^

dbck-cache.c(848): warning #1419: external declaration in primary source file
      extern int conf_pres_conf;
                 ^

dbck-cache.c(849): warning #1419: external declaration in primary source file
      extern int motd_conf;
                 ^

dbck-cache.c(850): warning #1419: external declaration in primary source file
      extern Text_no motd_of_lyskom;
                     ^

dbck-cache.c(851): warning #1419: external declaration in primary source file
      extern int kom_news_conf;
                 ^

dbck-cache.c(915): remark #810: conversion from "long" to "int" may lose significant bits
      set_input_format(data_file_version);
                       ^

dbck-cache.c(920): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
  	next_free_num = fparse_long(fp);	  /* NEXT_FREE_NUM */
  	              ^

dbck-cache.c(926): remark #181: argument is incompatible with corresponding format string conversion
                  next_free_num-1, (unsigned long)ftell(fp));
                                   ^

dbck-cache.c(1016): remark #810: conversion from "int" to "Conf_no={unsigned short}" may lose significant bits
                      kom_info.pers_pres_conf = pers_pres_conf;
                                              ^

dbck-cache.c(1022): remark #810: conversion from "int" to "Conf_no={unsigned short}" may lose significant bits
                      kom_info.conf_pres_conf = conf_pres_conf;
                                              ^

dbck-cache.c(1028): remark #810: conversion from "int" to "Conf_no={unsigned short}" may lose significant bits
                      kom_info.motd_conf = motd_conf;
                                         ^

dbck-cache.c(1034): remark #810: conversion from "int" to "Conf_no={unsigned short}" may lose significant bits
                      kom_info.kom_news_conf = kom_news_conf;
                                             ^

dbck-cache.c(1171): remark #810: conversion from "unsigned long" to "Conf_no={unsigned short}" may lose significant bits
                      next_free_num = fparse_long(fp);
                                    ^

dbck-cache.c(1266): remark #181: argument is incompatible with corresponding format string conversion
  				i);
  				^

dbck-cache.c(1276): remark #181: argument is incompatible with corresponding format string conversion
  		next_text_num-1, (unsigned long)ftell(fp));
  		^

dbck-cache.c(1296): remark #181: argument is incompatible with corresponding format string conversion
  			"All remaining texts are lost.\n", i);
  			                                   ^

dbck-cache.c(1306): remark #181: argument is incompatible with corresponding format string conversion
  	next_free_num-1, next_text_num-1, (unsigned long)ftell(fp));
  	                 ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" -c -o getopt.o getopt.c; \
then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; else rm -f ".deps/getopt.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
getopt.c(45): remark #193: zero used for undefined preprocessing identifier
  #if !__STDC__ && !defined(const) && IN_GCC
                                      ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT getopt1.o -MD -MP -MF ".deps/getopt1.Tpo" -c -o getopt1.o getopt1.c; \
then mv -f ".deps/getopt1.Tpo" ".deps/getopt1.Po"; else rm -f ".deps/getopt1.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
getopt.h(104): warning #310: old-style parameter list (anachronism)
  extern int getopt ();
             ^

getopt1.c(25): remark #193: zero used for undefined preprocessing identifier
  #if !__STDC__ && !defined(const) && IN_GCC
                                      ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT standalone.o -MD -MP -MF ".deps/standalone.Tpo" -c -o standalone.o standalone.c; \
then mv -f ".deps/standalone.Tpo" ".deps/standalone.Po"; else rm -f ".deps/standalone.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
standalone.c(51): remark #1418: external definition with no prior declaration
  Info		  kom_info =
      		  ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT stderrlog.o -MD -MP -MF ".deps/stderrlog.Tpo" -c -o stderrlog.o stderrlog.c; \
then mv -f ".deps/stderrlog.Tpo" ".deps/stderrlog.Po"; else rm -f ".deps/stderrlog.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc  -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe   -o dbck  dbck.o dbck-cache.o ram-smalloc.o ram-parse.o server-config.o ram-output.o memory.o conf-file.o getopt.o getopt1.o local-to-global.o lockdb.o standalone.o misc-types.o stderrlog.o version-info.o ../libraries/libmisc/libmisc.a ../libraries/libcommon/liblyskom-server.a ../libraries/libeintr/libeintr.a ../libraries/libansi/libansi.a -lcrypt -lresolv 
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
Making all in testsuite
make[5]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/server/testsuite'
Making all in config
make[6]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/server/testsuite/config'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/server/testsuite/config'
Making all in lyskomd.0
make[6]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/server/testsuite/lyskomd.0'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/server/testsuite/lyskomd.0'
make[6]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/server/testsuite'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/server/testsuite'
make[5]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/server/testsuite'
make[5]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/server'
if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT updateLysKOM.o -MD -MP -MF ".deps/updateLysKOM.Tpo" -c -o updateLysKOM.o updateLysKOM.c; \
then mv -f ".deps/updateLysKOM.Tpo" ".deps/updateLysKOM.Po"; else rm -f ".deps/updateLysKOM.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
updateLysKOM.c(91): remark #810: conversion from "long" to "__pid_t={int}" may lose significant bits
  	if (kill(pid, SIGTERM) != 0)
  	         ^

updateLysKOM.c(272): remark #810: conversion from "long" to "__pid_t={int}" may lose significant bits
  	if (pid == 0 || kill(pid, SIGUSR1) != 0)
  	                     ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT pidfile.o -MD -MP -MF ".deps/pidfile.Tpo" -c -o pidfile.o pidfile.c; \
then mv -f ".deps/pidfile.Tpo" ".deps/pidfile.Po"; else rm -f ".deps/pidfile.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc  -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe   -o updateLysKOM  updateLysKOM.o pidfile.o string-malloc.o ram-smalloc.o conf-file.o server-config.o standalone.o misc-types.o log.o ../libraries/libmisc/libmisc.a ../libraries/libeintr/libeintr.a ../libraries/libansi/libansi.a -lcrypt -lresolv 
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT komrunning.o -MD -MP -MF ".deps/komrunning.Tpo" -c -o komrunning.o komrunning.c; \
then mv -f ".deps/komrunning.Tpo" ".deps/komrunning.Po"; else rm -f ".deps/komrunning.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc  -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe   -o komrunning  komrunning.o pidfile.o string-malloc.o ram-smalloc.o conf-file.o server-config.o standalone.o misc-types.o log.o ../libraries/libmisc/libmisc.a ../libraries/libeintr/libeintr.a ../libraries/libansi/libansi.a -lcrypt -lresolv 
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT splitkomdb.o -MD -MP -MF ".deps/splitkomdb.Tpo" -c -o splitkomdb.o splitkomdb.c; \
then mv -f ".deps/splitkomdb.Tpo" ".deps/splitkomdb.Po"; else rm -f ".deps/splitkomdb.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
splitkomdb.c(72): remark #981: operands are evaluated in unspecified order
      char *res = smalloc(strlen(param.backup_dir) + 1 + strlen(suffix) + 1);
                                                       ^

splitkomdb.c(140): remark #279: controlling expression is constant
      while (1)
             ^

splitkomdb.c(220): remark #279: controlling expression is constant
      while (1)
             ^

icc  -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe   -o splitkomdb  splitkomdb.o string-malloc.o ram-smalloc.o conf-file.o server-config.o standalone.o misc-types.o log.o ../libraries/libmisc/libmisc.a ../libraries/libeintr/libeintr.a ../libraries/libansi/libansi.a -lcrypt -lresolv 
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT checkkomspace.o -MD -MP -MF ".deps/checkkomspace.Tpo" -c -o checkkomspace.o checkkomspace.c; \
then mv -f ".deps/checkkomspace.Tpo" ".deps/checkkomspace.Po"; else rm -f ".deps/checkkomspace.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
checkkomspace.c(61): remark #1418: external definition with no prior declaration
  int buglevel = 0;
      ^

checkkomspace.c(62): warning #1419: external declaration in primary source file
  BUGDECL;
  ^

checkkomspace.c(228): remark #810: conversion from "uintmax_t={unsigned long}" to "double" may lose significant bits
      space_left = (((double)current.filesys.fsu_bavail
                     ^

checkkomspace.c(229): remark #981: operands are evaluated in unspecified order
  		   * current.filesys.fsu_blocksize)
  		   ^

checkkomspace.c(230): remark #981: operands are evaluated in unspecified order
  		  + current.db.st_size
  		  ^

checkkomspace.c(231): remark #981: operands are evaluated in unspecified order
  		  - current.backup_db.st_size);
  		  ^

checkkomspace.c(232): remark #810: conversion from "uintmax_t={unsigned long}" to "double" may lose significant bits
      percent_left = 100.0 * space_left / ((double)current.filesys.fsu_blocks
                                           ^

checkkomspace.c(233): remark #981: operands are evaluated in unspecified order
  					 * current.filesys.fsu_blocksize);
  					 ^

checkkomspace.c(232): remark #981: operands are evaluated in unspecified order
      percent_left = 100.0 * space_left / ((double)current.filesys.fsu_blocks
                                        ^

checkkomspace.c(234): remark #810: conversion from "uintmax_t={unsigned long}" to "double" may lose significant bits
      inodes_left = current.filesys.fsu_ffree;
                  ^

checkkomspace.c(235): remark #981: operands are evaluated in unspecified order
      percent_inodes_left = 100.0 * inodes_left / current.filesys.fsu_files;
                                                ^

checkkomspace.c(288): warning #1419: external declaration in primary source file
  int main(int, char**);
      ^

if icc -DHAVE_CONFIG_H -I. -I. -I../..  -I../libraries/libeintr -I./../include -I./../libraries/libansi -I./../libraries/libmisc -I./../libraries/liboop -I./../libraries/adns/src -I./../libraries/libisc-new/src -I./../libraries/regex -I./../libraries/libcommon   -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe -MT fsusage.o -MD -MP -MF ".deps/fsusage.Tpo" -c -o fsusage.o fsusage.c; \
then mv -f ".deps/fsusage.Tpo" ".deps/fsusage.Po"; else rm -f ".deps/fsusage.Tpo"; exit 1; fi
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
fsusage.c(36): warning #310: old-style parameter list (anachronism)
  int statfs ();
      ^

fsusage.c(36): warning #1419: external declaration in primary source file
  int statfs ();
      ^

fsusage.c(50): remark #193: zero used for undefined preprocessing identifier
  #if HAVE_SYS_FS_S5PARAM_H	/* Fujitsu UXP/V */
      ^

fsusage.c(66): remark #193: zero used for undefined preprocessing identifier
  #if HAVE_DUSTAT_H		/* AIX PS/2 */
      ^

fsusage.c(72): warning #310: old-style parameter list (anachronism)
  int statvfs ();
      ^

fsusage.c(72): warning #1419: external declaration in primary source file
  int statvfs ();
      ^

fsusage.c(94): warning #310: old-style parameter list (anachronism)
  int safe_read ();
      ^

fsusage.c(94): warning #1419: external declaration in primary source file
  int safe_read ();
      ^

fsusage.c(238): remark #810: conversion from "unsigned long" to "int" may lose significant bits
    fsp->fsu_blocksize =
                       ^

fsusage.c(104): remark #869: parameter "disk" was never referenced
  get_fs_usage (const char *path, const char *disk, struct fs_usage *fsp)
                                              ^

icc  -g -O2 -Wall -W -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wfloat-equal -pipe   -o checkkomspace  checkkomspace.o string-malloc.o ram-smalloc.o conf-file.o server-config.o standalone.o stderrlog.o version-info.o misc-types.o fsusage.o getopt.o getopt1.o ../libraries/libmisc/libmisc.a ../libraries/libeintr/libeintr.a ../libraries/libansi/libansi.a -lcrypt -lresolv 
icc: Command line remark: option '-W' not supported
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
icc: Command line warning: ignoring option '-W'; no argument required
make[5]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/server'
make[4]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/server'
make[3]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src/server'
make[3]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src'
make[2]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/src'
Making all in run-support
make[2]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/run-support'
sed -e 's%@ETCDIR@%/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/pfx/etc%g' < ./savecore.sh > savecore-lyskom.tmp
chmod +x savecore-lyskom.tmp
mv savecore-lyskom.tmp savecore-lyskom
make[2]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/run-support'
Making all in db-crypt
make[2]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/db-crypt'
Making all in db
make[3]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/db-crypt/db'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/db-crypt/db'
make[3]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/db-crypt'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/db-crypt'
make[2]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/db-crypt'
Making all in m4
make[2]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2/m4'
make[2]: Entering directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2'
make[2]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2'
make[1]: Leaving directory `/export/d1/xenofarm/lyskom-server/gosroth.roxen.com/buildtmp/dist/lyskom-server-2.1.2'