$ awk 'NF==1 && $NF == "/usr/lib/libnl.so"' ld.log | wc -l 29 $ awk 'NF==2 && $NF == "/usr/lib/libnl.so"' ld.log lrint@GLIBC_2.4 /usr/lib/libnl.so
^^^ this doesn't seem to be correct $ awk 'NF==1 && $NF == "/usr/lib/libnl-route.so"' ld.log | wc -l 23 $ awk 'NF==2 && $NF == "/usr/lib/libnl-route.so"' ld.log (no output) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/823711 Title: libvirt version 0.9.2-4ubuntu8 failed to build on armel To manage notifications about this bug go to: https://bugs.launchpad.net/binutils-linaro/+bug/823711/+subscriptions -- Ubuntu-server-bugs mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
