help-gnats
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Trouble with install


From: Wilson, Dave
Subject: Trouble with install
Date: Mon, 22 Sep 2008 16:11:46 -0400

GNATS Gurus:

 

I’ve only just been introduced to GNATS by reading articles and information from the WEB about it.

 

My background is in application programming and analysis and NOT system administration. 

I admittedly know very little about what I’m trying to do so I’m following the INSTALL instructions “blindly”.

(I’m just about as ignorant as they come…)

 

After the execution of the “configure” utility, I am supposed to do a “make all info”.  The following are the results of this make.

 

I’m not altogether sure, but it appears that I have significant problems.

 

Can anyone offer suggestions?

============================================================================================

 

 

address@hidden:/opt/app/gnats-4.1.0> make all info

for d in gnats send-pr doc; do make -C $d all-gnats; done

make[1]: Entering directory `/opt/app/gnats-4.1.0/gnats'

cc -c -I. -I.  -g -Dconst=    -DHAVE_CONFIG_H -DGNATSD_USER_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.user_access\" -DGNATSD_HOST_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.host_access\" -DDEFAULT_GNATS_SERVICE=\"support\" -DGLOBAL_DB_LIST_FILE=\"/usr/local/etc/gnats/databases\" -DGNATS_USER=\"gnats\" edit.c

"/usr/include/sys/unistd.h", line 223: warning #2147-D: declaration is

          incompatible with "int getopt(int, char **, char *)" (declared at

          line 588 of "/usr/include/stdio.h")

       extern int getopt __((int, char * const [], const char *));/* was <stdio.h> */

                  ^

 

"/usr/include/sys/unistd.h", line 269: warning #2147-D: declaration is

          incompatible with "int rename(char *, char *)" (declared at line 252

          of "/usr/include/stdio.h")

          extern int rename __((const char *, const char *));   /* now in <stdio.h> */

                     ^

 

cc -c -I. -I.  -g -Dconst=   -DHAVE_CONFIG_H -DGNATSD_USER_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.user_access\" -DGNATSD_HOST_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.host_access\" -DDEFAULT_GNATS_SERVICE=\"support\" -DGLOBAL_DB_LIST_FILE=\"/usr/local/etc/gnats/databases\" -DGNATS_USER=\"gnats\" getdate.c

cc -c -I. -I.  -g -Dconst=   -DHAVE_CONFIG_H -DGNATSD_USER_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.user_access\" -DGNATSD_HOST_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.host_access\" -DDEFAULT_GNATS_SERVICE=\"support\" -DGLOBAL_DB_LIST_FILE=\"/usr/local/etc/gnats/databases\" -DGNATS_USER=\"gnats\" gnugetopt.c

cc -c -I. -I.  -g -Dconst=   -DHAVE_CONFIG_H -DGNATSD_USER_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.user_access\" -DGNATSD_HOST_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.host_access\" -DDEFAULT_GNATS_SERVICE=\"support\" -DGLOBAL_DB_LIST_FILE=\"/usr/local/etc/gnats/databases\" -DGNATS_USER=\"gnats\" gnugetopt1.c

cc -c -I. -I.  -g -Dconst=    -DHAVE_CONFIG_H -DGNATSD_USER_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.user_access\" -DGNATSD_HOST_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.host_access\" -DDEFAULT_GNATS_SERVICE=\"support\" -DGLOBAL_DB_LIST_FILE=\"/usr/local/etc/gnats/databases\" -DGNATS_USER=\"gnats\" internal.c

"/usr/include/sys/unistd.h", line 223: warning #2147-D: declaration is

          incompatible with "int getopt(int, char **, char *)" (declared at

          line 588 of "/usr/include/stdio.h")

       extern int getopt __((int, char * const [], const char *));/* was <stdio.h> */

                  ^

 

"/usr/include/sys/unistd.h", line 269: warning #2147-D: declaration is

          incompatible with "int rename(char *, char *)" (declared at line 252

          of "/usr/include/stdio.h")

          extern int rename __((const char *, const char *));   /* now in <stdio.h> */

                     ^

 

cc -c -I. -I.  -g -Dconst=    -DHAVE_CONFIG_H -DGNATSD_USER_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.user_access\" -DGNATSD_HOST_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.host_access\" -DDEFAULT_GNATS_SERVICE=\"support\" -DGLOBAL_DB_LIST_FILE=\"/usr/local/etc/gnats/databases\" -DGNATS_USER=\"gnats\" misc.c

"/usr/include/sys/unistd.h", line 223: warning #2147-D: declaration is

          incompatible with "int getopt(int, char **, char *)" (declared at

          line 588 of "/usr/include/stdio.h")

       extern int getopt __((int, char * const [], const char *));/* was <stdio.h> */

                  ^

 

"/usr/include/sys/unistd.h", line 269: warning #2147-D: declaration is

          incompatible with "int rename(char *, char *)" (declared at line 252

          of "/usr/include/stdio.h")

          extern int rename __((const char *, const char *));   /* now in <stdio.h> */

                     ^

 

"misc.c", line 137: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

        gnats_logfile = fopen (logfile, "at");

                               ^

 

"misc.c", line 578: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

    return (fd < 0 ? NULL : fdopen (fd, fopen_mode));

                                        ^

 

"misc.c", line 619: warning #2167-D: argument of type "const struct tm *" is

          incompatible with parameter of type "struct tm *"

        strftime (buf, 16, "%z", brokentime);

                                 ^

 

"misc.c", line 630: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

      return strftime (s, size, template, brokentime);

                                ^

 

"misc.c", line 630: warning #2167-D: argument of type "const struct tm *" is

          incompatible with parameter of type "struct tm *"

      return strftime (s, size, template, brokentime);

                                          ^

 

"misc.c", line 875: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

      return vsprintf (*result, format, args);

                                ^

 

cc -c -I. -I.  -g -Dconst=    -DHAVE_CONFIG_H -DGNATSD_USER_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.user_access\" -DGNATSD_HOST_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.host_access\" -DDEFAULT_GNATS_SERVICE=\"support\" -DGLOBAL_DB_LIST_FILE=\"/usr/local/etc/gnats/databases\" -DGNATS_USER=\"gnats\" pr.c

"/usr/include/sys/unistd.h", line 223: warning #2147-D: declaration is

          incompatible with "int getopt(int, char **, char *)" (declared at

          line 588 of "/usr/include/stdio.h")

       extern int getopt __((int, char * const [], const char *));/* was <stdio.h> */

                  ^

 

"/usr/include/sys/unistd.h", line 269: warning #2147-D: declaration is

          incompatible with "int rename(char *, char *)" (declared at line 252

          of "/usr/include/stdio.h")

          extern int rename __((const char *, const char *));   /* now in <stdio.h> */

                     ^

 

"pr.c", line 161: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

    FILE *fp = fopen (path, "r");

                      ^

 

"pr.c", line 600: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

        fputs (str, fp);

               ^

 

"pr.c", line 614: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "void *"

          fwrite (s, 1, e - s, fp);

                  ^

 

"pr.c", line 615: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

          fputs (eolTerminator, fp);

                 ^

 

"pr.c", line 620: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

          fputs (s, fp);

                 ^

 

"pr.c", line 648: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

            fputs (eolTerminator, fp);

                   ^

 

"pr.c", line 653: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

                fputs (eolTerminator, fp);

                       ^

 

"pr.c", line 676: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

            fputs (spaceList + flen, fp);

                   ^

 

"pr.c", line 678: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

            fputs (fieldText, fp);

                   ^

 

"pr.c", line 679: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

            fputs (eolTerminator, fp);

                   ^

 

"pr.c", line 1187: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

    fputs (headerNames[field], fp);

           ^

 

"pr.c", line 1196: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

    fputs (eolTerminator, fp);

           ^

 

"pr.c", line 1344: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

    output = fopen (filename, "w+");

                    ^

 

"pr.c", line 1434: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

    if ((fp = fopen (path, "r")) == NULL)

                     ^

 

"pr.c", line 1528: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

            fputs (eol, outfile);

                   ^

 

"pr.c", line 1539: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

            fputs (eol, outfile);

                   ^

 

cc -c -I. -I.  -g -Dconst=    -DHAVE_CONFIG_H -DGNATSD_USER_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.user_access\" -DGNATSD_HOST_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.host_access\" -DDEFAULT_GNATS_SERVICE=\"support\" -DGLOBAL_DB_LIST_FILE=\"/usr/local/etc/gnats/databases\" -DGNATS_USER=\"gnats\" index.c

"/usr/include/sys/unistd.h", line 223: warning #2147-D: declaration is

          incompatible with "int getopt(int, char **, char *)" (declared at

          line 588 of "/usr/include/stdio.h")

       extern int getopt __((int, char * const [], const char *));/* was <stdio.h> */

                  ^

 

"/usr/include/sys/unistd.h", line 269: warning #2147-D: declaration is

          incompatible with "int rename(char *, char *)" (declared at line 252

          of "/usr/include/stdio.h")

          extern int rename __((const char *, const char *));   /* now in <stdio.h> */

                     ^

 

cc -c -I. -I.  -g -Dconst=    -DHAVE_CONFIG_H -DGNATSD_USER_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.user_access\" -DGNATSD_HOST_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.host_access\" -DDEFAULT_GNATS_SERVICE=\"support\" -DGLOBAL_DB_LIST_FILE=\"/usr/local/etc/gnats/databases\" -DGNATS_USER=\"gnats\" lists.c

"/usr/include/sys/unistd.h", line 223: warning #2147-D: declaration is

          incompatible with "int getopt(int, char **, char *)" (declared at

          line 588 of "/usr/include/stdio.h")

       extern int getopt __((int, char * const [], const char *));/* was <stdio.h> */

                  ^

 

"/usr/include/sys/unistd.h", line 269: warning #2147-D: declaration is

          incompatible with "int rename(char *, char *)" (declared at line 252

          of "/usr/include/stdio.h")

          extern int rename __((const char *, const char *));   /* now in <stdio.h> */

                     ^

 

cc -c -I. -I.  -g -Dconst=    -DHAVE_CONFIG_H -DGNATSD_USER_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.user_access\" -DGNATSD_HOST_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.host_access\" -DDEFAULT_GNATS_SERVICE=\"support\" -DGLOBAL_DB_LIST_FILE=\"/usr/local/etc/gnats/databases\" -DGNATS_USER=\"gnats\" query.c

"/usr/include/sys/unistd.h", line 223: warning #2147-D: declaration is

          incompatible with "int getopt(int, char **, char *)" (declared at

          line 588 of "/usr/include/stdio.h")

       extern int getopt __((int, char * const [], const char *));/* was <stdio.h> */

                  ^

 

"/usr/include/sys/unistd.h", line 269: warning #2147-D: declaration is

          incompatible with "int rename(char *, char *)" (declared at line 252

          of "/usr/include/stdio.h")

          extern int rename __((const char *, const char *));   /* now in <stdio.h> */

                     ^

 

"query.c", line 497: warning #2111-D: statement is unreachable

        break;

        ^

 

"query.c", line 515: warning #2111-D: statement is unreachable

        break;

        ^

 

"query.c", line 538: warning #2111-D: statement is unreachable

        break;

        ^

 

"query.c", line 543: warning #2111-D: statement is unreachable

        break;

        ^

 

"query.c", line 737: warning #2111-D: statement is unreachable

        break;

        ^

 

"query.c", line 740: warning #2111-D: statement is unreachable

        break;

        ^

 

"query.c", line 744: warning #2111-D: statement is unreachable

        break;

        ^

 

"query.c", line 748: warning #2111-D: statement is unreachable

        break;

        ^

 

"query.c", line 807: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

          fprintf (fp, format, val);

                       ^

 

"query.c", line 822: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

          fprintf (fp, format, contents);

                       ^

 

"query.c", line 1135: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

              fputs (eolTerminator, fp);

                     ^

 

"query.c", line 1172: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

              fputs (format, fp);

                     ^

 

"query.c", line 1253: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

          fprintf (fp, eolTerminator);

                       ^

 

echo 'const char *version_string = "4.1.0";' > version.c-t

mv version.c-t version.c

cc -c -I. -I.  -g -Dconst=    -DHAVE_CONFIG_H -DGNATSD_USER_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.user_access\" -DGNATSD_HOST_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.host_access\" -DDEFAULT_GNATS_SERVICE=\"support\" -DGLOBAL_DB_LIST_FILE=\"/usr/local/etc/gnats/databases\" -DGNATS_USER=\"gnats\" version.c

cc -c -I. -I.  -g -Dconst=   -DHAVE_CONFIG_H -DGNATSD_USER_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.user_access\" -DGNATSD_HOST_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.host_access\" -DDEFAULT_GNATS_SERVICE=\"support\" -DGLOBAL_DB_LIST_FILE=\"/usr/local/etc/gnats/databases\" -DGNATS_USER=\"gnats\" regex.c

"regex.c", line 1973: warning #4212-D: mismatch between character pointer

          types "re_char *" and "char *"

    const char *string = str;

                         ^

 

"regex.c", line 2023: warning #2940-D: missing return statement at end of

          non-void function "re_iswctype"

  }

  ^

 

"regex.c", line 2045: warning #2940-D: missing return statement at end of

          non-void function "re_wctype_to_bit"

  }

  ^

 

"regex.c", line 3495: warning #2111-D: statement is unreachable

          continue;

          ^

 

"regex.c", line 3570: warning #2550-D: variable "c" was set but never used

              int c, count;

                  ^

 

"regex.c", line 3555: warning #2177-D: label

          "set_fastmap_for_multibyte_characters" was declared but never

          referenced

            set_fastmap_for_multibyte_characters:

            ^

 

"regex.c", line 5652: warning #2546-D: transfer of control bypasses

          initialization of:

            variable "same_str_p" (declared at line 4723)

      goto restore_best_regs;

      ^

 

cc -c -I. -I.  -g -Dconst=    -DHAVE_CONFIG_H -DGNATSD_USER_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.user_access\" -DGNATSD_HOST_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.host_access\" -DDEFAULT_GNATS_SERVICE=\"support\" -DGLOBAL_DB_LIST_FILE=\"/usr/local/etc/gnats/databases\" -DGNATS_USER=\"gnats\" adm.c

"/usr/include/sys/unistd.h", line 223: warning #2147-D: declaration is

          incompatible with "int getopt(int, char **, char *)" (declared at

          line 588 of "/usr/include/stdio.h")

       extern int getopt __((int, char * const [], const char *));/* was <stdio.h> */

                  ^

 

"/usr/include/sys/unistd.h", line 269: warning #2147-D: declaration is

          incompatible with "int rename(char *, char *)" (declared at line 252

          of "/usr/include/stdio.h")

          extern int rename __((const char *, const char *));   /* now in <stdio.h> */

                     ^

 

cc -c -I. -I.  -g -Dconst=    -DHAVE_CONFIG_H -DGNATSD_USER_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.user_access\" -DGNATSD_HOST_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.host_access\" -DDEFAULT_GNATS_SERVICE=\"support\" -DGLOBAL_DB_LIST_FILE=\"/usr/local/etc/gnats/databases\" -DGNATS_USER=\"gnats\" ./client.c

"/usr/include/sys/unistd.h", line 223: warning #2147-D: declaration is

          incompatible with "int getopt(int, char **, char *)" (declared at

          line 588 of "/usr/include/stdio.h")

       extern int getopt __((int, char * const [], const char *));/* was <stdio.h> */

                  ^

 

"/usr/include/sys/unistd.h", line 269: warning #2147-D: declaration is

          incompatible with "int rename(char *, char *)" (declared at line 252

          of "/usr/include/stdio.h")

          extern int rename __((const char *, const char *));   /* now in <stdio.h> */

                     ^

 

cc -c -I. -I.  -g -Dconst=    -DHAVE_CONFIG_H -DGNATSD_USER_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.user_access\" -DGNATSD_HOST_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.host_access\" -DDEFAULT_GNATS_SERVICE=\"support\" -DGLOBAL_DB_LIST_FILE=\"/usr/local/etc/gnats/databases\" -DGNATS_USER=\"gnats\" pr-init.c

"/usr/include/sys/unistd.h", line 223: warning #2147-D: declaration is

          incompatible with "int getopt(int, char **, char *)" (declared at

          line 588 of "/usr/include/stdio.h")

       extern int getopt __((int, char * const [], const char *));/* was <stdio.h> */

                  ^

 

"/usr/include/sys/unistd.h", line 269: warning #2147-D: declaration is

          incompatible with "int rename(char *, char *)" (declared at line 252

          of "/usr/include/stdio.h")

          extern int rename __((const char *, const char *));   /* now in <stdio.h> */

                     ^

 

"pr-init.c", line 84: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

        inpfile = fopen (filename, "r");

                         ^

 

cc -c -I. -I.  -g -Dconst=    -DHAVE_CONFIG_H -DGNATSD_USER_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.user_access\" -DGNATSD_HOST_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.host_access\" -DDEFAULT_GNATS_SERVICE=\"support\" -DGLOBAL_DB_LIST_FILE=\"/usr/local/etc/gnats/databases\" -DGNATS_USER=\"gnats\" database.c

"/usr/include/sys/unistd.h", line 223: warning #2147-D: declaration is

          incompatible with "int getopt(int, char **, char *)" (declared at

          line 588 of "/usr/include/stdio.h")

       extern int getopt __((int, char * const [], const char *));/* was <stdio.h> */

                  ^

 

"/usr/include/sys/unistd.h", line 269: warning #2147-D: declaration is

          incompatible with "int rename(char *, char *)" (declared at line 252

          of "/usr/include/stdio.h")

          extern int rename __((const char *, const char *));   /* now in <stdio.h> */

                     ^

 

"database.c", line 593: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

    FILE *f = fopen (filename, "r");

                     ^

 

"database.c", line 893: warning #2940-D: missing return statement at end of

          non-void function "getBuiltinField"

  }

  ^

 

cc -c -I. -I.  -g -Dconst=   -DHAVE_CONFIG_H -DGNATSD_USER_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.user_access\" -DGNATSD_HOST_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.host_access\" -DDEFAULT_GNATS_SERVICE=\"support\" -DGLOBAL_DB_LIST_FILE=\"/usr/local/etc/gnats/databases\" -DGNATS_USER=\"gnats\" fconfig.c

"/usr/include/sys/unistd.h", line 223: warning #2147-D: declaration is

          incompatible with "int getopt(int, char **, char *)" (declared at

          line 588 of "/usr/include/stdio.h")

       extern int getopt __((int, char * const [], const char *));/* was <stdio.h> */

                  ^

 

"/usr/include/sys/unistd.h", line 269: warning #2147-D: declaration is

          incompatible with "int rename(char *, char *)" (declared at line 252

          of "/usr/include/stdio.h")

          extern int rename __((const char *, const char *));   /* now in <stdio.h> */

                     ^

 

cc -c -I. -I.  -g -Dconst=   -DHAVE_CONFIG_H -DGNATSD_USER_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.user_access\" -DGNATSD_HOST_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.host_access\" -DDEFAULT_GNATS_SERVICE=\"support\" -DGLOBAL_DB_LIST_FILE=\"/usr/local/etc/gnats/databases\" -DGNATS_USER=\"gnats\" fconfigl.c

"/usr/include/sys/unistd.h", line 223: warning #2147-D: declaration is

          incompatible with "int getopt(int, char **, char *)" (declared at

          line 588 of "/usr/include/stdio.h")

       extern int getopt __((int, char * const [], const char *));/* was <stdio.h> */

                  ^

 

"/usr/include/sys/unistd.h", line 260: warning #2147-D: declaration is

          incompatible with "char *getpass(char *)" (declared at line 374 of

          "/usr/include/stdlib.h")

          extern char *getpass __((const char *));

                       ^

 

"/usr/include/sys/unistd.h", line 269: warning #2147-D: declaration is

          incompatible with "int rename(char *, char *)" (declared at line 252

          of "/usr/include/stdio.h")

          extern int rename __((const char *, const char *));   /* now in <stdio.h> */

                     ^

 

"./fconfigl.l", line 135: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 139: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 143: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 147: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 151: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 155: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 159: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 163: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 167: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 171: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 175: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 179: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 183: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 187: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 191: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 195: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 199: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 203: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 207: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 211: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 215: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 219: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 223: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 227: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 231: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 235: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 239: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 243: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 247: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 251: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 255: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 259: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 263: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 267: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 271: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 275: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 279: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 283: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 287: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 291: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 295: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 299: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 303: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 307: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 311: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 315: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 319: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 323: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 327: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 331: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 335: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 339: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 343: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 347: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 351: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 355: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 359: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 363: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 367: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 371: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 375: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 379: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 383: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 387: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 391: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 395: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 399: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 403: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 422: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 429: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 433: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"./fconfigl.l", line 450: warning #2111-D: statement is unreachable

        YY_BREAK

        ^

 

"<stdout>", line 2123: warning #2111-D: statement is unreachable

                                        if ( ! (yy_did_buffer_switch_on_eof) )

                                        ^

 

"<stdout>", line 2453: warning #2147-D: declaration is incompatible with

          "YY_BUFFER_STATE yy_scan_string(char *)" (declared at line 293)

  YY_BUFFER_STATE yy_scan_string (yyconst char * yy_str )

                  ^

 

"<stdout>", line 2456: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

        return yy_scan_bytes(yy_str,strlen(yy_str) );

                             ^

 

"<stdout>", line 2456: warning #2167-D: argument of type "const char *" is

          incompatible with parameter of type "char *"

        return yy_scan_bytes(yy_str,strlen(yy_str) );

                                           ^

 

"<stdout>", line 2466: warning #2147-D: declaration is incompatible with

          "YY_BUFFER_STATE yy_scan_bytes(char *, int)" (declared at line 294)

  YY_BUFFER_STATE yy_scan_bytes  (yyconst char * bytes, int  len )

                  ^

 

"<stdout>", line 2500: warning #2147-D: declaration is incompatible with

          "void yy_fatal_error(char *)" (declared at line 343)

  static void yy_fatal_error (yyconst char* msg )

              ^

 

cc -c -I. -I.  -g -Dconst=    -DHAVE_CONFIG_H -DGNATSD_USER_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.user_access\" -DGNATSD_HOST_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.host_access\" -DDEFAULT_GNATS_SERVICE=\"support\" -DGLOBAL_DB_LIST_FILE=\"/usr/local/etc/gnats/databases\" -DGNATS_USER=\"gnats\" mail.c

"/usr/include/sys/unistd.h", line 223: warning #2147-D: declaration is

          incompatible with "int getopt(int, char **, char *)" (declared at

          line 588 of "/usr/include/stdio.h")

       extern int getopt __((int, char * const [], const char *));/* was <stdio.h> */

                  ^

 

"/usr/include/sys/unistd.h", line 269: warning #2147-D: declaration is

          incompatible with "int rename(char *, char *)" (declared at line 252

          of "/usr/include/stdio.h")

          extern int rename __((const char *, const char *));   /* now in <stdio.h> */

                     ^

 

cc -c -I. -I.  -g -Dconst=    -DHAVE_CONFIG_H -DGNATSD_USER_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.user_access\" -DGNATSD_HOST_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.host_access\" -DDEFAULT_GNATS_SERVICE=\"support\" -DGLOBAL_DB_LIST_FILE=\"/usr/local/etc/gnats/databases\" -DGNATS_USER=\"gnats\" field.c

"/usr/include/sys/unistd.h", line 223: warning #2147-D: declaration is

          incompatible with "int getopt(int, char **, char *)" (declared at

          line 588 of "/usr/include/stdio.h")

       extern int getopt __((int, char * const [], const char *));/* was <stdio.h> */

                  ^

 

"/usr/include/sys/unistd.h", line 269: warning #2147-D: declaration is

          incompatible with "int rename(char *, char *)" (declared at line 252

          of "/usr/include/stdio.h")

          extern int rename __((const char *, const char *));   /* now in <stdio.h> */

                     ^

 

"field.c", line 620: warning #2111-D: statement is unreachable

        break;

        ^

 

"field.c", line 628: warning #2111-D: statement is unreachable

        break;

        ^

 

"field.c", line 662: warning #2111-D: statement is unreachable

        break;

        ^

 

"field.c", line 675: warning #2111-D: statement is unreachable

        break;

        ^

 

rm -f tmplibgnats.a libgnats.a

ar rc tmplibgnats.a edit.o getdate.o gnugetopt.o gnugetopt1.o internal.o misc.o pr.o index.o lists.o query.o version.o regex.o adm.o client.o pr-init.o database.o fconfig.o fconfigl.o mail.o field.o

ranlib tmplibgnats.a

mv tmplibgnats.a libgnats.a

cc -c -I. -I.  -g -Dconst=    -DHAVE_CONFIG_H -DGNATSD_USER_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.user_access\" -DGNATSD_HOST_ACCESS_FILE=\"/usr/local/etc/gnats/gnatsd.host_access\" -DDEFAULT_GNATS_SERVICE=\"support\" -DGLOBAL_DB_LIST_FILE=\"/usr/local/etc/gnats/databases\" -DGNATS_USER=\"gnats\" ./query-pr.c

"/usr/include/sys/unistd.h", line 223: warning #2147-D: declaration is

          incompatible with "int getopt(int, char **, char *)" (declared at

          line 588 of "/usr/include/stdio.h")

       extern int getopt __((int, char * const [], const char *));/* was <stdio.h> */

                  ^

 

"/usr/include/sys/unistd.h", line 269: warning #2147-D: declaration is

          incompatible with "int rename(char *, char *)" (declared at line 252

          of "/usr/include/stdio.h")

          extern int rename __((const char *, const char *));   /* now in <stdio.h> */

                     ^

 

cc  -o query-pr query-pr.o regex.o \

                libgnats.a -lgen  -ll

ld: (Warning) Unsatisfied symbol "yylenguc" in file /usr/lib/hpux32/libl.so

ld: (Warning) Unsatisfied symbol "yyinput" in file /usr/lib/hpux32/libl.so

ld: (Warning) Unsatisfied symbol "yyunput" in file /usr/lib/hpux32/libl.so

ld: (Warning) Unsatisfied symbol "yyolsp" in file /usr/lib/hpux32/libl.so

ld: Unsatisfied symbol "unsetenv" in file libgnats.a[client.o]

ld: (Warning) Unsatisfied symbol "yyoutput" in file /usr/lib/hpux32/libl.so

ld: (Warning) Unsatisfied symbol "yytextuc" in file /usr/lib/hpux32/libl.so

ld: (Warning) Unsatisfied symbol "yyextra" in file /usr/lib/hpux32/libl.so

ld: (Warning) Unsatisfied symbol "yyfnd" in file /usr/lib/hpux32/libl.so

ld: (Warning) Unsatisfied symbol "yyprevious" in file /usr/lib/hpux32/libl.so

ld: (Warning) Unsatisfied symbol "yylsp" in file /usr/lib/hpux32/libl.so

ld: (Warning) Unsatisfied symbol "yylstate" in file /usr/lib/hpux32/libl.so

ld: (Warning) Unsatisfied symbol "yytextarr" in file /usr/lib/hpux32/libl.so

ld: (Warning) Unsatisfied symbol "yyback" in file /usr/lib/hpux32/libl.so

13 warnings.

1 errors.

make[1]: *** [query-pr] Error 1

make[1]: Leaving directory `/opt/app/gnats-4.1.0/gnats'

make[1]: Entering directory `/opt/app/gnats-4.1.0/send-pr'

cat send-pr.sh >send-pr

chmod a+x send-pr

cat install-sid.sh >install-sid

chmod a+x install-sid

sed -e 's,xVERSIONx,4.1.0,g' \

        -e 's,xSYSCONFDIRx,/usr/local/etc,g' ./send-pr.man > send-pr.1-t

mv send-pr.1-t send-pr.1

sed -e 's,xVERSIONx,4.1.0,g' \

        -e 's,xSYSCONFDIRx,/usr/local/etc,g' ./install-sid.man > install-sid.8-t

mv install-sid.8-t install-sid.8

make[1]: Leaving directory `/opt/app/gnats-4.1.0/send-pr'

make[1]: Entering directory `/opt/app/gnats-4.1.0/doc'

makeinfo -I . -o gnats.info gnats.texi

make[1]: makeinfo: Command not found

make[1]: *** [gnats.info] Error 127

make[1]: Leaving directory `/opt/app/gnats-4.1.0/doc'

make: *** [all-gnats] Error 2


reply via email to

[Prev in Thread] Current Thread [Next in Thread]