==> Creating clean working copy [build]...done
==> Making package: cmospwd 5.0-3 (Fri Mar 24 03:53:50 EDT 2017)
==> Retrieving sources...
  -> Found cmospwd-5.0.tar.bz2
==> Validating source files with sha512sums...
    cmospwd-5.0.tar.bz2 ... Passed
==> Making package: cmospwd 5.0-3 (Fri Mar 24 03:53:51 EDT 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found cmospwd-5.0.tar.bz2
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    cmospwd-5.0.tar.bz2 ... Passed
==> Extracting sources...
  -> Extracting cmospwd-5.0.tar.bz2 with bsdtar
==> Starting build()...
gcc -Wall -W -O2 -o cmospwd cmospwd.c
cmospwd.c: In function 'aff_hexa':
cmospwd.c:561:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(i=0;i<lng;i++)
            ^
cmospwd.c: In function 'table2val':
cmospwd.c:620:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(i=0;i<lng;i++)
            ^
cmospwd.c: In function 'generic_ami':
cmospwd.c:651:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(pos=1;pos<lng;pos++)
                ^
cmospwd.c: In function 'generic_acer':
cmospwd.c:679:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(i=0;(i<lng)&&(dst[i]!=VAL_STOP);i++)
             ^
cmospwd.c: In function 'generic_award6':
cmospwd.c:691:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(i=0;(i<lng)&&(dst[i]!=VAL_STOP);i++)
             ^
cmospwd.c: In function 'generic_unknown':
cmospwd.c:698:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(i=0;(i<lng)&&(dst[i]!=VAL_STOP);i++)
             ^
cmospwd.c: In function 'check_filled':
cmospwd.c:706:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(i=0;i<lng;i++)
            ^
cmospwd.c: In function 'generic_packard':
cmospwd.c:823:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(i=1;(i<lng)&&(value[i]!=VAL_STOP);i++) /* Ecrase le "CRC ?" */
             ^
cmospwd.c: In function 'phoenix':
cmospwd.c:1311:28: warning: pointer targets in passing argument 4 of 'table2val' differ in signedness [-Wpointer-sign]
   table2val(value, cmos, 8,tbl_phoenix);
                            ^~~~~~~~~~~
cmospwd.c:617:6: note: expected 'const unsigned int *' but argument is of type 'const int *'
 void table2val(unsigned int*dst, const uint8_t *src, const unsigned int lng, const unsigned int *table)
      ^~~~~~~~~
cmospwd.c: In function 'phoenix405':
cmospwd.c:1368:29: warning: pointer targets in passing argument 4 of 'table2val' differ in signedness [-Wpointer-sign]
   table2val(value, cmos, 8, tbl);
                             ^~~
cmospwd.c:617:6: note: expected 'const unsigned int *' but argument is of type 'const int *'
 void table2val(unsigned int*dst, const uint8_t *src, const unsigned int lng, const unsigned int *table)
      ^~~~~~~~~
cmospwd.c:1370:29: warning: pointer targets in passing argument 4 of 'table2val' differ in signedness [-Wpointer-sign]
   table2val(value, cmos, 8, tbl2);
                             ^~~~
cmospwd.c:617:6: note: expected 'const unsigned int *' but argument is of type 'const int *'
 void table2val(unsigned int*dst, const uint8_t *src, const unsigned int lng, const unsigned int *table)
      ^~~~~~~~~
cmospwd.c: In function 'load_backup':
cmospwd.c:1771:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       for(pos_file=9;pos_file<taille;)
                              ^
cmospwd.c:1796:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       for(pos_file=9;pos_file<taille;)
                              ^
cmospwd.c:1821:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       for(pos_file=6;pos_file<taille;)
                              ^
cmospwd.c:1863:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       for(pos_file=0;pos_file<taille;)
                              ^
cmospwd.c: In function 'save_backup':
cmospwd.c:1903:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(fwrite(cmos,1, cmos_size,fb)!=cmos_size)
                                  ^~
cmospwd.c: In function 'keyb_mem':
cmospwd.c:1947:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(i=0;i<sizeof(mem) && mem[i]!=0;i+=2)
            ^
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issue...
==> Creating package "cmospwd"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: cmospwd 5.0-3 (Fri Mar 24 03:53:52 EDT 2017)
==> Cleaning up...