$ 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 Bugs, which is subscribed to 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-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
