In nl.c:117 the nl_connect call tries to create a netlink socket: sk->s_fd = socket(AF_NETLINK, SOCK_RAW | flags, protocol); (protocol is NETLINK_ROUTE). This calls returns ENOENT (22). So It seems that the ppa environment doesn't support netlink.
Unfortunately it's necessary to call setup and therefore nl_connect before processing any test case. The only possibility I see, beside changing the ppa environment, is to disable the tests. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/904014 Title: [MIR] netcf To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/netcf/+bug/904014/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
