jenkins job fails with installation/compilation error of netifaces on py26

Bug #1315374 reported by Ionuț Arțăriși
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ceilometer
Fix Released
Critical
Ildiko Vancsa

Bug Description

2014-05-02 09:29:21.623 | Running setup.py install for netifaces
2014-05-02 09:29:21.623 | checking for getifaddrs...found.
2014-05-02 09:29:21.623 | checking for getnameinfo...found.
2014-05-02 09:29:21.623 | checking for optional header files...netash/ash.h netatalk/at.h netax25/ax25.h neteconet/ec.h netipx/ipx.h netpacket/packet.h linux/irda.h linux/atm.h linux/llc.h linux/tipc.h linux/dn.h.
2014-05-02 09:29:21.623 | checking whether struct sockaddr has a length field...no.
2014-05-02 09:29:21.623 | checking which sockaddr_xxx structs are defined...at ax25 in in6 ipx un ash ec ll atmpvc atmsvc dn irda llc.
2014-05-02 09:29:21.624 | checking for routing socket support...yes.
2014-05-02 09:29:21.624 | checking for sysctl(CTL_NET...) support...no.
2014-05-02 09:29:21.624 | checking for netlink support...no.
2014-05-02 09:29:21.624 | will use routing socket to read routing table
2014-05-02 09:29:21.624 | checking for RTF_IFSCOPE...no.
2014-05-02 09:29:21.624 | building 'netifaces' extension
2014-05-02 09:29:21.625 | gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DNETIFACES_VERSION=0.10.0 -DHAVE_GETIFADDRS=1 -DHAVE_GETNAMEINFO=1 -DHAVE_NETASH_ASH_H=1 -DHAVE_NETATALK_AT_H=1 -DHAVE_NETAX25_AX25_H=1 -DHAVE_NETECONET_EC_H=1 -DHAVE_NETIPX_IPX_H=1 -DHAVE_NETPACKET_PACKET_H=1 -DHAVE_LINUX_IRDA_H=1 -DHAVE_LINUX_ATM_H=1 -DHAVE_LINUX_LLC_H=1 -DHAVE_LINUX_TIPC_H=1 -DHAVE_LINUX_DN_H=1 -DHAVE_SOCKADDR_AT=1 -DHAVE_SOCKADDR_AX25=1 -DHAVE_SOCKADDR_IN=1 -DHAVE_SOCKADDR_IN6=1 -DHAVE_SOCKADDR_IPX=1 -DHAVE_SOCKADDR_UN=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_IRDA=1 -DHAVE_SOCKADDR_LLC=1 -DHAVE_PF_ROUTE=1 -I/usr/include/python2.6 -c netifaces.c -o build/temp.linux-x86_64-2.6/netifaces.o
2014-05-02 09:29:21.625 | netifaces.c: In function 'gateways':
2014-05-02 09:29:21.625 | netifaces.c:1883: error: invalid application of 'sizeof' to incomplete type 'struct rt_msghdr'
2014-05-02 09:29:21.625 | netifaces.c:1884: error: invalid application of 'sizeof' to incomplete type 'struct sockaddr_dl'
2014-05-02 09:29:21.625 | netifaces.c:1888: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.625 | netifaces.c:1889: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.625 | netifaces.c:1889: error: 'RTM_GET' undeclared (first use in this function)
2014-05-02 09:29:21.626 | netifaces.c:1889: error: (Each undeclared identifier is reported only once
2014-05-02 09:29:21.626 | netifaces.c:1889: error: for each function it appears in.)
2014-05-02 09:29:21.626 | netifaces.c:1890: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.626 | netifaces.c:1891: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.626 | netifaces.c:1892: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.627 | netifaces.c:1892: error: 'RTM_VERSION' undeclared (first use in this function)
2014-05-02 09:29:21.627 | netifaces.c:1893: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.627 | netifaces.c:1894: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.627 | netifaces.c:1895: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.627 | netifaces.c:1895: error: 'RTA_DST' undeclared (first use in this function)
2014-05-02 09:29:21.627 | netifaces.c:1895: error: 'RTA_NETMASK' undeclared (first use in this function)
2014-05-02 09:29:21.627 | netifaces.c:1895: error: 'RTA_IFP' undeclared (first use in this function)
2014-05-02 09:29:21.628 | netifaces.c:1897: error: invalid use of undefined type 'struct rt_msghdr'
2014-05-02 09:29:21.628 | netifaces.c:1903: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.628 | netifaces.c:1923: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.628 | netifaces.c:1923: error: 'RTF_DONE' undeclared (first use in this function)
2014-05-02 09:29:21.628 | netifaces.c:1937: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.628 | netifaces.c:1937: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.628 | netifaces.c:1946: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.629 | netifaces.c:1947: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.629 | netifaces.c:1950: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.629 | netifaces.c:1961: error: invalid use of undefined type 'struct rt_msghdr'
2014-05-02 09:29:21.629 | netifaces.c:1962: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.629 | netifaces.c:1963: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.629 | netifaces.c:1986: error: 'RTA_GATEWAY' undeclared (first use in this function)
2014-05-02 09:29:21.630 | netifaces.c:1999: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.630 | netifaces.c:2010: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.630 | netifaces.c:2011: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.630 | netifaces.c:2013: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.630 | netifaces.c:2013: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.630 | netifaces.c:2014: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.630 | netifaces.c:2064: error: invalid application of 'sizeof' to incomplete type 'struct rt_msghdr'
2014-05-02 09:29:21.631 | netifaces.c:2065: error: invalid application of 'sizeof' to incomplete type 'struct sockaddr_dl'
2014-05-02 09:29:21.631 | netifaces.c:2068: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.631 | netifaces.c:2069: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.631 | netifaces.c:2070: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.631 | netifaces.c:2071: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.631 | netifaces.c:2072: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.631 | netifaces.c:2073: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.632 | netifaces.c:2074: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.632 | netifaces.c:2075: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.632 | netifaces.c:2077: error: invalid use of undefined type 'struct rt_msghdr'
2014-05-02 09:29:21.632 | netifaces.c:2082: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.632 | netifaces.c:2101: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.632 | netifaces.c:2115: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.633 | netifaces.c:2115: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.633 | netifaces.c:2124: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.633 | netifaces.c:2125: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.633 | netifaces.c:2128: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.633 | netifaces.c:2139: error: invalid use of undefined type 'struct rt_msghdr'
2014-05-02 09:29:21.633 | netifaces.c:2140: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.633 | netifaces.c:2141: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.633 | netifaces.c:2177: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.634 | netifaces.c:2189: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.634 | netifaces.c:2190: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.634 | netifaces.c:2192: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.634 | netifaces.c:2192: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.634 | netifaces.c:2193: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.634 | error: command 'gcc' failed with exit status 1
2014-05-02 09:29:21.635 | Complete output from command /home/jenkins/workspace/gate-ceilometer-python26/.tox/py26/bin/python2.6 -c "import setuptools;__file__='/home/jenkins/workspace/gate-ceilometer-python26/.tox/py26/build/netifaces/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/tmp.ec1Ued6Wct/pip-h7Drkc-record/install-record.txt --single-version-externally-managed --install-headers /home/jenkins/workspace/gate-ceilometer-python26/.tox/py26/include/site/python2.6:
2014-05-02 09:29:21.635 | running install
2014-05-02 09:29:21.635 |
2014-05-02 09:29:21.635 | running build
2014-05-02 09:29:21.635 |
2014-05-02 09:29:21.635 | running build_ext
2014-05-02 09:29:21.635 |
2014-05-02 09:29:21.636 | checking for getifaddrs...found.
2014-05-02 09:29:21.636 |
2014-05-02 09:29:21.636 | checking for getnameinfo...found.
2014-05-02 09:29:21.636 |
2014-05-02 09:29:21.636 | checking for optional header files...netash/ash.h netatalk/at.h netax25/ax25.h neteconet/ec.h netipx/ipx.h netpacket/packet.h linux/irda.h linux/atm.h linux/llc.h linux/tipc.h linux/dn.h.
2014-05-02 09:29:21.636 |
2014-05-02 09:29:21.636 | checking whether struct sockaddr has a length field...no.
2014-05-02 09:29:21.636 |
2014-05-02 09:29:21.637 | checking which sockaddr_xxx structs are defined...at ax25 in in6 ipx un ash ec ll atmpvc atmsvc dn irda llc.
2014-05-02 09:29:21.637 |
2014-05-02 09:29:21.637 | checking for routing socket support...yes.
2014-05-02 09:29:21.637 |
2014-05-02 09:29:21.637 | checking for sysctl(CTL_NET...) support...no.
2014-05-02 09:29:21.637 |
2014-05-02 09:29:21.638 | checking for netlink support...no.
2014-05-02 09:29:21.638 |
2014-05-02 09:29:21.638 | will use routing socket to read routing table
2014-05-02 09:29:21.638 |
2014-05-02 09:29:21.638 | checking for RTF_IFSCOPE...no.
2014-05-02 09:29:21.638 |
2014-05-02 09:29:21.638 | building 'netifaces' extension
2014-05-02 09:29:21.638 |
2014-05-02 09:29:21.639 | gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DNETIFACES_VERSION=0.10.0 -DHAVE_GETIFADDRS=1 -DHAVE_GETNAMEINFO=1 -DHAVE_NETASH_ASH_H=1 -DHAVE_NETATALK_AT_H=1 -DHAVE_NETAX25_AX25_H=1 -DHAVE_NETECONET_EC_H=1 -DHAVE_NETIPX_IPX_H=1 -DHAVE_NETPACKET_PACKET_H=1 -DHAVE_LINUX_IRDA_H=1 -DHAVE_LINUX_ATM_H=1 -DHAVE_LINUX_LLC_H=1 -DHAVE_LINUX_TIPC_H=1 -DHAVE_LINUX_DN_H=1 -DHAVE_SOCKADDR_AT=1 -DHAVE_SOCKADDR_AX25=1 -DHAVE_SOCKADDR_IN=1 -DHAVE_SOCKADDR_IN6=1 -DHAVE_SOCKADDR_IPX=1 -DHAVE_SOCKADDR_UN=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_IRDA=1 -DHAVE_SOCKADDR_LLC=1 -DHAVE_PF_ROUTE=1 -I/usr/include/python2.6 -c netifaces.c -o build/temp.linux-x86_64-2.6/netifaces.o
2014-05-02 09:29:21.639 |
2014-05-02 09:29:21.639 | netifaces.c: In function 'gateways':
2014-05-02 09:29:21.639 |
2014-05-02 09:29:21.639 | netifaces.c:1883: error: invalid application of 'sizeof' to incomplete type 'struct rt_msghdr'
2014-05-02 09:29:21.639 |
2014-05-02 09:29:21.640 | netifaces.c:1884: error: invalid application of 'sizeof' to incomplete type 'struct sockaddr_dl'
2014-05-02 09:29:21.640 |
2014-05-02 09:29:21.640 | netifaces.c:1888: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.640 |
2014-05-02 09:29:21.640 | netifaces.c:1889: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.640 |
2014-05-02 09:29:21.640 | netifaces.c:1889: error: 'RTM_GET' undeclared (first use in this function)
2014-05-02 09:29:21.641 |
2014-05-02 09:29:21.641 | netifaces.c:1889: error: (Each undeclared identifier is reported only once
2014-05-02 09:29:21.641 |
2014-05-02 09:29:21.641 | netifaces.c:1889: error: for each function it appears in.)
2014-05-02 09:29:21.641 |
2014-05-02 09:29:21.641 | netifaces.c:1890: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.641 |
2014-05-02 09:29:21.641 | netifaces.c:1891: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.642 |
2014-05-02 09:29:21.642 | netifaces.c:1892: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.642 |
2014-05-02 09:29:21.642 | netifaces.c:1892: error: 'RTM_VERSION' undeclared (first use in this function)
2014-05-02 09:29:21.642 |
2014-05-02 09:29:21.642 | netifaces.c:1893: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.643 |
2014-05-02 09:29:21.643 | netifaces.c:1894: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.643 |
2014-05-02 09:29:21.643 | netifaces.c:1895: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.643 |
2014-05-02 09:29:21.643 | netifaces.c:1895: error: 'RTA_DST' undeclared (first use in this function)
2014-05-02 09:29:21.643 |
2014-05-02 09:29:21.644 | netifaces.c:1895: error: 'RTA_NETMASK' undeclared (first use in this function)
2014-05-02 09:29:21.644 |
2014-05-02 09:29:21.644 | netifaces.c:1895: error: 'RTA_IFP' undeclared (first use in this function)
2014-05-02 09:29:21.644 |
2014-05-02 09:29:21.644 | netifaces.c:1897: error: invalid use of undefined type 'struct rt_msghdr'
2014-05-02 09:29:21.644 |
2014-05-02 09:29:21.644 | netifaces.c:1903: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.645 |
2014-05-02 09:29:21.645 | netifaces.c:1923: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.645 |
2014-05-02 09:29:21.645 | netifaces.c:1923: error: 'RTF_DONE' undeclared (first use in this function)
2014-05-02 09:29:21.645 |
2014-05-02 09:29:21.645 | netifaces.c:1937: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.645 |
2014-05-02 09:29:21.646 | netifaces.c:1937: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.646 |
2014-05-02 09:29:21.646 | netifaces.c:1946: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.646 |
2014-05-02 09:29:21.646 | netifaces.c:1947: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.647 |
2014-05-02 09:29:21.647 | netifaces.c:1950: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.647 |
2014-05-02 09:29:21.647 | netifaces.c:1961: error: invalid use of undefined type 'struct rt_msghdr'
2014-05-02 09:29:21.647 |
2014-05-02 09:29:21.647 | netifaces.c:1962: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.647 |
2014-05-02 09:29:21.648 | netifaces.c:1963: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.648 |
2014-05-02 09:29:21.648 | netifaces.c:1986: error: 'RTA_GATEWAY' undeclared (first use in this function)
2014-05-02 09:29:21.648 |
2014-05-02 09:29:21.648 | netifaces.c:1999: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.648 |
2014-05-02 09:29:21.648 | netifaces.c:2010: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.649 |
2014-05-02 09:29:21.649 | netifaces.c:2011: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.649 |
2014-05-02 09:29:21.649 | netifaces.c:2013: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.649 |
2014-05-02 09:29:21.649 | netifaces.c:2013: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.649 |
2014-05-02 09:29:21.650 | netifaces.c:2014: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.650 |
2014-05-02 09:29:21.650 | netifaces.c:2064: error: invalid application of 'sizeof' to incomplete type 'struct rt_msghdr'
2014-05-02 09:29:21.650 |
2014-05-02 09:29:21.650 | netifaces.c:2065: error: invalid application of 'sizeof' to incomplete type 'struct sockaddr_dl'
2014-05-02 09:29:21.650 |
2014-05-02 09:29:21.651 | netifaces.c:2068: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.651 |
2014-05-02 09:29:21.651 | netifaces.c:2069: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.651 |
2014-05-02 09:29:21.651 | netifaces.c:2070: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.651 |
2014-05-02 09:29:21.652 | netifaces.c:2071: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.652 |
2014-05-02 09:29:21.652 | netifaces.c:2072: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.652 |
2014-05-02 09:29:21.652 | netifaces.c:2073: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.652 |
2014-05-02 09:29:21.652 | netifaces.c:2074: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.653 |
2014-05-02 09:29:21.653 | netifaces.c:2075: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.653 |
2014-05-02 09:29:21.653 | netifaces.c:2077: error: invalid use of undefined type 'struct rt_msghdr'
2014-05-02 09:29:21.653 |
2014-05-02 09:29:21.653 | netifaces.c:2082: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.653 |
2014-05-02 09:29:21.654 | netifaces.c:2101: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.654 |
2014-05-02 09:29:21.654 | netifaces.c:2115: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.654 |
2014-05-02 09:29:21.654 | netifaces.c:2115: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.654 |
2014-05-02 09:29:21.654 | netifaces.c:2124: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.655 |
2014-05-02 09:29:21.655 | netifaces.c:2125: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.655 |
2014-05-02 09:29:21.655 | netifaces.c:2128: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.655 |
2014-05-02 09:29:21.655 | netifaces.c:2139: error: invalid use of undefined type 'struct rt_msghdr'
2014-05-02 09:29:21.655 |
2014-05-02 09:29:21.656 | netifaces.c:2140: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.656 |
2014-05-02 09:29:21.656 | netifaces.c:2141: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.656 |
2014-05-02 09:29:21.656 | netifaces.c:2177: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.656 |
2014-05-02 09:29:21.656 | netifaces.c:2189: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.657 |
2014-05-02 09:29:21.657 | netifaces.c:2190: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.657 |
2014-05-02 09:29:21.657 | netifaces.c:2192: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.657 |
2014-05-02 09:29:21.657 | netifaces.c:2192: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.657 |
2014-05-02 09:29:21.658 | netifaces.c:2193: error: dereferencing pointer to incomplete type
2014-05-02 09:29:21.658 |
2014-05-02 09:29:21.658 | error: command 'gcc' failed with exit status 1
2014-05-02 09:29:21.658 |
2014-05-02 09:29:21.658 | ----------------------------------------
2014-05-02 09:29:21.658 | Cleaning up...
2014-05-02 09:29:21.658 | Command /home/jenkins/workspace/gate-ceilometer-python26/.tox/py26/bin/python2.6 -c "import setuptools;__file__='/home/jenkins/workspace/gate-ceilometer-python26/.tox/py26/build/netifaces/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/tmp.ec1Ued6Wct/pip-h7Drkc-record/install-record.txt --single-version-externally-managed --install-headers /home/jenkins/workspace/gate-ceilometer-python26/.tox/py26/include/site/python2.6 failed with error code 1 in /home/jenkins/workspace/gate-ceilometer-python26/.tox/py26/build/netifaces
2014-05-02 09:29:21.659 | Storing complete log in /home/jenkins/.pip/pip.log
2014-05-02 09:29:21.659 |
2014-05-02 09:29:21.659 | ERROR: could not install deps [-r/home/jenkins/workspace/gate-ceilometer-python26/requirements.txt, -r/home/jenkins/workspace/gate-ceilometer-python26/test-requirements.txt]
2014-05-02 09:29:21.659 | ___________________________________ summary ____________________________________
2014-05-02 09:29:21.659 | ERROR: py26: could not install deps [-r/home/jenkins/workspace/gate-ceilometer-python26/requirements.txt, -r/home/jenkins/workspace/gate-ceilometer-python26/test-requirements.txt]

http://logs.openstack.org/09/86609/7/check/gate-ceilometer-python26/211c6d7/console.html

Changed in ceilometer:
assignee: nobody → Ildiko Vancsa (ildiko-vancsa)
importance: Undecided → Critical
Revision history for this message
Ildiko Vancsa (ildiko-vancsa) wrote :
Changed in ceilometer:
status: New → In Progress
Revision history for this message
Ildiko Vancsa (ildiko-vancsa) wrote :
Changed in ceilometer:
status: In Progress → Fix Released
Revision history for this message
Ildiko Vancsa (ildiko-vancsa) wrote :

netifaces 0.10.2 was released with a fix to the build problems.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.