D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/python-netifaces-0.11.0-3.mga9.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.meriD4 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf netifaces-0.11.0 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/netifaces-0.11.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd netifaces-0.11.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf netifaces.egg-info + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.YIixm7 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd netifaces-0.11.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' /usr/lib/python3.10/site-packages/setuptools/config/setupcfg.py:463: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_ext checking for getifaddrs...found. checking for getnameinfo...found. checking for IPv6 socket IOCTLs...not found. checking for optional header files...netash/ash.h netax25/ax25.h neteconet/ec.h netipx/ipx.h netpacket/packet.h netrose/rose.h linux/atm.h linux/llc.h linux/tipc.h linux/dn.h. checking whether struct sockaddr has a length field...no. checking which sockaddr_xxx structs are defined...ax25 in in6 ipx un rose ash ec ll atmpvc atmsvc dn llc. checking for routing socket support...no. checking for sysctl(CTL_NET...) support...no. checking for netlink support...yes. will use netlink to read routing table building 'netifaces' extension gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -DNETIFACES_VERSION=0.11.0 -DHAVE_GETIFADDRS=1 -DHAVE_GETNAMEINFO=1 -DHAVE_NETASH_ASH_H=1 -DHAVE_NETAX25_AX25_H=1 -DHAVE_NETECONET_EC_H=1 -DHAVE_NETIPX_IPX_H=1 -DHAVE_NETPACKET_PACKET_H=1 -DHAVE_NETROSE_ROSE_H=1 -DHAVE_LINUX_ATM_H=1 -DHAVE_LINUX_LLC_H=1 -DHAVE_LINUX_TIPC_H=1 -DHAVE_LINUX_DN_H=1 -DHAVE_SOCKADDR_AX25=1 -DHAVE_SOCKADDR_IN=1 -DHAVE_SOCKADDR_IN6=1 -DHAVE_SOCKADDR_IPX=1 -DHAVE_SOCKADDR_UN=1 -DHAVE_SOCKADDR_ROSE=1 -DHAVE_SOCKADDR_ASH=1 -DHAVE_SOCKADDR_EC=1 -DHAVE_SOCKADDR_LL=1 -DHAVE_SOCKADDR_ATMPVC=1 -DHAVE_SOCKADDR_ATMSVC=1 -DHAVE_SOCKADDR_DN=1 -DHAVE_SOCKADDR_LLC=1 -DHAVE_PF_NETLINK=1 -I/usr/include/python3.10 -c netifaces.c -o build/temp.linux-x86_64-cpython-310/netifaces.o netifaces.c: In function 'gateways': netifaces.c:1843:33: warning: comparison of integer expressions of different signedness: '__u32' {aka 'unsigned int'} and 'int' [-Wsign-compare] 1843 | if (pmsg->hdr.nlmsg_seq != seq || pmsg->hdr.nlmsg_pid != sanl.nl_pid) | ^~ creating build/lib.linux-x86_64-cpython-310 gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-x86_64-cpython-310/netifaces.o -L/usr/lib64 -o build/lib.linux-x86_64-cpython-310/netifaces.cpython-310-x86_64-linux-gnu.so /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `interfaces': /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1351: undefined reference to `PyList_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1364: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1366: undefined reference to `PySequence_Contains' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1367: undefined reference to `PyList_Append' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `interfaces': /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1355: undefined reference to `PyExc_OSError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1355: undefined reference to `PyErr_SetFromErrno' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `add_to_family': /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:694: undefined reference to `PyObject_Size' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:697: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:698: undefined reference to `PyDict_GetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:718: undefined reference to `PyList_Append' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `add_to_family': /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:707: undefined reference to `PyList_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:715: undefined reference to `PyDict_SetItem' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `ifaddrs': /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:743: undefined reference to `PyArg_ParseTuple' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:746: undefined reference to `PyDict_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1089: undefined reference to `PyDict_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1102: undefined reference to `PyDict_SetItemString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1104: undefined reference to `PyDict_SetItemString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1108: undefined reference to `PyDict_SetItemString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `ifaddrs': /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1110: undefined reference to `PyDict_SetItemString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `ifaddrs': /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1104: undefined reference to `PyDict_SetItemString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `ifaddrs': /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1089: undefined reference to `PyDict_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1072: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1069: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1075: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1108: undefined reference to `PyDict_SetItemString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `ifaddrs': /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1108: undefined reference to `PyDict_SetItemString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `ifaddrs': /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1110: undefined reference to `PyDict_SetItemString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `ifaddrs': /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1110: undefined reference to `PyDict_SetItemString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `ifaddrs': /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1282: undefined reference to `PyExc_ValueError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1282: undefined reference to `PyErr_SetString' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `ifaddrs': /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1019: undefined reference to `PyExc_OSError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1019: undefined reference to `PyErr_SetFromErrno' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `gateways': /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1732: undefined reference to `PyDict_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1733: undefined reference to `PyDict_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1734: undefined reference to `PyDict_SetItemString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1738: undefined reference to `PyDict_GetItemString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1928: undefined reference to `_Py_FalseStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1945: undefined reference to `_Py_FalseStruct' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1948: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1949: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1951: undefined reference to `PyTuple_Pack' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1953: undefined reference to `PyObject_IsTrue' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1968: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1970: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1866: undefined reference to `PyExc_OSError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1866: undefined reference to `PyErr_SetFromErrno' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `gateways': /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1928: undefined reference to `_Py_TrueStruct' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `gateways': /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1954: undefined reference to `PyTuple_Pack' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `gateways': /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1817: undefined reference to `PyExc_OSError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1817: undefined reference to `PyErr_SetString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1751: undefined reference to `PyExc_OSError' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1751: undefined reference to `PyErr_SetFromErrno' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `gateways': /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:1743: undefined reference to `PyErr_NoMemory' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `_Py_DECREF': /usr/include/python3.10/object.h:500: undefined reference to `_Py_Dealloc' /usr/bin/ld: build/temp.linux-x86_64-cpython-310/netifaces.o: in function `PyInit_netifaces': /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2591: undefined reference to `PyModule_Create2' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2596: undefined reference to `PyDict_New' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2598: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2599: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2599: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2599: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2603: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2604: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2604: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2604: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2608: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2609: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2609: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2609: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2613: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2614: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2614: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2614: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2618: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2619: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2619: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2619: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2663: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2664: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2664: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2664: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2668: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2669: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2669: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2669: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2688: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2689: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2689: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2689: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2693: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2694: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2694: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2694: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2698: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2699: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2699: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2699: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2703: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2704: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2704: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2704: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2718: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2719: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2719: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2719: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2733: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2734: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2734: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2734: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2738: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2739: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2739: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2739: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2758: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2759: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2759: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2759: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2773: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2774: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2774: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2774: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2778: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2779: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2779: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2779: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2818: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2819: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2819: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2819: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2828: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2829: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2829: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2829: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2833: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2834: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2834: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2834: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2838: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2839: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2839: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2839: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2843: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2844: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2844: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2844: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2848: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2849: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2849: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2849: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2853: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2854: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2854: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2854: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2858: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2859: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2859: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2859: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2863: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2864: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2864: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2864: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2868: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2869: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2869: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2869: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2873: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2874: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2874: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2874: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2878: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2879: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2879: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2879: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2883: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2884: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2884: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2884: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2888: undefined reference to `PyModule_AddIntConstant' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2889: undefined reference to `PyUnicode_FromString' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2889: undefined reference to `PyLong_FromLong' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2889: undefined reference to `PyDict_SetItem' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2907: undefined reference to `PyModule_AddObject' /usr/bin/ld: /home/pterjan/rpmbuild/BUILD/netifaces-0.11.0/netifaces.c:2915: undefined reference to `PyModule_AddStringConstant' collect2: error: ld returned 1 exit status error: command '/usr/bin/gcc' failed with exit code 1 error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.YIixm7 (%build) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.YIixm7 (%build) I: [iurt_root_command] ERROR: chroot