bug-findutils
[Top][All Lists]
Advanced

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

findutils-4.2.10 on HP-UX 11 (PA-RISC and Itanium-2)


From: Nelson H. F. Beebe
Subject: findutils-4.2.10 on HP-UX 11 (PA-RISC and Itanium-2)
Date: Sat, 18 Dec 2004 17:27:46 -0700 (MST)

After making the change in the configure script for findutils-4.2.10
on HP-UX 11 (PA-RISC and Itanium-2) to change mnttab.h to mntent.h, I
forced a build to completion like this:

        % env CC=cc ./configure -C && make all -i

It produced some warnings, but finally ran to completion after I
restarted it:

        cc -DHAVE_CONFIG_H -I. -I. -I../..      -g -c human.c
"/usr/include/inttypes.h", line 131: warning #2047-D: incompatible
          redefinition of macro "UINTMAX_MAX" (declared at line 32 of
          "human.c")
  #define UINTMAX_MAX UINT64_MAX                
          ^

        cc -DHAVE_CONFIG_H -I. -I. -I../..      -g -c regex.c
"regex.c", line 7219: warning #2550-D: variable "pdummy" was set but never used
              UCHAR_T *pdummy = NULL;
                       ^

"regex.c", line 7220: warning #2550-D: variable "sdummy" was set but never used
              const CHAR_T *sdummy = NULL;
                            ^

"regex.c", line 7567: warning #2546-D: transfer of control bypasses
          initialization of:
            variable "same_str_p" (declared at line 6015)
      goto restore_best_regs;
      ^

        cc -DHAVE_CONFIG_H -I. -I. -I../..      -g -c fnmatch.c
"fnmatch_loop.c", line 268: warning #2546-D: transfer of control bypasses
          initialization of:
            variable "is_range" (declared at line 413)
                            goto normal_bracket;
                            ^


        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../gnulib/lib -I../lib 
-I../gnulib/lib -I../intl -DLOCALEDIR=\"/usr/local/share/locale\"     -g -c 
find.c
"find.c", line 952: warning #2111-D: statement is unreachable
    saved_errno = 0;
    ^

"find.c", line 1023: warning #2177-D: function "old_process_top_path" was
          declared but never referenced
  old_process_top_path (char *pathname)
  ^

        source='fstype.c' object='fstype.o' libtool=no \
        DEPDIR=.deps depmode=none /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../gnulib/lib -I../lib 
-I../gnulib/lib -I../intl -DLOCALEDIR=\"/usr/local/share/locale\"     -g -c 
fstype.c
        source='parser.c' object='parser.o' libtool=no \
        DEPDIR=.deps depmode=none /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../gnulib/lib -I../lib 
-I../gnulib/lib -I../intl -DLOCALEDIR=\"/usr/local/share/locale\"     -g -c 
parser.c
"parser.c", line 733: warning #2940-D: missing return statement at end of
          non-void function "parse_help"
  }
  ^

"parser.c", line 1015: warning #2550-D: variable "our_pred" was set but never
          used
    struct predicate *our_pred;
                      ^

"parser.c", line 1051: warning #2550-D: variable "our_pred" was set but never
          used
    struct predicate *our_pred;
                      ^

"parser.c", line 1482: warning #2940-D: missing return statement at end of
          non-void function "parse_version"
  }
  ^

        source='pred.c' object='pred.o' libtool=no \
        DEPDIR=.deps depmode=none /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../gnulib/lib -I../lib 
-I../gnulib/lib -I../intl -DLOCALEDIR=\"/usr/local/share/locale\"     -g -c 
pred.c
"pred.c", line 1137: warning #2111-D: statement is unreachable
        break;
        ^

"pred.c", line 1141: warning #2111-D: statement is unreachable
        break;
        ^

"pred.c", line 1145: warning #2111-D: statement is unreachable
        break;
        ^

"pred.c", line 1151: warning #2940-D: missing return statement at end of
          non-void function "pred_perm"
  }
  ^

"pred.c", line 1189: warning #2940-D: missing return statement at end of
          non-void function "pred_quit"
  }
  ^

        source='tree.c' object='tree.o' libtool=no \
        DEPDIR=.deps depmode=none /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../gnulib/lib -I../lib 
-I../gnulib/lib -I../intl -DLOCALEDIR=\"/usr/local/share/locale\"     -g -c 
tree.c
        source='util.c' object='util.o' libtool=no \
        DEPDIR=.deps depmode=none /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../gnulib/lib -I../lib 
-I../gnulib/lib -I../intl -DLOCALEDIR=\"/usr/local/share/locale\"     -g -c 
util.c
        source='version.c' object='version.o' libtool=no \
        DEPDIR=.deps depmode=none /bin/sh ../depcomp \
        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../gnulib/lib -I../lib 
-I../gnulib/lib -I../intl -DLOCALEDIR=\"/usr/local/share/locale\"     -g -c 
version.c
        cc  -g   -o find  find.o fstype.o parser.o  pred.o tree.o util.o 
version.o ../lib/libfind.a ../gnulib/lib/libgnulib.a  -lgen 

        cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gnulib/lib -I../gnulib/lib 
-I../lib -I../intl -DLOCALEDIR=\"/usr/local/share/locale\"     -g -c xargs.c
"xargs.c", line 617: warning #2068-D: integer conversion resulted in a change
          of sign
        while ((len = (*read_args) ()) != -1)
                                          ^

Here are the executables that it created:

        % find . -type f -perm -111 -cmin -15
        ./find/find
        ./xargs/xargs
        ./locate/locate
        ./locate/frcode
        ./locate/code
        ./locate/bigram
        ./locate/updatedb
        ./config.status

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- University of Utah                    FAX: +1 801 581 4148                  -
- Department of Mathematics, 110 LCB    Internet e-mail: address@hidden  -
- 155 S 1400 E RM 233                       address@hidden  address@hidden -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe  -
-------------------------------------------------------------------------------




reply via email to

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