<86>May 4 01:55:59 userdel[1113833]: delete user 'rooter' <86>May 4 01:55:59 groupadd[1114016]: group added to /etc/group: name=rooter, GID=1268 <86>May 4 01:55:59 groupadd[1114016]: group added to /etc/gshadow: name=rooter <86>May 4 01:55:59 groupadd[1114016]: new group: name=rooter, GID=1268 <86>May 4 01:55:59 useradd[1114130]: new user: name=rooter, UID=1268, GID=1268, home=/root, shell=/bin/bash, from=none <86>May 4 01:55:59 userdel[1114203]: delete user 'builder' <86>May 4 01:55:59 userdel[1114203]: removed group 'builder' owned by 'builder' <86>May 4 01:55:59 userdel[1114203]: removed shadow group 'builder' owned by 'builder' <86>May 4 01:55:59 groupadd[1114322]: group added to /etc/group: name=builder, GID=1269 <86>May 4 01:55:59 groupadd[1114322]: group added to /etc/gshadow: name=builder <86>May 4 01:55:59 groupadd[1114322]: new group: name=builder, GID=1269 <86>May 4 01:55:59 useradd[1114377]: new user: name=builder, UID=1269, GID=1269, home=/usr/src, shell=/bin/bash, from=none warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root <13>May 4 01:56:04 rpmi: rpm-macros-generic-compat-0.05-alt1 sisyphus+332093.100.1.1 1697645292 installed <13>May 4 01:56:04 rpmi: rpm-macros-mageia-compat-0.061-alt1 sisyphus+330829.100.1.1 1696264483 installed warning: ignored self-provides: libwlocate-devel = 1.1-alt2_10.git20130127 <13>May 4 01:56:07 rpmi: libwireless-29-alt11 sisyphus+275750.100.1.1 1624753123 installed <13>May 4 01:56:07 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>May 4 01:56:07 rpmi: libstdc++13-devel-13.2.1-alt3 sisyphus+339335.100.1.1 1706563486 installed <13>May 4 01:56:08 rpmi: gcc13-c++-13.2.1-alt3 sisyphus+339335.100.1.1 1706563486 installed <13>May 4 01:56:08 rpmi: gcc-c++-13-alt1 sisyphus+323337.300.1.1 1687267966 installed <13>May 4 01:56:08 rpmi: libwireless-devel-29-alt11 sisyphus+275750.100.1.1 1624753123 installed warning: ignored self-provides: libwlocate-devel = 1.1-alt2_10.git20130127 Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/libwlocate-1.1-alt2_10.git20130127.nosrc.rpm (w1.gzdio) warning: ignored self-provides: libwlocate-devel = 1.1-alt2_10.git20130127 Installing libwlocate-1.1-alt2_10.git20130127.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.54115 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf libwlocate + echo 'Source #0 (libwlocate-git.tar.bz2):' Source #0 (libwlocate-git.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/libwlocate-git.tar.bz2 + /bin/tar -xf - + cd libwlocate + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (libwlocate-cflags.patch):' Patch #0 (libwlocate-cflags.patch): + /usr/bin/patch -p1 patching file Makelib + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.54115 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libwlocate + make -f Makelib make: Entering directory '/usr/src/RPM/BUILD/libwlocate' gcc -Wall -fPIC -shared -Wno-unused -O2 -DNDEBUG -D_REENTRANT -DENV_LINUX -I. -I.. -c connect.c -o connect.o gcc -Wall -fPIC -shared -Wno-unused -O2 -DNDEBUG -D_REENTRANT -DENV_LINUX -I. -I.. -c wlan.c -o wlan.o gcc -Wall -fPIC -shared -Wno-unused -O2 -DNDEBUG -D_REENTRANT -DENV_LINUX -I. -I.. -c libwlocate.c -o libwlocate.o libwlocate.c: In function 'wloc_get_country_from_code': libwlocate.c:134:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 134 | strncpy(country,"DE",2); | ^ libwlocate.c:137:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 137 | strncpy(country,"AT",2); | ^ libwlocate.c:140:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 140 | strncpy(country,"CH",2); | ^ libwlocate.c:143:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 143 | strncpy(country,"NL",2); | ^ libwlocate.c:146:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 146 | strncpy(country,"BE",2); | ^ libwlocate.c:149:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 149 | strncpy(country,"LU",2); | ^ libwlocate.c:152:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 152 | strncpy(country,"NO",2); | ^ libwlocate.c:155:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 155 | strncpy(country,"SE",2); | ^ libwlocate.c:158:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 158 | strncpy(country,"DK",2); | ^ libwlocate.c:161:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 161 | strncpy(country,"AF",2); | ^ libwlocate.c:164:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 164 | strncpy(country,"AL",2); | ^ libwlocate.c:167:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 167 | strncpy(country,"DZ",2); | ^ libwlocate.c:170:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 170 | strncpy(country,"AN",2); | ^ libwlocate.c:173:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 173 | strncpy(country,"AG",2); | ^ libwlocate.c:176:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 176 | strncpy(country,"AR",2); | ^ libwlocate.c:179:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 179 | strncpy(country,"AM",2); | ^ libwlocate.c:182:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 182 | strncpy(country,"AU",2); | ^ libwlocate.c:185:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 185 | strncpy(country,"BS",2); | ^ libwlocate.c:188:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 188 | strncpy(country,"BH",2); | ^ libwlocate.c:191:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 191 | strncpy(country,"BD",2); | ^ libwlocate.c:194:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 194 | strncpy(country,"BB",2); | ^ libwlocate.c:197:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 197 | strncpy(country,"BY",2); | ^ libwlocate.c:200:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 200 | strncpy(country,"BZ",2); | ^ libwlocate.c:203:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 203 | strncpy(country,"BJ",2); | ^ libwlocate.c:206:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 206 | strncpy(country,"BM",2); | ^ libwlocate.c:209:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 209 | strncpy(country,"BO",2); | ^ libwlocate.c:212:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 212 | strncpy(country,"BA",2); | ^ libwlocate.c:215:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 215 | strncpy(country,"BR",2); | ^ libwlocate.c:218:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 218 | strncpy(country,"BN",2); | ^ libwlocate.c:221:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 221 | strncpy(country,"BG",2); | ^ libwlocate.c:224:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 224 | strncpy(country,"CA",2); | ^ libwlocate.c:227:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 227 | strncpy(country,"CV",2); | ^ libwlocate.c:230:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 230 | strncpy(country,"CL",2); | ^ libwlocate.c:233:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 233 | strncpy(country,"CN",2); | ^ libwlocate.c:236:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 236 | strncpy(country,"CO",2); | ^ libwlocate.c:239:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 239 | strncpy(country,"CR",2); | ^ libwlocate.c:242:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 242 | strncpy(country,"HR",2); | ^ libwlocate.c:245:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 245 | strncpy(country,"CY",2); | ^ libwlocate.c:248:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 248 | strncpy(country,"CZ",2); | ^ libwlocate.c:251:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 251 | strncpy(country,"DO",2); | ^ libwlocate.c:254:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 254 | strncpy(country,"EC",2); | ^ libwlocate.c:257:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 257 | strncpy(country,"EG",2); | ^ libwlocate.c:260:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 260 | strncpy(country,"ET",2); | ^ libwlocate.c:263:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 263 | strncpy(country,"FI",2); | ^ libwlocate.c:266:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 266 | strncpy(country,"FR",2); | ^ libwlocate.c:269:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 269 | strncpy(country,"GH",2); | ^ libwlocate.c:272:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 272 | strncpy(country,"GR",2); | ^ libwlocate.c:275:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 275 | strncpy(country,"GL",2); | ^ libwlocate.c:278:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 278 | strncpy(country,"GD",2); | ^ libwlocate.c:281:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 281 | strncpy(country,"GU",2); | ^ libwlocate.c:284:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 284 | strncpy(country,"GT",2); | ^ libwlocate.c:287:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 287 | strncpy(country,"HT",2); | ^ libwlocate.c:290:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 290 | strncpy(country,"HN",2); | ^ libwlocate.c:293:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 293 | strncpy(country,"HK",2); | ^ libwlocate.c:296:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 296 | strncpy(country,"HU",2); | ^ libwlocate.c:299:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 299 | strncpy(country,"IS",2); | ^ libwlocate.c:302:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 302 | strncpy(country,"IN",2); | ^ libwlocate.c:305:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 305 | strncpy(country,"ID",2); | ^ libwlocate.c:308:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 308 | strncpy(country,"IR",2); | ^ libwlocate.c:311:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 311 | strncpy(country,"IQ",2); | ^ libwlocate.c:314:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 314 | strncpy(country,"IE",2); | ^ libwlocate.c:317:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 317 | strncpy(country,"IT",2); | ^ libwlocate.c:320:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 320 | strncpy(country,"JM",2); | ^ libwlocate.c:323:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 323 | strncpy(country,"JP",2); | ^ libwlocate.c:326:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 326 | strncpy(country,"JO",2); | ^ libwlocate.c:329:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 329 | strncpy(country,"KZ",2); | ^ libwlocate.c:332:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 332 | strncpy(country,"KE",2); | ^ libwlocate.c:335:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 335 | strncpy(country,"KR",2); | ^ libwlocate.c:338:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 338 | strncpy(country,"KW",2); | ^ libwlocate.c:341:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 341 | strncpy(country,"KG",2); | ^ libwlocate.c:344:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 344 | strncpy(country,"LA",2); | ^ libwlocate.c:347:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 347 | strncpy(country,"LV",2); | ^ libwlocate.c:350:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 350 | strncpy(country,"LB",2); | ^ libwlocate.c:353:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 353 | strncpy(country,"LS",2); | ^ libwlocate.c:356:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 356 | strncpy(country,"LT",2); | ^ libwlocate.c:359:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 359 | strncpy(country,"MY",2); | ^ libwlocate.c:362:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 362 | strncpy(country,"MV",2); | ^ libwlocate.c:365:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 365 | strncpy(country,"MT",2); | ^ libwlocate.c:368:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 368 | strncpy(country,"MQ",2); | ^ libwlocate.c:371:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 371 | strncpy(country,"MU",2); | ^ libwlocate.c:374:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 374 | strncpy(country,"MX",2); | ^ libwlocate.c:377:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 377 | strncpy(country,"MC",2); | ^ libwlocate.c:380:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 380 | strncpy(country,"MN",2); | ^ libwlocate.c:383:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 383 | strncpy(country,"MA",2); | ^ libwlocate.c:386:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 386 | strncpy(country,"MZ",2); | ^ libwlocate.c:389:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 389 | strncpy(country,"NZ",2); | ^ libwlocate.c:392:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 392 | strncpy(country,"NI",2); | ^ libwlocate.c:395:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 395 | strncpy(country,"NG",2); | ^ libwlocate.c:398:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 398 | strncpy(country,"OM",2); | ^ libwlocate.c:401:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 401 | strncpy(country,"PK",2); | ^ libwlocate.c:404:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 404 | strncpy(country,"PA",2); | ^ libwlocate.c:407:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 407 | strncpy(country,"PY",2); | ^ libwlocate.c:410:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 410 | strncpy(country,"PE",2); | ^ libwlocate.c:413:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 413 | strncpy(country,"PH",2); | ^ libwlocate.c:416:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 416 | strncpy(country,"PL",2); | ^ libwlocate.c:419:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 419 | strncpy(country,"PT",2); | ^ libwlocate.c:422:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 422 | strncpy(country,"PR",2); | ^ libwlocate.c:425:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 425 | strncpy(country,"QA",2); | ^ libwlocate.c:428:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 428 | strncpy(country,"RO",2); | ^ libwlocate.c:431:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 431 | strncpy(country,"RU",2); | ^ libwlocate.c:434:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 434 | strncpy(country,"SM",2); | ^ libwlocate.c:437:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 437 | strncpy(country,"SA",2); | ^ libwlocate.c:440:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 440 | strncpy(country,"SN",2); | ^ libwlocate.c:443:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 443 | strncpy(country,"SG",2); | ^ libwlocate.c:446:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 446 | strncpy(country,"SK",2); | ^ libwlocate.c:449:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 449 | strncpy(country,"SI",2); | ^ libwlocate.c:452:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 452 | strncpy(country,"ZA",2); | ^ libwlocate.c:455:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 455 | strncpy(country,"ES",2); | ^ libwlocate.c:458:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 458 | strncpy(country,"LK",2); | ^ libwlocate.c:461:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 461 | strncpy(country,"SD",2); | ^ libwlocate.c:464:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 464 | strncpy(country,"SR",2); | ^ libwlocate.c:467:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 467 | strncpy(country,"SY",2); | ^ libwlocate.c:470:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 470 | strncpy(country,"TW",2); | ^ libwlocate.c:473:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 473 | strncpy(country,"TJ",2); | ^ libwlocate.c:476:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 476 | strncpy(country,"TZ",2); | ^ libwlocate.c:479:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 479 | strncpy(country,"TH",2); | ^ libwlocate.c:482:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 482 | strncpy(country,"TT",2); | ^ libwlocate.c:485:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 485 | strncpy(country,"TN",2); | ^ libwlocate.c:488:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 488 | strncpy(country,"TR",2); | ^ libwlocate.c:491:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 491 | strncpy(country,"TM",2); | ^ libwlocate.c:494:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 494 | strncpy(country,"UA",2); | ^ libwlocate.c:497:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 497 | strncpy(country,"AE",2); | ^ libwlocate.c:500:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 500 | strncpy(country,"UK",2); | ^ libwlocate.c:503:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 503 | strncpy(country,"US",2); | ^ libwlocate.c:506:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 506 | strncpy(country,"UY",2); | ^ libwlocate.c:509:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 509 | strncpy(country,"VE",2); | ^ libwlocate.c:512:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 512 | strncpy(country,"VN",2); | ^ libwlocate.c:515:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 515 | strncpy(country,"ZM",2); | ^ libwlocate.c:518:10: warning: '__builtin_strncpy' output truncated before terminating nul copying 2 bytes from a string of the same length [-Wstringop-truncation] 518 | strncpy(country,"ZW",2); | ^ gcc -Wall -fPIC -shared -Wno-unused -O2 -DNDEBUG -D_REENTRANT -DENV_LINUX -I. -I.. -c iwlist.c -o iwlist.o gcc -shared -Wl,--no-as-needed -o libwlocate.so connect.o wlan.o libwlocate.o iwlist.o -lm -liw make: Leaving directory '/usr/src/RPM/BUILD/libwlocate' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.80342 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/libwlocate-buildroot + : + /bin/rm -rf -- /usr/src/tmp/libwlocate-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd libwlocate + mkdir -p /usr/src/tmp/libwlocate-buildroot//usr/lib64 /usr/src/tmp/libwlocate-buildroot/usr/include + install -m0755 libwlocate.so /usr/src/tmp/libwlocate-buildroot//usr/lib64/libwlocate.so.0 + ln -sf libwlocate.so.0 /usr/src/tmp/libwlocate-buildroot//usr/lib64/libwlocate.so + install -m0644 libwlocate.h /usr/src/tmp/libwlocate-buildroot/usr/include/ + chmod 0644 COPYING CREDITS README + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/libwlocate-buildroot (auto) mode of './usr/lib64/libwlocate.so.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/libwlocate-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/libwlocate-buildroot/ (default) Compressing files in /usr/src/tmp/libwlocate-buildroot (auto) Adjusting library links in /usr/src/tmp/libwlocate-buildroot ./usr/lib64: (from :0) libwlocate.so.0 -> libwlocate.so.0 056-debuginfo.brp: WARNING: 1 non-stripped binaries don't contain .debug sections making -debuginfo 056-debuginfo.brp: WARNING: package less relevant. An excerpt from the list of affected files follows: ./usr/lib64/libwlocate.so.0 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/libwlocate-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/libwlocate-buildroot Processing files: libwlocate0-1.1-alt2_10.git20130127 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0WpELu find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/libwlocate-buildroot/usr/lib64/libwlocate.so.0: 11 symbols, 14 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lqB8vf find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) lib.req: WARNING: /usr/src/tmp/libwlocate-buildroot/usr/lib64/libwlocate.so.0: overlinked libraries: /lib64/libm.so.6 warning: libwlocate0 provides another subpackage: libwlocate Provides: libwlocate = 1.1-alt2_10.git20130127, libwlocate.so()(64bit), libwlocate.so.0()(64bit) = set:hdjfLgxkkZKqgcXtiRaUTaLY Requires: libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libiw.so.29()(64bit) >= set:jgpj6h2Bazz1jw5, libm.so.6()(64bit), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.PZ1rHl Creating libwlocate0-debuginfo package Processing files: libwlocate-devel-1.1-alt2_10.git20130127 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.H7Kwd3 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iWiYhh find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: libwlocate0 = 1.1, /usr/lib64/libwlocate.so.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.PP6e9I Processing files: libwlocate0-debuginfo-1.1-alt2_10.git20130127 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.d1mkFb find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OAjjRo find-requires: running scripts (debuginfo) Provides: debug64(libwlocate.so.0) Requires: libwlocate0 = 1.1-alt2_10.git20130127, debug64(libc.so.6), debug64(libiw.so.29), debug64(libm.so.6) Adding to libwlocate0-debuginfo a strict dependency on libwlocate0 Adding to libwlocate-devel a strict dependency on libwlocate0 Removing 1 extra deps from libwlocate-devel due to dependency on libwlocate0 Wrote: /usr/src/RPM/RPMS/x86_64/libwlocate0-1.1-alt2_10.git20130127.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libwlocate-devel-1.1-alt2_10.git20130127.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libwlocate0-debuginfo-1.1-alt2_10.git20130127.x86_64.rpm (w2.lzdio) 1.01user 0.66system 0:09.63elapsed 17%CPU (0avgtext+0avgdata 30796maxresident)k 0inputs+0outputs (0major+220935minor)pagefaults 0swaps 7.21user 2.35system 0:29.47elapsed 32%CPU (0avgtext+0avgdata 131220maxresident)k 30152inputs+0outputs (0major+258492minor)pagefaults 0swaps --- libwlocate-devel-1.1-alt2_10.git20130127.x86_64.rpm.repo 2019-08-01 12:22:33.000000000 +0000 +++ libwlocate-devel-1.1-alt2_10.git20130127.x86_64.rpm.hasher 2024-05-04 01:56:23.008155744 +0000 @@ -5,3 +5,2 @@ Requires: rpmlib(PayloadIsLzma) -Provides: libwlocate-devel = 1.1-alt2_10.git20130127 Provides: libwlocate-devel = 1.1-alt2_10.git20130127:sisyphus+235345.100.1.1 @@ -9,2 +8,2 @@ File: /usr/lib64/libwlocate.so 120777 root:root libwlocate.so.0 -RPMIdentity: 022229d841f7dae197bf38a5a3116df144fabb4bd5ed7c3abfb02e1e90afb60c8b7f969daca11b6acc4cfcc4364c49cccf077be8c6132e8aafde70c9aac5a62f +RPMIdentity: 305650dcc62b1d1d87bf5e18605c67ddc98d1896e8e336c74d3e22be39a3ebf26bf8343823ff74d6c430273759d4c53693b51800727a56a841ff2597cb0b1ae7 --- libwlocate0-1.1-alt2_10.git20130127.x86_64.rpm.repo 2019-08-01 12:22:33.000000000 +0000 +++ libwlocate0-1.1-alt2_10.git20130127.x86_64.rpm.hasher 2024-05-04 01:56:23.147155974 +0000 @@ -13,3 +13,3 @@ Provides: libwlocate0 = 1.1-alt2_10.git20130127:sisyphus+235345.100.1.1 -File: /usr/lib64/libwlocate.so.0 100644 root:root ad9bec5bb279a3e777c26b523bf1ae5d -RPMIdentity: 3f1dcc171c05f9c4852309704b00ca7378c8b0820d9cb14cff3a09d4a76813e278bc456e7bf23970f1e4b84936e28a8827a31a8bf97c9c260468049bc988c0ef +File: /usr/lib64/libwlocate.so.0 100644 root:root a87a691f1a0dc356761109b9cfe73717 +RPMIdentity: d30702496b78f5e8f81605cc17a00711fd2ecc5487026c47e152fd9c2c50c2eac81b257e9e628dc56e3306d0b83a112ce91b662189c456d2b2127b3fb360d751 --- libwlocate0-debuginfo-1.1-alt2_10.git20130127.x86_64.rpm.repo 2019-08-01 12:22:33.000000000 +0000 +++ libwlocate0-debuginfo-1.1-alt2_10.git20130127.x86_64.rpm.hasher 2024-05-04 01:56:23.302156232 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/d2 40755 root:root -/usr/lib/debug/.build-id/d2/89fc351338ad2a022bb70bcf9853d4809cc527 120777 root:root ../../../../lib64/libwlocate.so.0 -/usr/lib/debug/.build-id/d2/89fc351338ad2a022bb70bcf9853d4809cc527.debug 120777 root:root ../../usr/lib64/libwlocate.so.0.debug +/usr/lib/debug/.build-id/9c 40755 root:root +/usr/lib/debug/.build-id/9c/49dd17a8fcd5195a125b60d43bae666ff96af3 120777 root:root ../../../../lib64/libwlocate.so.0 +/usr/lib/debug/.build-id/9c/49dd17a8fcd5195a125b60d43bae666ff96af3.debug 120777 root:root ../../usr/lib64/libwlocate.so.0.debug /usr/lib/debug/usr/lib64/libwlocate.so.0.debug 100644 root:root @@ -11,6 +11,6 @@ Provides: libwlocate0-debuginfo = 1.1-alt2_10.git20130127:sisyphus+235345.100.1.1 -File: /usr/lib/debug/.build-id/d2 40755 root:root -File: /usr/lib/debug/.build-id/d2/89fc351338ad2a022bb70bcf9853d4809cc527 120777 root:root ../../../../lib64/libwlocate.so.0 -File: /usr/lib/debug/.build-id/d2/89fc351338ad2a022bb70bcf9853d4809cc527.debug 120777 root:root ../../usr/lib64/libwlocate.so.0.debug -File: /usr/lib/debug/usr/lib64/libwlocate.so.0.debug 100644 root:root 016eaf40ca61382bc983a9d5995e8629 -RPMIdentity: 3617c6efe5af5f90a55c84ab42fd8a2f7ffbeb44ffeac3a97e3d7ca63c589fd813f857ef0e5e9fca9858454c9be778de10994d8e11c968eba02b5c39808fe7bd +File: /usr/lib/debug/.build-id/9c 40755 root:root +File: /usr/lib/debug/.build-id/9c/49dd17a8fcd5195a125b60d43bae666ff96af3 120777 root:root ../../../../lib64/libwlocate.so.0 +File: /usr/lib/debug/.build-id/9c/49dd17a8fcd5195a125b60d43bae666ff96af3.debug 120777 root:root ../../usr/lib64/libwlocate.so.0.debug +File: /usr/lib/debug/usr/lib64/libwlocate.so.0.debug 100644 root:root 1d930dd55447b0cb58ed3199731e6088 +RPMIdentity: 92dbd7f3e46ba2a85c1bec3a0d06774b5820a0f17d2e02b698fa92d09a666c9753074240a70d91f0d3493736d6af96f6f2c4f0bca9a7c64a29d9465ce6437cfb