<86>Aug 13 06:37:51 userdel[2539336]: delete user 'rooter' <86>Aug 13 06:37:51 userdel[2539336]: removed group 'rooter' owned by 'rooter' <86>Aug 13 06:37:51 userdel[2539336]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 13 06:37:51 groupadd[2539349]: group added to /etc/group: name=rooter, GID=567 <86>Aug 13 06:37:51 groupadd[2539349]: group added to /etc/gshadow: name=rooter <86>Aug 13 06:37:51 groupadd[2539349]: new group: name=rooter, GID=567 <86>Aug 13 06:37:51 useradd[2539359]: new user: name=rooter, UID=567, GID=567, home=/root, shell=/bin/bash <86>Aug 13 06:37:51 userdel[2539377]: delete user 'builder' <86>Aug 13 06:37:51 userdel[2539377]: removed group 'builder' owned by 'builder' <86>Aug 13 06:37:51 userdel[2539377]: removed shadow group 'builder' owned by 'builder' <86>Aug 13 06:37:51 groupadd[2539389]: group added to /etc/group: name=builder, GID=568 <86>Aug 13 06:37:51 groupadd[2539389]: group added to /etc/gshadow: name=builder <86>Aug 13 06:37:51 groupadd[2539389]: new group: name=builder, GID=568 <86>Aug 13 06:37:51 useradd[2539401]: new user: name=builder, UID=568, GID=568, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/ee-1.4.6-alt1.src.rpm: The use of such a license name is ambiguous: Artistic Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/ee-1.4.6-alt1.nosrc.rpm Installing ee-1.4.6-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.41578 + 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.83410 + 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] 565 | *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] 809 | d_char[del_width] = (unsigned char) NULL; | ^ ee.c:837:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 837 | d_char[1] = (unsigned char) NULL; | ^ ee.c:849:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 849 | *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] 975 | 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] 1100 | *temp = (char) NULL; | ^ ee.c:1106:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1106 | *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] 1149 | 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] 1151 | 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] 1185 | 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] 1293 | 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] 1692 | if (*cmd_str == (char) NULL) | ^ ee.c:1708:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1708 | 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] 1919 | in = (char) NULL; | ^ ee.c:1921:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1921 | *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] 1946 | 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] 1946 | 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] 1963 | 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] 1963 | 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] 2086 | fprintf(stderr, usage1); | ^~~~~~~ ee.c:2087:4: warning: format not a string literal and no format arguments [-Wformat-security] 2087 | fprintf(stderr, usage2); | ^~~~~~~ ee.c:2088:4: warning: format not a string literal and no format arguments [-Wformat-security] 2088 | fprintf(stderr, usage3); | ^~~~~~~ ee.c:2089:4: warning: format not a string literal and no format arguments [-Wformat-security] 2089 | fprintf(stderr, usage4); | ^~~~~~~ ee.c:2119:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2119 | while (*buff != (char) NULL) | ^ ee.c:2125:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2125 | *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] 2207 | 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] 2346 | *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] 2384 | 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] 2387 | 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] 2471 | *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] 2561 | 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] 2586 | 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] 2596 | 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] 2603 | 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] 2671 | 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] 2677 | while (*srch_3 != (char) NULL) | ^ ee.c:2683:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2683 | *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] 2720 | 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] 2762 | *d_word2 = (char) NULL; | ^ ee.c:2773:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2773 | *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] 2826 | *tmp_ptr = (char) NULL; | ^ ee.c:2839:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2839 | *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] 2865 | *dl1 = (char) NULL; | ^ ee.c:2866:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2866 | *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] 2901 | *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] 3047 | while (*temp_point != (char) NULL) | ^ ee.c:3202:3: warning: format not a string literal and no format arguments [-Wformat-security] 3202 | 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] 3754 | if ((string == NULL) || (*string == (char) NULL)) | ^ ee.c:3756:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3756 | 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] 3791 | (*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] 3917 | 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] 3924 | *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] 4116 | *str2 = (char) NULL; | ^ ee.c:4147:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 4147 | 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] 4271 | 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] 4318 | 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] 4418 | if ((pnt == NULL) || (*pnt == (char) NULL) || | ^ ee.c:4427:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 4427 | if (*pnt == (char) NULL) | ^ ee.c:4431:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 4431 | while ((*pnt != (char) NULL) && ((*pnt != ' ') && (*pnt != '\t'))) | ^ ee.c:4436:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 4436 | 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] 4487 | 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] 4502 | 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] 4509 | *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] 4811 | 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] 4813 | 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] 4856 | *slash = (char) NULL; | ^ ee.c:4876:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 4876 | while ((*tmp != (char) NULL) && (index < 1024)) | ^ ee.c:4879:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 4879 | while ((*tmp != (char) NULL) && (*tmp != '$') && | ^ ee.c:4895:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 4895 | while ((*tmp != (char) NULL) && | ^ ee.c:4908:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 4908 | while ((*tmp != (char) NULL) && | ^ ee.c:4918:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 4918 | short_buffer[counter] = (char) NULL; | ^ ee.c:4941:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 4941 | 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 'Screenalloc': new_curse.c:1479:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1479 | tmp->attributes[i] = (char) NULL; | ^ new_curse.c:1482:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1482 | tmp->row[0] = (char) NULL; | ^ new_curse.c:1483:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1483 | tmp->attributes[0] = (char) NULL; | ^ new_curse.c:1484:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1484 | tmp->row[columns] = (char) NULL; | ^ new_curse.c:1485:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1485 | 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] 1870 | while (*Otemp != (char) NULL) | ^ new_curse.c:1888:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1888 | 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] 1916 | 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] 1921 | 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] 1929 | 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] 1934 | if (*tchar == (char) NULL) | ^ new_curse.c:1958:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1958 | 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] 1978 | 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] 1980 | 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] 2049 | line->attributes[j] = (char) NULL; | ^ new_curse.c:2053:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2053 | line->row[column] = (char) NULL; | ^ new_curse.c:2054:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2054 | 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] 2186 | 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] 2193 | 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] 2202 | 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] 2347 | string[Count] = (char) NULL; | ^ new_curse.c:2371:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2371 | 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] 2457 | tmpline->attributes[j] = (char) NULL; | ^ new_curse.c:2459:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2459 | tmpline->row[column + 1] = (char) NULL; | ^ new_curse.c:2460:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2460 | 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] 2638 | 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] 2716 | 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] 2884 | 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] 2961 | 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] 2961 | 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] 2964 | 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] 2964 | 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] 2966 | 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] 2966 | 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] 3119 | tmp1->attributes[x] = (char) NULL; | ^ new_curse.c:3121:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3121 | 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] 3163 | 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] 3163 | 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] 3165 | 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] 3168 | 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] 3168 | 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] 3170 | 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] 3172 | 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] 3180 | 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] 3217 | 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] 3217 | 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] 3219 | 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] 3222 | 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] 3222 | 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] 3230 | 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] 3230 | 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] 3234 | 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] 3251 | 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] 3322 | 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] 3544 | (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] 3553 | 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] 3557 | 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] 3569 | 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] 3579 | if (vrt_lin[j] != (char) NULL) | ^ new_curse.c:3597:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3597 | 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] 3605 | if ((vrt_lin[j] != (char) NULL)) | ^ new_curse.c:3615:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3615 | 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] 3615 | 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] 3628 | 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] 3630 | 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] 3642 | 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] 3647 | 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] 3651 | 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] 3651 | 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] 3707 | 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] 3727 | 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.49743 + 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) verify-elf: WARNING: ./usr/bin/ee: uses non-LFS functions: __xstat fopen open 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.SZ3SaX 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.tS5TSU find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mAjyMW Wrote: /usr/src/RPM/RPMS/i586/ee-1.4.6-alt1.i586.rpm 3.39user 0.80system 0:06.56elapsed 64%CPU (0avgtext+0avgdata 26572maxresident)k 0inputs+0outputs (0major+115786minor)pagefaults 0swaps /.out/ee-1.4.6-alt1.i586.rpm: The use of such a license name is ambiguous: Artistic 5.90user 5.70system 0:12.76elapsed 90%CPU (0avgtext+0avgdata 26572maxresident)k 0inputs+0outputs (0major+275751minor)pagefaults 0swaps --- ee-1.4.6-alt1.i586.rpm.repo 2010-01-15 21:39:28.000000000 +0000 +++ ee-1.4.6-alt1.i586.rpm.hasher 2020-08-13 06:38:00.466827925 +0000 @@ -1,3 +1,3 @@ /usr/bin/ee 100755 -/usr/share/man/man1/ee.1.bz2 100644 +/usr/share/man/man1/ee.1.xz 100644 Requires: /lib/ld-linux.so.2