==> Synchronizing chroot copy [/chroot/armv7h/root] -> [build]...done
==> Making package: cmospwd 5.0-3 (Wed Dec  4 08:23:38 2019)
==> 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
Host and machine ids are equal (2b3dd5a7c7b749ff93431232041f2429): refusing to link journals
==> Making package: cmospwd 5.0-3 (Wed 04 Dec 2019 08:24:02 AM EST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found cmospwd-5.0.tar.bz2
==> WARNING: Skipping all source file integrity checks.
==> 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 of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
   for(i=0;i<lng;i++)
            ^
cmospwd.c: In function ‘table2val’:
cmospwd.c:620:12: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
   for(i=0;i<lng;i++)
            ^
cmospwd.c: In function ‘generic_ami’:
cmospwd.c:651:16: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
   for(pos=1;pos<lng;pos++)
                ^
cmospwd.c: In function ‘generic_acer’:
cmospwd.c:679:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
   for(i=0;(i<lng)&&(dst[i]!=VAL_STOP);i++)
             ^
cmospwd.c: In function ‘generic_award6’:
cmospwd.c:691:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
   for(i=0;(i<lng)&&(dst[i]!=VAL_STOP);i++)
             ^
cmospwd.c: In function ‘generic_unknown’:
cmospwd.c:698:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
   for(i=0;(i<lng)&&(dst[i]!=VAL_STOP);i++)
             ^
cmospwd.c: In function ‘check_filled’:
cmospwd.c:706:12: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
   for(i=0;i<lng;i++)
            ^
cmospwd.c: In function ‘generic_packard’:
cmospwd.c:823:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-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 of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
       for(pos_file=9;pos_file<taille;)
                              ^
cmospwd.c:1796:30: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
       for(pos_file=9;pos_file<taille;)
                              ^
cmospwd.c:1821:30: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
       for(pos_file=6;pos_file<taille;)
                              ^
cmospwd.c:1863:30: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
       for(pos_file=0;pos_file<taille;)
                              ^
cmospwd.c: In function ‘save_backup’:
cmospwd.c:1903:34: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare]
   if(fwrite(cmos,1, cmos_size,fb)!=cmos_size)
                                  ^~
cmospwd.c: In function ‘keyb_mem’:
cmospwd.c:1947:12: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
   for(i=0;i<sizeof(mem) && mem[i]!=0;i+=2)
            ^
cmospwd.c: In function ‘read_cmos’:
cmospwd.c:364:3: error: impossible constraint in ‘asm__asm__ volatile ("outb %0,%1"
   ^~~~~~~
cmospwd.c:371:3: error: impossible constraint in ‘asm__asm__ volatile ("inb %1,%0"
   ^~~~~~~
cmospwd.c:364:3: error: impossible constraint in ‘asm__asm__ volatile ("outb %0,%1"
   ^~~~~~~
cmospwd.c:371:3: error: impossible constraint in ‘asm__asm__ volatile ("inb %1,%0"
   ^~~~~~~
cmospwd.c:364:3: error: impossible constraint in ‘asm__asm__ volatile ("outb %0,%1"
   ^~~~~~~
cmospwd.c:371:3: error: impossible constraint in ‘asm__asm__ volatile ("inb %1,%0"
   ^~~~~~~
cmospwd.c:364:3: error: impossible constraint in ‘asm__asm__ volatile ("outb %0,%1"
   ^~~~~~~
cmospwd.c:371:3: error: impossible constraint in ‘asm__asm__ volatile ("inb %1,%0"
   ^~~~~~~
make: *** [Makefile:5: cmospwd] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /chroot/armv7h/build/build