<86>Nov 24 00:59:31 userdel[6385]: delete user 'rooter'
<86>Nov 24 00:59:31 userdel[6385]: removed shadow group 'rooter' owned by 'rooter'
<86>Nov 24 00:59:31 groupadd[6401]: group added to /etc/group: name=rooter, GID=543
<86>Nov 24 00:59:31 groupadd[6401]: group added to /etc/gshadow: name=rooter
<86>Nov 24 00:59:31 groupadd[6401]: new group: name=rooter, GID=543
<86>Nov 24 00:59:31 useradd[6409]: new user: name=rooter, UID=543, GID=543, home=/root, shell=/bin/bash
<86>Nov 24 00:59:31 userdel[6432]: delete user 'builder'
<86>Nov 24 00:59:31 userdel[6432]: removed group 'builder' owned by 'builder'
<86>Nov 24 00:59:31 userdel[6432]: removed shadow group 'builder' owned by 'builder'
<86>Nov 24 00:59:31 groupadd[6444]: group added to /etc/group: name=builder, GID=544
<86>Nov 24 00:59:31 groupadd[6444]: group added to /etc/gshadow: name=builder
<86>Nov 24 00:59:31 groupadd[6444]: new group: name=builder, GID=544
<86>Nov 24 00:59:31 useradd[6454]: new user: name=builder, UID=544, GID=544, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/ee-1.4.6-alt1.nosrc.rpm
Installing ee-1.4.6-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.581
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf ee-1.4.6
+ echo 'Source #0 (ee-1.4.6.tar):'
Source #0 (ee-1.4.6.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/ee-1.4.6.tar
+ cd ee-1.4.6
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.40007
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ee-1.4.6
+ make
make: Entering directory '/usr/src/RPM/BUILD/ee-1.4.6'
Generating make.local
make -f make.local
make[1]: Entering directory '/usr/src/RPM/BUILD/ee-1.4.6'
cc -c ee.c -DSYS5  -DBSD_SELECT   -DNCURSE  -DHAS_UNISTD  -DHAS_STDLIB -DHAS_CTYPE -DHAS_SYS_IOCTL -DHAS_SYS_WAIT   -DSLCT_HDR -s  
ee.c: In function 'main':
ee.c:565:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  *d_word = (char) NULL;
            ^
ee.c: In function 'delete':
ee.c:809:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    d_char[del_width] = (unsigned char) NULL;
                        ^
ee.c:837:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    d_char[1] = (unsigned char) NULL;
                ^
ee.c:849:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   *tp = (char) NULL;
         ^
ee.c: In function 'out_char':
ee.c:975:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  for (i2 = 0; (string[i2] != (char) NULL) && (((column+i2+1)-horiz_offset) < last_col); i2++)
                              ^
ee.c: In function 'insert_line':
ee.c:1100:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   *temp = (char) NULL;
           ^
ee.c:1106:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  *extra = (char) NULL;
           ^
ee.c: In function 'next_word':
ee.c:1149:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  while ((*string != (char) NULL) && ((*string != 32) && (*string != 9)))
                     ^
ee.c:1151:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  while ((*string != (char) NULL) && ((*string == 32) || (*string == 9)))
                     ^
ee.c: In function 'control':
ee.c:1185:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   if (*string != (char) NULL)
                  ^
ee.c: In function 'emacs_control':
ee.c:1293:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   if (*string != (char) NULL)
                  ^
ee.c: In function 'command':
ee.c:1692:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   if (*cmd_str == (char) NULL)
                   ^
ee.c:1708:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   if (*cmd_str == (char) NULL)
                   ^
ee.c: In function 'get_string':
ee.c:1919:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    in = (char) NULL;
         ^
ee.c:1921:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  *nam_str = (char) NULL;
             ^
ee.c: In function 'compare':
ee.c:1946:58: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  if ((strng1 == NULL) || (strng2 == NULL) || (*strng1 == (char) NULL) || (*strng2 == (char) NULL))
                                                          ^
ee.c:1946:86: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  if ((strng1 == NULL) || (strng2 == NULL) || (*strng1 == (char) NULL) || (*strng2 == (char) NULL))
                                                                                      ^
ee.c:1963:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   if ((*strng1 == (char) NULL) || (*strng2 == (char) NULL) || (*strng1 == ' ') || (*strng2 == ' '))
                   ^
ee.c:1963:47: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   if ((*strng1 == (char) NULL) || (*strng2 == (char) NULL) || (*strng1 == ' ') || (*strng2 == ' '))
                                               ^
ee.c: In function 'get_options':
ee.c:2086:4: warning: format not a string literal and no format arguments [-Wformat-security]
    fprintf(stderr, usage1);
    ^~~~~~~
ee.c:2087:4: warning: format not a string literal and no format arguments [-Wformat-security]
    fprintf(stderr, usage2);
    ^~~~~~~
ee.c:2088:4: warning: format not a string literal and no format arguments [-Wformat-security]
    fprintf(stderr, usage3);
    ^~~~~~~
ee.c:2089:4: warning: format not a string literal and no format arguments [-Wformat-security]
    fprintf(stderr, usage4);
    ^~~~~~~
ee.c:2119:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   while (*buff != (char) NULL)
                   ^
ee.c:2125:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   *ptr = (char) NULL;
          ^
ee.c: In function 'check_fp':
ee.c:2207:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   if ((tmp_file != NULL) && (*tmp_file != (char) NULL))
                                           ^
ee.c: In function 'get_line':
ee.c:2346:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   *point = (char) NULL;
            ^
ee.c: In function 'finish':
ee.c:2384:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  if ((file_name == NULL) || (*file_name == (char) NULL))
                                            ^
ee.c:2387:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  if ((file_name == NULL) || (*file_name == (char) NULL))
                                            ^
ee.c: In function 'delete_text':
ee.c:2471:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  *curr_line->line = (char) NULL;
                     ^
ee.c: In function 'search':
ee.c:2561:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  if ((srch_str == NULL) || (*srch_str == (char) NULL))
                                          ^
ee.c:2586:47: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    while ((*srch_2 == *srch_3) && (*srch_3 != (char) NULL))
                                               ^
ee.c:2596:56: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    while ((toupper(*srch_2) == *srch_3) && (*srch_3 != (char) NULL))
                                                        ^
ee.c:2603:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    if (!((*srch_3 == (char) NULL) && (found)))
                      ^
ee.c: In function 'search_prompt':
ee.c:2671:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  if ((u_srch_str != NULL) && (*u_srch_str != (char) NULL))
                                              ^
ee.c:2677:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  while (*srch_3 != (char) NULL)
                    ^
ee.c:2683:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  *srch_1 = (char) NULL;
            ^
ee.c: In function 'undel_char':
ee.c:2720:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   if (d_char[1] != (unsigned char) NULL)
                    ^
ee.c: In function 'del_word':
ee.c:2762:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  *d_word2 = (char) NULL;
             ^
ee.c:2773:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  *d_word2 = (char) NULL;
             ^
ee.c: In function 'undel_word':
ee.c:2826:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  *tmp_ptr = (char) NULL;
             ^
ee.c:2839:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  *tmp_old_ptr = (char) NULL;
                 ^
ee.c: In function 'del_line':
ee.c:2865:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  *dl1 = (char) NULL;
         ^
ee.c:2866:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  *point = (char) NULL;
           ^
ee.c: In function 'undel_line':
ee.c:2901:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  *ud1 = (char) NULL;
         ^
ee.c: In function 'sh_command':
ee.c:3047:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  while (*temp_point != (char) NULL)
                        ^
ee.c:3202:3: warning: format not a string literal and no format arguments [-Wformat-security]
   printf(continue_msg);
   ^~~~~~
ee.c: In function 'file_op':
ee.c:3754:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   if ((string == NULL) || (*string == (char) NULL))
                                       ^
ee.c:3756:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   if ((string == NULL) || (*string == (char) NULL))
                                       ^
ee.c: In function 'shell_op':
ee.c:3791:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    (*string != (char) NULL))
                ^
ee.c: In function 'Format':
ee.c:3917:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  while ((*temp1 != (char) NULL) && (*temp1 != ' ') && (*temp1 != '\t') && (counter < curr_line->line_length))
                    ^
ee.c:3924:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  *temp2 = (char) NULL;
           ^
ee.c: In function 'ee_init':
ee.c:4116:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     *str2 = (char) NULL;
             ^
ee.c:4147:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      if (*str1 != (char) NULL)
                   ^
ee.c: In function 'dump_ee_conf':
ee.c:4271:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    string[length - 1] = (char) NULL;
                         ^
ee.c: In function 'echo_string':
ee.c:4318:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   while (*temp != (char) NULL)
                   ^
ee.c: In function 'first_word_len':
ee.c:4418:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  if ((pnt == NULL) || (*pnt == (char) NULL) ||
                                ^
ee.c:4427:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  if (*pnt == (char) NULL)
              ^
ee.c:4431:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  while ((*pnt != (char) NULL) && ((*pnt != ' ') && (*pnt != '\t')))
                  ^
ee.c:4436:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  while ((*pnt != (char) NULL) && ((*pnt == ' ') || (*pnt == '\t')))
                  ^
ee.c: In function 'Auto_Format':
ee.c:4487:116: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  if ((position != 1) && ((*point == ' ') || (*point == '\t') || (position == curr_line->line_length) || (*point == (char) NULL)))
                                                                                                                    ^
ee.c:4502:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  while ((*temp1 != (char) NULL) && (*temp1 != ' ') && (*temp1 != '\t') && (counter < curr_line->line_length))
                    ^
ee.c:4509:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  *temp2 = (char) NULL;
           ^
ee.c: In function 'is_in_string':
ee.c:4811:50: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  for (sub = substring; (sub != NULL) && (*sub != (char)NULL); sub++)
                                                  ^
ee.c:4813:51: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   for (full = string; (full != NULL) && (*full != (char)NULL);
                                                   ^
ee.c: In function 'resolve_name':
ee.c:4856:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    *slash = (char) NULL;
             ^
ee.c:4876:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   while ((*tmp != (char) NULL) && (index < 1024))
                   ^
ee.c:4879:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    while ((*tmp != (char) NULL) && (*tmp != '$') &&
                    ^
ee.c:4895:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      while ((*tmp != (char) NULL) &&
                      ^
ee.c:4908:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      while ((*tmp != (char) NULL) &&
                      ^
ee.c:4918:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     short_buffer[counter] = (char) NULL;
                             ^
ee.c:4941:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    long_buffer[index] = (char) NULL;
                         ^
cc new_curse.c -c -DSYS5  -DBSD_SELECT   -DNCURSE  -DHAS_UNISTD  -DHAS_STDLIB -DHAS_CTYPE -DHAS_SYS_IOCTL -DHAS_SYS_WAIT   -DSLCT_HDR -s 
new_curse.c: In function 'INFO_PARSE':
new_curse.c:1116:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  if (((unsigned int) TERM_data_ptr) & 1) /* force alignment */
       ^
new_curse.c: In function 'Screenalloc':
new_curse.c:1479:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   tmp->attributes[i] = (char) NULL;
                        ^
new_curse.c:1482:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  tmp->row[0] = (char) NULL;
                ^
new_curse.c:1483:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  tmp->attributes[0] = (char) NULL;
                       ^
new_curse.c:1484:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  tmp->row[columns] = (char) NULL;
                      ^
new_curse.c:1485:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  tmp->attributes[columns] = (char) NULL;
                             ^
new_curse.c: In function 'Info_Out':
new_curse.c:1870:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  while (*Otemp != (char) NULL)
                   ^
new_curse.c:1888:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
       while ((strncmp(Otemp, "%t", 2)) && (*Otemp != (char) NULL))
                                                      ^
new_curse.c:1916:84: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
        while ((strncmp(Otemp, "%e", 2)) && (strncmp(Otemp, "%;", 2)) && (*Otemp != (char) NULL))
                                                                                    ^
new_curse.c:1921:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
        if ((*Otemp != (char) NULL) && (!strncmp(Otemp, "%e", 2)))
                       ^
new_curse.c:1929:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
         while ((*tchar != (char) NULL) && (strncmp(tchar, "%t", 2)) && (strncmp(tchar, "%;", 2)))
                           ^
new_curse.c:1934:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
         if (*tchar == (char) NULL)
                       ^
new_curse.c:1958:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
        else if ((*Otemp != (char) NULL) && (!strncmp(Otemp, "%;", 2)))
                            ^
new_curse.c:1978:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
       while ((*Otemp != (char) NULL) && (strncmp(Otemp, "%;", 2)))
                         ^
new_curse.c:1980:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
       if (*Otemp != (char) NULL)
                     ^
new_curse.c: In function 'clear_line':
new_curse.c:2049:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    line->attributes[j] = (char) NULL;
                          ^
new_curse.c:2053:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  line->row[column] = (char) NULL;
                      ^
new_curse.c:2054:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  line->attributes[column] = (char) NULL;
                             ^
new_curse.c: In function 'wnoutrefresh':
new_curse.c:2186:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     virtual_line->attributes[virt_col] = (char) NULL;
                                          ^
new_curse.c:2193:55: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     if (virtual_line->row[virtual_line->last_char] == (char) NULL)
                                                       ^
new_curse.c:2202:48: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   virtual_line->row[virtual_line->last_char] = (char) NULL;
                                                ^
new_curse.c: In function 'Get_key':
new_curse.c:2347:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  string[Count] = (char) NULL;
                  ^
new_curse.c:2371:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    string[Count] = (char) NULL;
                    ^
new_curse.c: In function 'waddch':
new_curse.c:2457:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
       tmpline->attributes[j] = (char) NULL;
                                ^
new_curse.c:2459:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     tmpline->row[column + 1] = (char) NULL;
                                ^
new_curse.c:2460:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     tmpline->attributes[column + 1] = (char) NULL;
                                       ^
new_curse.c: In function 'waddstr':
new_curse.c:2638:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  for (wstring = string; *wstring != (char) NULL; wstring++)
                                     ^
new_curse.c: In function 'noraw':
new_curse.c:2716:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  Terminal.c_cc[VEOL] = (char) NULL; /* EOL = 0  */
                        ^
new_curse.c: In function 'wprintw':
new_curse.c:2884:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  while (*fpoint != (char) NULL)
                    ^
new_curse.c: In function 'Comp_line':
new_curse.c:2961:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  while ((c1[i] != (char) NULL) && (c2[i] != (char) NULL) && (c1[i] == c2[i]) && (att1[i] == att2[i]))
                   ^
new_curse.c:2961:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  while ((c1[i] != (char) NULL) && (c2[i] != (char) NULL) && (c1[i] == c2[i]) && (att1[i] == att2[i]))
                                             ^
new_curse.c:2964:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  if ((count1 == 1) && (c1[i] == (char) NULL) && (c2[i] == (char) NULL))
                                 ^
new_curse.c:2964:59: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  if ((count1 == 1) && (c1[i] == (char) NULL) && (c2[i] == (char) NULL))
                                                           ^
new_curse.c:2966:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  else if ((c1[i] == (char) NULL) && (c2[i] == (char) NULL))
                     ^
new_curse.c:2966:47: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  else if ((c1[i] == (char) NULL) && (c2[i] == (char) NULL))
                                               ^
new_curse.c: In function 'CLEAR_TO_EOL':
new_curse.c:3119:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   tmp1->attributes[x] = (char) NULL;
                         ^
new_curse.c:3121:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  tmp1->row[column] = (char) NULL;
                      ^
new_curse.c: In function 'check_delete':
new_curse.c:3163:116: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  while (((new_lin[end_new] != old_lin[end_old]) || (new_att[end_new] != old_att[end_old])) && (old_lin[end_old] != (char) NULL) && (new_lin[end_old] != (char) NULL))
                                                                                                                    ^
new_curse.c:3163:153: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  while (((new_lin[end_new] != old_lin[end_old]) || (new_att[end_new] != old_att[end_old])) && (old_lin[end_old] != (char) NULL) && (new_lin[end_old] != (char) NULL))
                                                                                                                                                         ^
new_curse.c:3165:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  if (old_lin[end_old] != (char) NULL)
                          ^
new_curse.c:3168:125: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   while ((old_lin[end_old+k] == new_lin[end_new+k]) && (new_att[end_new+k] == old_att[end_old+k]) && (new_lin[end_new+k] != (char) NULL) && (old_lin[end_old+k] != (char) NULL) && (k < 10))
                                                                                                                             ^
new_curse.c:3168:164: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   while ((old_lin[end_old+k] == new_lin[end_new+k]) && (new_att[end_new+k] == old_att[end_old+k]) && (new_lin[end_new+k] != (char) NULL) && (old_lin[end_old+k] != (char) NULL) && (k < 10))
                                                                                                                                                                    ^
new_curse.c:3170:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   if ((k > 8) || ((new_lin[end_new+k] == (char) NULL) && (k != 0)))
                                          ^
new_curse.c:3172:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    if (new_lin[end_new+k] == (char) NULL)
                              ^
new_curse.c:3180:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    while ((old_lin[offset] != (char) NULL) && (offset < COLS))
                               ^
new_curse.c: In function 'check_insert':
new_curse.c:3217:116: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  while (((new_lin[end_new] != old_lin[end_old]) || (new_att[end_new] != old_att[end_old])) && (new_lin[end_new] != (char) NULL) && (old_lin[end_new] != (char) NULL))
                                                                                                                    ^
new_curse.c:3217:153: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  while (((new_lin[end_new] != old_lin[end_old]) || (new_att[end_new] != old_att[end_old])) && (new_lin[end_new] != (char) NULL) && (old_lin[end_new] != (char) NULL))
                                                                                                                                                         ^
new_curse.c:3219:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  if (new_lin[end_new] != (char) NULL)
                          ^
new_curse.c:3222:125: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   while ((old_lin[end_old+k] == new_lin[end_new+k]) && (old_att[end_old+k] == new_att[end_new+k]) && (new_lin[end_new+k] != (char) NULL) && (old_lin[end_old+k] != (char) NULL) && (k < 10))
                                                                                                                             ^
new_curse.c:3222:164: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   while ((old_lin[end_old+k] == new_lin[end_new+k]) && (old_att[end_old+k] == new_att[end_new+k]) && (new_lin[end_new+k] != (char) NULL) && (old_lin[end_old+k] != (char) NULL) && (k < 10))
                                                                                                                                                                    ^
new_curse.c:3230:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   while ((old_lin[old_off] != (char) NULL) && (new_lin[old_off] != (char) NULL) && (old_lin[old_off] == new_lin[old_off]) && (old_att[old_off] == new_att[old_off]))
                               ^
new_curse.c:3230:68: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   while ((old_lin[old_off] != (char) NULL) && (new_lin[old_off] != (char) NULL) && (old_lin[old_off] == new_lin[old_off]) && (old_att[old_off] == new_att[old_off]))
                                                                    ^
new_curse.c:3234:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   if ((!same) && ((k > 8) || ((new_lin[end_new+k] == (char) NULL) && (k != 0))))
                                                      ^
new_curse.c:3251:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    while ((old_lin[offset] != (char) NULL) && (offset < COLS))
                               ^
new_curse.c: In function 'doupdate':
new_curse.c:3322:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    for (j = 0; (curr->row[j] != (char) NULL) && (j < curscr->Num_cols); j++)
                                 ^
new_curse.c:3544:48: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
       (String_table[dc__]) && (curr->row[0] != (char) NULL) &&
                                                ^
new_curse.c:3553:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    while ((vrt_lin[j] != (char) NULL) && (j < window->Num_cols))
                          ^
new_curse.c:3557:88: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      while ((vrt_lin[j] == cur_lin[j]) && (vrt_att[j] == cur_att[j]) && (vrt_lin[j] != (char) NULL) && (vrt_att[j]))
                                                                                        ^
new_curse.c:3569:88: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      while ((vrt_lin[j] == cur_lin[j]) && (vrt_att[j] == cur_att[j]) && (vrt_lin[j] != (char) NULL))
                                                                                        ^
new_curse.c:3579:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     if (vrt_lin[j] != (char) NULL)
                       ^
new_curse.c:3597:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
       if ((vrt_lin[j] == ' ') && (cur_lin[j] == (char) NULL) && (vrt_att[j] == cur_att[j]))
                                                 ^
new_curse.c:3605:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      if ((vrt_lin[j] != (char) NULL))
                         ^
new_curse.c:3615:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    if ((vrt_lin[j] == (char) NULL) && (cur_lin[j] != (char) NULL))
                       ^
new_curse.c:3615:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    if ((vrt_lin[j] == (char) NULL) && (cur_lin[j] != (char) NULL))
                                                      ^
new_curse.c:3628:47: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    while ((j < window->Num_cols) && (c2[j] != (char) NULL))
                                               ^
new_curse.c:3630:92: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     while ((c1[j] == c2[j]) && (att1[j] == att2[j]) && (j < window->Num_cols) && (c2[j] != (char) NULL))
                                                                                            ^
new_curse.c:3642:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     if ((j < window->Num_cols) && (c2[j] != (char) NULL))
                                             ^
new_curse.c:3647:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      for (j = begin_old; (c2[j] != (char) NULL) && (j < window->Num_cols); j++)
                                    ^
new_curse.c:3651:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    if ((c2[j] == (char) NULL) && (c1[j] != (char) NULL))
                  ^
new_curse.c:3651:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
    if ((c2[j] == (char) NULL) && (c1[j] != (char) NULL))
                                            ^
new_curse.c: In function 'Char_del':
new_curse.c:3707:51: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  for (one = offset, two = offset+1; (line[one] != (char) NULL) && (one < maxlen); one++, two++)
                                                   ^
new_curse.c: In function 'Char_ins':
new_curse.c:3727:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  while ((line[one] != (char) NULL) && (one < (maxlen - 2)))
                       ^
cc -o ee ee.o new_curse.o -DHAS_UNISTD  -DHAS_STDLIB -DHAS_CTYPE -DHAS_SYS_IOCTL -DHAS_SYS_WAIT   -DSLCT_HDR -s  
make[1]: Leaving directory '/usr/src/RPM/BUILD/ee-1.4.6'
make: Leaving directory '/usr/src/RPM/BUILD/ee-1.4.6'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.43257
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/ee-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/ee-buildroot
+ cd ee-1.4.6
+ install -pD ee /usr/src/tmp/ee-buildroot/usr/bin/ee
+ install -pD ee.1 /usr/src/tmp/ee-buildroot/usr/share/man/man1/ee.1
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/ee-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/ee-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/ee-buildroot/ (default)
Compressing files in /usr/src/tmp/ee-buildroot (auto)
mode of '/usr/src/tmp/ee-buildroot/usr/share/man/man1/ee.1' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying ELF objects in /usr/src/tmp/ee-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Processing files: ee-1.4.6-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.a3Ez6p
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sKFPbX
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.za910x
Wrote: /usr/src/RPM/RPMS/x86_64/ee-1.4.6-alt1.x86_64.rpm
3.58user 0.87system 0:07.28elapsed 61%CPU (0avgtext+0avgdata 33708maxresident)k
0inputs+0outputs (0major+139293minor)pagefaults 0swaps
5.73user 5.12system 0:13.83elapsed 78%CPU (0avgtext+0avgdata 33708maxresident)k
0inputs+0outputs (0major+305483minor)pagefaults 0swaps
--- ee-1.4.6-alt1.x86_64.rpm.repo	2010-01-15 21:39:25.000000000 +0000
+++ ee-1.4.6-alt1.x86_64.rpm.hasher	2019-11-24 00:59:41.440936569 +0000
@@ -1,4 +1,5 @@
 /usr/bin/ee	100755	
-/usr/share/man/man1/ee.1.bz2	100644	
+/usr/share/man/man1/ee.1.xz	100644	
 Requires: /lib64/ld-linux-x86-64.so.2  
+Requires: libc.so.6(GLIBC_2.14)(64bit)  
 Requires: libc.so.6(GLIBC_2.2.5)(64bit)