D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/libwlocate-1.1-0.git20130127.12.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.djELur + umask 022 + cd /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build + test -d /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.dg71BK + umask 022 + cd /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build + rm -rf libwlocate + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/libwlocate-git.tar.bz2 + STATUS=0 + '[' 0 -ne 0 ']' + cd libwlocate + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/libwlocate-cflags.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.e5o4m7 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build + cd libwlocate + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + make -f Makelib gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -fPIC -shared -Wno-unused -O2 -DNDEBUG -D_REENTRANT -DENV_LINUX -I. -I.. -c connect.c -o connect.o gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -fPIC -shared -Wno-unused -O2 -DNDEBUG -D_REENTRANT -DENV_LINUX -I. -I.. -c wlan.c -o wlan.o gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -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 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -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 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libwlocate.so connect.o wlan.o libwlocate.o iwlist.o -lm -liw + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Pss7Ra + umask 022 + cd /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build + mkdir /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build/BUILDROOT + cd libwlocate + '[' 1 -eq 1 ']' + mkdir -p /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build/BUILDROOT//usr/lib64 /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build/BUILDROOT/usr/include + install -m0755 libwlocate.so /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build/BUILDROOT//usr/lib64/libwlocate.so.0 + ln -sf libwlocate.so.0 /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build/BUILDROOT//usr/lib64/libwlocate.so + install -m0644 libwlocate.h /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build/BUILDROOT/usr/include/ + chmod 0644 COPYING CREDITS README + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.1-0.git20130127.12.mga10 --unique-debug-suffix -1.1-0.git20130127.12.mga10.x86_64 --unique-debug-src-base libwlocate-1.1-0.git20130127.12.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build/libwlocate find-debuginfo: starting Extracting debug info from 1 files DWARF-compressing 1 files sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/libwlocate-1.1-0.git20130127.12.mga10.x86_64 find-debuginfo: done + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: ./usr/src/debug/libwlocate-1.1-0.git20130127.12.mga10.x86_64/wlan.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/libwlocate-1.1-0.git20130127.12.mga10.x86_64/libwlocate.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/libwlocate-1.1-0.git20130127.12.mga10.x86_64/connect.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/libwlocate-1.1-0.git20130127.12.mga10.x86_64/libwlocate.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/libwlocate-1.1-0.git20130127.12.mga10.x86_64/iwlist.c is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/libwlocate-1.1-0.git20130127.12.mga10.x86_64/connect.c is executable but has no shebang, removing executable bit + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build/SPECPARTS/rpm-debuginfo.specpart Processing files: lib64wlocate0-1.1-0.git20130127.12.mga10.x86_64 Provides: lib64wlocate0 = 1.1-0.git20130127.12.mga10 lib64wlocate0(x86-64) = 1.1-0.git20130127.12.mga10 libwlocate = 1.1-0.git20130127.12.mga10 libwlocate.so()(64bit) libwlocate.so.0()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) 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.30()(64bit) Processing files: lib64wlocate-devel-1.1-0.git20130127.12.mga10.x86_64 Provides: lib64wlocate-devel = 1.1-0.git20130127.12.mga10 lib64wlocate-devel(x86-64) = 1.1-0.git20130127.12.mga10 libwlocate-devel = 1.1-0.git20130127.12.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: libwlocate-debugsource-1.1-0.git20130127.12.mga10.x86_64 Provides: libwlocate-debugsource = 1.1-0.git20130127.12.mga10 libwlocate-debugsource(x86-64) = 1.1-0.git20130127.12.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: lib64wlocate0-debuginfo-1.1-0.git20130127.12.mga10.x86_64 Provides: debuginfo(build-id) = 18ea5c883d3dde3b2d59877cb244043a53fbb9f4 lib64wlocate0-debuginfo = 1.1-0.git20130127.12.mga10 lib64wlocate0-debuginfo(x86-64) = 1.1-0.git20130127.12.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: libwlocate-debugsource(x86-64) = 1.1-0.git20130127.12.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64wlocate-devel-1.1-0.git20130127.12.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64wlocate0-1.1-0.git20130127.12.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64wlocate0-debuginfo-1.1-0.git20130127.12.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/libwlocate-debugsource-1.1-0.git20130127.12.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.u9Neeq + umask 022 + cd /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build + test -d /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build + rm -rf /home/pterjan/rpmbuild/BUILD/libwlocate-1.1-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!